﻿2025-08-20T21:10:32.1365209Z Current runner version: '2.328.0'
2025-08-20T21:10:32.1392759Z ##[group]Runner Image Provisioner
2025-08-20T21:10:32.1394055Z Hosted Compute Agent
2025-08-20T21:10:32.1394662Z Version: 20250818.377
2025-08-20T21:10:32.1395267Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:10:32.1396029Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:10:32.1396639Z ##[endgroup]
2025-08-20T21:10:32.1397161Z ##[group]VM Image
2025-08-20T21:10:32.1398020Z - OS: Linux (arm64)
2025-08-20T21:10:32.1398584Z - Source: Partner
2025-08-20T21:10:32.1399132Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:10:32.1399823Z - Version: 20250728.24.1
2025-08-20T21:10:32.1400865Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:10:32.1401887Z ##[endgroup]
2025-08-20T21:10:32.1403124Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:10:32.1406143Z Attestations: write
2025-08-20T21:10:32.1406763Z Contents: write
2025-08-20T21:10:32.1407427Z Metadata: read
2025-08-20T21:10:32.1408347Z Packages: write
2025-08-20T21:10:32.1408886Z ##[endgroup]
2025-08-20T21:10:32.1412002Z Secret source: Actions
2025-08-20T21:10:32.1412968Z Prepare workflow directory
2025-08-20T21:10:32.1773062Z Prepare all required actions
2025-08-20T21:10:32.1812858Z Getting action download info
2025-08-20T21:10:32.5853115Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:10:33.5865173Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:10:34.4077490Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:10:34.5452157Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:10:35.2162145Z Getting action download info
2025-08-20T21:10:35.3694337Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:10:35.9460471Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:10:36.5551418Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/ladder/official)
2025-08-20T21:10:36.6178123Z ##[group]Run ##Presets
2025-08-20T21:10:36.6178706Z [36;1m##Presets[0m
2025-08-20T21:10:36.6179111Z [36;1mset +x ; set +e[0m
2025-08-20T21:10:36.6179389Z [36;1m#-------------#[0m
2025-08-20T21:10:36.6179805Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:10:36.6180290Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:10:36.6180655Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6181020Z [36;1m  fi[0m
2025-08-20T21:10:36.6181337Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:10:36.6181767Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:10:36.6182218Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6182527Z [36;1m  fi[0m
2025-08-20T21:10:36.6182820Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:10:36.6183349Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:10:36.6183718Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6184109Z [36;1m  fi[0m
2025-08-20T21:10:36.6184400Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:10:36.6184842Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:10:36.6185209Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:10:36.6185544Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:10:36.6185983Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6186613Z [36;1m     else[0m
2025-08-20T21:10:36.6186906Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6187309Z [36;1m     fi[0m
2025-08-20T21:10:36.6187573Z [36;1m  fi[0m
2025-08-20T21:10:36.6188104Z [36;1mfi[0m
2025-08-20T21:10:36.6219227Z shell: /usr/bin/bash -e {0}
2025-08-20T21:10:36.6220200Z env:
2025-08-20T21:10:36.6220862Z   GH_TOKEN: ***
2025-08-20T21:10:36.6221160Z ##[endgroup]
2025-08-20T21:10:36.6443282Z ##[group]Run ##Presets
2025-08-20T21:10:36.6443715Z [36;1m##Presets[0m
2025-08-20T21:10:36.6444154Z [36;1mset +x ; set +e[0m
2025-08-20T21:10:36.6444532Z [36;1m#-------------#[0m
2025-08-20T21:10:36.6444842Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:10:36.6445402Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:10:36.6445957Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:10:36.6446413Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:10:36.6446916Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:10:36.6447361Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:10:36.6447894Z [36;1m  exit 1[0m
2025-08-20T21:10:36.6448191Z [36;1mfi[0m
2025-08-20T21:10:36.6471458Z shell: /usr/bin/bash -e {0}
2025-08-20T21:10:36.6471785Z env:
2025-08-20T21:10:36.6472272Z   RO_GHTOKEN: ***
2025-08-20T21:10:36.6472605Z   RO_GLTOKEN: ***
2025-08-20T21:10:36.6473772Z   MINISIGN_KEY: ***
2025-08-20T21:10:36.6474085Z ##[endgroup]
2025-08-20T21:10:36.6599218Z ##[group]Run ##Presets
2025-08-20T21:10:36.6599655Z [36;1m##Presets[0m
2025-08-20T21:10:36.6599989Z [36;1mset +x ; set +e[0m
2025-08-20T21:10:36.6600257Z [36;1m#-------------#[0m
2025-08-20T21:10:36.6600509Z [36;1m##Host Triplet[0m
2025-08-20T21:10:36.6600908Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:10:36.6601286Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:10:36.6601681Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:10:36.6602073Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:10:36.6602377Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:10:36.6602773Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:10:36.6603140Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:10:36.6603490Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:10:36.6603842Z [36;1m   fi[0m
2025-08-20T21:10:36.6604201Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:10:36.6604628Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:10:36.6604961Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:10:36.6605311Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:10:36.6605712Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:10:36.6605983Z [36;1m fi[0m
2025-08-20T21:10:36.6606322Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6606757Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6607154Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6607809Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6608136Z [36;1m##Debug[0m
2025-08-20T21:10:36.6608378Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:10:36.6608747Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:10:36.6609087Z [36;1m else[0m
2025-08-20T21:10:36.6609350Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:10:36.6609670Z [36;1m fi[0m
2025-08-20T21:10:36.6609933Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6610327Z [36;1m##Docker Platform[0m
2025-08-20T21:10:36.6610888Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:10:36.6611264Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:10:36.6611691Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:10:36.6612061Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:10:36.6612453Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:10:36.6612893Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:10:36.6613375Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:10:36.6613753Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:10:36.6614045Z [36;1m fi[0m
2025-08-20T21:10:36.6614422Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6614885Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6615275Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:10:36.6615872Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ladder/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:10:36.6616426Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:10:36.6616814Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6617169Z [36;1m##Logs[0m
2025-08-20T21:10:36.6617546Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:10:36.6618042Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:10:36.6618412Z [36;1m else[0m
2025-08-20T21:10:36.6618675Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:10:36.6618988Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:10:36.6619365Z [36;1m fi[0m
2025-08-20T21:10:36.6619836Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6620518Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6620922Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:10:36.6621386Z [36;1m PKG_FAMILY_LOCAL="$(echo "ladder" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:10:36.6621877Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:10:36.6622237Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6622732Z [36;1m##Rebuild[0m
2025-08-20T21:10:36.6623033Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:10:36.6623537Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:10:36.6623867Z [36;1m else[0m
2025-08-20T21:10:36.6624164Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:10:36.6624468Z [36;1m fi[0m
2025-08-20T21:10:36.6624768Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6625171Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:10:36.6625641Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:10:36.6626197Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:10:36.6627141Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:10:36.6628088Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:10:36.6628537Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:10:36.6629052Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:10:36.6629497Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:10:36.6629947Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6630273Z [36;1m    exit 1[0m
2025-08-20T21:10:36.6630494Z [36;1m   else[0m
2025-08-20T21:10:36.6630785Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:10:36.6631166Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6631515Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:10:36.6632122Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:10:36.6632504Z [36;1m      #check if supported[0m
2025-08-20T21:10:36.6632958Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:10:36.6633549Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:10:36.6633995Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:10:36.6634406Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6634728Z [36;1m         exit 1[0m
2025-08-20T21:10:36.6634979Z [36;1m       fi[0m
2025-08-20T21:10:36.6635300Z [36;1m      #get build system[0m
2025-08-20T21:10:36.6635696Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:10:36.6636147Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:10:36.6636478Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6636857Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:10:36.6637300Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6638056Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6638436Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:10:36.6638953Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6639314Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:36.6639694Z [36;1m       fi[0m
2025-08-20T21:10:36.6640110Z [36;1m     fi[0m
2025-08-20T21:10:36.6640359Z [36;1m   fi[0m
2025-08-20T21:10:36.6640662Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:10:36.6662188Z shell: /usr/bin/bash -e {0}
2025-08-20T21:10:36.6662601Z ##[endgroup]
2025-08-20T21:10:37.5418987Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:10:37.5419621Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:10:37.5419982Z 
2025-08-20T21:10:37.7017333Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:10:37.7018071Z 100  3899  100  3899    0     0  24202      0 --:--:-- --:--:-- --:--:-- 24217
2025-08-20T21:10:37.7029075Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:10:37.7218720Z ##[group]Run ##Presets
2025-08-20T21:10:37.7219155Z [36;1m##Presets[0m
2025-08-20T21:10:37.7219500Z [36;1mset +x ; set +e[0m
2025-08-20T21:10:37.7220085Z [36;1m#-------------#[0m
2025-08-20T21:10:37.7220354Z [36;1m##Debug?[0m
2025-08-20T21:10:37.7220753Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:10:37.7221147Z [36;1m  set -x[0m
2025-08-20T21:10:37.7221413Z [36;1mfi[0m
2025-08-20T21:10:37.7221683Z [36;1m#-------------#[0m
2025-08-20T21:10:37.7221932Z [36;1m##CoreUtils[0m
2025-08-20T21:10:37.7222396Z [36;1msudo apt update -y[0m
2025-08-20T21:10:37.7222823Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:10:37.7223838Z [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-20T21:10:37.7225074Z [36;1m##tmp[0m
2025-08-20T21:10:37.7225393Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:10:37.7225890Z [36;1m#GH ENV[0m
2025-08-20T21:10:37.7226202Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:37.7226581Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:37.7226958Z [36;1m#-------------#[0m
2025-08-20T21:10:37.7227223Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:10:37.7227983Z [36;1msudo apt update -y[0m
2025-08-20T21:10:37.7228522Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:10:37.7228937Z [36;1m##Setup Minisign[0m
2025-08-20T21:10:37.7229536Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:10:37.7230056Z [36;1mecho "***[0m
2025-08-20T21:10:37.7231352Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:10:37.7231948Z [36;1m##User-Agent[0m
2025-08-20T21:10:37.7232726Z [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-20T21:10:37.7233845Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:10:37.7262631Z shell: /usr/bin/bash -e {0}
2025-08-20T21:10:37.7263269Z env:
2025-08-20T21:10:37.7263533Z   CROSS_COMPILING: NO
2025-08-20T21:10:37.7263775Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:10:37.7264349Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:10:37.7264625Z   ON_QEMU: NO
2025-08-20T21:10:37.7265109Z   DEBUG: 0
2025-08-20T21:10:37.7265393Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:10:37.7265809Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:10:37.7266420Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:10:37.7266791Z   KEEP_LOGS: YES
2025-08-20T21:10:37.7267224Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:10:37.7267886Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:10:37.7268219Z   SBUILD_REBUILD: false
2025-08-20T21:10:37.7269018Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:10:37.7269938Z   BUILD_SYS: docker://go
2025-08-20T21:10:37.7270425Z   BUILD_ON_HOST: FALSE
2025-08-20T21:10:37.7270825Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:10:37.7271210Z ##[endgroup]
2025-08-20T21:10:37.9331793Z 
2025-08-20T21:10:37.9332905Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:10:37.9333570Z 
2025-08-20T21:10:38.4848170Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:10:38.5885061Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:10:38.7042252Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:10:38.7443425Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:10:38.7469806Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:10:38.7554107Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:10:38.7574279Z Hit:7 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:10:38.7598045Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:10:38.8675404Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:10:39.3398577Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:10:39.5291409Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:10:39.7092949Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:10:40.2337278Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:10:40.4561282Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:10:40.5744285Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:10:41.0241265Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:10:41.2476965Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:10:41.4761267Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:10:42.2034171Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:10:42.8803018Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:10:42.9908562Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:10:43.1059360Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:10:43.2168835Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:10:43.3276958Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:10:43.4452080Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:10:43.5562649Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:10:43.6669134Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:10:43.7824558Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:10:43.8954771Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:10:44.1256555Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:10:44.2393938Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:10:44.3533665Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:10:45.1939765Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:10:45.4210718Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:10:45.5355045Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:10:45.9006857Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:10:46.1286406Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:10:46.2451000Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:10:46.8521231Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:10:47.0905779Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:10:47.3116200Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:10:47.5314850Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:10:47.6526480Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:10:57.4346870Z Fetched 11.9 MB in 9s (1276 kB/s)
2025-08-20T21:10:58.1377036Z Reading package lists...
2025-08-20T21:10:58.3044006Z Building dependency tree...
2025-08-20T21:10:58.3050717Z Reading state information...
2025-08-20T21:10:58.3251071Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:10:58.3341942Z 
2025-08-20T21:10:58.3342351Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:10:58.3460142Z 
2025-08-20T21:10:58.3460576Z Reading package lists...
2025-08-20T21:10:58.5433689Z Building dependency tree...
2025-08-20T21:10:58.5441350Z Reading state information...
2025-08-20T21:10:58.7777096Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:10:58.7777858Z bc set to manually installed.
2025-08-20T21:10:58.7778188Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:10:58.7778793Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:10:58.7779186Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:10:58.8392353Z The following NEW packages will be installed:
2025-08-20T21:10:58.8398074Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:10:58.8399862Z   moreutils
2025-08-20T21:10:58.8405488Z The following packages will be upgraded:
2025-08-20T21:10:58.8412734Z   jq libjq1
2025-08-20T21:10:58.8592531Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:10:59.0840204Z Need to get 936 kB of archives.
2025-08-20T21:10:59.0840728Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:10:59.0841509Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:10:59.2228712Z 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-20T21:10:59.3162789Z 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-20T21:10:59.4133939Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:10:59.4631532Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:10:59.5217424Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:10:59.5694182Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:10:59.6237131Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:10:59.9511752Z Fetched 936 kB in 1s (1142 kB/s)
2025-08-20T21:11:00.0230433Z Selecting previously unselected package fdupes.
2025-08-20T21:11:00.0815265Z (Reading database ... 
2025-08-20T21:11:00.0815593Z (Reading database ... 5%
2025-08-20T21:11:00.0815843Z (Reading database ... 10%
2025-08-20T21:11:00.0816125Z (Reading database ... 15%
2025-08-20T21:11:00.0816410Z (Reading database ... 20%
2025-08-20T21:11:00.0816684Z (Reading database ... 25%
2025-08-20T21:11:00.0816969Z (Reading database ... 30%
2025-08-20T21:11:00.0817211Z (Reading database ... 35%
2025-08-20T21:11:00.0817478Z (Reading database ... 40%
2025-08-20T21:11:00.0818205Z (Reading database ... 45%
2025-08-20T21:11:00.0818460Z (Reading database ... 50%
2025-08-20T21:11:00.4122935Z (Reading database ... 55%
2025-08-20T21:11:00.9288374Z (Reading database ... 60%
2025-08-20T21:11:01.1392768Z (Reading database ... 65%
2025-08-20T21:11:01.1863530Z (Reading database ... 70%
2025-08-20T21:11:01.3468571Z (Reading database ... 75%
2025-08-20T21:11:02.1005469Z (Reading database ... 80%
2025-08-20T21:11:03.5713928Z (Reading database ... 85%
2025-08-20T21:11:05.3789316Z (Reading database ... 90%
2025-08-20T21:11:07.0090241Z (Reading database ... 95%
2025-08-20T21:11:07.0090661Z (Reading database ... 100%
2025-08-20T21:11:07.0091011Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:11:07.0131205Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:11:07.0247035Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:11:07.1217853Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:11:07.1427763Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:11:07.2498523Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:11:07.2922653Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:11:07.3721223Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:11:07.3897921Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:11:07.4049458Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:11:07.4609552Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:11:07.4783038Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:11:07.4868162Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:11:07.5606736Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:11:07.5770061Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:11:07.5837136Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:11:08.1852202Z Selecting previously unselected package moreutils.
2025-08-20T21:11:08.1992092Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:11:08.2076496Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:11:08.3081007Z Selecting previously unselected package dos2unix.
2025-08-20T21:11:08.3225315Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:11:08.3393843Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:11:08.5319922Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:11:08.5580961Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:11:08.5786810Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:11:08.6010059Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:11:08.6237298Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:11:08.6424959Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:11:08.6777112Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:11:08.6993791Z Setting up moreutils (0.69-1) ...
2025-08-20T21:11:08.7210355Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:19.1909567Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:11:20.3237524Z Reading package lists...
2025-08-20T21:11:20.5150994Z Building dependency tree...
2025-08-20T21:11:20.5159793Z Reading state information...
2025-08-20T21:11:20.7401738Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:11:20.7402221Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:11:20.7402735Z apt-utils set to manually installed.
2025-08-20T21:11:20.7403111Z ca-certificates is already the newest version (20240203).
2025-08-20T21:11:20.7403478Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:11:20.7403921Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:11:20.7404266Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:11:20.7404642Z moreutils is already the newest version (0.69-1).
2025-08-20T21:11:20.7405059Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:11:20.7405446Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:11:20.7405825Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:11:20.7406649Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:11:20.7406978Z tmux set to manually installed.
2025-08-20T21:11:20.7407347Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:11:20.7407879Z The following additional packages will be installed:
2025-08-20T21:11:20.7408315Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:11:20.7408849Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:11:20.7409351Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:11:20.7409754Z   uuid-runtime
2025-08-20T21:11:20.7415678Z Suggested packages:
2025-08-20T21:11:20.7416044Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:11:20.7416526Z   util-linux-extra util-linux-locales
2025-08-20T21:11:20.7416801Z Recommended packages:
2025-08-20T21:11:20.7417055Z   unattended-upgrades
2025-08-20T21:11:20.7925166Z The following NEW packages will be installed:
2025-08-20T21:11:20.7925715Z   rename
2025-08-20T21:11:20.7930216Z The following packages will be upgraded:
2025-08-20T21:11:20.7930904Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:11:20.7932199Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:11:20.7939573Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:11:20.7940632Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:11:20.8132686Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:11:20.9760189Z Need to get 4390 kB of archives.
2025-08-20T21:11:20.9760867Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:11:20.9761498Z 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-20T21:11:21.1660848Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:11:21.4001747Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:11:21.4498318Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:11:21.4971549Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:11:21.5441177Z 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-20T21:11:21.5910954Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:11:21.6399929Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:11:21.6889991Z 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-20T21:11:21.7370449Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:11:21.7913752Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:11:21.8404762Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:11:21.8921678Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:11:21.9439281Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:11:22.0047789Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:11:22.0534561Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:11:22.1093599Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:11:22.1572142Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:11:22.2072648Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:11:22.3418958Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:11:22.3917861Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:11:22.4436963Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:11:22.4912133Z 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-20T21:11:22.5383209Z 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-20T21:11:22.5849994Z 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-20T21:11:22.6318690Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:11:22.6787996Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:11:22.9158698Z Fetched 4390 kB in 2s (2369 kB/s)
2025-08-20T21:11:22.9443148Z (Reading database ... 
2025-08-20T21:11:22.9443501Z (Reading database ... 5%
2025-08-20T21:11:22.9443902Z (Reading database ... 10%
2025-08-20T21:11:22.9444152Z (Reading database ... 15%
2025-08-20T21:11:22.9444417Z (Reading database ... 20%
2025-08-20T21:11:22.9444695Z (Reading database ... 25%
2025-08-20T21:11:22.9444927Z (Reading database ... 30%
2025-08-20T21:11:22.9445192Z (Reading database ... 35%
2025-08-20T21:11:22.9445411Z (Reading database ... 40%
2025-08-20T21:11:22.9445671Z (Reading database ... 45%
2025-08-20T21:11:22.9445963Z (Reading database ... 50%
2025-08-20T21:11:22.9465431Z (Reading database ... 55%
2025-08-20T21:11:22.9546145Z (Reading database ... 60%
2025-08-20T21:11:22.9583080Z (Reading database ... 65%
2025-08-20T21:11:22.9596387Z (Reading database ... 70%
2025-08-20T21:11:22.9614938Z (Reading database ... 75%
2025-08-20T21:11:22.9644865Z (Reading database ... 80%
2025-08-20T21:11:22.9803378Z (Reading database ... 85%
2025-08-20T21:11:22.9820305Z (Reading database ... 90%
2025-08-20T21:11:22.9905445Z (Reading database ... 95%
2025-08-20T21:11:22.9905718Z (Reading database ... 100%
2025-08-20T21:11:22.9906249Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:22.9931686Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:23.0143694Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:23.1123117Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:23.2006633Z (Reading database ... 
2025-08-20T21:11:23.2006981Z (Reading database ... 5%
2025-08-20T21:11:23.2007236Z (Reading database ... 10%
2025-08-20T21:11:23.2007767Z (Reading database ... 15%
2025-08-20T21:11:23.2008034Z (Reading database ... 20%
2025-08-20T21:11:23.2009127Z (Reading database ... 25%
2025-08-20T21:11:23.2009443Z (Reading database ... 30%
2025-08-20T21:11:23.2009681Z (Reading database ... 35%
2025-08-20T21:11:23.2010022Z (Reading database ... 40%
2025-08-20T21:11:23.2010283Z (Reading database ... 45%
2025-08-20T21:11:23.2010547Z (Reading database ... 50%
2025-08-20T21:11:23.2027038Z (Reading database ... 55%
2025-08-20T21:11:23.2108778Z (Reading database ... 60%
2025-08-20T21:11:23.2147296Z (Reading database ... 65%
2025-08-20T21:11:23.2160865Z (Reading database ... 70%
2025-08-20T21:11:23.2180199Z (Reading database ... 75%
2025-08-20T21:11:23.2211514Z (Reading database ... 80%
2025-08-20T21:11:23.2373107Z (Reading database ... 85%
2025-08-20T21:11:23.2391110Z (Reading database ... 90%
2025-08-20T21:11:23.2480016Z (Reading database ... 95%
2025-08-20T21:11:23.2480387Z (Reading database ... 100%
2025-08-20T21:11:23.2481246Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:23.2507686Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:23.2825905Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:23.4135654Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:23.9760676Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:11:24.0592410Z (Reading database ... 
2025-08-20T21:11:24.0592906Z (Reading database ... 5%
2025-08-20T21:11:24.0593161Z (Reading database ... 10%
2025-08-20T21:11:24.0593438Z (Reading database ... 15%
2025-08-20T21:11:24.0593684Z (Reading database ... 20%
2025-08-20T21:11:24.0593968Z (Reading database ... 25%
2025-08-20T21:11:24.0594244Z (Reading database ... 30%
2025-08-20T21:11:24.0594489Z (Reading database ... 35%
2025-08-20T21:11:24.0594750Z (Reading database ... 40%
2025-08-20T21:11:24.0595032Z (Reading database ... 45%
2025-08-20T21:11:24.0595301Z (Reading database ... 50%
2025-08-20T21:11:24.0615175Z (Reading database ... 55%
2025-08-20T21:11:24.0695569Z (Reading database ... 60%
2025-08-20T21:11:24.0733766Z (Reading database ... 65%
2025-08-20T21:11:24.0746762Z (Reading database ... 70%
2025-08-20T21:11:24.0764990Z (Reading database ... 75%
2025-08-20T21:11:24.0795233Z (Reading database ... 80%
2025-08-20T21:11:24.0955164Z (Reading database ... 85%
2025-08-20T21:11:24.0972225Z (Reading database ... 90%
2025-08-20T21:11:24.1056133Z (Reading database ... 95%
2025-08-20T21:11:24.1056515Z (Reading database ... 100%
2025-08-20T21:11:24.1056855Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:24.1082023Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:24.1335975Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:24.2442548Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:24.2713264Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:24.3707260Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:24.4550642Z (Reading database ... 
2025-08-20T21:11:24.4550974Z (Reading database ... 5%
2025-08-20T21:11:24.4551414Z (Reading database ... 10%
2025-08-20T21:11:24.4551668Z (Reading database ... 15%
2025-08-20T21:11:24.4552157Z (Reading database ... 20%
2025-08-20T21:11:24.4552440Z (Reading database ... 25%
2025-08-20T21:11:24.4552679Z (Reading database ... 30%
2025-08-20T21:11:24.4552939Z (Reading database ... 35%
2025-08-20T21:11:24.4553189Z (Reading database ... 40%
2025-08-20T21:11:24.4553454Z (Reading database ... 45%
2025-08-20T21:11:24.4553712Z (Reading database ... 50%
2025-08-20T21:11:24.4571829Z (Reading database ... 55%
2025-08-20T21:11:24.4654656Z (Reading database ... 60%
2025-08-20T21:11:24.4692738Z (Reading database ... 65%
2025-08-20T21:11:24.4706667Z (Reading database ... 70%
2025-08-20T21:11:24.4725531Z (Reading database ... 75%
2025-08-20T21:11:24.4757126Z (Reading database ... 80%
2025-08-20T21:11:24.4922852Z (Reading database ... 85%
2025-08-20T21:11:24.4940255Z (Reading database ... 90%
2025-08-20T21:11:24.5026424Z (Reading database ... 95%
2025-08-20T21:11:24.5026736Z (Reading database ... 100%
2025-08-20T21:11:24.5027163Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:24.5053379Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:24.5309665Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:24.6176549Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:24.7074350Z (Reading database ... 
2025-08-20T21:11:24.7074702Z (Reading database ... 5%
2025-08-20T21:11:24.7075004Z (Reading database ... 10%
2025-08-20T21:11:24.7075910Z (Reading database ... 15%
2025-08-20T21:11:24.7076529Z (Reading database ... 20%
2025-08-20T21:11:24.7076797Z (Reading database ... 25%
2025-08-20T21:11:24.7077123Z (Reading database ... 30%
2025-08-20T21:11:24.7077396Z (Reading database ... 35%
2025-08-20T21:11:24.7077875Z (Reading database ... 40%
2025-08-20T21:11:24.7078148Z (Reading database ... 45%
2025-08-20T21:11:24.7078393Z (Reading database ... 50%
2025-08-20T21:11:24.7096113Z (Reading database ... 55%
2025-08-20T21:11:24.7177538Z (Reading database ... 60%
2025-08-20T21:11:24.7215155Z (Reading database ... 65%
2025-08-20T21:11:24.7229157Z (Reading database ... 70%
2025-08-20T21:11:24.7247709Z (Reading database ... 75%
2025-08-20T21:11:24.7278724Z (Reading database ... 80%
2025-08-20T21:11:24.7439445Z (Reading database ... 85%
2025-08-20T21:11:24.7456858Z (Reading database ... 90%
2025-08-20T21:11:24.7543196Z (Reading database ... 95%
2025-08-20T21:11:24.7543456Z (Reading database ... 100%
2025-08-20T21:11:24.7543901Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:24.7569967Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:24.7844321Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:24.8756230Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:24.8999063Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:24.9888904Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:25.0935905Z (Reading database ... 
2025-08-20T21:11:25.0936447Z (Reading database ... 5%
2025-08-20T21:11:25.0936696Z (Reading database ... 10%
2025-08-20T21:11:25.0936973Z (Reading database ... 15%
2025-08-20T21:11:25.0937224Z (Reading database ... 20%
2025-08-20T21:11:25.0937475Z (Reading database ... 25%
2025-08-20T21:11:25.0937991Z (Reading database ... 30%
2025-08-20T21:11:25.0938243Z (Reading database ... 35%
2025-08-20T21:11:25.0938479Z (Reading database ... 40%
2025-08-20T21:11:25.0938755Z (Reading database ... 45%
2025-08-20T21:11:25.0939048Z (Reading database ... 50%
2025-08-20T21:11:25.0957924Z (Reading database ... 55%
2025-08-20T21:11:25.1040569Z (Reading database ... 60%
2025-08-20T21:11:25.1077113Z (Reading database ... 65%
2025-08-20T21:11:25.1090839Z (Reading database ... 70%
2025-08-20T21:11:25.1109359Z (Reading database ... 75%
2025-08-20T21:11:25.1140199Z (Reading database ... 80%
2025-08-20T21:11:25.1301062Z (Reading database ... 85%
2025-08-20T21:11:25.1318217Z (Reading database ... 90%
2025-08-20T21:11:25.1403796Z (Reading database ... 95%
2025-08-20T21:11:25.1404260Z (Reading database ... 100%
2025-08-20T21:11:25.1404639Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:25.1430295Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:25.1657929Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:25.2460312Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:25.3154969Z (Reading database ... 
2025-08-20T21:11:25.3155501Z (Reading database ... 5%
2025-08-20T21:11:25.3155764Z (Reading database ... 10%
2025-08-20T21:11:25.3156009Z (Reading database ... 15%
2025-08-20T21:11:25.3156254Z (Reading database ... 20%
2025-08-20T21:11:25.3156526Z (Reading database ... 25%
2025-08-20T21:11:25.3156761Z (Reading database ... 30%
2025-08-20T21:11:25.3157036Z (Reading database ... 35%
2025-08-20T21:11:25.3157291Z (Reading database ... 40%
2025-08-20T21:11:25.3157533Z (Reading database ... 45%
2025-08-20T21:11:25.3158070Z (Reading database ... 50%
2025-08-20T21:11:25.3175921Z (Reading database ... 55%
2025-08-20T21:11:25.3261324Z (Reading database ... 60%
2025-08-20T21:11:25.3299165Z (Reading database ... 65%
2025-08-20T21:11:25.3313204Z (Reading database ... 70%
2025-08-20T21:11:25.3332696Z (Reading database ... 75%
2025-08-20T21:11:25.3364203Z (Reading database ... 80%
2025-08-20T21:11:25.3530118Z (Reading database ... 85%
2025-08-20T21:11:25.3548185Z (Reading database ... 90%
2025-08-20T21:11:25.3637742Z (Reading database ... 95%
2025-08-20T21:11:25.3638240Z (Reading database ... 100%
2025-08-20T21:11:25.3638639Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:25.3665975Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:25.3870310Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:25.4880608Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:25.5409078Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:25.6418081Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:25.6596472Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:25.7617328Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:25.7802214Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:25.8736023Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:25.8943866Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:25.9883028Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:26.0073751Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:26.1021482Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:26.1224580Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:26.2062606Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:11:26.2267828Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:26.3204384Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:26.3413894Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:26.4413480Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:11:26.4623516Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:26.5507469Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:26.6239793Z (Reading database ... 
2025-08-20T21:11:26.6240145Z (Reading database ... 5%
2025-08-20T21:11:26.6240393Z (Reading database ... 10%
2025-08-20T21:11:26.6240680Z (Reading database ... 15%
2025-08-20T21:11:26.6240907Z (Reading database ... 20%
2025-08-20T21:11:26.6241181Z (Reading database ... 25%
2025-08-20T21:11:26.6241457Z (Reading database ... 30%
2025-08-20T21:11:26.6241730Z (Reading database ... 35%
2025-08-20T21:11:26.6241967Z (Reading database ... 40%
2025-08-20T21:11:26.6242251Z (Reading database ... 45%
2025-08-20T21:11:26.6242521Z (Reading database ... 50%
2025-08-20T21:11:26.6262510Z (Reading database ... 55%
2025-08-20T21:11:26.6345928Z (Reading database ... 60%
2025-08-20T21:11:26.6382315Z (Reading database ... 65%
2025-08-20T21:11:26.6395882Z (Reading database ... 70%
2025-08-20T21:11:26.6415084Z (Reading database ... 75%
2025-08-20T21:11:26.6446689Z (Reading database ... 80%
2025-08-20T21:11:26.6602261Z (Reading database ... 85%
2025-08-20T21:11:26.6624557Z (Reading database ... 90%
2025-08-20T21:11:26.6702669Z (Reading database ... 95%
2025-08-20T21:11:26.6702936Z (Reading database ... 100%
2025-08-20T21:11:26.6703310Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:11:26.6727848Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:26.6993322Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:26.7849280Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:26.8093422Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:26.9045114Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:26.9305177Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:27.0363084Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:11:27.0564800Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:11:27.1320010Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:11:27.1507891Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:27.2626051Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:11:27.3679166Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:11:27.4733637Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:11:27.5531820Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:11:27.6377219Z Selecting previously unselected package rename.
2025-08-20T21:11:27.6521625Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:11:27.6611043Z Unpacking rename (2.02-1) ...
2025-08-20T21:11:27.7473766Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:11:27.7709416Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:11:27.8612497Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:27.8844987Z Setting up rename (2.02-1) ...
2025-08-20T21:11:27.9001277Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:11:27.9119809Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:27.9324513Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:27.9753605Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:27.9982433Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:28.0349842Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:28.6343996Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:11:28.6532079Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:28.6728851Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:28.7173569Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:28.7352518Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.0865536Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.3940241Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:11:29.4230638Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.5317173Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:11:29.6537824Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.7477103Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.7699256Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.7925114Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:11:29.8142260Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:11:29.9365977Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:11:30.1762689Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:11:30.2062931Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:31.7435343Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:11:32.9480140Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:11:32.9577232Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:11:33.0472897Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:11:33.0939163Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:11:33.1403713Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:11:33.1868127Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:11:34.0414424Z Reading package lists...
2025-08-20T21:11:34.2221202Z Building dependency tree...
2025-08-20T21:11:34.2228575Z Reading state information...
2025-08-20T21:11:34.2434297Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:11:34.2554847Z 
2025-08-20T21:11:34.2555833Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:11:34.2556351Z 
2025-08-20T21:11:34.3944460Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:11:34.4040377Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:11:34.4374571Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:11:34.4838567Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:11:34.5303575Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:11:34.5768180Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:11:35.4099296Z Reading package lists...
2025-08-20T21:11:35.5694374Z Building dependency tree...
2025-08-20T21:11:35.5701489Z Reading state information...
2025-08-20T21:11:35.5888441Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:11:35.5980037Z 
2025-08-20T21:11:35.5980565Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:11:35.5981022Z 
2025-08-20T21:11:35.6093693Z Reading package lists...
2025-08-20T21:11:35.7995715Z Building dependency tree...
2025-08-20T21:11:35.8004263Z Reading state information...
2025-08-20T21:11:36.0307098Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:11:36.0684258Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:11:36.0941831Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:11:36.1553548Z ##[group]Run ##Presets
2025-08-20T21:11:36.1554029Z [36;1m##Presets[0m
2025-08-20T21:11:36.1554266Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:36.1554496Z [36;1m#-------------#[0m
2025-08-20T21:11:36.1554766Z [36;1m##Debug?[0m
2025-08-20T21:11:36.1555020Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:11:36.1555349Z [36;1m  set -x[0m
2025-08-20T21:11:36.1555598Z [36;1mfi[0m
2025-08-20T21:11:36.1555794Z [36;1m#-------------#[0m
2025-08-20T21:11:36.1556285Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:11:36.1556894Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:11:36.1557316Z [36;1msudo service procps restart[0m
2025-08-20T21:11:36.1557839Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:11:36.1583950Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:36.1584381Z env:
2025-08-20T21:11:36.1584688Z   CROSS_COMPILING: NO
2025-08-20T21:11:36.1584988Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:11:36.1585245Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:11:36.1585511Z   ON_QEMU: NO
2025-08-20T21:11:36.1585713Z   DEBUG: 0
2025-08-20T21:11:36.1585944Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:11:36.1586222Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:11:36.1586528Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:11:36.1586831Z   KEEP_LOGS: YES
2025-08-20T21:11:36.1587064Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:11:36.1587325Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:11:36.1587578Z   SBUILD_REBUILD: false
2025-08-20T21:11:36.1588367Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:11:36.1588949Z   BUILD_SYS: docker://go
2025-08-20T21:11:36.1589203Z   BUILD_ON_HOST: FALSE
2025-08-20T21:11:36.1589434Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:11:36.1589679Z   SYSTMP: /tmp
2025-08-20T21:11:36.1589924Z   GHA_MODE: MATRIX
2025-08-20T21:11:36.1590367Z   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-20T21:11:36.1590845Z ##[endgroup]
2025-08-20T21:11:36.1682791Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:11:36.1739353Z 0
2025-08-20T21:11:36.2041681Z vm.max_map_count = 262144
2025-08-20T21:11:36.2042239Z fs.inotify.max_user_watches = 655360
2025-08-20T21:11:36.2047408Z fs.inotify.max_user_instances = 1280
2025-08-20T21:11:36.2048770Z vm.mmap_rnd_bits = 28
2025-08-20T21:11:36.2123992Z ##[group]Run ##Presets
2025-08-20T21:11:36.2124510Z [36;1m##Presets[0m
2025-08-20T21:11:36.2124729Z [36;1mset +x ; set +e[0m
2025-08-20T21:11:36.2125044Z [36;1m#-------------#[0m
2025-08-20T21:11:36.2125274Z [36;1m##Debug?[0m
2025-08-20T21:11:36.2125510Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:11:36.2125865Z [36;1m  set -x[0m
2025-08-20T21:11:36.2126070Z [36;1mfi[0m
2025-08-20T21:11:36.2126313Z [36;1m#-------------#[0m
2025-08-20T21:11:36.2126573Z [36;1m##Main[0m
2025-08-20T21:11:36.2126805Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:11:36.2127480Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:11:36.2128418Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:11:36.2128800Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:11:36.2129216Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:11:36.2129491Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:11:36.2129862Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:11:36.2130201Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:11:36.2130552Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:11:36.2130929Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:11:36.2131474Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:11:36.2131859Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:11:36.2132255Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:11:36.2132540Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:11:36.2132881Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:11:36.2133183Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:11:36.2133486Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:11:36.2133838Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:11:36.2134143Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:11:36.2134502Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:11:36.2134840Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:11:36.2135164Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:11:36.2135517Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:11:36.2135854Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:11:36.2136196Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:11:36.2136568Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:11:36.2136865Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:11:36.2137243Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:11:36.2137877Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:11:36.2138400Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:11:36.2138917Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:11:36.2139284Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:11:36.2139647Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:11:36.2140325Z [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-20T21:11:36.2141147Z [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-20T21:11:36.2141721Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:11:36.2142020Z [36;1m else[0m
2025-08-20T21:11:36.2142575Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:11:36.2143009Z [36;1m fi[0m
2025-08-20T21:11:36.2143299Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:11:36.2143698Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:11:36.2144163Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2144570Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2145000Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2145449Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2145876Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2146325Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2146764Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:11:36.2147190Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:11:36.2147572Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:11:36.2170644Z shell: /usr/bin/bash -e {0}
2025-08-20T21:11:36.2170918Z env:
2025-08-20T21:11:36.2171118Z   CROSS_COMPILING: NO
2025-08-20T21:11:36.2171548Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:11:36.2171814Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:11:36.2172241Z   ON_QEMU: NO
2025-08-20T21:11:36.2172492Z   DEBUG: 0
2025-08-20T21:11:36.2172694Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:11:36.2172996Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:11:36.2173310Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:11:36.2173628Z   KEEP_LOGS: YES
2025-08-20T21:11:36.2173840Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:11:36.2174080Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:11:36.2174341Z   SBUILD_REBUILD: false
2025-08-20T21:11:36.2174919Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:11:36.2175498Z   BUILD_SYS: docker://go
2025-08-20T21:11:36.2175720Z   BUILD_ON_HOST: FALSE
2025-08-20T21:11:36.2175976Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:11:36.2176219Z   SYSTMP: /tmp
2025-08-20T21:11:36.2176443Z   GHA_MODE: MATRIX
2025-08-20T21:11:36.2176892Z   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-20T21:11:36.2177776Z   GHCR_TOKEN: ***
2025-08-20T21:11:36.2178184Z   GITHUB_TOKEN: ***
2025-08-20T21:11:36.2178451Z   GITLAB_TOKEN: ***
2025-08-20T21:11:36.2179619Z   MINISIGN_KEY: ***
2025-08-20T21:11:36.2179902Z ##[endgroup]
2025-08-20T21:11:36.3252906Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:11:36.4090456Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:11:36.4091105Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:11:36.4091335Z 
2025-08-20T21:11:36.4598068Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:11:36.4598694Z 100  3899  100  3899    0     0  76665      0 --:--:-- --:--:-- --:--:-- 77980
2025-08-20T21:11:36.4608344Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:11:36.4682841Z 
2025-08-20T21:11:36.4683351Z [+] Building [/tmp/tmp.p5VWfXobOi/SBUILD_INPUT] Locally
2025-08-20T21:11:36.4683746Z 
2025-08-20T21:11:36.4694692Z '/tmp/tmp.p5VWfXobOi/SBUILD_INPUT' -> '/tmp/pkgforge/dkrx0CwaY_build.yaml'
2025-08-20T21:11:36.6085219Z 
2025-08-20T21:11:36.6085455Z [+] Passwordless sudo is Configured
2025-08-20T21:11:36.6809895Z 
2025-08-20T21:11:36.6819968Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:11:36.6820216Z 
2025-08-20T21:11:36.7171255Z 
2025-08-20T21:11:36.7172649Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:11:36.7173129Z 
2025-08-20T21:11:36.7173136Z 
2025-08-20T21:11:36.7173382Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:11:36.7173695Z 
2025-08-20T21:11:36.7210335Z [+] Installing: 7z -> 7z
2025-08-20T21:11:37.2761249Z [+] Installing: actionlint -> actionlint
2025-08-20T21:11:37.8138545Z [+] Installing: anew -> anew
2025-08-20T21:11:38.3584594Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:11:38.8914374Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:11:39.3777146Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:11:39.7880870Z [+] Installing: archey -> archey
2025-08-20T21:11:40.3415492Z [+] Installing: aria2 -> aria2c
2025-08-20T21:11:40.9752863Z [+] Installing: askalono -> askalono
2025-08-20T21:11:42.8189485Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:11:43.3528707Z [+] Installing: b3sum -> b3sum
2025-08-20T21:11:43.8329223Z [+] Installing: bita -> bita
2025-08-20T21:11:44.3839874Z [+] Installing: btop -> btop
2025-08-20T21:11:44.8781208Z [+] Installing: chafa -> chafa
2025-08-20T21:11:45.4243340Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:11:46.1502732Z [+] Installing: croc -> croc
2025-08-20T21:11:46.7046210Z [+] Installing: csvtk -> csvtk
2025-08-20T21:11:47.3010882Z [+] Installing: cutlines -> cutlines
2025-08-20T21:11:47.7275850Z curl: (22) The requested URL returned error: 404
2025-08-20T21:11:47.7308574Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:11:47.7309448Z [+] Installing: dbin -> dbin
2025-08-20T21:11:48.3359230Z [+] Installing: dasel -> dasel
2025-08-20T21:11:48.9472206Z [+] Installing: delta -> delta
2025-08-20T21:11:49.4643017Z [+] Installing: ds -> ds
2025-08-20T21:11:49.8863452Z curl: (22) The requested URL returned error: 404
2025-08-20T21:11:49.8897388Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:11:49.8897940Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:11:50.3924150Z [+] Installing: duf -> duf
2025-08-20T21:11:50.9031438Z [+] Installing: duplicut -> duplicut
2025-08-20T21:11:51.5199176Z [+] Installing: dust -> dust
2025-08-20T21:11:52.0905000Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:11:52.6198233Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:11:53.1501785Z [+] Installing: dysk -> dysk
2025-08-20T21:11:53.7368177Z [+] Installing: eget -> eget
2025-08-20T21:11:54.3134149Z [+] Installing: epoch -> epoch
2025-08-20T21:11:54.8010897Z [+] Installing: faketty -> faketty
2025-08-20T21:11:55.2602260Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:11:55.7656890Z [+] Installing: freeze -> freeze
2025-08-20T21:11:56.3038992Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:11:56.7919058Z [+] Installing: gdu -> gdu
2025-08-20T21:11:57.3257151Z [+] Installing: gh -> gh
2025-08-20T21:11:58.0399112Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:11:58.6214241Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:11:59.1850916Z [+] Installing: glab -> glab
2025-08-20T21:11:59.9643304Z [+] Installing: glow -> glow
2025-08-20T21:12:00.5895808Z [+] Installing: httpx -> httpx
2025-08-20T21:12:01.2467391Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:12:01.8439293Z [+] Installing: husarnet -> husarnet
2025-08-20T21:12:02.2984717Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:02.3019014Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:12:02.3019844Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:12:02.8593554Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:02.8626736Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:12:02.8627117Z [+] Installing: imgcat -> imgcat
2025-08-20T21:12:03.3488911Z [+] Installing: jc -> jc
2025-08-20T21:12:03.9527232Z [+] Installing: jq -> jq
2025-08-20T21:12:04.4683924Z [+] Installing: logdy -> logdy
2025-08-20T21:12:05.0935159Z [+] Installing: micro -> micro
2025-08-20T21:12:05.6825052Z [+] Installing: miniserve -> miniserve
2025-08-20T21:12:06.2334254Z [+] Installing: minisign -> minisign
2025-08-20T21:12:06.7260324Z [+] Installing: ncdu -> ncdu
2025-08-20T21:12:07.2017166Z [+] Installing: notify -> notify
2025-08-20T21:12:07.8258287Z [+] Installing: ouch -> ouch
2025-08-20T21:12:08.3641232Z [+] Installing: oras -> oras
2025-08-20T21:12:09.0772080Z [+] Installing: pipetty -> pipetty
2025-08-20T21:12:09.5776136Z [+] Installing: pixterm -> pixterm
2025-08-20T21:12:10.2564165Z [+] Installing: qsv -> qsv
2025-08-20T21:12:10.8697154Z [+] Installing: rclone -> rclone
2025-08-20T21:12:11.5755116Z [+] Installing: ripgrep -> rg
2025-08-20T21:12:12.0924459Z [+] Installing: rga -> rga
2025-08-20T21:12:12.6714486Z [+] Installing: rsync -> rsync
2025-08-20T21:12:13.1939617Z [+] Installing: script -> script
2025-08-20T21:12:13.7270280Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:12:14.3636639Z [+] Installing: soar -> soar
2025-08-20T21:12:14.8929241Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:12:15.4409988Z [+] Installing: sstrip -> sstrip
2025-08-20T21:12:15.8882742Z [+] Installing: strace -> strace
2025-08-20T21:12:16.4323973Z [+] Installing: sttr -> sttr
2025-08-20T21:12:16.9999405Z [+] Installing: tailscale -> tailscale
2025-08-20T21:12:17.6741548Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:12:18.4279318Z [+] Installing: taplo -> taplo
2025-08-20T21:12:18.9789771Z [+] Installing: tldr -> tldr
2025-08-20T21:12:19.5141266Z [+] Installing: tldr -> tealdeer
2025-08-20T21:12:20.0602563Z [+] Installing: tmux -> tmux
2025-08-20T21:12:20.5376940Z [+] Installing: tok -> tok
2025-08-20T21:12:21.2767099Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:12:21.8955853Z [+] Installing: trurl -> trurl
2025-08-20T21:12:22.4198530Z [+] Installing: tss -> tss
2025-08-20T21:12:22.9238203Z [+] Installing: ulexec -> ulexec
2025-08-20T21:12:23.5110960Z [+] Installing: unfurl -> unfurl
2025-08-20T21:12:24.0947084Z [+] Installing: upx -> upx
2025-08-20T21:12:24.6415991Z [+] Installing: validtoml -> validtoml
2025-08-20T21:12:25.2062013Z [+] Installing: wget -> wget
2025-08-20T21:12:25.7937084Z [+] Installing: wget2 -> wget2
2025-08-20T21:12:26.3564347Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:12:26.8829868Z [+] Installing: xq -> xq
2025-08-20T21:12:27.4245948Z [+] Installing: xz -> xz
2025-08-20T21:12:27.9176821Z [+] Installing: unxz -> unxz
2025-08-20T21:12:28.3608756Z [+] Installing: yq -> yq
2025-08-20T21:12:28.8882336Z [+] Installing: yj -> yj
2025-08-20T21:12:29.3911167Z [+] Installing: zapper -> zapper
2025-08-20T21:12:29.8956343Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:12:30.3901838Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:12:30.8491479Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:30.8527192Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:12:30.8528080Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:12:31.2832133Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:31.2868048Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:12:31.2868442Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:12:31.6874776Z curl: (22) The requested URL returned error: 404
2025-08-20T21:12:31.6907994Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:12:31.6908713Z [+] Installing: zstd -> zstd
2025-08-20T21:12:32.2504091Z [+] Creating symlinks...
2025-08-20T21:12:32.2576132Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:12:32.2655635Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:12:32.2732041Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:12:32.2809404Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:12:32.2890072Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:12:32.2969837Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:12:32.3049548Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:12:32.3131948Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:12:32.3217313Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:12:32.3299525Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:12:32.3380035Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:12:32.3458792Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:12:32.3539931Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:12:32.3620303Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:12:32.3698248Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:12:32.3775623Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:12:32.3854179Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:12:32.3886912Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:12:32.3959616Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:12:32.4041269Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:12:32.4121722Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:12:32.4156885Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:12:32.4229367Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:12:32.4310635Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:12:32.4392111Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:12:32.4473195Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:12:32.4553410Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:12:32.4633912Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:12:32.4712618Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:12:32.4791418Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:12:32.4870329Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:12:32.4947360Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:12:32.5021457Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:12:32.5096400Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:12:32.5173026Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:12:32.5248062Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:12:32.5324544Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:12:32.5399214Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:12:32.5475512Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:12:32.5549478Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:12:32.5626257Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:12:32.5702885Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:12:32.5780656Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:12:32.5856220Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:12:32.5888921Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:12:32.5911372Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:12:32.5977834Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:12:32.6052647Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:12:32.6131503Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:12:32.6206876Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:12:32.6282345Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:12:32.6356418Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:12:32.6433229Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:12:32.6510136Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:12:32.6587009Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:12:32.6666294Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:12:32.6746795Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:12:32.6825549Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:12:32.6901836Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:12:32.6981400Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:12:32.7058678Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:12:32.7135394Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:12:32.7214406Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:12:32.7293605Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:12:32.7377204Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:12:32.7457529Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:12:32.7533954Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:12:32.7613444Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:12:32.7693652Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:12:32.7773712Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:12:32.7853797Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:12:32.7933991Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:12:32.8014484Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:12:32.8094104Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:12:32.8175206Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:12:32.8254297Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:12:32.8336057Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:12:32.8414193Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:12:32.8492854Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:12:32.8573422Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:12:32.8652217Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:12:32.8736636Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:12:32.8817281Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:12:32.8897985Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:12:32.8977426Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:12:32.9056311Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:12:32.9136033Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:12:32.9216306Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:12:32.9293703Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:12:32.9371955Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:12:32.9452700Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:12:32.9534900Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:12:32.9614207Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:12:32.9694438Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:12:32.9774631Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:12:32.9808086Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:12:32.9833299Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:12:32.9858191Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:12:32.9931762Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:12:32.9955733Z 
2025-08-20T21:12:32.9956493Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:12:32.9956878Z 
2025-08-20T21:12:33.0078698Z 
2025-08-20T21:12:33.0157183Z 
2025-08-20T21:12:33.0157578Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:12:33.0157918Z 
2025-08-20T21:12:33.0159668Z [+] Installation completed!
2025-08-20T21:12:33.0232782Z 
2025-08-20T21:12:33.0233167Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:12:33.3251131Z github.com
2025-08-20T21:12:33.3251780Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:12:33.3252087Z   - Active account: true
2025-08-20T21:12:33.3252339Z   - Git operations protocol: https
2025-08-20T21:12:33.3252599Z   - Token: ghp_************************************
2025-08-20T21:12:33.3253228Z   - 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-20T21:12:33.3253870Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:12:33.3254202Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:12:33.5122047Z Limit: 5000, Remaining: 4217, Reset: 2025-08-20 21:25:35 +0000 UTC (13m1s)
2025-08-20T21:12:33.5131803Z 
2025-08-20T21:12:33.5132345Z [+] GHCR_TOKEN is Exported
2025-08-20T21:12:33.7258689Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:12:34.1320377Z Login Succeeded
2025-08-20T21:12:34.1330255Z 
2025-08-20T21:12:34.1330617Z [+] GITLAB is Exported
2025-08-20T21:12:34.4968086Z [git remote -v]
2025-08-20T21:12:34.7669727Z gitlab.com
2025-08-20T21:12:34.7672743Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:12:34.7675784Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:12:34.7676377Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:12:34.7676775Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:12:34.7677127Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:12:34.7677443Z   ✓ Token found: **************************
2025-08-20T21:12:34.7677717Z 
2025-08-20T21:12:34.7678094Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:12:34.7678557Z [git remote -v]
2025-08-20T21:12:34.7693395Z 2025/08/20 21:12:34 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:12:34.7693909Z git: exit status 128]
2025-08-20T21:12:35.0296526Z 
2025-08-20T21:12:35.0296879Z 
2025-08-20T21:12:35.0297852Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:12:35 PM)
2025-08-20T21:12:35.0298277Z 
2025-08-20T21:12:35.0298281Z 
2025-08-20T21:12:35.0298349Z [+] USER = runner
2025-08-20T21:12:35.0298523Z [+] HOME = /home/runner
2025-08-20T21:12:35.0300675Z [+] 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-20T21:12:35.0302761Z 
2025-08-20T21:12:35.1643537Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:12:35.1740226Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:12:35.2890706Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:12:35.3355587Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:12:35.3820522Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:12:35.4285540Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:12:36.3007102Z Reading package lists...
2025-08-20T21:12:36.3310396Z Reading package lists...
2025-08-20T21:12:36.5254284Z Building dependency tree...
2025-08-20T21:12:36.5262907Z Reading state information...
2025-08-20T21:12:36.7724256Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:12:36.7724841Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:12:36.7725316Z ca-certificates is already the newest version (20240203).
2025-08-20T21:12:36.7725679Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:12:36.7726001Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:12:36.7726306Z moreutils is already the newest version (0.69-1).
2025-08-20T21:12:36.7726663Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:12:36.7727054Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:12:36.7727407Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:12:36.9239673Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:12:36.9344723Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:12:36.9575819Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:12:37.0038238Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:12:37.0501099Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:12:37.0963714Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:12:37.9499402Z Reading package lists...
2025-08-20T21:12:37.9801464Z Reading package lists...
2025-08-20T21:12:38.1719012Z Building dependency tree...
2025-08-20T21:12:38.1725612Z Reading state information...
2025-08-20T21:12:38.4091785Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:12:38.4092581Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:12:38.4092998Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:12:38.4093387Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:12:38.4093783Z ca-certificates is already the newest version (20240203).
2025-08-20T21:12:38.4094191Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:12:38.4094580Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:12:38.4094924Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:12:38.4095558Z gawk set to manually installed.
2025-08-20T21:12:38.4095887Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:12:38.4096258Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:12:38.4096628Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:12:38.4096970Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:12:38.4097344Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:12:38.4098266Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:12:38.4098680Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:12:38.4099021Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:12:38.4099439Z The following additional packages will be installed:
2025-08-20T21:12:38.4100006Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:12:38.4100524Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:12:38.4101038Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:12:38.4101484Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:12:38.4101956Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:12:38.4102391Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:12:38.4106603Z Suggested packages:
2025-08-20T21:12:38.4107231Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:12:38.4109692Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:12:38.4110241Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:12:38.4110689Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:12:38.4111074Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:12:38.4111442Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:12:38.4111814Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:12:38.4325513Z The following NEW packages will be installed:
2025-08-20T21:12:38.4325979Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:12:38.4327500Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:12:38.4328707Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:12:38.4329169Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:12:38.4329912Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:12:38.4334317Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:12:38.4334708Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:12:38.6633130Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:12:38.6633482Z Need to get 27.2 MB of archives.
2025-08-20T21:12:38.6633812Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:12:38.6634356Z 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-20T21:12:39.0546281Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:12:39.1517499Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:12:39.2011156Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:12:39.2478234Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:12:39.2948472Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:12:39.3655944Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:12:39.4352547Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:12:39.4864733Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:12:39.5338725Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:12:39.6941979Z 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-20T21:12:39.7421579Z 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-20T21:12:39.7918869Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:12:39.8388387Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:12:39.8858461Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:12:39.9326574Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:12:39.9797100Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:12:40.0463480Z 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-20T21:12:40.1799389Z 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-20T21:12:40.2280541Z 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-20T21:12:40.2751343Z 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-20T21:12:40.3223833Z 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-20T21:12:40.3725473Z 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-20T21:12:40.4240690Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:12:40.4717026Z 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-20T21:12:40.5185808Z 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-20T21:12:40.5763665Z 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-20T21:12:40.6312918Z 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-20T21:12:40.6874930Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:12:40.7376599Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:12:40.7842828Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:12:40.8314005Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:12:40.8787263Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:12:40.9363829Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:12:40.9853652Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:12:41.0353306Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:12:41.2702650Z Preconfiguring packages ...
2025-08-20T21:12:41.3481687Z Fetched 27.2 MB in 3s (10.5 MB/s)
2025-08-20T21:12:41.3971390Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:12:41.4001677Z (Reading database ... 
2025-08-20T21:12:41.4002252Z (Reading database ... 5%
2025-08-20T21:12:41.4002490Z (Reading database ... 10%
2025-08-20T21:12:41.4002696Z (Reading database ... 15%
2025-08-20T21:12:41.4002898Z (Reading database ... 20%
2025-08-20T21:12:41.4003094Z (Reading database ... 25%
2025-08-20T21:12:41.4003290Z (Reading database ... 30%
2025-08-20T21:12:41.4003513Z (Reading database ... 35%
2025-08-20T21:12:41.4003709Z (Reading database ... 40%
2025-08-20T21:12:41.4003903Z (Reading database ... 45%
2025-08-20T21:12:41.4004097Z (Reading database ... 50%
2025-08-20T21:12:41.4025512Z (Reading database ... 55%
2025-08-20T21:12:41.4108770Z (Reading database ... 60%
2025-08-20T21:12:41.4146719Z (Reading database ... 65%
2025-08-20T21:12:41.4160417Z (Reading database ... 70%
2025-08-20T21:12:41.4179791Z (Reading database ... 75%
2025-08-20T21:12:41.4301918Z (Reading database ... 80%
2025-08-20T21:12:41.4369210Z (Reading database ... 85%
2025-08-20T21:12:41.4392247Z (Reading database ... 90%
2025-08-20T21:12:41.4472795Z (Reading database ... 95%
2025-08-20T21:12:41.4473023Z (Reading database ... 100%
2025-08-20T21:12:41.4473316Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:12:41.4501830Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:12:41.4841303Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:12:41.6449266Z Selecting previously unselected package poppler-data.
2025-08-20T21:12:41.6588329Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:12:41.6671236Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:12:41.7895752Z Selecting previously unselected package b3sum.
2025-08-20T21:12:41.8066156Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:12:41.8145304Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:12:41.8777030Z Selecting previously unselected package build-essential.
2025-08-20T21:12:41.8941495Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:12:41.9008914Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:12:41.9646414Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:12:41.9804335Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:12:41.9976939Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:12:42.0677410Z Selecting previously unselected package ccache.
2025-08-20T21:12:42.0818446Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:12:42.0891991Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:12:42.1681561Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:12:42.1818606Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:12:42.1889559Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:12:42.2462462Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:12:42.2606182Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:12:42.2680663Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:12:42.3321032Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:12:42.3490661Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:12:42.3558513Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:12:42.4690741Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:12:42.4856238Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:12:42.5414704Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:12:42.6493792Z Selecting previously unselected package libgs-common.
2025-08-20T21:12:42.6647155Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:12:42.6734934Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:42.7318956Z Selecting previously unselected package libgs10-common.
2025-08-20T21:12:42.7468885Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:12:42.7540767Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:42.8527153Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:12:42.8696250Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:12:42.8807886Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:12:42.9423722Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:12:42.9586381Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:12:42.9775998Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:12:43.0507073Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:12:43.0653403Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:12:43.0769005Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:12:43.1481502Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:12:43.1618101Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:12:43.1688000Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:12:43.2411186Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:12:43.2553308Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:12:43.2649296Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:43.4436198Z Selecting previously unselected package ghostscript.
2025-08-20T21:12:43.4600926Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:12:43.4672796Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:43.5356789Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:12:43.5500166Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:12:43.5590487Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:43.7781927Z Selecting previously unselected package imagemagick.
2025-08-20T21:12:43.7945683Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:12:43.8022129Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:43.8595587Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:12:43.8765282Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:12:43.8832460Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:12:43.9500736Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:12:43.9666881Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:12:43.9736630Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:12:44.0477532Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:12:44.0621586Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:12:44.0697794Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:12:44.1454599Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:12:44.1596657Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:12:44.1672680Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:12:44.2314331Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:12:44.2454034Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:12:44.2516728Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:12:44.3151338Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:12:44.3330252Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:12:44.3415099Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:12:44.4273300Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:12:44.4439922Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:12:44.4527783Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:12:44.5188342Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:12:44.5355491Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:12:44.5420319Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:44.6160494Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:12:44.6298543Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:12:44.6379601Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:12:44.6930532Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:12:44.7064363Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:12:44.7128010Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:12:44.7741911Z Selecting previously unselected package libtool-bin.
2025-08-20T21:12:44.7875503Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:12:44.7943472Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:12:45.7305733Z Selecting previously unselected package lzip.
2025-08-20T21:12:45.7442987Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:12:45.7513643Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:12:45.8138236Z Selecting previously unselected package netpbm.
2025-08-20T21:12:45.8279716Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:12:45.8367083Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:12:46.0499242Z Selecting previously unselected package musl:arm64.
2025-08-20T21:12:46.0662220Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:12:46.0731875Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:12:46.1480080Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:12:46.1614282Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:12:46.1682551Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:12:46.2494579Z Selecting previously unselected package musl-tools.
2025-08-20T21:12:46.2627540Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:12:46.2698855Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:12:46.3445030Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:12:46.4737945Z 
2025-08-20T21:12:46.4738583Z Creating config file /etc/papersize with new version
2025-08-20T21:12:46.5416612Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:12:46.5634725Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:12:46.6091017Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:12:46.6269894Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:12:46.6456508Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:46.6689510Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:12:46.6936308Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:12:46.7184789Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:12:46.7774639Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:12:46.8017373Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:12:46.8221701Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:12:46.8386445Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:12:46.8452155Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:12:46.8527344Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:12:46.8667260Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:12:46.8860338Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:12:46.9037502Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:12:46.9374779Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:12:46.9611333Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:46.9802554Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:12:46.9868184Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:12:46.9944687Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:12:47.0014623Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:12:47.0100017Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:12:47.0168558Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:12:47.0242723Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:12:47.0311714Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:12:47.0386631Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:12:47.0452061Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:12:47.0527077Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:12:47.0595716Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:12:47.0671419Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:12:47.0743053Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:12:47.0816494Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:12:47.0884716Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:12:47.0960082Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:12:47.1046624Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:12:47.1130060Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:12:47.1205346Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:12:47.1299860Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:12:47.1369499Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:12:47.1507099Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:12:47.1699989Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:12:47.2041892Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:12:47.2240167Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:12:47.2650791Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:12:47.2826600Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:12:47.3023255Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:12:47.3218500Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:12:47.3366737Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:12:47.3506928Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:12:47.3726753Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:12:47.3943128Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:12:47.4161944Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:12:47.4375920Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:47.4567071Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:12:47.4813345Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:12:47.7137984Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:12:47.7593758Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:47.7858925Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:47.8046123Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:12:47.8318105Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:12:47.9222373Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:12:48.3567846Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:12:48.6312466Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:12:48.6660967Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:51.2039418Z Reading package lists...
2025-08-20T21:12:51.4026415Z Building dependency tree...
2025-08-20T21:12:51.4033965Z Reading state information...
2025-08-20T21:12:51.6510769Z autoconf is already the newest version (2.71-3).
2025-08-20T21:12:51.6511119Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:12:51.6511466Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:12:51.6511802Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:12:51.6512145Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:12:51.6512492Z ca-certificates is already the newest version (20240203).
2025-08-20T21:12:51.6512826Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:12:51.6513121Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:12:51.6513424Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:12:51.6513733Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:12:51.6514047Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:12:51.6514358Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:12:51.6514970Z patch set to manually installed.
2025-08-20T21:12:51.6515255Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:12:51.6515583Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:12:51.6515890Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:12:51.6516191Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:12:51.6516452Z Suggested packages:
2025-08-20T21:12:51.6516631Z   scons-doc
2025-08-20T21:12:51.6673582Z The following NEW packages will be installed:
2025-08-20T21:12:51.6681465Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:12:52.0189170Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:12:52.0189517Z Need to get 17.8 MB of archives.
2025-08-20T21:12:52.0189827Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:12:52.0190322Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:12:52.7107971Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:12:52.8217491Z 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-20T21:12:53.8258351Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:12:54.0478652Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:12:54.3119051Z Fetched 17.8 MB in 2s (7510 kB/s)
2025-08-20T21:12:54.3503940Z Selecting previously unselected package autopoint.
2025-08-20T21:12:54.3537808Z (Reading database ... 
2025-08-20T21:12:54.3538308Z (Reading database ... 5%
2025-08-20T21:12:54.3538536Z (Reading database ... 10%
2025-08-20T21:12:54.3538743Z (Reading database ... 15%
2025-08-20T21:12:54.3538937Z (Reading database ... 20%
2025-08-20T21:12:54.3539163Z (Reading database ... 25%
2025-08-20T21:12:54.3539387Z (Reading database ... 30%
2025-08-20T21:12:54.3539583Z (Reading database ... 35%
2025-08-20T21:12:54.3539782Z (Reading database ... 40%
2025-08-20T21:12:54.3539978Z (Reading database ... 45%
2025-08-20T21:12:54.3540175Z (Reading database ... 50%
2025-08-20T21:12:54.3561712Z (Reading database ... 55%
2025-08-20T21:12:54.3655151Z (Reading database ... 60%
2025-08-20T21:12:54.3697739Z (Reading database ... 65%
2025-08-20T21:12:54.3712949Z (Reading database ... 70%
2025-08-20T21:12:54.3743127Z (Reading database ... 75%
2025-08-20T21:12:54.3877951Z (Reading database ... 80%
2025-08-20T21:12:54.3959487Z (Reading database ... 85%
2025-08-20T21:12:54.3988857Z (Reading database ... 90%
2025-08-20T21:12:54.4087750Z (Reading database ... 95%
2025-08-20T21:12:54.4087974Z (Reading database ... 100%
2025-08-20T21:12:54.4088271Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:12:54.4128027Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:12:54.4200567Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:12:54.4981592Z Selecting previously unselected package clang.
2025-08-20T21:12:54.5134369Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:12:54.5257463Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:12:54.5904164Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:12:54.6079444Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:12:54.6141756Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:12:55.6035158Z Selecting previously unselected package scons.
2025-08-20T21:12:55.6217218Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:12:55.8866357Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:12:55.9984526Z Selecting previously unselected package byacc.
2025-08-20T21:12:56.0133152Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:12:56.0217117Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:12:56.1155933Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:12:56.1455328Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:12:56.1737165Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:12:56.2268562Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:12:56.6082860Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:12:56.6302896Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:57.8620765Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:12:59.0447911Z Reading package lists...
2025-08-20T21:12:59.2607852Z Building dependency tree...
2025-08-20T21:12:59.2615515Z Reading state information...
2025-08-20T21:12:59.4887214Z The following additional packages will be installed:
2025-08-20T21:12:59.4888195Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:12:59.4888575Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:12:59.4889012Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:12:59.4889484Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:12:59.4889930Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:12:59.4890360Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:12:59.4890821Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:12:59.4891242Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:12:59.4894439Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:12:59.4899854Z Suggested packages:
2025-08-20T21:12:59.4900118Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:12:59.4900501Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:12:59.4900909Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:12:59.4901315Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:12:59.4901692Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:12:59.4902117Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:12:59.4902573Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:12:59.4903045Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:12:59.4903401Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:12:59.4903627Z Recommended packages:
2025-08-20T21:12:59.4903907Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:12:59.4904332Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:12:59.4904726Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:12:59.4905086Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:12:59.4905406Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:12:59.5077070Z The following NEW packages will be installed:
2025-08-20T21:12:59.5077950Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:12:59.5078330Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:12:59.5078728Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:12:59.5079197Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:12:59.5079637Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:12:59.5080786Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:12:59.5081240Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:12:59.5081784Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:12:59.5085112Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:12:59.6195225Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:12:59.6195849Z Need to get 2409 kB of archives.
2025-08-20T21:12:59.6196178Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:12:59.6196690Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:12:59.6662429Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:12:59.7224774Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:12:59.8167192Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:12:59.8659220Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:12:59.9184290Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:12:59.9793304Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:13:00.0292307Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:13:00.0805515Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:13:00.1317209Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:13:00.1856481Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:13:00.2381394Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:13:00.2881907Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:13:00.3413336Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:13:00.3959903Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:13:00.4634587Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:13:00.5146807Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:13:00.7378740Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:13:00.7865984Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:13:00.8343984Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:13:00.8815155Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:13:00.9767540Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:13:01.0328714Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:13:01.0802358Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:13:01.1269207Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:13:01.1744279Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:13:01.2212836Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:13:01.2751038Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:13:01.3253464Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:13:01.3732337Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:13:01.6822329Z Fetched 2409 kB in 2s (1259 kB/s)
2025-08-20T21:13:01.7167453Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:13:01.7199924Z (Reading database ... 
2025-08-20T21:13:01.7200144Z (Reading database ... 5%
2025-08-20T21:13:01.7200344Z (Reading database ... 10%
2025-08-20T21:13:01.7200541Z (Reading database ... 15%
2025-08-20T21:13:01.7200737Z (Reading database ... 20%
2025-08-20T21:13:01.7200966Z (Reading database ... 25%
2025-08-20T21:13:01.7201161Z (Reading database ... 30%
2025-08-20T21:13:01.7201354Z (Reading database ... 35%
2025-08-20T21:13:01.7202153Z (Reading database ... 40%
2025-08-20T21:13:01.7202395Z (Reading database ... 45%
2025-08-20T21:13:01.7202595Z (Reading database ... 50%
2025-08-20T21:13:01.7221357Z (Reading database ... 55%
2025-08-20T21:13:01.7306483Z (Reading database ... 60%
2025-08-20T21:13:01.7344856Z (Reading database ... 65%
2025-08-20T21:13:01.7358691Z (Reading database ... 70%
2025-08-20T21:13:01.7386405Z (Reading database ... 75%
2025-08-20T21:13:01.7505557Z (Reading database ... 80%
2025-08-20T21:13:01.7573987Z (Reading database ... 85%
2025-08-20T21:13:01.7600064Z (Reading database ... 90%
2025-08-20T21:13:01.7683133Z (Reading database ... 95%
2025-08-20T21:13:01.7683360Z (Reading database ... 100%
2025-08-20T21:13:01.7683647Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:13:01.7710827Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:13:01.7797486Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:13:01.8492104Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:13:01.8657483Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:13:01.8741114Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:13:01.9396685Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:13:01.9558699Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:13:01.9643152Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:13:02.0410918Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:13:02.0550924Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:13:02.0628845Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:13:02.1386315Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:13:02.1531727Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:13:02.1636281Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:13:02.2260921Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:13:02.2405692Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:13:02.2492095Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:13:02.3100168Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:13:02.3274918Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:13:02.3402919Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:13:02.3997822Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:13:02.4167911Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:13:02.4248369Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:13:02.4813829Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:13:02.4980486Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:13:02.5039724Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:13:02.5585840Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:13:02.5725729Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:13:02.5821559Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:13:02.6397169Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:13:02.6533549Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:13:02.6594476Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:13:02.7290570Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:13:02.7432282Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:13:02.7517004Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:13:02.8046226Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:13:02.8215404Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:13:02.8275096Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:13:02.8911884Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:13:02.9078894Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:13:02.9148765Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:13:02.9727520Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:13:02.9893541Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:13:03.0083167Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:13:03.0612429Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:13:03.0755099Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:13:03.0851007Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:13:03.1371454Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:13:03.1514228Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:13:03.1619648Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:13:03.2426828Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:13:03.2571014Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:13:03.2655215Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:13:03.3275897Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:13:03.3450288Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:13:03.3515662Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:13:03.4249926Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:13:03.4414205Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:13:03.4494469Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:13:03.5093427Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:13:03.5258124Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:13:03.5330279Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:13:03.6138716Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:13:03.6280817Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:13:03.6361246Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:13:03.7016185Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:13:03.7167389Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:13:03.7274670Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:13:03.7859425Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:13:03.8000842Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:13:03.8087827Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:13:03.8622007Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:13:03.8790329Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:13:03.8884253Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:13:03.9422547Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:13:03.9585509Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:13:03.9665832Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:13:04.0284423Z Selecting previously unselected package libwww-perl.
2025-08-20T21:13:04.0454923Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:13:04.0527697Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:13:04.1130584Z Selecting previously unselected package patchutils.
2025-08-20T21:13:04.1271588Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:13:04.1337169Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:13:04.2050332Z Selecting previously unselected package wdiff.
2025-08-20T21:13:04.2222548Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:13:04.2302190Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:13:04.3101639Z Selecting previously unselected package devscripts.
2025-08-20T21:13:04.3261878Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:13:04.3489421Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:13:04.4947466Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:13:04.5151005Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:13:04.5403694Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:13:04.5635191Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:13:04.5833831Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:13:04.6081593Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:13:04.6268086Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:13:04.6484399Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:13:04.6880464Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:13:04.7288551Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:13:04.7532917Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:13:04.7713995Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:13:04.7888866Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:13:04.8112552Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:13:04.8339341Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:13:04.8561579Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:13:04.8834791Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:13:04.9028328Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:13:04.9260432Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:13:04.9494812Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:13:04.9756078Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:13:04.9944359Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:13:05.0164989Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:13:05.0370570Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:13:05.0630548Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:13:05.0861786Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:13:05.1053607Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:13:05.1324615Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:13:05.1597125Z Setting up devscripts (2.23.7) ...
2025-08-20T21:13:05.2937758Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:13:05.3188607Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:13:06.8057870Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:13:07.9589144Z Reading package lists...
2025-08-20T21:13:08.1621423Z Building dependency tree...
2025-08-20T21:13:08.1630089Z Reading state information...
2025-08-20T21:13:08.4130689Z The following additional packages will be installed:
2025-08-20T21:13:08.4139082Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:13:08.4149215Z Suggested packages:
2025-08-20T21:13:08.4149468Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:13:08.4311301Z The following NEW packages will be installed:
2025-08-20T21:13:08.4320097Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:13:08.5917874Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:08.5918245Z Need to get 12.7 MB of archives.
2025-08-20T21:13:08.5918544Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:13:08.5919055Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:13:08.7633193Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:13:08.8710041Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:13:09.1046266Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:13:09.5108331Z Fetched 12.7 MB in 1s (15.7 MB/s)
2025-08-20T21:13:09.5443244Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:13:09.5476983Z (Reading database ... 
2025-08-20T21:13:09.5477255Z (Reading database ... 5%
2025-08-20T21:13:09.5477867Z (Reading database ... 10%
2025-08-20T21:13:09.5478123Z (Reading database ... 15%
2025-08-20T21:13:09.5479601Z (Reading database ... 20%
2025-08-20T21:13:09.5479809Z (Reading database ... 25%
2025-08-20T21:13:09.5480009Z (Reading database ... 30%
2025-08-20T21:13:09.5480207Z (Reading database ... 35%
2025-08-20T21:13:09.5480402Z (Reading database ... 40%
2025-08-20T21:13:09.5480948Z (Reading database ... 45%
2025-08-20T21:13:09.5481152Z (Reading database ... 50%
2025-08-20T21:13:09.5500948Z (Reading database ... 55%
2025-08-20T21:13:09.5587159Z (Reading database ... 60%
2025-08-20T21:13:09.5631600Z (Reading database ... 65%
2025-08-20T21:13:09.5646114Z (Reading database ... 70%
2025-08-20T21:13:09.5675480Z (Reading database ... 75%
2025-08-20T21:13:09.5809959Z (Reading database ... 80%
2025-08-20T21:13:09.5887292Z (Reading database ... 85%
2025-08-20T21:13:09.5913210Z (Reading database ... 90%
2025-08-20T21:13:09.6007392Z (Reading database ... 95%
2025-08-20T21:13:09.6007739Z (Reading database ... 100%
2025-08-20T21:13:09.6008048Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:13:09.6046046Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:13:09.6182372Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:13:09.6891290Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:13:09.7046129Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:13:09.7115171Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:13:09.7990858Z Selecting previously unselected package cmake-data.
2025-08-20T21:13:09.8148524Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:13:09.8284843Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:13:10.8224162Z Selecting previously unselected package cmake.
2025-08-20T21:13:10.8407242Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:13:10.8486244Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:13:11.4135077Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:13:11.4346645Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:13:11.4584593Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:13:11.4862616Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:13:11.5117515Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:13:12.8557766Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:13:14.2081692Z Reading package lists...
2025-08-20T21:13:14.4509169Z Building dependency tree...
2025-08-20T21:13:14.4516861Z Reading state information...
2025-08-20T21:13:14.7438953Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:13:14.7439348Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:13:14.7439667Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:13:14.7439973Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:13:14.7440705Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:13:14.7441034Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:13:14.7441382Z ca-certificates is already the newest version (20240203).
2025-08-20T21:13:14.7441686Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:13:14.7441983Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:13:14.7442289Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:13:14.7442599Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:13:14.7442905Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:13:14.7443240Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:13:14.7443593Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:13:14.7443901Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:13:14.7444207Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:13:14.7444550Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:13:14.7444858Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:13:14.7445133Z musl is already the newest version (1.2.4-2).
2025-08-20T21:13:14.7445404Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:13:14.7445691Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:13:14.7446024Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:13:14.7446611Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:13:14.7446916Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:13:14.7447219Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:13:14.7447553Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:14.7639047Z Reading package lists...
2025-08-20T21:13:14.9914698Z Building dependency tree...
2025-08-20T21:13:14.9922222Z Reading state information...
2025-08-20T21:13:15.2760086Z autoconf is already the newest version (2.71-3).
2025-08-20T21:13:15.2760501Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:13:15.2760848Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:13:15.2761177Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:13:15.2761508Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:13:15.2761850Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:13:15.2762198Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:13:15.2762512Z ca-certificates is already the newest version (20240203).
2025-08-20T21:13:15.2762826Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:13:15.2763123Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:13:15.2763416Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:13:15.2763721Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:13:15.2764035Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:13:15.2764348Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:13:15.2764658Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:13:15.2764969Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:13:15.2765295Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:13:15.2765656Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:13:15.2766011Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:13:15.2766304Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:13:15.2766607Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:13:15.2766939Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:15.2966028Z Reading package lists...
2025-08-20T21:13:15.5450930Z Building dependency tree...
2025-08-20T21:13:15.5459370Z Reading state information...
2025-08-20T21:13:15.8548032Z devscripts is already the newest version (2.23.7).
2025-08-20T21:13:15.8548436Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:15.8748783Z Reading package lists...
2025-08-20T21:13:16.0963130Z Building dependency tree...
2025-08-20T21:13:16.0971491Z Reading state information...
2025-08-20T21:13:16.3844294Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:13:16.3844729Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:16.4038530Z Reading package lists...
2025-08-20T21:13:16.6263001Z Building dependency tree...
2025-08-20T21:13:16.6272509Z Reading state information...
2025-08-20T21:13:16.8882786Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:13:16.8883226Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:13:16.9291180Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:16.9744051Z Reading package lists...
2025-08-20T21:13:17.1864329Z Building dependency tree...
2025-08-20T21:13:17.1873623Z Reading state information...
2025-08-20T21:13:17.4285649Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:13:17.4286066Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:13:17.4286418Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:13:17.4286784Z The following additional packages will be installed:
2025-08-20T21:13:17.4287503Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:13:17.4288279Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:13:17.4288732Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:13:17.4289121Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:13:17.4289654Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:13:17.4290100Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:13:17.4290498Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:13:17.4290904Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:13:17.4291283Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:13:17.4291672Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:13:17.4292098Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:13:17.4295442Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:13:17.4295853Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:13:17.4296307Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:13:17.4296648Z   linux-libc-dev-armhf-cross
2025-08-20T21:13:17.4303452Z Suggested packages:
2025-08-20T21:13:17.4303800Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:13:17.4304173Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:13:17.4635869Z The following NEW packages will be installed:
2025-08-20T21:13:17.4636227Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:13:17.4636626Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:13:17.4637080Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:13:17.4637530Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:13:17.4638021Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:13:17.4638411Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:13:17.4638826Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:13:17.4639217Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:13:17.4640183Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:13:17.4640691Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:13:17.4641177Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:13:17.4641668Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:13:17.4642104Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:13:17.4642550Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:13:17.4643895Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:13:17.7080249Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:17.7080622Z Need to get 112 MB of archives.
2025-08-20T21:13:17.7082043Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:13:17.7082756Z 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-20T21:13:18.0545400Z 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-20T21:13:19.0360382Z 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-20T21:13:19.1466802Z 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-20T21:13:20.0438754Z 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-20T21:13:20.1540431Z 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-20T21:13:20.2645889Z 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-20T21:13:20.8176891Z 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-20T21:13:20.9282271Z 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-20T21:13:21.0389321Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:13:21.3691087Z 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-20T21:13:21.5901755Z 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-20T21:13:22.0844683Z 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-20T21:13:22.1999306Z 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-20T21:13:22.8425902Z 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-20T21:13:23.0712608Z 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-20T21:13:23.4106629Z 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-20T21:13:23.7402616Z 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-20T21:13:25.3040801Z 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-20T21:13:25.6370354Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:13:25.9690313Z 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-20T21:13:26.4125743Z 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-20T21:13:27.5199188Z 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-20T21:13:28.5432544Z 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-20T21:13:28.6541481Z 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-20T21:13:28.7649398Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:13:29.2071297Z 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-20T21:13:29.3176192Z 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-20T21:13:29.4293997Z 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-20T21:13:29.5394649Z 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-20T21:13:30.1051226Z 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-20T21:13:30.4352219Z 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-20T21:13:30.7748904Z 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-20T21:13:31.2232408Z 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-20T21:13:32.7431567Z 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-20T21:13:33.0884602Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:13:33.4343078Z 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-20T21:13:33.8948141Z 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-20T21:13:34.9350353Z 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-20T21:13:35.0492838Z 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-20T21:13:35.1637320Z 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-20T21:13:35.2779923Z 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-20T21:13:35.5774238Z Fetched 112 MB in 18s (6303 kB/s)
2025-08-20T21:13:35.6034971Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:13:35.6068137Z (Reading database ... 
2025-08-20T21:13:35.6068430Z (Reading database ... 5%
2025-08-20T21:13:35.6068634Z (Reading database ... 10%
2025-08-20T21:13:35.6068839Z (Reading database ... 15%
2025-08-20T21:13:35.6069032Z (Reading database ... 20%
2025-08-20T21:13:35.6069848Z (Reading database ... 25%
2025-08-20T21:13:35.6070059Z (Reading database ... 30%
2025-08-20T21:13:35.6070600Z (Reading database ... 35%
2025-08-20T21:13:35.6070811Z (Reading database ... 40%
2025-08-20T21:13:35.6071007Z (Reading database ... 45%
2025-08-20T21:13:35.6071206Z (Reading database ... 50%
2025-08-20T21:13:35.6090705Z (Reading database ... 55%
2025-08-20T21:13:35.6175227Z (Reading database ... 60%
2025-08-20T21:13:35.6215519Z (Reading database ... 65%
2025-08-20T21:13:35.6230044Z (Reading database ... 70%
2025-08-20T21:13:35.6258641Z (Reading database ... 75%
2025-08-20T21:13:35.6386996Z (Reading database ... 80%
2025-08-20T21:13:35.6463354Z (Reading database ... 85%
2025-08-20T21:13:35.6488973Z (Reading database ... 90%
2025-08-20T21:13:35.6593734Z (Reading database ... 95%
2025-08-20T21:13:35.6593961Z (Reading database ... 100%
2025-08-20T21:13:35.6594255Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:13:35.6634909Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:35.6735877Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:35.7335499Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:13:35.7519056Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:35.7611547Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:35.9894643Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:13:36.0055855Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:36.0140795Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:36.0902039Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:13:36.1079771Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:36.1181741Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:36.3268037Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:13:36.3429321Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:13:36.3532387Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:36.4134662Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:13:36.4300811Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:13:36.4370769Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:36.5034047Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:13:36.5190640Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:13:36.5347466Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:13:36.6676874Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:13:36.6864200Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:36.6937264Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:36.7594917Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:13:36.7767189Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:36.7834239Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:36.8492662Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:13:36.8640115Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:13:36.8700392Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:36.9471198Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:13:36.9623538Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:36.9694127Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.0309710Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:13:37.0460615Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.0520740Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.1136051Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:13:37.1307829Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.1410094Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.1988405Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:13:37.2162348Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.2245731Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.3420490Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:13:37.3571525Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.3646049Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.4491271Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:13:37.4632402Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.4776710Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.5491847Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:13:37.5639676Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:37.5704852Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:37.6651198Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:13:37.6826074Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:37.6931896Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:38.0727533Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:13:38.0880974Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:13:38.0948524Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:13:38.3405311Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:13:38.3577062Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:13:38.3637918Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:38.5000223Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:13:38.5153394Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:38.5215189Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:38.7560456Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:13:38.7739445Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:38.7841022Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.0333535Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:13:39.0476422Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:13:39.0553777Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:13:39.1729832Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:13:39.1905816Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.1977575Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.2575699Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:13:39.2751727Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.2830072Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.3457556Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:13:39.3632358Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:13:39.3695983Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:39.4611865Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:13:39.4768508Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.4844785Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.5412116Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:13:39.5552252Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.5623961Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.6328586Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:13:39.6490661Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.6583129Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.7159308Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:13:39.7332796Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.7400649Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.8491990Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:13:39.8661064Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.8726200Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:39.9539373Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:13:39.9683223Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:39.9785945Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:40.0476576Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:13:40.0619337Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:40.0686680Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:40.1489703Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:13:40.1668587Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:40.1754559Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:40.5755978Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:13:40.5905554Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:13:40.6081387Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:13:40.8375190Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:13:40.8547342Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:13:40.8652001Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:40.9989357Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:13:41.0147028Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:13:41.0226068Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.2599852Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:13:41.2781557Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:13:41.2873129Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.5271361Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:13:41.5415946Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:13:41.5490202Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:41.5970569Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:13:41.6120048Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:13:41.6181540Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:41.6575520Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:13:41.6722182Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:13:41.6814841Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:41.7287135Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:13:41.7463756Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:13:41.7536990Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:41.8258370Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:13:41.8487019Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:41.8692755Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.8910068Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.9248427Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.9475756Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:13:41.9706276Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:41.9904128Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:13:42.0113161Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:42.0378494Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.0717010Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.0915363Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:42.1098461Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:13:42.1298973Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.1499000Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.1694349Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.1886383Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.2079581Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.2335691Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.2546099Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.2811266Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:13:42.3001381Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.3184310Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.3394066Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:42.3581845Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.3767778Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.3997777Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.4200494Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:42.4432706Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.4674300Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.4912711Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.5094390Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.5303002Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.5539620Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.5716207Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:42.5903651Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.6087124Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.6276030Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.6472573Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:13:42.6651064Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:42.6848787Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:13:42.7034763Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:13:42.7234912Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:13:42.7312129Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:13:42.7447571Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:13:44.0630888Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:13:45.1849419Z Reading package lists...
2025-08-20T21:13:45.3736450Z Building dependency tree...
2025-08-20T21:13:45.3743853Z Reading state information...
2025-08-20T21:13:45.5946773Z The following additional packages will be installed:
2025-08-20T21:13:45.5947221Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:13:45.5950949Z   libpcap0.8-dev
2025-08-20T21:13:45.6218289Z The following NEW packages will be installed:
2025-08-20T21:13:45.6219297Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:13:45.6224852Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:13:45.6402694Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:45.8686199Z Need to get 1640 kB of archives.
2025-08-20T21:13:45.8688710Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:13:45.8689286Z 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-20T21:13:46.1098498Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:13:46.1735422Z 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-20T21:13:46.2377286Z 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-20T21:13:46.3225534Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:13:46.4567561Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:13:46.5141326Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:13:46.5608857Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:13:46.8086545Z Fetched 1640 kB in 1s (1802 kB/s)
2025-08-20T21:13:46.8453264Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:13:46.8487996Z (Reading database ... 
2025-08-20T21:13:46.8488243Z (Reading database ... 5%
2025-08-20T21:13:46.8488449Z (Reading database ... 10%
2025-08-20T21:13:46.8488652Z (Reading database ... 15%
2025-08-20T21:13:46.8488847Z (Reading database ... 20%
2025-08-20T21:13:46.8489045Z (Reading database ... 25%
2025-08-20T21:13:46.8489248Z (Reading database ... 30%
2025-08-20T21:13:46.8489845Z (Reading database ... 35%
2025-08-20T21:13:46.8490055Z (Reading database ... 40%
2025-08-20T21:13:46.8490253Z (Reading database ... 45%
2025-08-20T21:13:46.8490447Z (Reading database ... 50%
2025-08-20T21:13:46.8509640Z (Reading database ... 55%
2025-08-20T21:13:46.8596388Z (Reading database ... 60%
2025-08-20T21:13:46.8636025Z (Reading database ... 65%
2025-08-20T21:13:46.8653353Z (Reading database ... 70%
2025-08-20T21:13:46.8677885Z (Reading database ... 75%
2025-08-20T21:13:46.8807870Z (Reading database ... 80%
2025-08-20T21:13:46.8878293Z (Reading database ... 85%
2025-08-20T21:13:46.8902108Z (Reading database ... 90%
2025-08-20T21:13:46.9007916Z (Reading database ... 95%
2025-08-20T21:13:46.9008134Z (Reading database ... 100%
2025-08-20T21:13:46.9008430Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:13:46.9038375Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:13:46.9112262Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:13:47.0147272Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:13:47.0323234Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:13:47.0452403Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:13:47.1143319Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:13:47.1306901Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:13:47.1385257Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:13:47.2117265Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:13:47.2262627Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:13:47.2383182Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:13:47.3020072Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:13:47.3168940Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:13:47.3235296Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:13:47.4183976Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:13:47.4364507Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:13:47.4484146Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:13:47.5175876Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:13:47.5351337Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:13:47.5437301Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:13:47.6173156Z Selecting previously unselected package pcaputils.
2025-08-20T21:13:47.6344199Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:13:47.6428988Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:13:47.7300348Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:13:47.7517450Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:13:47.8932182Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:13:47.9130035Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:13:47.9490447Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:13:48.1739005Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:13:48.2004199Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:13:48.2289392Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:13:48.2635448Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:13:49.8299598Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:13:49.8726814Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:13:49.8951383Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:13:50.9884130Z Reading package lists...
2025-08-20T21:13:51.1751116Z Building dependency tree...
2025-08-20T21:13:51.1759444Z Reading state information...
2025-08-20T21:13:51.2133060Z Reading package lists...
2025-08-20T21:13:51.4206161Z Building dependency tree...
2025-08-20T21:13:51.4213145Z Reading state information...
2025-08-20T21:13:51.6701226Z The following additional packages will be installed:
2025-08-20T21:13:51.6704953Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:13:51.6713552Z Suggested packages:
2025-08-20T21:13:51.6713854Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:13:51.6714262Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:13:51.6887852Z The following NEW packages will be installed:
2025-08-20T21:13:51.6889294Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:13:51.6893883Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:13:51.9367867Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:13:51.9368230Z Need to get 801 kB of archives.
2025-08-20T21:13:51.9368619Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:13:51.9369111Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:13:52.2242523Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:13:52.4647799Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:13:52.8653381Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:13:52.9911708Z 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-20T21:13:53.1086431Z 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-20T21:13:53.3417267Z 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-20T21:13:53.4569548Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:13:53.5789187Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:13:53.8438094Z Fetched 801 kB in 2s (425 kB/s)
2025-08-20T21:13:53.8970095Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:13:53.9004383Z (Reading database ... 
2025-08-20T21:13:53.9004617Z (Reading database ... 5%
2025-08-20T21:13:53.9004865Z (Reading database ... 10%
2025-08-20T21:13:53.9005068Z (Reading database ... 15%
2025-08-20T21:13:53.9005275Z (Reading database ... 20%
2025-08-20T21:13:53.9005468Z (Reading database ... 25%
2025-08-20T21:13:53.9005664Z (Reading database ... 30%
2025-08-20T21:13:53.9005858Z (Reading database ... 35%
2025-08-20T21:13:53.9006085Z (Reading database ... 40%
2025-08-20T21:13:53.9006279Z (Reading database ... 45%
2025-08-20T21:13:53.9006473Z (Reading database ... 50%
2025-08-20T21:13:53.9027567Z (Reading database ... 55%
2025-08-20T21:13:53.9112556Z (Reading database ... 60%
2025-08-20T21:13:53.9150883Z (Reading database ... 65%
2025-08-20T21:13:53.9167963Z (Reading database ... 70%
2025-08-20T21:13:53.9192217Z (Reading database ... 75%
2025-08-20T21:13:53.9349035Z (Reading database ... 80%
2025-08-20T21:13:53.9385439Z (Reading database ... 85%
2025-08-20T21:13:53.9408039Z (Reading database ... 90%
2025-08-20T21:13:53.9510922Z (Reading database ... 95%
2025-08-20T21:13:53.9511172Z (Reading database ... 100%
2025-08-20T21:13:53.9511470Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:13:53.9540002Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:13:53.9693026Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:13:54.0263532Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:13:54.0430464Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:13:54.0516822Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:13:54.1163387Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:13:54.1330569Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:13:54.1431099Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:13:54.2328659Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:13:54.2476232Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:13:54.2558289Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:13:54.3504021Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:13:54.3657740Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:13:54.3779692Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:13:54.4453343Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:13:54.4626552Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:13:54.4721840Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:13:54.5403120Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:13:54.5572174Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:13:54.5678621Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:13:54.6456258Z Selecting previously unselected package lzma.
2025-08-20T21:13:54.6628493Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:13:54.6734661Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:13:54.7441494Z Selecting previously unselected package lzma-dev.
2025-08-20T21:13:54.7589844Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:13:54.7651811Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:13:54.8677386Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:13:54.8891459Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:13:54.9156422Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:13:54.9416741Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:13:54.9698039Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:13:54.9859347Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:13:55.0047872Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:13:55.0305401Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:13:55.0595365Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:13:55.0869197Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:13:55.1081328Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:13:55.1475059Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:13:56.4973925Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:13:57.7001275Z Reading package lists...
2025-08-20T21:13:57.8858728Z Building dependency tree...
2025-08-20T21:13:57.8865326Z Reading state information...
2025-08-20T21:13:58.1613330Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:13:58.1613769Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:13:58.1614101Z inetutils-telnet set to manually installed.
2025-08-20T21:13:58.1614401Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:13:58.1614730Z The following additional packages will be installed:
2025-08-20T21:13:58.1614991Z   tcpd update-inetd
2025-08-20T21:13:58.1778257Z The following packages will be REMOVED:
2025-08-20T21:13:58.1783349Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:13:58.1784549Z The following NEW packages will be installed:
2025-08-20T21:13:58.1784915Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:13:58.1785319Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:13:58.1791560Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:13:58.4172481Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:13:58.4173117Z Need to get 691 kB of archives.
2025-08-20T21:13:58.4174155Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:13:58.4174697Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:13:58.7832139Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:13:58.9231274Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:13:59.0630621Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:13:59.2277826Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:13:59.4385731Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:13:59.6087151Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:13:59.7676514Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:13:59.9129488Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:14:00.0485787Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:14:00.2049372Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:14:00.4942213Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:14:00.8746667Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:14:01.1454218Z Preconfiguring packages ...
2025-08-20T21:14:01.2676718Z Fetched 691 kB in 3s (252 kB/s)
2025-08-20T21:14:01.2889899Z (Reading database ... 
2025-08-20T21:14:01.2890178Z (Reading database ... 5%
2025-08-20T21:14:01.2890481Z (Reading database ... 10%
2025-08-20T21:14:01.2890678Z (Reading database ... 15%
2025-08-20T21:14:01.2890871Z (Reading database ... 20%
2025-08-20T21:14:01.2891072Z (Reading database ... 25%
2025-08-20T21:14:01.2891270Z (Reading database ... 30%
2025-08-20T21:14:01.2891466Z (Reading database ... 35%
2025-08-20T21:14:01.2891658Z (Reading database ... 40%
2025-08-20T21:14:01.2891871Z (Reading database ... 45%
2025-08-20T21:14:01.2892065Z (Reading database ... 50%
2025-08-20T21:14:01.2912796Z (Reading database ... 55%
2025-08-20T21:14:01.2998026Z (Reading database ... 60%
2025-08-20T21:14:01.3039168Z (Reading database ... 65%
2025-08-20T21:14:01.3056912Z (Reading database ... 70%
2025-08-20T21:14:01.3082422Z (Reading database ... 75%
2025-08-20T21:14:01.3244419Z (Reading database ... 80%
2025-08-20T21:14:01.3283095Z (Reading database ... 85%
2025-08-20T21:14:01.3310094Z (Reading database ... 90%
2025-08-20T21:14:01.3416023Z (Reading database ... 95%
2025-08-20T21:14:01.3416245Z (Reading database ... 100%
2025-08-20T21:14:01.3416540Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:14:01.3447481Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:14:01.4227771Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:14:01.5454207Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:14:01.9253079Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:14:01.9288018Z (Reading database ... 
2025-08-20T21:14:01.9288575Z (Reading database ... 5%
2025-08-20T21:14:01.9288816Z (Reading database ... 10%
2025-08-20T21:14:01.9289023Z (Reading database ... 15%
2025-08-20T21:14:01.9289221Z (Reading database ... 20%
2025-08-20T21:14:01.9289421Z (Reading database ... 25%
2025-08-20T21:14:01.9289619Z (Reading database ... 30%
2025-08-20T21:14:01.9289824Z (Reading database ... 35%
2025-08-20T21:14:01.9290021Z (Reading database ... 40%
2025-08-20T21:14:01.9290584Z (Reading database ... 45%
2025-08-20T21:14:01.9290801Z (Reading database ... 50%
2025-08-20T21:14:01.9310271Z (Reading database ... 55%
2025-08-20T21:14:01.9396253Z (Reading database ... 60%
2025-08-20T21:14:01.9437102Z (Reading database ... 65%
2025-08-20T21:14:01.9455091Z (Reading database ... 70%
2025-08-20T21:14:01.9480231Z (Reading database ... 75%
2025-08-20T21:14:01.9640248Z (Reading database ... 80%
2025-08-20T21:14:01.9678688Z (Reading database ... 85%
2025-08-20T21:14:01.9706665Z (Reading database ... 90%
2025-08-20T21:14:01.9808149Z (Reading database ... 95%
2025-08-20T21:14:01.9808404Z (Reading database ... 100%
2025-08-20T21:14:01.9808700Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:14:01.9836600Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:01.9926072Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.0650951Z Selecting previously unselected package tcpd.
2025-08-20T21:14:02.0833472Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:14:02.0896180Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:14:02.1696652Z Selecting previously unselected package update-inetd.
2025-08-20T21:14:02.1876787Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:14:02.1963419Z Unpacking update-inetd (4.53) ...
2025-08-20T21:14:02.2880168Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:14:02.3067337Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.3178096Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.4021459Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:14:02.4174347Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.4254418Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.4990674Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:14:02.5141482Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.5229192Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.5921784Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:14:02.6091524Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.6166946Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.6962118Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:14:02.7144741Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.7208013Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.7922232Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:14:02.8096122Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.8162989Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.8850436Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:14:02.8995448Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:02.9105442Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:02.9961856Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:14:03.0112610Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:03.0346107Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:14:03.1133944Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:14:03.1279299Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:14:03.1365941Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:14:03.2061678Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:14:03.2242725Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:14:03.2338848Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:14:03.3141653Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:14:03.3503968Z Setting up update-inetd (4.53) ...
2025-08-20T21:14:03.4550781Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:14:03.4743337Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:14:03.4876456Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:03.8250442Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:14:03.8250910Z 
2025-08-20T21:14:03.8251015Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:14:03.8251202Z 
2025-08-20T21:14:03.8251583Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:14:03.8251945Z 
2025-08-20T21:14:03.8252450Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:14:03.8252939Z 
2025-08-20T21:14:04.0484797Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.0816439Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.1046761Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:14:04.1205057Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.1464645Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.1691418Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:14:04.1918917Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.5159020Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:14:04.5159431Z 
2025-08-20T21:14:04.5159935Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:14:04.5160409Z 
2025-08-20T21:14:04.7393739Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.8484296Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:04.9450757Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:14:05.0137563Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:07.7788809Z Reading package lists...
2025-08-20T21:14:07.9851834Z Building dependency tree...
2025-08-20T21:14:07.9859395Z Reading state information...
2025-08-20T21:14:08.3068271Z The following packages will be REMOVED:
2025-08-20T21:14:08.3074713Z   inetutils-ping
2025-08-20T21:14:08.3076719Z The following NEW packages will be installed:
2025-08-20T21:14:08.3082968Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:14:08.3088488Z The following packages will be upgraded:
2025-08-20T21:14:08.3096097Z   iputils-tracepath
2025-08-20T21:14:08.4216816Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:14:08.4217172Z Need to get 84.5 kB of archives.
2025-08-20T21:14:08.4217518Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:14:08.4218296Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:14:08.5608957Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:14:08.6130401Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:14:08.6668186Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:14:08.9663566Z Fetched 84.5 kB in 0s (239 kB/s)
2025-08-20T21:14:08.9916459Z (Reading database ... 
2025-08-20T21:14:08.9916702Z (Reading database ... 5%
2025-08-20T21:14:08.9916926Z (Reading database ... 10%
2025-08-20T21:14:08.9917128Z (Reading database ... 15%
2025-08-20T21:14:08.9917330Z (Reading database ... 20%
2025-08-20T21:14:08.9917527Z (Reading database ... 25%
2025-08-20T21:14:08.9917876Z (Reading database ... 30%
2025-08-20T21:14:08.9918457Z (Reading database ... 35%
2025-08-20T21:14:08.9918673Z (Reading database ... 40%
2025-08-20T21:14:08.9918873Z (Reading database ... 45%
2025-08-20T21:14:08.9919067Z (Reading database ... 50%
2025-08-20T21:14:08.9939288Z (Reading database ... 55%
2025-08-20T21:14:09.0029113Z (Reading database ... 60%
2025-08-20T21:14:09.0069974Z (Reading database ... 65%
2025-08-20T21:14:09.0088450Z (Reading database ... 70%
2025-08-20T21:14:09.0125886Z (Reading database ... 75%
2025-08-20T21:14:09.0294842Z (Reading database ... 80%
2025-08-20T21:14:09.0331653Z (Reading database ... 85%
2025-08-20T21:14:09.0390056Z (Reading database ... 90%
2025-08-20T21:14:09.0468437Z (Reading database ... 95%
2025-08-20T21:14:09.0468670Z (Reading database ... 100%
2025-08-20T21:14:09.0468972Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:14:09.0498927Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:14:09.1633689Z Selecting previously unselected package iputils-ping.
2025-08-20T21:14:09.1667728Z (Reading database ... 
2025-08-20T21:14:09.1667970Z (Reading database ... 5%
2025-08-20T21:14:09.1668171Z (Reading database ... 10%
2025-08-20T21:14:09.1668367Z (Reading database ... 15%
2025-08-20T21:14:09.1668568Z (Reading database ... 20%
2025-08-20T21:14:09.1669361Z (Reading database ... 25%
2025-08-20T21:14:09.1669604Z (Reading database ... 30%
2025-08-20T21:14:09.1669806Z (Reading database ... 35%
2025-08-20T21:14:09.1670337Z (Reading database ... 40%
2025-08-20T21:14:09.1670539Z (Reading database ... 45%
2025-08-20T21:14:09.1670739Z (Reading database ... 50%
2025-08-20T21:14:09.1688757Z (Reading database ... 55%
2025-08-20T21:14:09.1773052Z (Reading database ... 60%
2025-08-20T21:14:09.1812012Z (Reading database ... 65%
2025-08-20T21:14:09.1829190Z (Reading database ... 70%
2025-08-20T21:14:09.1853098Z (Reading database ... 75%
2025-08-20T21:14:09.2015996Z (Reading database ... 80%
2025-08-20T21:14:09.2050244Z (Reading database ... 85%
2025-08-20T21:14:09.2104097Z (Reading database ... 90%
2025-08-20T21:14:09.2176997Z (Reading database ... 95%
2025-08-20T21:14:09.2177230Z (Reading database ... 100%
2025-08-20T21:14:09.2177522Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:14:09.2207056Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:14:09.2289586Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.3133811Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:14:09.3375918Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:14:09.4167154Z Selecting previously unselected package iputils-arping.
2025-08-20T21:14:09.4347738Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:14:09.4417849Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.4963124Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:14:09.5112338Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:14:09.5194023Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.6057775Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.6453914Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.6775229Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.7131458Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:14:09.7333352Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:12.4095623Z Reading package lists...
2025-08-20T21:14:12.6134451Z Building dependency tree...
2025-08-20T21:14:12.6141413Z Reading state information...
2025-08-20T21:14:12.8606082Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:14:12.8900824Z The following packages will be upgraded:
2025-08-20T21:14:12.8901139Z   python3-pip python3-pip-whl
2025-08-20T21:14:12.9075814Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:14:13.0695199Z Need to get 3020 kB of archives.
2025-08-20T21:14:13.0695590Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:14:13.0696171Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:14:13.4379589Z 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-20T21:14:13.7462289Z Fetched 3020 kB in 1s (5271 kB/s)
2025-08-20T21:14:13.7984815Z (Reading database ... 
2025-08-20T21:14:13.7985068Z (Reading database ... 5%
2025-08-20T21:14:13.7985272Z (Reading database ... 10%
2025-08-20T21:14:13.7985475Z (Reading database ... 15%
2025-08-20T21:14:13.7985672Z (Reading database ... 20%
2025-08-20T21:14:13.7985868Z (Reading database ... 25%
2025-08-20T21:14:13.7986059Z (Reading database ... 30%
2025-08-20T21:14:13.7986258Z (Reading database ... 35%
2025-08-20T21:14:13.7986485Z (Reading database ... 40%
2025-08-20T21:14:13.7986681Z (Reading database ... 45%
2025-08-20T21:14:13.7986881Z (Reading database ... 50%
2025-08-20T21:14:13.8009103Z (Reading database ... 55%
2025-08-20T21:14:13.8098003Z (Reading database ... 60%
2025-08-20T21:14:13.8138687Z (Reading database ... 65%
2025-08-20T21:14:13.8156979Z (Reading database ... 70%
2025-08-20T21:14:13.8194049Z (Reading database ... 75%
2025-08-20T21:14:13.8357508Z (Reading database ... 80%
2025-08-20T21:14:13.8394597Z (Reading database ... 85%
2025-08-20T21:14:13.8461011Z (Reading database ... 90%
2025-08-20T21:14:13.8531554Z (Reading database ... 95%
2025-08-20T21:14:13.8531770Z (Reading database ... 100%
2025-08-20T21:14:13.8532073Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:14:13.8566125Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:14:14.0097979Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:14:14.1869482Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:14:14.2139865Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:14:14.3192660Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:14:14.3441686Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:14:15.2968976Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:18.0181122Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:14:18.3226571Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:14:19.2651015Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:14:19.4111321Z Collecting pip
2025-08-20T21:14:19.4919576Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:14:19.5249329Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:14:19.6135181Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 20.9 MB/s eta 0:00:00
2025-08-20T21:14:19.8410156Z Installing collected packages: pip
2025-08-20T21:14:20.5079715Z Successfully installed pip-25.2
2025-08-20T21:14:20.6977443Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:14:20.7380901Z Reading package lists...
2025-08-20T21:14:20.9389622Z Building dependency tree...
2025-08-20T21:14:20.9396716Z Reading state information...
2025-08-20T21:14:21.1746666Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:14:21.1747014Z pciutils set to manually installed.
2025-08-20T21:14:21.1747298Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:14:21.1747797Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:14:21.1748098Z python3-distro set to manually installed.
2025-08-20T21:14:21.1748417Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:14:21.1748748Z python3-netifaces set to manually installed.
2025-08-20T21:14:21.1749493Z The following additional packages will be installed:
2025-08-20T21:14:21.1749781Z   libsysfs2
2025-08-20T21:14:21.1755219Z Suggested packages:
2025-08-20T21:14:21.1755427Z   fancontrol read-edid i2c-tools
2025-08-20T21:14:21.2015333Z The following NEW packages will be installed:
2025-08-20T21:14:21.2018077Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:14:21.2198351Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:14:21.4614908Z Need to get 133 kB of archives.
2025-08-20T21:14:21.4615674Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:14:21.4616205Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:14:21.6930443Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:14:21.8326035Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:14:22.1279726Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:14:22.3949929Z Fetched 133 kB in 1s (147 kB/s)
2025-08-20T21:14:22.4378423Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:14:22.4413817Z (Reading database ... 
2025-08-20T21:14:22.4414050Z (Reading database ... 5%
2025-08-20T21:14:22.4414251Z (Reading database ... 10%
2025-08-20T21:14:22.4414451Z (Reading database ... 15%
2025-08-20T21:14:22.4415619Z (Reading database ... 20%
2025-08-20T21:14:22.4415825Z (Reading database ... 25%
2025-08-20T21:14:22.4416020Z (Reading database ... 30%
2025-08-20T21:14:22.4416213Z (Reading database ... 35%
2025-08-20T21:14:22.4416411Z (Reading database ... 40%
2025-08-20T21:14:22.4416604Z (Reading database ... 45%
2025-08-20T21:14:22.4416796Z (Reading database ... 50%
2025-08-20T21:14:22.4436530Z (Reading database ... 55%
2025-08-20T21:14:22.4524567Z (Reading database ... 60%
2025-08-20T21:14:22.4566996Z (Reading database ... 65%
2025-08-20T21:14:22.4585094Z (Reading database ... 70%
2025-08-20T21:14:22.4620994Z (Reading database ... 75%
2025-08-20T21:14:22.4783021Z (Reading database ... 80%
2025-08-20T21:14:22.4819749Z (Reading database ... 85%
2025-08-20T21:14:22.4887285Z (Reading database ... 90%
2025-08-20T21:14:22.4958562Z (Reading database ... 95%
2025-08-20T21:14:22.4958771Z (Reading database ... 100%
2025-08-20T21:14:22.4992537Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:14:22.4992969Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:14:22.5156261Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:14:22.6079400Z Selecting previously unselected package sysfsutils.
2025-08-20T21:14:22.6219930Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:14:22.6306885Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:14:22.7289260Z Selecting previously unselected package lm-sensors.
2025-08-20T21:14:22.7433629Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:14:22.7642721Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:14:22.8281841Z Selecting previously unselected package virt-what.
2025-08-20T21:14:22.8472000Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:14:22.8551443Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:14:22.9324188Z Setting up virt-what (1.25-2) ...
2025-08-20T21:14:22.9630041Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:14:22.9855593Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:14:23.2982134Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:14:23.2982520Z 
2025-08-20T21:14:23.2982981Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:14:23.2983425Z 
2025-08-20T21:14:23.5383933Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:14:23.8555532Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:14:23.8556061Z 
2025-08-20T21:14:23.8671731Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:25.4281312Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:14:26.5460990Z Reading package lists...
2025-08-20T21:14:26.7282918Z Building dependency tree...
2025-08-20T21:14:26.7292379Z Reading state information...
2025-08-20T21:14:26.9513835Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:14:26.9514582Z The following additional packages will be installed:
2025-08-20T21:14:26.9515824Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:14:26.9516162Z   xorg-sgml-doctools
2025-08-20T21:14:26.9524275Z Suggested packages:
2025-08-20T21:14:26.9524484Z   libxcb-doc
2025-08-20T21:14:26.9684575Z The following NEW packages will be installed:
2025-08-20T21:14:26.9685006Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:14:26.9686950Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:14:26.9687299Z   xcb xorg-sgml-doctools
2025-08-20T21:14:27.2054653Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:14:27.2055009Z Need to get 816 kB of archives.
2025-08-20T21:14:27.2055308Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:14:27.2055846Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:14:27.3158421Z 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-20T21:14:27.4374484Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:14:28.0778811Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:14:28.1888704Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:14:28.3014811Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:14:28.4217962Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:14:28.5333792Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:14:28.6435944Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:14:28.7536625Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:14:28.8648095Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:14:29.1205406Z Fetched 816 kB in 2s (432 kB/s)
2025-08-20T21:14:29.1603831Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:14:29.1638880Z (Reading database ... 
2025-08-20T21:14:29.1639099Z (Reading database ... 5%
2025-08-20T21:14:29.1639297Z (Reading database ... 10%
2025-08-20T21:14:29.1639493Z (Reading database ... 15%
2025-08-20T21:14:29.1639692Z (Reading database ... 20%
2025-08-20T21:14:29.1639922Z (Reading database ... 25%
2025-08-20T21:14:29.1640119Z (Reading database ... 30%
2025-08-20T21:14:29.1640318Z (Reading database ... 35%
2025-08-20T21:14:29.1640532Z (Reading database ... 40%
2025-08-20T21:14:29.1640731Z (Reading database ... 45%
2025-08-20T21:14:29.1640922Z (Reading database ... 50%
2025-08-20T21:14:29.1660920Z (Reading database ... 55%
2025-08-20T21:14:29.1746706Z (Reading database ... 60%
2025-08-20T21:14:29.1787428Z (Reading database ... 65%
2025-08-20T21:14:29.1804582Z (Reading database ... 70%
2025-08-20T21:14:29.1838994Z (Reading database ... 75%
2025-08-20T21:14:29.1994482Z (Reading database ... 80%
2025-08-20T21:14:29.2028630Z (Reading database ... 85%
2025-08-20T21:14:29.2091678Z (Reading database ... 90%
2025-08-20T21:14:29.2158004Z (Reading database ... 95%
2025-08-20T21:14:29.2158231Z (Reading database ... 100%
2025-08-20T21:14:29.2158523Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:14:29.2188399Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:14:29.2264746Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:14:29.2925531Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:14:29.3075505Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:14:29.3153783Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:14:29.4005649Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:14:29.4186021Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:14:29.4256248Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:14:29.5045502Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:14:29.5220609Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:14:29.5282395Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:14:29.5863078Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:14:29.6034408Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:14:29.6101429Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:14:29.6637314Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:14:29.6777892Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:14:29.6868796Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:29.7473548Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:14:29.7614436Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:14:29.7683416Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:29.8441376Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:14:29.8582872Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:14:29.8754232Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:29.9287714Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:14:29.9465756Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:14:29.9533773Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:30.0048007Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:14:30.0226411Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:14:30.0295300Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:30.0963603Z Selecting previously unselected package xcb.
2025-08-20T21:14:30.1135512Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:14:30.1199235Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:14:30.2032265Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:30.2279872Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:14:30.2531994Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:14:30.2819656Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:14:30.3105715Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:14:30.3446696Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:31.8298829Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:14:31.8562348Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:14:31.8764781Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:14:31.8980632Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:14:31.9183350Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:31.9439364Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:31.9622492Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:31.9846300Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:14:33.2306563Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:14:33.8845019Z Collecting build
2025-08-20T21:14:33.9577332Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:14:34.0842778Z Collecting cffi
2025-08-20T21:14:34.0988137Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:14:34.1383243Z Collecting scons
2025-08-20T21:14:34.1531927Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:14:34.2124025Z Collecting scuba
2025-08-20T21:14:34.2266401Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:14:34.2929530Z Collecting pytest
2025-08-20T21:14:34.3071041Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:14:34.3529994Z Collecting packaging>=19.1 (from build)
2025-08-20T21:14:34.3664676Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:14:34.4102591Z Collecting pyproject_hooks (from build)
2025-08-20T21:14:34.4256590Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:14:34.4616688Z Collecting pycparser (from cffi)
2025-08-20T21:14:34.4747730Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:14:34.5265627Z Collecting PyYAML (from scuba)
2025-08-20T21:14:34.5424364Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:14:34.5887812Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:14:34.6018103Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:14:34.6450679Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:14:34.6581366Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:14:34.7029084Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:14:34.7159918Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:34.7512938Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:14:34.7796544Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:14:34.8433067Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:14:34.9105406Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 61.0 MB/s  0:00:00
2025-08-20T21:14:34.9426017Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:14:34.9705816Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:14:34.9984502Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:14:35.0247001Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:14:35.0484933Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:14:35.0714407Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:35.0987475Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.1 MB/s  0:00:00
2025-08-20T21:14:35.1120773Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:14:35.1377270Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:14:35.1603686Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:14:35.1780421Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 30.5 MB/s  0:00:00
2025-08-20T21:14:35.2760025Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:14:37.0465143Z 
2025-08-20T21:14:37.0479294Z 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-20T21:14:37.3628795Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:14:38.0151949Z Collecting ansi2txt
2025-08-20T21:14:38.0805924Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:14:38.1327895Z Collecting pipx
2025-08-20T21:14:38.1468521Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:14:38.1936265Z Collecting scons
2025-08-20T21:14:38.1944559Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:14:38.2367735Z Collecting py2static
2025-08-20T21:14:38.2509968Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:14:38.2996161Z Collecting typer
2025-08-20T21:14:38.3135080Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:14:38.3733962Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:14:38.3869561Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:14:38.4264802Z Collecting packaging>=20 (from pipx)
2025-08-20T21:14:38.4273677Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:14:38.4618048Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:14:38.4753514Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:14:38.5213265Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:14:38.5350229Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:14:38.6045706Z Collecting pyinstaller (from py2static)
2025-08-20T21:14:38.6184546Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:14:38.6644661Z Collecting staticx (from py2static)
2025-08-20T21:14:38.6781258Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:14:38.7295350Z   Preparing metadata (setup.py): started
2025-08-20T21:14:39.2005561Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:14:39.2412262Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:14:39.2550254Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:39.3076859Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:14:39.3213838Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:14:39.3616213Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:14:39.3752754Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:14:39.4371833Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:14:39.4514698Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:14:39.4964407Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:14:39.5127310Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:14:39.5550451Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:14:39.5559276Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:39.5831928Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:14:39.5969050Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:14:39.7215818Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:14:39.7373070Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:14:39.7821170Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:14:39.7959791Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:14:39.8389705Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:14:39.8525226Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:14:39.8976057Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:14:39.9112108Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:14:39.9389886Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:14:39.9691975Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:14:39.9853174Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:14:40.0015635Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:14:40.0330350Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:14:40.0602150Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:14:40.0862292Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:14:40.1035819Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:14:40.1174790Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:14:40.1405486Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:14:40.1645907Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:40.1790654Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:14:40.2029658Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:14:40.2288015Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:14:40.2525712Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:14:40.2771254Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:14:40.3022536Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:14:40.3331206Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 17.5 MB/s  0:00:00
2025-08-20T21:14:40.3474847Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:14:40.3762450Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:40.4076467Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 31.9 MB/s  0:00:00
2025-08-20T21:14:40.4216190Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:14:40.4466498Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:14:40.5056845Z Building wheels for collected packages: staticx
2025-08-20T21:14:40.5063023Z   Building wheel for staticx (setup.py): started
2025-08-20T21:14:51.4655186Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:14:51.4664013Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790699 sha256=686c57bb108c87275b248a7e99cda0a5923ac3897ba9271f9d6edcb4d4268bdd
2025-08-20T21:14:51.4664899Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:14:51.4681402Z Successfully built staticx
2025-08-20T21:14:51.5659679Z 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-20T21:14:52.3844152Z   Attempting uninstall: scons
2025-08-20T21:14:52.3913695Z     Found existing installation: SCons 4.9.1
2025-08-20T21:14:52.4201826Z     Uninstalling SCons-4.9.1:
2025-08-20T21:14:52.4262589Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:14:52.9160297Z   Attempting uninstall: pygments
2025-08-20T21:14:52.9226006Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:14:52.9379630Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:14:52.9401746Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:14:53.5350766Z   Attempting uninstall: packaging
2025-08-20T21:14:53.5420982Z     Found existing installation: packaging 25.0
2025-08-20T21:14:53.5440115Z     Uninstalling packaging-25.0:
2025-08-20T21:14:53.5445631Z       Successfully uninstalled packaging-25.0
2025-08-20T21:14:54.5050223Z 
2025-08-20T21:14:54.5075330Z 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-20T21:14:54.7947726Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:14:55.4422541Z Collecting build
2025-08-20T21:14:55.4433249Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:14:55.5235473Z Collecting cffi
2025-08-20T21:14:55.5246592Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:14:55.5512897Z Collecting scons
2025-08-20T21:14:55.5522362Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:14:55.5799501Z Collecting scuba
2025-08-20T21:14:55.5809093Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:14:55.6310004Z Collecting pytest
2025-08-20T21:14:55.6318978Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:14:55.6595994Z Collecting packaging>=19.1 (from build)
2025-08-20T21:14:55.6604491Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:14:55.6899906Z Collecting pyproject_hooks (from build)
2025-08-20T21:14:55.6909492Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:14:55.7135471Z Collecting pycparser (from cffi)
2025-08-20T21:14:55.7146144Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:14:55.7527975Z Collecting PyYAML (from scuba)
2025-08-20T21:14:55.7542330Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:14:55.7765933Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:14:55.7775245Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:14:55.8043966Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:14:55.8053575Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:14:55.8338393Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:14:55.8348033Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:55.8397719Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:14:55.8407224Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:14:55.8419424Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:14:55.8453416Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:14:55.8464305Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:14:55.8475511Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:14:55.8485048Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:14:55.8494065Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:14:55.8503409Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:55.8520281Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:14:55.8530013Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:14:55.8539236Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:14:55.9607394Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:14:55.9611091Z   Attempting uninstall: scons
2025-08-20T21:14:55.9681418Z     Found existing installation: SCons 4.9.1
2025-08-20T21:14:55.9961855Z     Uninstalling SCons-4.9.1:
2025-08-20T21:14:56.0021915Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:14:56.4966040Z   Attempting uninstall: PyYAML
2025-08-20T21:14:56.5043148Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:14:56.5063768Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:14:56.5070057Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:14:56.5680362Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:14:56.5748217Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:14:56.5761726Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:14:56.5766749Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:14:56.5914802Z   Attempting uninstall: pygments
2025-08-20T21:14:56.5981834Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:14:56.6131850Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:14:56.6154058Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:14:57.1911966Z   Attempting uninstall: pycparser
2025-08-20T21:14:57.1980499Z     Found existing installation: pycparser 2.22
2025-08-20T21:14:57.1999580Z     Uninstalling pycparser-2.22:
2025-08-20T21:14:57.2005395Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:14:57.3178002Z   Attempting uninstall: pluggy
2025-08-20T21:14:57.3247223Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:14:57.3263399Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:14:57.3268819Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:14:57.3477789Z   Attempting uninstall: packaging
2025-08-20T21:14:57.3549212Z     Found existing installation: packaging 25.0
2025-08-20T21:14:57.3568846Z     Uninstalling packaging-25.0:
2025-08-20T21:14:57.3574348Z       Successfully uninstalled packaging-25.0
2025-08-20T21:14:57.3997536Z   Attempting uninstall: iniconfig
2025-08-20T21:14:57.4069232Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:14:57.4082921Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:14:57.4087945Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:14:57.4255058Z   Attempting uninstall: scuba
2025-08-20T21:14:57.4322933Z     Found existing installation: scuba 2.14.1
2025-08-20T21:14:57.4340146Z     Uninstalling scuba-2.14.1:
2025-08-20T21:14:57.4346034Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:14:57.4639942Z   Attempting uninstall: pytest
2025-08-20T21:14:57.4713063Z     Found existing installation: pytest 8.4.1
2025-08-20T21:14:57.4762273Z     Uninstalling pytest-8.4.1:
2025-08-20T21:14:57.4962025Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:14:57.7029714Z   Attempting uninstall: cffi
2025-08-20T21:14:57.7096018Z     Found existing installation: cffi 1.17.1
2025-08-20T21:14:57.7115858Z     Uninstalling cffi-1.17.1:
2025-08-20T21:14:57.7302411Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:14:57.7969861Z   Attempting uninstall: build
2025-08-20T21:14:57.8040109Z     Found existing installation: build 1.3.0
2025-08-20T21:14:57.8060060Z     Uninstalling build-1.3.0:
2025-08-20T21:14:57.8066157Z       Successfully uninstalled build-1.3.0
2025-08-20T21:14:57.8297294Z 
2025-08-20T21:14:57.8319809Z 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-20T21:14:58.1174964Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:14:58.7618233Z Collecting ansi2txt
2025-08-20T21:14:58.7628809Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:14:58.7920700Z Collecting pipx
2025-08-20T21:14:58.7930451Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:14:58.8191281Z Collecting scons
2025-08-20T21:14:58.8201561Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:14:58.8482015Z Collecting py2static
2025-08-20T21:14:58.8491980Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:14:58.8795245Z Collecting typer
2025-08-20T21:14:58.8805167Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:14:58.9170168Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:14:58.9179530Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:14:58.9521197Z Collecting packaging>=20 (from pipx)
2025-08-20T21:14:58.9530805Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:14:58.9830459Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:14:58.9840416Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:14:59.0110866Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:14:59.0119694Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:14:59.0564418Z Collecting pyinstaller (from py2static)
2025-08-20T21:14:59.0573883Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:14:59.0837812Z Collecting staticx (from py2static)
2025-08-20T21:14:59.0847092Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:14:59.0982629Z   Preparing metadata (setup.py): started
2025-08-20T21:14:59.2928112Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:14:59.3211473Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:14:59.3221123Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:59.3488968Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:14:59.3499151Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:14:59.3828861Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:14:59.3838278Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:14:59.4243182Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:14:59.4252155Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:14:59.4526471Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:14:59.4537091Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:14:59.4832380Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:14:59.4842078Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:14:59.5057747Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:14:59.5067162Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:14:59.6057773Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:14:59.6068349Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:14:59.6367218Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:14:59.6376688Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:14:59.6688579Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:14:59.6697339Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:14:59.6963754Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:14:59.6973058Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:14:59.7003824Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:14:59.7012955Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:14:59.7022335Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:14:59.7056574Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:14:59.7065328Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:14:59.7074382Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:14:59.7083421Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:14:59.7092759Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:14:59.7102020Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:14:59.7110800Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:14:59.7121055Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:59.7137907Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:14:59.7147119Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:14:59.7155984Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:14:59.7164852Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:14:59.7174216Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:14:59.7183147Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:14:59.7196286Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:14:59.7208153Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:14:59.7224061Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:14:59.7233132Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:14:59.7551506Z Building wheels for collected packages: staticx
2025-08-20T21:14:59.7556589Z   Building wheel for staticx (setup.py): started
2025-08-20T21:15:02.1326598Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:15:02.1338579Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790755 sha256=6d8af9bd15d568cad2fede3e10c186ff6e7a767c57180bbf7adcc9b920ba0192
2025-08-20T21:15:02.1339510Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:15:02.1355820Z Successfully built staticx
2025-08-20T21:15:02.2353655Z 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-20T21:15:02.2356169Z   Attempting uninstall: pyelftools
2025-08-20T21:15:02.2421830Z     Found existing installation: pyelftools 0.32
2025-08-20T21:15:02.2458841Z     Uninstalling pyelftools-0.32:
2025-08-20T21:15:02.2470631Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:15:02.3619700Z   Attempting uninstall: altgraph
2025-08-20T21:15:02.3688464Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:15:02.3704026Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:15:02.3709102Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:15:02.3915196Z   Attempting uninstall: typing-extensions
2025-08-20T21:15:02.3982132Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:15:02.3994534Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:15:02.4183843Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:15:02.4527253Z   Attempting uninstall: staticx
2025-08-20T21:15:02.4596209Z     Found existing installation: staticx 0.14.1
2025-08-20T21:15:02.4616056Z     Uninstalling staticx-0.14.1:
2025-08-20T21:15:02.4623880Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:15:02.4933236Z   Attempting uninstall: shellingham
2025-08-20T21:15:02.5004222Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:15:02.5018934Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:15:02.5023765Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:15:02.5280461Z   Attempting uninstall: setuptools
2025-08-20T21:15:02.5346994Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:15:02.5546247Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:15:02.5762737Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:15:03.1472707Z   Attempting uninstall: scons
2025-08-20T21:15:03.1556968Z     Found existing installation: SCons 4.9.1
2025-08-20T21:15:03.1838300Z     Uninstalling SCons-4.9.1:
2025-08-20T21:15:03.1896089Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:15:03.8737925Z   Attempting uninstall: pygments
2025-08-20T21:15:03.8812588Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:15:03.8967060Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:15:03.8988979Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:15:04.4575836Z   Attempting uninstall: platformdirs
2025-08-20T21:15:04.4648419Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:15:04.4664629Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:15:04.4678372Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:15:04.4975530Z   Attempting uninstall: packaging
2025-08-20T21:15:04.5049168Z     Found existing installation: packaging 25.0
2025-08-20T21:15:04.5068270Z     Uninstalling packaging-25.0:
2025-08-20T21:15:04.5074229Z       Successfully uninstalled packaging-25.0
2025-08-20T21:15:04.5502925Z   Attempting uninstall: mdurl
2025-08-20T21:15:04.5569977Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:15:04.5584129Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:15:04.5589738Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:15:04.5741422Z   Attempting uninstall: click
2025-08-20T21:15:04.5810730Z     Found existing installation: click 8.2.1
2025-08-20T21:15:04.5828955Z     Uninstalling click-8.2.1:
2025-08-20T21:15:04.5837212Z       Successfully uninstalled click-8.2.1
2025-08-20T21:15:04.6486449Z   Attempting uninstall: argcomplete
2025-08-20T21:15:04.6557715Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:15:04.6581339Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:15:04.6589863Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:15:04.6871975Z   Attempting uninstall: ansi2txt
2025-08-20T21:15:04.6942324Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:15:04.6955417Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:15:04.7145141Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:15:04.7291737Z   Attempting uninstall: userpath
2025-08-20T21:15:04.7360885Z     Found existing installation: userpath 1.9.2
2025-08-20T21:15:04.7375979Z     Uninstalling userpath-1.9.2:
2025-08-20T21:15:04.7382558Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:15:04.7600361Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:15:04.7671741Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:15:04.7964856Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:15:04.8001258Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:15:04.9935896Z   Attempting uninstall: markdown-it-py
2025-08-20T21:15:05.0007047Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:15:05.0058320Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:15:05.0069264Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:15:05.0712786Z   Attempting uninstall: rich
2025-08-20T21:15:05.0785331Z     Found existing installation: rich 14.1.0
2025-08-20T21:15:05.0829919Z     Uninstalling rich-14.1.0:
2025-08-20T21:15:05.0836459Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:15:05.2366351Z   Attempting uninstall: pyinstaller
2025-08-20T21:15:05.2437887Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:15:05.2686615Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:15:05.2722714Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:15:05.5344055Z   Attempting uninstall: pipx
2025-08-20T21:15:05.5430319Z     Found existing installation: pipx 1.7.1
2025-08-20T21:15:05.5458167Z     Uninstalling pipx-1.7.1:
2025-08-20T21:15:05.5466342Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:15:05.6000578Z   Attempting uninstall: typer
2025-08-20T21:15:05.6072096Z     Found existing installation: typer 0.16.1
2025-08-20T21:15:05.6093466Z     Uninstalling typer-0.16.1:
2025-08-20T21:15:05.6101109Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:15:05.6567891Z   Attempting uninstall: py2static
2025-08-20T21:15:05.6634030Z     Found existing installation: py2static 0.0.1
2025-08-20T21:15:05.6650484Z     Uninstalling py2static-0.0.1:
2025-08-20T21:15:05.6658096Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:15:05.6839012Z 
2025-08-20T21:15:05.6862918Z 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-20T21:15:05.9748011Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:15:06.5396382Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:15:06.5398673Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-bb9lc1r1
2025-08-20T21:15:06.5417887Z 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-bb9lc1r1
2025-08-20T21:15:08.4083754Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:15:08.4119347Z   Installing build dependencies: started
2025-08-20T21:15:09.5258378Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:15:09.5266517Z   Getting requirements to build wheel: started
2025-08-20T21:15:09.7966987Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:15:09.7976138Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:15:09.9750311Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:15:10.1435400Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:15:10.1445008Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:15:10.1736368Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:15:10.1746277Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:15:10.2076874Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:15:10.2086053Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:15:10.2344480Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:15:10.2354624Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:15:10.2394532Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:15:10.2404276Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:15:10.2416715Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:15:10.2433950Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:15:10.2544277Z Building wheels for collected packages: pyinstaller
2025-08-20T21:15:10.2551645Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:15:12.9384740Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:15:12.9404516Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=8da0ff01663e5fdff9a49950e2266ae6a74d1e78b8838e225064f93036fdecb7
2025-08-20T21:15:12.9405477Z   Stored in directory: /tmp/pip-ephem-wheel-cache-4kmyhpw1/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:15:12.9442791Z Successfully built pyinstaller
2025-08-20T21:15:13.0203727Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:15:13.0209308Z   Attempting uninstall: altgraph
2025-08-20T21:15:13.0277158Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:15:13.0294162Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:15:13.0300079Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:15:13.0601931Z   Attempting uninstall: setuptools
2025-08-20T21:15:13.0669469Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:15:13.0869536Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:15:13.1091626Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:15:13.7164431Z   Attempting uninstall: packaging
2025-08-20T21:15:13.7237990Z     Found existing installation: packaging 25.0
2025-08-20T21:15:13.7257264Z     Uninstalling packaging-25.0:
2025-08-20T21:15:13.7262970Z       Successfully uninstalled packaging-25.0
2025-08-20T21:15:13.7743673Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:15:13.7816459Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:15:13.8113807Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:15:13.8152522Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:15:14.0218183Z   Attempting uninstall: pyinstaller
2025-08-20T21:15:14.0293660Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:15:14.0546499Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:15:14.0583750Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:15:14.3448170Z 
2025-08-20T21:15:14.3472500Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:15:14.5695829Z 6.15.0
2025-08-20T21:15:18.3002331Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:15:18.3011161Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:15:18.3011485Z 
2025-08-20T21:15:18.3011878Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:15:18.3012382Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:15:18.3012744Z installation.
2025-08-20T21:15:18.3012899Z 
2025-08-20T21:15:18.3013133Z If you installed the current Docker package using this script and are using it
2025-08-20T21:15:18.3013643Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:15:18.3014139Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:15:18.3014552Z files to match the parameters passed to the script.
2025-08-20T21:15:18.3014758Z 
2025-08-20T21:15:18.3014895Z You may press Ctrl+C now to abort this script.
2025-08-20T21:15:18.3166558Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:15:19.9093052Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:15:20.3602278Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:15:20.3617542Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:15:20.4913290Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:15:20.4928186Z + 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-20T21:15:20.4934319Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:15:21.7513602Z + 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-20T21:15:32.0376434Z + sh -c 'docker version'
2025-08-20T21:15:32.0518564Z Client: Docker Engine - Community
2025-08-20T21:15:32.0519046Z  Version:           28.3.3
2025-08-20T21:15:32.0519288Z  API version:       1.51
2025-08-20T21:15:32.0519589Z  Go version:        go1.24.5
2025-08-20T21:15:32.0519825Z  Git commit:        980b856
2025-08-20T21:15:32.0520113Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:15:32.0520438Z  OS/Arch:           linux/arm64
2025-08-20T21:15:32.0520688Z  Context:           default
2025-08-20T21:15:32.0520866Z 
2025-08-20T21:15:32.0521017Z Server: Docker Engine - Community
2025-08-20T21:15:32.0521270Z  Engine:
2025-08-20T21:15:32.0521491Z   Version:          28.3.3
2025-08-20T21:15:32.0521772Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:15:32.0522073Z   Go version:       go1.24.5
2025-08-20T21:15:32.0522304Z   Git commit:       bea959c
2025-08-20T21:15:32.0522578Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:15:32.0522873Z   OS/Arch:          linux/arm64
2025-08-20T21:15:32.0523131Z   Experimental:     false
2025-08-20T21:15:32.0523366Z  containerd:
2025-08-20T21:15:32.0523564Z   Version:          1.7.27
2025-08-20T21:15:32.0523862Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:15:32.0524197Z  runc:
2025-08-20T21:15:32.0524377Z   Version:          1.2.5
2025-08-20T21:15:32.0524634Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:15:32.0524891Z  docker-init:
2025-08-20T21:15:32.0525091Z   Version:          0.19.0
2025-08-20T21:15:32.0525359Z   GitCommit:        de40ad0
2025-08-20T21:15:32.0534052Z 
2025-08-20T21:15:32.0534292Z ================================================================================
2025-08-20T21:15:32.0534536Z 
2025-08-20T21:15:32.0535095Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:15:32.0535492Z Docker daemon in rootless mode for your user:
2025-08-20T21:15:32.0535701Z 
2025-08-20T21:15:32.0535809Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:15:32.0536055Z 
2025-08-20T21:15:32.0536269Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:15:32.0536593Z 
2025-08-20T21:15:32.0536596Z 
2025-08-20T21:15:32.0536783Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:15:32.0537235Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:15:32.0537535Z 
2025-08-20T21:15:32.0537948Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:15:32.0538421Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:15:32.0538910Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:15:32.0539238Z 
2025-08-20T21:15:32.0539348Z ================================================================================
2025-08-20T21:15:32.0539552Z 
2025-08-20T21:15:43.1225455Z ● docker.service - Docker Application Container Engine
2025-08-20T21:15:43.1225995Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:15:43.1226603Z      Active: active (running) since Wed 2025-08-20 21:15:33 UTC; 10s ago
2025-08-20T21:15:43.1227060Z TriggeredBy: ● docker.socket
2025-08-20T21:15:43.1227745Z        Docs: https://docs.docker.com
2025-08-20T21:15:43.1228165Z    Main PID: 21505 (dockerd)
2025-08-20T21:15:43.1228414Z       Tasks: 11
2025-08-20T21:15:43.1228665Z      Memory: 20.8M (peak: 24.8M)
2025-08-20T21:15:43.1228924Z         CPU: 247ms
2025-08-20T21:15:43.1229158Z      CGroup: /system.slice/docker.service
2025-08-20T21:15:43.1231582Z              └─21505 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:15:43.1231915Z 
2025-08-20T21:15:43.1232275Z Aug 20 21:15:32 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:32.465674312Z" level=info msg="Loading containers: start."
2025-08-20T21:15:43.1233421Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.024682893Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count d217aeb9ed26fecd79cd7d95e54b37092cd80179765e6a84b3acf58aff9227ca], retrying...."
2025-08-20T21:15:43.1234663Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.062338437Z" level=info msg="Loading containers: done."
2025-08-20T21:15:43.1235779Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087308575Z" 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-20T21:15:43.1237144Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087398042Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:15:43.1238356Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087427610Z" level=info msg="Initializing buildkit"
2025-08-20T21:15:43.1239057Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.102677219Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:15:43.1239850Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106871396Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:15:43.1240586Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106934422Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:15:43.1241233Z Aug 20 21:15:33 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:15:43.1315688Z ● docker.service - Docker Application Container Engine
2025-08-20T21:15:43.1316188Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:15:43.1316988Z      Active: active (running) since Wed 2025-08-20 21:15:33 UTC; 10s ago
2025-08-20T21:15:43.1317451Z TriggeredBy: ● docker.socket
2025-08-20T21:15:43.1317896Z        Docs: https://docs.docker.com
2025-08-20T21:15:43.1318236Z    Main PID: 21505 (dockerd)
2025-08-20T21:15:43.1318475Z       Tasks: 11
2025-08-20T21:15:43.1318727Z      Memory: 20.8M (peak: 24.8M)
2025-08-20T21:15:43.1318986Z         CPU: 247ms
2025-08-20T21:15:43.1319256Z      CGroup: /system.slice/docker.service
2025-08-20T21:15:43.1319834Z              └─21505 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:15:43.1320126Z 
2025-08-20T21:15:43.1320449Z Aug 20 21:15:32 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:32.465674312Z" level=info msg="Loading containers: start."
2025-08-20T21:15:43.1321578Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.024682893Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count d217aeb9ed26fecd79cd7d95e54b37092cd80179765e6a84b3acf58aff9227ca], retrying...."
2025-08-20T21:15:43.1322759Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.062338437Z" level=info msg="Loading containers: done."
2025-08-20T21:15:43.1323901Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087308575Z" 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-20T21:15:43.1325388Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087398042Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:15:43.1326275Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087427610Z" level=info msg="Initializing buildkit"
2025-08-20T21:15:43.1326974Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.102677219Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:15:43.1327888Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106871396Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:15:43.1328653Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106934422Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:15:43.1329296Z Aug 20 21:15:33 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:15:43.1476161Z ● docker.service - Docker Application Container Engine
2025-08-20T21:15:43.1476668Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:15:43.1477262Z      Active: active (running) since Wed 2025-08-20 21:15:33 UTC; 10s ago
2025-08-20T21:15:43.1477815Z TriggeredBy: ● docker.socket
2025-08-20T21:15:43.1478119Z        Docs: https://docs.docker.com
2025-08-20T21:15:43.1478440Z    Main PID: 21505 (dockerd)
2025-08-20T21:15:43.1478689Z       Tasks: 11
2025-08-20T21:15:43.1478928Z      Memory: 20.8M (peak: 24.8M)
2025-08-20T21:15:43.1479179Z         CPU: 247ms
2025-08-20T21:15:43.1479423Z      CGroup: /system.slice/docker.service
2025-08-20T21:15:43.1479981Z              └─21505 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:15:43.1480301Z 
2025-08-20T21:15:43.1480605Z Aug 20 21:15:32 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:32.465674312Z" level=info msg="Loading containers: start."
2025-08-20T21:15:43.1481759Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.024682893Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count d217aeb9ed26fecd79cd7d95e54b37092cd80179765e6a84b3acf58aff9227ca], retrying...."
2025-08-20T21:15:43.1482958Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.062338437Z" level=info msg="Loading containers: done."
2025-08-20T21:15:43.1484311Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087308575Z" 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-20T21:15:43.1485659Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087398042Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:15:43.1486550Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.087427610Z" level=info msg="Initializing buildkit"
2025-08-20T21:15:43.1487245Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.102677219Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:15:43.1488126Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106871396Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:15:43.1488889Z Aug 20 21:15:33 runnervmdbl46 dockerd[21505]: time="2025-08-20T21:15:33.106934422Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:15:43.1489532Z Aug 20 21:15:33 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:15:43.1569323Z Docker version 28.3.3, build 980b856
2025-08-20T21:15:43.1719754Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:15:43.9880622Z latest: Pulling from library/hello-world
2025-08-20T21:15:44.1884841Z 198f93fd5094: Pulling fs layer
2025-08-20T21:15:44.5133380Z 198f93fd5094: Verifying Checksum
2025-08-20T21:15:44.5134893Z 198f93fd5094: Download complete
2025-08-20T21:15:44.5770801Z 198f93fd5094: Pull complete
2025-08-20T21:15:44.6253701Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:15:44.6329775Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:15:46.5364702Z 
2025-08-20T21:15:46.5365373Z Hello from Docker!
2025-08-20T21:15:46.5365821Z This message shows that your installation appears to be working correctly.
2025-08-20T21:15:46.5366107Z 
2025-08-20T21:15:46.5366289Z To generate this message, Docker took the following steps:
2025-08-20T21:15:46.5366707Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:15:46.5367160Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:15:46.5367532Z     (arm64v8)
2025-08-20T21:15:46.5368091Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:15:46.5376116Z     executable that produces the output you are currently reading.
2025-08-20T21:15:46.5376938Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:15:46.5377445Z     to your terminal.
2025-08-20T21:15:46.5377840Z 
2025-08-20T21:15:46.5378051Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:15:46.5378599Z  $ docker run -it ubuntu bash
2025-08-20T21:15:46.5378842Z 
2025-08-20T21:15:46.5379032Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:15:46.5379448Z  https://hub.docker.com/
2025-08-20T21:15:46.5379668Z 
2025-08-20T21:15:46.5379771Z For more examples and ideas, visit:
2025-08-20T21:15:46.5380058Z  https://docs.docker.com/get-started/
2025-08-20T21:15:46.5380267Z 
2025-08-20T21:15:46.6628200Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:15:46.6628777Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:15:46.6635343Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:15:46.6693138Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:15:46.6693531Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:15:46.6693894Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:15:46.6694257Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:15:46.6694615Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:15:46.6695274Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:15:46.6695633Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:15:46.6696002Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:15:46.6696391Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:15:46.6696771Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:15:46.6697184Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:15:46.6697580Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:15:46.6698147Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:15:46.6698549Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:15:46.6698910Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:15:46.6699290Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:15:46.6699748Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:15:46.6700190Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:15:46.6700577Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:15:46.6700988Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:15:46.6701584Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:15:46.6701933Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:15:46.6702322Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:15:46.6702750Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:15:46.6703166Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:15:46.6703573Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:15:46.6703983Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:15:46.6704401Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:15:46.6704823Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:15:46.6705249Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:15:46.6705676Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:15:46.6706118Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:15:46.6706544Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:15:46.6706946Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:15:46.6707362Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:15:46.6707903Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:15:46.6708310Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:15:46.6708735Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:15:46.6709150Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:15:46.6709560Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:15:46.6709953Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:15:46.6710406Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:15:46.6710877Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:15:46.6711339Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:15:46.6711987Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:15:46.6712452Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:15:46.6712870Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:15:46.6713290Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:15:46.6713702Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:15:46.6714123Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:15:46.6714519Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:15:46.6714888Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:15:46.6715247Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:15:46.6715615Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:15:46.6716013Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:15:46.6716417Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:15:46.6716796Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:15:46.6717203Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:15:46.6717784Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:15:46.6718378Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:15:46.6718792Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:15:46.6719215Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:15:46.6719643Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:15:46.6720048Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:15:46.6720439Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:15:46.6720876Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:15:46.6721374Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:15:46.6721872Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:15:46.6722337Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:15:46.6722754Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:15:46.6723144Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:15:46.6723539Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:15:46.6723940Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:15:46.6724342Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:15:46.6724803Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:15:46.6725305Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:15:46.6725810Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:15:46.6726305Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:15:46.6726744Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:15:46.6727146Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:15:46.6727540Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:15:46.6728075Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:15:46.6728641Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:15:46.6729036Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:15:46.6729459Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:15:46.6730051Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:15:46.6730435Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:15:46.6730809Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:15:46.6731211Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:15:46.6731619Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:15:46.6731994Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:15:46.6732362Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:15:46.6732756Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:15:46.6733144Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:15:46.6733494Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:15:46.6733870Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:15:46.6734278Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:15:46.6734811Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:15:46.6735176Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:15:46.6735539Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:15:46.6735911Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:15:46.6736297Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:15:46.6736699Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:15:46.6737091Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:15:46.6737471Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:15:46.6738223Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:15:46.6738622Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:15:46.6739025Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:15:46.6739395Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:15:46.6739750Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:15:46.6740096Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:15:46.6740448Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:15:46.6740809Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:15:46.6741165Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:15:46.6741535Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:15:46.6741932Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:15:46.6742360Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:15:46.6742796Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:15:46.6743201Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:15:46.6743593Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:15:46.6743981Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:15:46.6744367Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:15:46.6744768Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:15:46.6745341Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:15:46.6745747Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:15:46.6746138Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:15:46.6746546Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:15:46.6746985Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:15:46.6747419Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:15:46.6748125Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:15:46.6748519Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:15:46.6748931Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:15:46.6749340Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:15:46.6749747Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:15:46.6750140Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:15:46.6750541Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:15:46.6750945Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:15:46.6751324Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:15:46.6751843Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:15:46.6752208Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:15:46.6752601Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:15:46.6752997Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:15:46.6753396Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:15:46.6753789Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:15:46.6754158Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:15:46.6754532Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:15:46.6754905Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:15:46.6755334Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:15:46.6755772Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:15:46.6756215Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:15:46.6756614Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:15:46.6756989Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:15:46.6757379Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:15:46.6757963Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:15:46.6758383Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:15:46.6758739Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:15:46.6759082Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:15:46.6759502Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:15:46.6759933Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:15:46.6760340Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:15:46.6760724Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:15:46.6761105Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:15:46.6761488Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:15:46.6762077Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:15:46.6762554Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:15:46.6762967Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:15:46.6763334Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:15:46.6763689Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:15:46.6764138Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:15:46.6764638Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:15:46.6765078Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:15:46.6765454Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:15:46.6765918Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:15:46.6766453Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:15:46.6766955Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:15:46.6767392Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:15:46.6767868Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:15:46.6768384Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:15:46.6768794Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:15:46.6769210Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:15:46.6769616Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:15:46.6769991Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:15:46.6770368Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:15:46.6770767Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:15:46.6771166Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:15:46.6771563Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:15:46.6771958Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:15:46.6772360Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:15:46.6772747Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:15:46.6773163Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:15:46.6773608Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:15:46.6774037Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:15:46.6774431Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:15:46.6774803Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:15:46.6775178Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:15:46.6775555Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:15:46.6775946Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:15:46.6776373Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:15:46.6776841Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:15:46.6777289Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:15:46.6777826Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:15:46.6778219Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:15:46.6778755Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:15:46.6779141Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:15:46.6779509Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:15:46.6779897Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:15:46.6780279Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:15:46.6780729Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:15:46.6781202Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:15:46.6781658Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:15:46.6782178Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:15:46.6782691Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:15:46.6783194Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:15:46.6783635Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:15:46.6783998Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:15:46.6784362Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:15:46.6784874Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:15:46.6785254Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:15:46.6785624Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:15:46.6786004Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:15:46.6786386Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:15:46.6786774Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:15:46.6787153Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:15:46.6787526Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:15:46.6788135Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:15:46.6788528Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:15:46.6788953Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:15:46.6789392Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:15:46.6789812Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:15:46.6790227Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:15:46.6790632Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:15:46.6791044Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:15:46.6791466Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:15:46.6791858Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:15:46.6792218Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:15:46.6792731Z 	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-20T21:15:46.6793252Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:15:46.6793623Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:15:46.6794105Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:15:46.6794487Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:15:46.6795050Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:15:46.6795505Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:15:46.6795932Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:15:46.6796363Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:15:46.6796768Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:15:46.6797332Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:15:46.6797881Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:15:46.6798293Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:15:46.6798685Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:15:46.6799116Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:15:46.6799610Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:15:46.6800107Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:15:46.6800556Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:15:46.6800964Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:15:46.6801361Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:15:46.6801980Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:15:46.6802467Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:15:46.6802879Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:15:46.6803314Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:15:46.6803773Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:15:46.6804180Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:15:46.6804542Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:15:46.6804893Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:15:46.6805268Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:15:46.6805657Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:15:46.6806023Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:15:46.6806380Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:15:46.6806752Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:15:46.6807116Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:15:46.6807473Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:15:46.6807955Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:15:46.6808316Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:15:46.6808693Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:15:46.6809080Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:15:46.6809438Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:15:46.6809801Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:15:46.6810161Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:15:46.6810529Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:15:46.6810905Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:15:46.6811270Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:15:46.6811774Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:15:46.6812158Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:15:46.6812581Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:15:46.6813017Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:15:46.6813426Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:15:46.6813795Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:15:46.6814177Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:15:46.6814603Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:15:46.6815004Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:15:46.6815368Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:15:46.6815741Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:15:46.6816101Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:15:46.6816447Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:15:46.6816791Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:15:46.6817148Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:15:46.6817516Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:15:46.6818200Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:15:46.6818550Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:15:46.6818883Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:15:46.6819258Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:15:46.6819665Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:15:46.6820066Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:15:46.6820466Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:15:46.6820859Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:15:46.6821279Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:15:46.6821781Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:15:46.6822398Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:15:46.6823022Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:15:46.6823567Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:15:46.6824038Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:15:46.6824494Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:15:46.6825016Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:15:46.6825636Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:15:46.6826201Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:15:46.6826700Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:15:46.6827145Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:15:46.6827512Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:15:46.6828007Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:15:46.6828384Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:15:46.6828912Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:15:46.6829316Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:15:46.6829704Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:15:46.6830093Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:15:46.6830479Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:15:46.6830871Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:15:46.6831247Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:15:46.6831624Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:15:46.6832002Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:15:46.6832394Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:15:46.6832793Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:15:46.6833204Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:15:46.6833623Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:15:46.6833990Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:15:46.6834381Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:15:46.6834928Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:15:46.6835341Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:15:46.6835788Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:15:46.6836219Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:15:46.6836587Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:15:46.6836960Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:15:46.6837345Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:15:46.6837820Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:15:46.6838212Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:15:46.6838603Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:15:46.6838992Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:15:46.6839371Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:15:46.6839734Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:15:46.6840104Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:15:46.6840656Z 	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-20T21:15:46.6841368Z 	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-20T21:15:46.6842053Z 	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-20T21:15:46.6842717Z 	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-20T21:15:46.6843248Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:15:46.6843630Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:15:46.6844033Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:15:46.6844434Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:15:46.6844810Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:15:46.6845353Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:15:46.6845745Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:15:46.6846123Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:15:46.6846502Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:15:46.6846879Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:15:46.6847262Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:15:46.6847751Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:15:46.6848158Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:15:46.6848558Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:15:46.6848953Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:15:46.6849344Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:15:46.6849723Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:15:46.6850109Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:15:46.6850512Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:15:46.6850908Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:15:46.6851443Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:15:46.6851834Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:15:46.6852255Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:15:46.6852686Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:15:46.6853086Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:15:46.6853531Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:15:46.6853990Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:15:46.6854397Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:15:46.6854768Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:15:46.6855191Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:15:46.6855597Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:15:46.6856009Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:15:46.6856411Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:15:46.6856795Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:15:46.6857188Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:15:46.6857759Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:15:46.6858238Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:15:46.6858635Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:15:46.6859040Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:15:46.6859497Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:15:46.6859944Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:15:46.6860419Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:15:46.6860907Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:15:46.6861350Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:15:46.6861944Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:15:46.6862355Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:15:46.6862745Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:15:46.6863165Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:15:46.6863548Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:15:46.6863929Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:15:46.6864336Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:15:46.6864736Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:15:46.6865137Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:15:46.6865560Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:15:46.6865954Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:15:46.6866331Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:15:46.6866693Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:15:46.6867051Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:15:46.6867440Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:15:46.6868125Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:15:46.6868519Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:15:46.6868968Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:15:46.6869420Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:15:46.6869825Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:15:46.6870262Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:15:46.6870684Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:15:46.6871092Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:15:46.6871499Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:15:46.6871859Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:15:46.6872221Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:15:46.6872614Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:15:46.6873011Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:15:46.6873392Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:15:46.6873756Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:15:46.6874105Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:15:46.6874454Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:15:46.6874947Z 	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-20T21:15:46.6875453Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:15:46.6875839Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:15:46.6876218Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:15:46.6876617Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:15:46.6877029Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:15:46.6877442Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:15:46.6878173Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:15:46.6878611Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:15:46.6879022Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:15:46.6879396Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:15:46.6879762Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:15:46.6880128Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:15:46.6880507Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:15:46.6880931Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:15:46.6881362Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:15:46.6881763Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:15:46.6882187Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:15:46.6882626Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:15:46.6883024Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:15:46.6883392Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:15:46.6883740Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:15:46.6884215Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:15:46.6884584Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:15:46.6884959Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:15:46.6885334Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:15:46.6885732Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:15:46.6886150Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:15:46.6886609Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:15:46.6887047Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:15:46.6887419Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:15:46.6887948Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:15:46.6888346Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:15:46.6888732Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:15:46.6889115Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:15:46.6889490Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:15:46.6889932Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:15:46.6890425Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:15:46.6890849Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:15:46.6891224Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:15:46.6891601Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:15:46.6892007Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:15:46.6892403Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:15:46.6892778Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:15:46.6893178Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:15:46.6893558Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:15:46.6893907Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:15:46.6894433Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:15:46.6894843Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:15:46.6895266Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:15:46.6895647Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:15:46.6896031Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:15:46.6896479Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:15:46.6896921Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:15:46.6897350Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:15:46.6897868Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:15:46.6898389Z 	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-20T21:15:46.6898899Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:15:46.6899291Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:15:46.6899700Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:15:46.6900123Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:15:46.6900777Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:15:46.6901356Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:15:46.6901967Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:15:46.6902610Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:15:46.6903261Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:15:46.6903891Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:15:46.6904518Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:15:46.6905097Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:15:46.6905581Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:15:46.6906021Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:15:46.6906458Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:15:46.6906885Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:15:46.6907361Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:15:46.6907922Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:15:46.6908304Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:15:46.6908674Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:15:46.6909050Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:15:46.6909429Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:15:46.6909838Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:15:46.6910249Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:15:46.6910626Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:15:46.6911020Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:15:46.6911650Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:15:46.6912152Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:15:46.6912642Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:15:46.6913128Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:15:46.6913577Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:15:46.6913994Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:15:46.6914414Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:15:46.6914831Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:15:46.6915262Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:15:46.6915689Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:15:46.6916080Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:15:46.6916467Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:15:46.6916842Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:15:46.6917220Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:15:46.6917776Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:15:46.6918367Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:15:46.6918773Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:15:46.6919188Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:15:46.6919615Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:15:46.6920064Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:15:46.6920509Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:15:46.6920941Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:15:46.6921337Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:15:46.6921710Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:15:46.6922104Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:15:46.6922477Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:15:46.6922846Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:15:46.6923249Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:15:46.6923649Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:15:46.6924077Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:15:46.6924549Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:15:46.6925010Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:15:46.6925404Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:15:46.6925758Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:15:46.6926135Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:15:46.6926531Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:15:46.6926920Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:15:46.6927314Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:15:46.6927861Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:15:46.6928483Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:15:46.6928917Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:15:46.6929303Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:15:46.6929704Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:15:46.6930248Z 	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-20T21:15:46.6930838Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:15:46.6931290Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:15:46.6931735Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:15:46.6932160Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:15:46.6932563Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:15:46.6932952Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:15:46.6933343Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:15:46.6933744Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:15:46.6934148Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:15:46.6934677Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:15:46.6935070Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:15:46.6935476Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:15:46.6935850Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:15:46.6936262Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:15:46.6936731Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:15:46.6937156Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:15:46.6937533Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:15:46.6938044Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:15:46.6938437Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:15:46.6938814Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:15:46.6939183Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:15:46.6939612Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:15:46.6940056Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:15:46.6940461Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:15:46.6940863Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:15:46.6941256Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:15:46.6941636Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:15:46.6942010Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:15:46.6942398Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:15:46.6942806Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:15:46.6943248Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:15:46.6943694Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:15:46.6944124Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:15:46.6944741Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:15:46.6945176Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:15:46.6945605Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:15:46.6945994Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:15:46.6946350Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:15:46.6946697Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:15:46.6947067Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:15:46.6947444Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:15:46.6947926Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:15:46.6948300Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:15:46.6948695Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:15:46.6949085Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:15:46.6949437Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:15:46.6949789Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:15:46.6950167Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:15:46.6950565Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:15:46.6951145Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:15:46.6951509Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:15:46.6951871Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:15:46.6952256Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:15:46.6952639Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:15:46.6952992Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:15:46.6953369Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:15:46.6953766Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:15:46.6954149Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:15:46.6954528Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:15:46.6954910Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:15:46.6955338Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:15:46.6955744Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:15:46.6956172Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:15:46.6956576Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:15:46.6956937Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:15:46.6957282Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:15:46.6957743Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:15:46.6958172Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:15:46.6958675Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:15:46.6959182Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:15:46.6959660Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:15:46.6960169Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:15:46.6960610Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:15:46.6960991Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:15:46.6961540Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:15:46.6961950Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:15:46.6962339Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:15:46.6962728Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:15:46.6963115Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:15:46.6963497Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:15:46.6963888Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:15:46.6964331Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:15:46.6964763Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:15:46.6965143Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:15:46.6965543Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:15:46.6965966Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:15:46.6966345Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:15:46.6966696Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:15:46.6967082Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:15:46.6967813Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:15:46.6968281Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:15:46.6968694Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:15:46.6969109Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:15:46.6969542Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:15:46.6969976Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:15:46.7855093Z [+] Installing Go for linux-arm64...
2025-08-20T21:15:48.1007421Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:15:48.1007907Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:15:48.1008141Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:15:48.1017858Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:15:48.1018286Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:15:48.1018732Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:15:48.1019515Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:15:48.1019964Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:15:48.1020434Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:15:48.1020887Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:15:48.1021355Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:15:48.1021804Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:15:48.1022279Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:15:48.1022743Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:15:48.1023176Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:15:48.1023607Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:15:48.1024037Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:15:48.1024466Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:15:48.1025234Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:15:48.1025716Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:15:48.1026164Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:15:48.1026616Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:15:48.1027092Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:15:48.1027546Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:15:48.1028117Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:15:48.1028533Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:15:48.1028876Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:15:48.1029203Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:15:48.1029530Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:15:48.1029860Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:15:48.1030193Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:15:48.1057014Z go version go1.22.2 linux/arm64
2025-08-20T21:15:48.1321036Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:15:48.1321666Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:15:48.1322043Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:15:48.1322396Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:15:48.1322762Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:15:48.1323119Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:15:48.1323479Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:15:48.1323845Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:15:48.1324190Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:15:48.1324518Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:15:48.1324871Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:15:48.1325255Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:15:48.1325642Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:15:48.1326049Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:15:48.1326444Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:15:48.1326842Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:15:48.1327247Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:15:48.1327758Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:15:48.1328156Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:15:48.1328616Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:15:48.1329060Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:15:48.1329447Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:15:48.1329869Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:15:48.1330267Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:15:48.1330619Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:15:48.1331005Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:15:48.1331434Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:15:48.1332218Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:15:48.1332645Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:15:48.1333057Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:15:48.1333477Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:15:48.1333904Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:15:48.1334340Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:15:48.1334765Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:15:48.1335207Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:15:48.1335635Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:15:48.1336044Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:15:48.1336453Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:15:48.1336846Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:15:48.1337253Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:15:48.1337781Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:15:48.1338357Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:15:48.1338761Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:15:48.1339154Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:15:48.1339606Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:15:48.1340079Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:15:48.1340554Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:15:48.1341042Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:15:48.1341486Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:15:48.1341904Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:15:48.1342324Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:15:48.1342738Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:15:48.1343152Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:15:48.1343555Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:15:48.1343925Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:15:48.1344285Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:15:48.1344666Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:15:48.1345060Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:15:48.1345464Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:15:48.1345844Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:15:48.1346257Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:15:48.1346704Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:15:48.1347130Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:15:48.1347540Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:15:48.1348123Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:15:48.1348739Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:15:48.1349163Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:15:48.1349561Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:15:48.1349995Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:15:48.1350495Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:15:48.1351001Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:15:48.1351462Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:15:48.1351881Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:15:48.1352271Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:15:48.1352663Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:15:48.1353074Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:15:48.1353475Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:15:48.1353934Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:15:48.1354434Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:15:48.1354937Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:15:48.1355564Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:15:48.1356003Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:15:48.1356407Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:15:48.1356802Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:15:48.1357211Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:15:48.1357770Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:15:48.1358175Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:15:48.1358599Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:15:48.1359025Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:15:48.1359417Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:15:48.1359783Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:15:48.1360193Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:15:48.1360602Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:15:48.1360979Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:15:48.1361351Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:15:48.1361740Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:15:48.1362127Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:15:48.1362479Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:15:48.1362856Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:15:48.1363275Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:15:48.1363663Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:15:48.1364030Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:15:48.1364391Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:15:48.1364769Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:15:48.1365322Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:15:48.1365744Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:15:48.1366138Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:15:48.1366525Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:15:48.1366911Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:15:48.1367310Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:15:48.1367830Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:15:48.1368205Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:15:48.1368561Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:15:48.1368909Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:15:48.1369265Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:15:48.1369633Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:15:48.1369987Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:15:48.1370359Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:15:48.1370759Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:15:48.1371186Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:15:48.1371764Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:15:48.1372167Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:15:48.1372562Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:15:48.1372952Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:15:48.1373340Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:15:48.1373745Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:15:48.1374153Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:15:48.1374536Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:15:48.1374929Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:15:48.1375344Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:15:48.1375784Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:15:48.1376218Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:15:48.1376610Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:15:48.1377011Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:15:48.1377429Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:15:48.1377959Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:15:48.1378372Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:15:48.1378769Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:15:48.1379170Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:15:48.1379575Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:15:48.1379963Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:15:48.1380322Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:15:48.1380701Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:15:48.1381098Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:15:48.1381496Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:15:48.1382072Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:15:48.1382481Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:15:48.1382854Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:15:48.1383232Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:15:48.1383614Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:15:48.1384002Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:15:48.1384422Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:15:48.1384863Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:15:48.1385261Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:15:48.1385634Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:15:48.1386029Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:15:48.1386451Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:15:48.1386868Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:15:48.1387221Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:15:48.1387564Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:15:48.1389315Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:15:48.1389753Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:15:48.1390163Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:15:48.1390548Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:15:48.1390927Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:15:48.1391315Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:15:48.1391740Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:15:48.1392207Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:15:48.1392618Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:15:48.1392985Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:15:48.1393347Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:15:48.1393792Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:15:48.1394295Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:15:48.1394734Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:15:48.1395117Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:15:48.1395583Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:15:48.1396115Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:15:48.1396620Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:15:48.1397057Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:15:48.1397423Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:15:48.1397962Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:15:48.1398372Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:15:48.1398796Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:15:48.1399200Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:15:48.1399798Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:15:48.1400194Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:15:48.1400595Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:15:48.1400994Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:15:48.1401394Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:15:48.1401795Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:15:48.1402188Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:15:48.1402579Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:15:48.1403000Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:15:48.1403444Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:15:48.1403876Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:15:48.1404266Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:15:48.1404639Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:15:48.1405015Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:15:48.1405391Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:15:48.1405916Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:15:48.1406333Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:15:48.1406797Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:15:48.1407247Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:15:48.1407770Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:15:48.1408165Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:15:48.1408545Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:15:48.1408921Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:15:48.1409289Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:15:48.1409675Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:15:48.1410061Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:15:48.1410504Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:15:48.1410975Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:15:48.1411429Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:15:48.1411950Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:15:48.1412462Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:15:48.1412962Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:15:48.1413403Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:15:48.1413768Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:15:48.1414134Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:15:48.1414513Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:15:48.1414892Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:15:48.1415261Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:15:48.1415643Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:15:48.1416189Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:15:48.1416598Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:15:48.1416975Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:15:48.1417350Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:15:48.1417855Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:15:48.1418252Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:15:48.1418667Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:15:48.1419099Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:15:48.1419519Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:15:48.1419930Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:15:48.1420333Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:15:48.1420740Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:15:48.1421164Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:15:48.1421555Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:15:48.1421921Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:15:48.1422570Z 	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-20T21:15:48.1423090Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:15:48.1423464Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:15:48.1423840Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:15:48.1424211Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:15:48.1424608Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:15:48.1425041Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:15:48.1425467Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:15:48.1425898Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:15:48.1426307Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:15:48.1426711Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:15:48.1427134Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:15:48.1427543Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:15:48.1428052Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:15:48.1428490Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:15:48.1428981Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:15:48.1429476Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:15:48.1429921Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:15:48.1430331Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:15:48.1430737Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:15:48.1431213Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:15:48.1431699Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:15:48.1432106Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:15:48.1432682Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:15:48.1433144Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:15:48.1433551Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:15:48.1433913Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:15:48.1434264Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:15:48.1434638Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:15:48.1435021Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:15:48.1435385Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:15:48.1435739Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:15:48.1436108Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:15:48.1436470Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:15:48.1436830Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:15:48.1437201Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:15:48.1437557Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:15:48.1438026Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:15:48.1438413Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:15:48.1438915Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:15:48.1439272Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:15:48.1439633Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:15:48.1439998Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:15:48.1440372Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:15:48.1440742Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:15:48.1441103Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:15:48.1441479Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:15:48.1441898Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:15:48.1442333Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:15:48.1442746Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:15:48.1443108Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:15:48.1443491Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:15:48.1443919Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:15:48.1444320Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:15:48.1444684Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:15:48.1445052Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:15:48.1445407Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:15:48.1445750Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:15:48.1446097Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:15:48.1446449Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:15:48.1446825Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:15:48.1447185Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:15:48.1447534Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:15:48.1447992Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:15:48.1448397Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:15:48.1448992Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:15:48.1449406Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:15:48.1449804Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:15:48.1450200Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:15:48.1450616Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:15:48.1451124Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:15:48.1451734Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:15:48.1452358Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:15:48.1452896Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:15:48.1453369Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:15:48.1453825Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:15:48.1454342Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:15:48.1454975Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:15:48.1455657Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:15:48.1456149Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:15:48.1456593Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:15:48.1456962Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:15:48.1457332Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:15:48.1457813Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:15:48.1458201Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:15:48.1458589Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:15:48.1458976Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:15:48.1459367Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:15:48.1459760Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:15:48.1460148Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:15:48.1460525Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:15:48.1460901Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:15:48.1461276Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:15:48.1461671Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:15:48.1462068Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:15:48.1462478Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:15:48.1462891Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:15:48.1463258Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:15:48.1463656Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:15:48.1464062Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:15:48.1464471Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:15:48.1464910Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:15:48.1465333Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:15:48.1465874Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:15:48.1466263Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:15:48.1466648Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:15:48.1467016Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:15:48.1467406Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:15:48.1467912Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:15:48.1468299Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:15:48.1468680Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:15:48.1469042Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:15:48.1469408Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:15:48.1469960Z 	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-20T21:15:48.1470673Z 	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-20T21:15:48.1471357Z 	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-20T21:15:48.1472178Z 	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-20T21:15:48.1472704Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:15:48.1473088Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:15:48.1473494Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:15:48.1473899Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:15:48.1474279Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:15:48.1474649Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:15:48.1475017Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:15:48.1475393Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:15:48.1475770Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:15:48.1476152Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:15:48.1476529Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:15:48.1476915Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:15:48.1477318Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:15:48.1477814Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:15:48.1478230Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:15:48.1478622Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:15:48.1479000Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:15:48.1479387Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:15:48.1479790Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:15:48.1480189Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:15:48.1480588Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:15:48.1480978Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:15:48.1481403Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:15:48.1481835Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:15:48.1482418Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:15:48.1482876Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:15:48.1483332Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:15:48.1483736Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:15:48.1484104Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:15:48.1484492Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:15:48.1484889Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:15:48.1485299Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:15:48.1485702Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:15:48.1486083Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:15:48.1486478Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:15:48.1486949Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:15:48.1487419Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:15:48.1487943Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:15:48.1488486Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:15:48.1488937Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:15:48.1489383Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:15:48.1489854Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:15:48.1490336Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:15:48.1490786Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:15:48.1491223Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:15:48.1491623Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:15:48.1492012Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:15:48.1492428Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:15:48.1492819Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:15:48.1493191Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:15:48.1493599Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:15:48.1494001Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:15:48.1494405Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:15:48.1494828Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:15:48.1495223Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:15:48.1495599Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:15:48.1495967Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:15:48.1496322Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:15:48.1496716Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:15:48.1497135Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:15:48.1497530Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:15:48.1498103Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:15:48.1498717Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:15:48.1499125Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:15:48.1499565Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:15:48.1499987Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:15:48.1500395Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:15:48.1500808Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:15:48.1501161Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:15:48.1501523Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:15:48.1501917Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:15:48.1502314Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:15:48.1502698Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:15:48.1503058Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:15:48.1503407Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:15:48.1503752Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:15:48.1504235Z 	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-20T21:15:48.1504884Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:15:48.1505267Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:15:48.1505648Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:15:48.1506044Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:15:48.1506457Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:15:48.1506872Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:15:48.1507276Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:15:48.1507787Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:15:48.1508202Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:15:48.1508580Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:15:48.1508951Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:15:48.1509309Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:15:48.1509684Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:15:48.1510109Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:15:48.1510539Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:15:48.1510940Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:15:48.1511360Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:15:48.1511803Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:15:48.1512202Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:15:48.1512572Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:15:48.1512921Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:15:48.1513270Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:15:48.1513636Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:15:48.1514013Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:15:48.1514392Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:15:48.1514956Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:15:48.1515386Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:15:48.1515848Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:15:48.1516282Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:15:48.1516655Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:15:48.1517048Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:15:48.1517433Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:15:48.1517920Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:15:48.1518305Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:15:48.1518682Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:15:48.1519125Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:15:48.1519618Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:15:48.1520040Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:15:48.1520418Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:15:48.1520793Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:15:48.1521376Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:15:48.1521768Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:15:48.1522140Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:15:48.1522536Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:15:48.1522917Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:15:48.1523269Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:15:48.1523627Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:15:48.1524026Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:15:48.1524448Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:15:48.1524868Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:15:48.1525263Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:15:48.1525704Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:15:48.1526142Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:15:48.1526571Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:15:48.1526972Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:15:48.1527501Z 	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-20T21:15:48.1528186Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:15:48.1528581Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:15:48.1528992Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:15:48.1529420Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:15:48.1529944Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:15:48.1530527Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:15:48.1531136Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:15:48.1531964Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:15:48.1532632Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:15:48.1533261Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:15:48.1533885Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:15:48.1534471Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:15:48.1534952Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:15:48.1535396Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:15:48.1535830Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:15:48.1536258Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:15:48.1536737Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:15:48.1537170Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:15:48.1537551Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:15:48.1538062Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:15:48.1538443Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:15:48.1538974Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:15:48.1539377Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:15:48.1539793Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:15:48.1540158Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:15:48.1540546Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:15:48.1541014Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:15:48.1541503Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:15:48.1541992Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:15:48.1542479Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:15:48.1542939Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:15:48.1543354Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:15:48.1543767Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:15:48.1544180Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:15:48.1544614Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:15:48.1545051Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:15:48.1545442Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:15:48.1545825Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:15:48.1546202Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:15:48.1546578Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:15:48.1547022Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:15:48.1547464Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:15:48.1547990Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:15:48.1548431Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:15:48.1549013Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:15:48.1549470Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:15:48.1549916Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:15:48.1550352Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:15:48.1550749Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:15:48.1551129Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:15:48.1551515Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:15:48.1551888Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:15:48.1552260Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:15:48.1552664Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:15:48.1553069Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:15:48.1553496Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:15:48.1553969Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:15:48.1554426Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:15:48.1554820Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:15:48.1555290Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:15:48.1555662Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:15:48.1556058Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:15:48.1556445Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:15:48.1556836Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:15:48.1557264Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:15:48.1557821Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:15:48.1558243Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:15:48.1558627Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:15:48.1559026Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:15:48.1559573Z 	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-20T21:15:48.1560155Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:15:48.1560608Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:15:48.1561054Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:15:48.1561484Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:15:48.1561883Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:15:48.1562275Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:15:48.1562666Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:15:48.1563068Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:15:48.1563472Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:15:48.1563853Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:15:48.1564246Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:15:48.1564649Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:15:48.1565022Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:15:48.1565594Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:15:48.1566070Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:15:48.1566493Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:15:48.1566869Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:15:48.1567242Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:15:48.1567788Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:15:48.1568173Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:15:48.1568544Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:15:48.1568973Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:15:48.1569418Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:15:48.1569830Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:15:48.1570229Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:15:48.1570629Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:15:48.1571012Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:15:48.1571390Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:15:48.1571917Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:15:48.1572318Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:15:48.1572763Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:15:48.1573212Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:15:48.1573639Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:15:48.1574041Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:15:48.1574444Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:15:48.1574871Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:15:48.1575260Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:15:48.1575621Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:15:48.1575968Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:15:48.1576331Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:15:48.1576708Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:15:48.1577061Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:15:48.1577434Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:15:48.1577948Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:15:48.1578335Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:15:48.1578693Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:15:48.1579044Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:15:48.1579423Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:15:48.1579826Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:15:48.1580202Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:15:48.1580568Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:15:48.1580932Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:15:48.1581314Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:15:48.1581854Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:15:48.1582221Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:15:48.1582594Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:15:48.1582983Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:15:48.1583364Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:15:48.1583747Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:15:48.1584127Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:15:48.1584511Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:15:48.1584915Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:15:48.1585337Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:15:48.1585744Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:15:48.1586099Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:15:48.1586450Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:15:48.1586793Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:15:48.1587215Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:15:48.1587932Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:15:48.1588408Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:15:48.1588884Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:15:48.1589388Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:15:48.1589827Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:15:48.1590211Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:15:48.1590601Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:15:48.1590991Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:15:48.1591382Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:15:48.1591765Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:15:48.1592158Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:15:48.1592535Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:15:48.1592929Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:15:48.1593372Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:15:48.1593810Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:15:48.1594187Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:15:48.1594585Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:15:48.1595008Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:15:48.1595387Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:15:48.1595745Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:15:48.1596133Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:15:48.1596586Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:15:48.1597047Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:15:48.1597462Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:15:48.1598160Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:15:48.1598605Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:15:48.1599041Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:15:48.3549060Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:15:49.0080781Z Collecting meson
2025-08-20T21:15:49.0933242Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:15:49.1506399Z Collecting ninja
2025-08-20T21:15:49.1661236Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:15:49.1938481Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:15:49.2755687Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.0 MB/s  0:00:00
2025-08-20T21:15:49.2896442Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:15:49.3788247Z Installing collected packages: ninja, meson
2025-08-20T21:15:50.0643734Z 
2025-08-20T21:15:50.0667263Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:15:50.3284510Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:15:50.7852599Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:15:50.8721900Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:15:51.3966398Z 1.8.4
2025-08-20T21:15:51.4264860Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:15:51.4524994Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:15:51.4525377Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:15:51.4525744Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:15:51.4526132Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:15:51.4526538Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:15:51.4526902Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:15:51.4527266Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:15:51.4527755Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:15:51.4528117Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:15:51.4528445Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:15:51.4528817Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:15:51.4529203Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:15:51.4529580Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:15:51.4529985Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:15:51.4530379Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:15:51.4530785Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:15:51.4531189Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:15:51.4531556Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:15:51.4531936Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:15:51.4532391Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:15:51.4532844Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:15:51.4533234Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:15:51.4533657Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:15:51.4534057Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:15:51.4534411Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:15:51.4535113Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:15:51.4535580Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:15:51.4535998Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:15:51.4536403Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:15:51.4536815Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:15:51.4537241Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:15:51.4537924Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:15:51.4538364Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:15:51.4538786Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:15:51.4539230Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:15:51.4539658Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:15:51.4540062Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:15:51.4540472Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:15:51.4540866Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:15:51.4541489Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:15:51.4541917Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:15:51.4542337Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:15:51.4542743Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:15:51.4543140Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:15:51.4543597Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:15:51.4544072Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:15:51.4544687Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:15:51.4545177Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:15:51.4545623Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:15:51.4546047Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:15:51.4546466Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:15:51.4546876Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:15:51.4547290Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:15:51.4547891Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:15:51.4548278Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:15:51.4548633Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:15:51.4549002Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:15:51.4549396Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:15:51.4549798Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:15:51.4550181Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:15:51.4550588Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:15:51.4551024Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:15:51.4551453Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:15:51.4552045Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:15:51.4552479Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:15:51.4552911Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:15:51.4553317Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:15:51.4553716Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:15:51.4554159Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:15:51.4554659Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:15:51.4555158Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:15:51.4555617Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:15:51.4556034Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:15:51.4556425Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:15:51.4556820Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:15:51.4557220Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:15:51.4557743Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:15:51.4558211Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:15:51.4558861Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:15:51.4559366Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:15:51.4559856Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:15:51.4560297Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:15:51.4560704Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:15:51.4561097Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:15:51.4561502Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:15:51.4561899Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:15:51.4562285Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:15:51.4562711Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:15:51.4563134Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:15:51.4563518Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:15:51.4563889Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:15:51.4564296Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:15:51.4564705Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:15:51.4565079Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:15:51.4565449Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:15:51.4565840Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:15:51.4566228Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:15:51.4566578Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:15:51.4566956Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:15:51.4567367Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:15:51.4567876Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:15:51.4568242Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:15:51.4568792Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:15:51.4569186Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:15:51.4569573Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:15:51.4569974Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:15:51.4570370Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:15:51.4570761Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:15:51.4571141Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:15:51.4571539Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:15:51.4571940Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:15:51.4572313Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:15:51.4572674Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:15:51.4573024Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:15:51.4573379Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:15:51.4573742Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:15:51.4574094Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:15:51.4574463Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:15:51.4575012Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:15:51.4575441Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:15:51.4575876Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:15:51.4576278Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:15:51.4576669Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:15:51.4577061Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:15:51.4577449Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:15:51.4577978Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:15:51.4578390Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:15:51.4578777Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:15:51.4579177Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:15:51.4579594Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:15:51.4580034Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:15:51.4580461Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:15:51.4580877Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:15:51.4581276Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:15:51.4581685Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:15:51.4582097Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:15:51.4582499Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:15:51.4582893Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:15:51.4583296Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:15:51.4583700Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:15:51.4584080Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:15:51.4584438Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:15:51.4584802Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:15:51.4585383Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:15:51.4585798Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:15:51.4586196Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:15:51.4586584Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:15:51.4586955Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:15:51.4587334Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:15:51.4587829Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:15:51.4588219Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:15:51.4588643Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:15:51.4589088Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:15:51.4589490Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:15:51.4589866Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:15:51.4590257Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:15:51.4590676Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:15:51.4591091Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:15:51.4591575Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:15:51.4591917Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:15:51.4592333Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:15:51.4592764Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:15:51.4593168Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:15:51.4593554Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:15:51.4593933Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:15:51.4594312Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:15:51.4594735Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:15:51.4595199Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:15:51.4595615Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:15:51.4595985Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:15:51.4596344Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:15:51.4596787Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:15:51.4597293Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:15:51.4597865Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:15:51.4598241Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:15:51.4598703Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:15:51.4599239Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:15:51.4599743Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:15:51.4600177Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:15:51.4600539Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:15:51.4600920Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:15:51.4601330Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:15:51.4601936Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:15:51.4602351Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:15:51.4602726Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:15:51.4603099Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:15:51.4603499Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:15:51.4603902Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:15:51.4604297Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:15:51.4604693Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:15:51.4605084Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:15:51.4605475Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:15:51.4605895Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:15:51.4606339Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:15:51.4606764Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:15:51.4607153Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:15:51.4607530Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:15:51.4608160Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:15:51.4608537Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:15:51.4608928Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:15:51.4609347Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:15:51.4609816Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:15:51.4610264Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:15:51.4610671Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:15:51.4611055Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:15:51.4611436Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:15:51.4611809Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:15:51.4612182Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:15:51.4612567Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:15:51.4612947Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:15:51.4613390Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:15:51.4613865Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:15:51.4614325Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:15:51.4614845Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:15:51.4615355Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:15:51.4615860Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:15:51.4616304Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:15:51.4616668Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:15:51.4617030Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:15:51.4617410Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:15:51.4617908Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:15:51.4618455Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:15:51.4618848Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:15:51.4619231Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:15:51.4619615Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:15:51.4619986Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:15:51.4620365Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:15:51.4620763Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:15:51.4621153Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:15:51.4621568Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:15:51.4622006Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:15:51.4622432Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:15:51.4622847Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:15:51.4623251Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:15:51.4623661Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:15:51.4624081Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:15:51.4624606Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:15:51.4624968Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:15:51.4625477Z 	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-20T21:15:51.4625995Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:15:51.4626371Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:15:51.4626746Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:15:51.4627110Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:15:51.4627510Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:15:51.4628091Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:15:51.4628523Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:15:51.4628947Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:15:51.4629351Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:15:51.4629752Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:15:51.4630173Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:15:51.4630584Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:15:51.4630977Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:15:51.4631406Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:15:51.4631894Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:15:51.4632388Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:15:51.4632840Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:15:51.4633249Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:15:51.4633654Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:15:51.4634126Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:15:51.4634774Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:15:51.4635196Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:15:51.4635631Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:15:51.4636085Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:15:51.4636495Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:15:51.4636863Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:15:51.4637212Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:15:51.4637581Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:15:51.4638134Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:15:51.4638500Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:15:51.4638857Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:15:51.4639227Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:15:51.4639587Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:15:51.4639944Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:15:51.4640311Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:15:51.4640665Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:15:51.4641170Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:15:51.4641554Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:15:51.4641913Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:15:51.4642271Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:15:51.4642629Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:15:51.4642999Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:15:51.4643375Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:15:51.4643742Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:15:51.4644101Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:15:51.4644476Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:15:51.4644899Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:15:51.4645329Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:15:51.4645736Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:15:51.4646098Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:15:51.4646479Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:15:51.4646908Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:15:51.4647309Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:15:51.4647833Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:15:51.4648214Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:15:51.4648569Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:15:51.4648910Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:15:51.4649258Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:15:51.4649614Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:15:51.4649984Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:15:51.4650345Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:15:51.4650691Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:15:51.4651191Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:15:51.4651604Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:15:51.4652013Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:15:51.4652410Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:15:51.4652819Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:15:51.4653218Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:15:51.4653632Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:15:51.4654133Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:15:51.4654749Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:15:51.4655375Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:15:51.4655920Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:15:51.4656390Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:15:51.4656843Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:15:51.4657526Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:15:51.4658317Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:15:51.4658885Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:15:51.4659377Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:15:51.4659825Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:15:51.4660192Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:15:51.4660566Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:15:51.4660940Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:15:51.4661321Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:15:51.4661709Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:15:51.4662099Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:15:51.4662487Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:15:51.4662869Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:15:51.4663258Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:15:51.4663634Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:15:51.4664010Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:15:51.4664389Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:15:51.4664781Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:15:51.4665175Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:15:51.4665585Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:15:51.4666007Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:15:51.4666376Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:15:51.4666764Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:15:51.4667176Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:15:51.4667591Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:15:51.4668358Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:15:51.4668793Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:15:51.4669163Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:15:51.4669532Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:15:51.4669919Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:15:51.4670292Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:15:51.4670683Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:15:51.4671073Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:15:51.4671457Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:15:51.4671840Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:15:51.4672203Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:15:51.4672571Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:15:51.4673119Z 	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-20T21:15:51.4673834Z 	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-20T21:15:51.4674645Z 	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-20T21:15:51.4675315Z 	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-20T21:15:51.4675840Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:15:51.4676224Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:15:51.4676632Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:15:51.4677033Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:15:51.4677409Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:15:51.4677925Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:15:51.4678293Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:15:51.4678671Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:15:51.4679049Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:15:51.4679424Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:15:51.4679801Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:15:51.4680188Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:15:51.4680596Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:15:51.4680997Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:15:51.4681393Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:15:51.4681783Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:15:51.4682157Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:15:51.4682549Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:15:51.4682950Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:15:51.4683348Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:15:51.4683746Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:15:51.4684136Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:15:51.4684742Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:15:51.4685188Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:15:51.4685589Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:15:51.4686024Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:15:51.4686480Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:15:51.4686887Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:15:51.4687256Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:15:51.4687753Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:15:51.4688157Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:15:51.4688571Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:15:51.4688977Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:15:51.4689358Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:15:51.4689749Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:15:51.4690217Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:15:51.4690833Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:15:51.4691227Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:15:51.4691632Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:15:51.4692081Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:15:51.4692525Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:15:51.4693000Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:15:51.4693487Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:15:51.4693929Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:15:51.4694367Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:15:51.4694766Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:15:51.4695160Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:15:51.4695577Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:15:51.4695961Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:15:51.4696334Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:15:51.4696746Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:15:51.4697145Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:15:51.4697546Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:15:51.4698107Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:15:51.4698505Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:15:51.4698883Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:15:51.4699257Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:15:51.4699613Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:15:51.4700002Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:15:51.4700414Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:15:51.4700809Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:15:51.4701447Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:15:51.4701950Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:15:51.4702359Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:15:51.4702798Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:15:51.4703223Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:15:51.4703628Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:15:51.4704033Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:15:51.4704389Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:15:51.4704748Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:15:51.4705142Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:15:51.4705538Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:15:51.4705919Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:15:51.4706279Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:15:51.4706628Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:15:51.4707120Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:15:51.4707812Z 	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-20T21:15:51.4708332Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:15:51.4708716Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:15:51.4709095Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:15:51.4709492Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:15:51.4709908Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:15:51.4710320Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:15:51.4710724Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:15:51.4711135Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:15:51.4711554Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:15:51.4711927Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:15:51.4712293Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:15:51.4712654Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:15:51.4713032Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:15:51.4713460Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:15:51.4713889Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:15:51.4714287Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:15:51.4714706Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:15:51.4715148Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:15:51.4715549Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:15:51.4715920Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:15:51.4716268Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:15:51.4716617Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:15:51.4716985Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:15:51.4717557Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:15:51.4718073Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:15:51.4718477Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:15:51.4718892Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:15:51.4719354Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:15:51.4719794Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:15:51.4720167Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:15:51.4720557Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:15:51.4720944Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:15:51.4721332Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:15:51.4721718Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:15:51.4722097Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:15:51.4722538Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:15:51.4723029Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:15:51.4723451Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:15:51.4723971Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:15:51.4724349Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:15:51.4724754Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:15:51.4725147Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:15:51.4725520Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:15:51.4725918Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:15:51.4726302Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:15:51.4726651Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:15:51.4727024Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:15:51.4727425Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:15:51.4727976Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:15:51.4728355Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:15:51.4728739Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:15:51.4729179Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:15:51.4729622Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:15:51.4730054Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:15:51.4730448Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:15:51.4730962Z 	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-20T21:15:51.4731469Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:15:51.4731860Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:15:51.4732276Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:15:51.4732701Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:15:51.4733222Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:15:51.4733801Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:15:51.4734597Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:15:51.4735275Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:15:51.4735925Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:15:51.4736554Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:15:51.4737184Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:15:51.4737877Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:15:51.4738364Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:15:51.4738809Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:15:51.4739250Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:15:51.4739675Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:15:51.4740151Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:15:51.4740586Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:15:51.4741121Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:15:51.4741488Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:15:51.4741865Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:15:51.4742248Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:15:51.4742655Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:15:51.4743069Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:15:51.4743431Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:15:51.4743820Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:15:51.4744281Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:15:51.4744772Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:15:51.4745264Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:15:51.4745754Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:15:51.4746205Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:15:51.4746621Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:15:51.4747036Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:15:51.4747455Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:15:51.4748023Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:15:51.4748454Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:15:51.4748844Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:15:51.4749224Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:15:51.4749602Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:15:51.4749979Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:15:51.4750415Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:15:51.4750852Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:15:51.4751256Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:15:51.4751854Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:15:51.4752296Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:15:51.4752742Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:15:51.4753186Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:15:51.4753623Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:15:51.4754019Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:15:51.4754390Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:15:51.4754777Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:15:51.4755147Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:15:51.4755523Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:15:51.4755925Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:15:51.4756327Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:15:51.4756750Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:15:51.4757218Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:15:51.4757968Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:15:51.4758361Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:15:51.4758715Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:15:51.4759089Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:15:51.4759482Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:15:51.4759871Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:15:51.4760259Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:15:51.4760686Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:15:51.4761133Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:15:51.4761546Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:15:51.4761934Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:15:51.4762334Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:15:51.4762879Z 	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-20T21:15:51.4763456Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:15:51.4763914Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:15:51.4764361Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:15:51.4764788Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:15:51.4765184Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:15:51.4765578Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:15:51.4765975Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:15:51.4766373Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:15:51.4766775Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:15:51.4767154Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:15:51.4767542Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:15:51.4768278Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:15:51.4768674Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:15:51.4769082Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:15:51.4769546Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:15:51.4769969Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:15:51.4770352Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:15:51.4770726Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:15:51.4771115Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:15:51.4771489Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:15:51.4771858Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:15:51.4772290Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:15:51.4772737Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:15:51.4773142Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:15:51.4773540Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:15:51.4773936Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:15:51.4774461Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:15:51.4774838Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:15:51.4775222Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:15:51.4775626Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:15:51.4776072Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:15:51.4776518Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:15:51.4776938Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:15:51.4777338Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:15:51.4777901Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:15:51.4778339Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:15:51.4778727Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:15:51.4779082Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:15:51.4779428Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:15:51.4779793Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:15:51.4780165Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:15:51.4780522Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:15:51.4780896Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:15:51.4781293Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:15:51.4781683Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:15:51.4782045Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:15:51.4782401Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:15:51.4782780Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:15:51.4783179Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:15:51.4783559Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:15:51.4783925Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:15:51.4784521Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:15:51.4784927Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:15:51.4785308Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:15:51.4785658Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:15:51.4786031Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:15:51.4786428Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:15:51.4786807Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:15:51.4787185Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:15:51.4787561Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:15:51.4788089Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:15:51.4788501Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:15:51.4788927Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:15:51.4789328Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:15:51.4789683Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:15:51.4790032Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:15:51.4790546Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:15:51.4790971Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:15:51.4791472Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:15:51.4791942Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:15:51.4792415Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:15:51.4792922Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:15:51.4793361Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:15:51.4793740Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:15:51.4794129Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:15:51.4794517Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:15:51.4794910Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:15:51.4795298Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:15:51.4795686Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:15:51.4796062Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:15:51.4796459Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:15:51.4796905Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:15:51.4797339Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:15:51.4797856Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:15:51.4798270Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:15:51.4798700Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:15:51.4799081Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:15:51.4799431Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:15:51.4799815Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:15:51.4800266Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:15:51.4800892Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:15:51.4801318Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:15:51.4801772Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:15:51.4802217Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:15:51.4802651Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:15:51.7951682Z info: downloading installer
2025-08-20T21:15:52.0496844Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:15:52.0497208Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:15:52.0497566Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:15:52.0498142Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:15:52.0684717Z info: profile set to 'default'
2025-08-20T21:15:52.0685053Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:15:52.0685409Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:15:52.1211271Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:15:52.3056211Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:15:52.3323135Z info: downloading component 'clippy'
2025-08-20T21:15:52.6705229Z info: downloading component 'rustfmt'
2025-08-20T21:15:52.9673687Z info: downloading component 'cargo'
2025-08-20T21:15:53.3919209Z info: downloading component 'rust-std'
2025-08-20T21:15:54.1420213Z info: downloading component 'rustc'
2025-08-20T21:15:55.3829751Z info: removing previous version of component 'clippy'
2025-08-20T21:15:55.3974759Z info: removing previous version of component 'rustfmt'
2025-08-20T21:15:55.3976920Z info: removing previous version of component 'cargo'
2025-08-20T21:15:55.4010936Z info: removing previous version of component 'rust-std'
2025-08-20T21:15:55.4176801Z info: removing previous version of component 'rustc'
2025-08-20T21:15:55.4193849Z info: installing component 'clippy'
2025-08-20T21:15:55.6836889Z info: installing component 'rustfmt'
2025-08-20T21:15:55.8817560Z info: installing component 'cargo'
2025-08-20T21:15:56.3792748Z info: installing component 'rust-std'
2025-08-20T21:15:57.6794906Z info: installing component 'rustc'
2025-08-20T21:16:00.3885120Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:16:00.3885452Z 
2025-08-20T21:16:00.3958254Z   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-20T21:16:00.3958682Z 
2025-08-20T21:16:00.3958686Z 
2025-08-20T21:16:00.3958771Z Rust is installed now. Great!
2025-08-20T21:16:00.3958918Z 
2025-08-20T21:16:00.3959095Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:16:00.3959489Z environment variable. This has not been done automatically.
2025-08-20T21:16:00.3959708Z 
2025-08-20T21:16:00.3959845Z To configure your current shell, you need to source
2025-08-20T21:16:00.3960134Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:16:00.3960311Z 
2025-08-20T21:16:00.3960485Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:16:00.3960863Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:16:00.3961157Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:16:00.3961447Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:16:00.4104664Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:16:00.4432720Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:16:00.4432993Z 
2025-08-20T21:16:00.4504865Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:16:00.4505310Z 
2025-08-20T21:16:00.4895689Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:16:00.5251799Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:16:00.5536331Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:16:00.5537012Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:16:00.5537391Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:16:00.5537947Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:16:00.5538319Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:16:00.5538699Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:16:00.5539058Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:16:00.5539423Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:16:00.5539770Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:16:00.5540101Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:16:00.5540456Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:16:00.5540852Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:16:00.5541237Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:16:00.5541643Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:16:00.5542040Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:16:00.5542440Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:16:00.5543153Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:16:00.5543520Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:16:00.5543907Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:16:00.5544382Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:16:00.5544832Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:16:00.5545228Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:16:00.5545646Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:16:00.5546042Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:16:00.5546393Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:16:00.5546783Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:16:00.5547219Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:16:00.5547811Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:16:00.5548242Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:16:00.5548655Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:16:00.5549082Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:16:00.5549503Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:16:00.5549933Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:16:00.5550354Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:16:00.5550792Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:16:00.5551223Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:16:00.5551628Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:16:00.5552035Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:16:00.5552425Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:16:00.5552830Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:16:00.5553454Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:16:00.5553889Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:16:00.5554293Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:16:00.5554686Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:16:00.5555142Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:16:00.5555624Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:16:00.5556094Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:16:00.5556588Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:16:00.5557175Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:16:00.5557728Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:16:00.5558165Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:16:00.5558578Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:16:00.5558995Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:16:00.5559396Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:16:00.5559918Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:16:00.5560278Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:16:00.5560649Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:16:00.5561042Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:16:00.5561444Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:16:00.5561830Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:16:00.5562238Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:16:00.5562677Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:16:00.5563101Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:16:00.5563513Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:16:00.5563936Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:16:00.5564365Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:16:00.5564771Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:16:00.5565167Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:16:00.5565607Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:16:00.5566113Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:16:00.5566616Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:16:00.5567079Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:16:00.5567497Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:16:00.5568052Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:16:00.5568458Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:16:00.5568861Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:16:00.5569260Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:16:00.5569722Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:16:00.5570401Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:16:00.5570919Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:16:00.5571410Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:16:00.5571848Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:16:00.5572249Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:16:00.5572647Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:16:00.5573051Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:16:00.5573448Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:16:00.5573828Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:16:00.5574252Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:16:00.5574678Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:16:00.5575060Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:16:00.5575433Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:16:00.5575839Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:16:00.5576276Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:16:00.5576794Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:16:00.5577164Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:16:00.5577560Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:16:00.5578230Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:16:00.5578583Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:16:00.5578964Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:16:00.5579373Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:16:00.5579760Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:16:00.5580126Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:16:00.5580490Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:16:00.5580873Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:16:00.5581260Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:16:00.5581658Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:16:00.5582056Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:16:00.5582442Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:16:00.5582828Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:16:00.5583228Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:16:00.5583628Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:16:00.5584000Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:16:00.5584467Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:16:00.5584824Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:16:00.5585178Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:16:00.5585536Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:16:00.5585885Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:16:00.5586258Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:16:00.5586658Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:16:00.5587306Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:16:00.5587865Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:16:00.5588272Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:16:00.5588664Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:16:00.5589052Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:16:00.5589447Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:16:00.5589850Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:16:00.5590260Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:16:00.5590642Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:16:00.5591046Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:16:00.5591463Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:16:00.5591902Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:16:00.5592330Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:16:00.5592718Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:16:00.5593271Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:16:00.5593684Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:16:00.5594092Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:16:00.5594498Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:16:00.5594890Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:16:00.5595296Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:16:00.5595697Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:16:00.5596078Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:16:00.5596437Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:16:00.5596800Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:16:00.5597199Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:16:00.5597715Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:16:00.5598129Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:16:00.5598521Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:16:00.5598892Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:16:00.5599272Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:16:00.5599658Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:16:00.5600050Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:16:00.5600475Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:16:00.5600923Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:16:00.5601327Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:16:00.5601701Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:16:00.5602087Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:16:00.5602507Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:16:00.5602927Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:16:00.5603445Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:16:00.5603817Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:16:00.5604236Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:16:00.5604666Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:16:00.5605074Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:16:00.5605464Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:16:00.5605844Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:16:00.5606226Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:16:00.5606650Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:16:00.5607116Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:16:00.5607537Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:16:00.5608106Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:16:00.5608474Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:16:00.5608920Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:16:00.5609423Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:16:00.5610006Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:16:00.5610381Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:16:00.5610845Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:16:00.5611378Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:16:00.5611882Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:16:00.5612323Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:16:00.5612685Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:16:00.5613066Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:16:00.5613476Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:16:00.5613893Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:16:00.5614301Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:16:00.5614676Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:16:00.5615052Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:16:00.5615453Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:16:00.5615855Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:16:00.5616252Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:16:00.5616651Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:16:00.5617044Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:16:00.5617438Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:16:00.5618003Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:16:00.5618457Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:16:00.5618884Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:16:00.5619273Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:16:00.5619646Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:16:00.5620197Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:16:00.5620590Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:16:00.5620982Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:16:00.5621401Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:16:00.5621866Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:16:00.5622320Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:16:00.5622728Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:16:00.5623120Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:16:00.5623504Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:16:00.5623880Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:16:00.5624257Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:16:00.5624645Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:16:00.5625027Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:16:00.5625471Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:16:00.5625952Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:16:00.5626558Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:16:00.5627077Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:16:00.5627590Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:16:00.5628220Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:16:00.5628667Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:16:00.5629031Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:16:00.5629390Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:16:00.5629769Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:16:00.5630155Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:16:00.5630525Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:16:00.5630916Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:16:00.5631303Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:16:00.5631691Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:16:00.5632074Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:16:00.5632450Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:16:00.5632849Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:16:00.5633240Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:16:00.5633658Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:16:00.5634098Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:16:00.5634523Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:16:00.5634940Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:16:00.5635346Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:16:00.5635756Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:16:00.5636178Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:16:00.5636800Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:16:00.5637177Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:16:00.5637807Z 	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-20T21:16:00.5638328Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:16:00.5638701Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:16:00.5639081Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:16:00.5639447Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:16:00.5639845Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:16:00.5640280Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:16:00.5640705Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:16:00.5641139Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:16:00.5641544Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:16:00.5641949Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:16:00.5642371Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:16:00.5642784Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:16:00.5643332Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:16:00.5643761Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:16:00.5644249Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:16:00.5644747Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:16:00.5645200Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:16:00.5645610Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:16:00.5646010Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:16:00.5646486Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:16:00.5646971Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:16:00.5647389Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:16:00.5648002Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:16:00.5648455Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:16:00.5648860Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:16:00.5649224Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:16:00.5649597Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:16:00.5649973Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:16:00.5650356Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:16:00.5650721Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:16:00.5651075Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:16:00.5651450Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:16:00.5651813Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:16:00.5652169Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:16:00.5652539Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:16:00.5652896Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:16:00.5653270Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:16:00.5653842Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:16:00.5654225Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:16:00.5654590Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:16:00.5654952Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:16:00.5655314Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:16:00.5655693Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:16:00.5656060Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:16:00.5656421Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:16:00.5656798Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:16:00.5657219Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:16:00.5657804Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:16:00.5658224Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:16:00.5658588Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:16:00.5658967Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:16:00.5659390Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:16:00.5659944Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:16:00.5660304Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:16:00.5660669Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:16:00.5661026Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:16:00.5661371Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:16:00.5661722Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:16:00.5662078Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:16:00.5662445Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:16:00.5662801Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:16:00.5663144Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:16:00.5663476Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:16:00.5663860Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:16:00.5664266Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:16:00.5664665Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:16:00.5665062Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:16:00.5665465Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:16:00.5665881Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:16:00.5666383Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:16:00.5666997Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:16:00.5667839Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:16:00.5668408Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:16:00.5668881Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:16:00.5669334Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:16:00.5669850Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:16:00.5670634Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:16:00.5671212Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:16:00.5671702Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:16:00.5672145Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:16:00.5672517Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:16:00.5672888Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:16:00.5673260Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:16:00.5673636Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:16:00.5674023Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:16:00.5674414Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:16:00.5674803Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:16:00.5675189Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:16:00.5675577Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:16:00.5675955Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:16:00.5676482Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:16:00.5676862Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:16:00.5677253Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:16:00.5677768Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:16:00.5678185Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:16:00.5678602Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:16:00.5678971Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:16:00.5679361Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:16:00.5679770Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:16:00.5680177Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:16:00.5680617Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:16:00.5681040Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:16:00.5681407Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:16:00.5681768Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:16:00.5682151Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:16:00.5682523Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:16:00.5682913Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:16:00.5683309Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:16:00.5683694Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:16:00.5684075Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:16:00.5684445Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:16:00.5684819Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:16:00.5685369Z 	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-20T21:16:00.5686085Z 	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-20T21:16:00.5686966Z 	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-20T21:16:00.5687838Z 	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-20T21:16:00.5688371Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:16:00.5688755Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:16:00.5689168Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:16:00.5689567Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:16:00.5689943Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:16:00.5690318Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:16:00.5690683Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:16:00.5691064Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:16:00.5691446Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:16:00.5691822Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:16:00.5692195Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:16:00.5692584Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:16:00.5692992Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:16:00.5693556Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:16:00.5693959Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:16:00.5694346Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:16:00.5694724Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:16:00.5695110Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:16:00.5695517Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:16:00.5695913Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:16:00.5696309Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:16:00.5696703Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:16:00.5697125Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:16:00.5697563Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:16:00.5698101Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:16:00.5698542Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:16:00.5698999Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:16:00.5699409Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:16:00.5699777Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:16:00.5700159Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:16:00.5700551Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:16:00.5700960Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:16:00.5701366Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:16:00.5701750Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:16:00.5702141Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:16:00.5702610Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:16:00.5703078Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:16:00.5703655Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:16:00.5704075Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:16:00.5704527Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:16:00.5704971Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:16:00.5705444Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:16:00.5705938Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:16:00.5706383Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:16:00.5706820Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:16:00.5707221Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:16:00.5707765Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:16:00.5708196Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:16:00.5708580Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:16:00.5708956Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:16:00.5709363Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:16:00.5709919Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:16:00.5710319Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:16:00.5710738Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:16:00.5711130Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:16:00.5711506Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:16:00.5711879Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:16:00.5712234Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:16:00.5712622Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:16:00.5713043Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:16:00.5713436Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:16:00.5713888Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:16:00.5714340Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:16:00.5714740Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:16:00.5715178Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:16:00.5715602Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:16:00.5716013Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:16:00.5716418Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:16:00.5716773Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:16:00.5717134Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:16:00.5717558Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:16:00.5718081Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:16:00.5718462Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:16:00.5718816Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:16:00.5719166Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:16:00.5719515Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:16:00.5720171Z 	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-20T21:16:00.5720702Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:16:00.5721085Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:16:00.5721465Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:16:00.5721862Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:16:00.5722278Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:16:00.5722700Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:16:00.5723106Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:16:00.5723521Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:16:00.5723932Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:16:00.5724310Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:16:00.5724678Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:16:00.5725038Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:16:00.5725413Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:16:00.5725835Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:16:00.5726400Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:16:00.5726798Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:16:00.5727214Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:16:00.5727778Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:16:00.5728182Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:16:00.5728554Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:16:00.5728899Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:16:00.5729245Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:16:00.5729613Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:16:00.5729989Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:16:00.5730370Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:16:00.5730769Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:16:00.5731185Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:16:00.5731643Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:16:00.5732079Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:16:00.5732460Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:16:00.5732847Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:16:00.5733238Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:16:00.5733626Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:16:00.5734007Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:16:00.5734388Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:16:00.5734831Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:16:00.5735326Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:16:00.5735746Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:16:00.5736125Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:16:00.5736691Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:16:00.5737127Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:16:00.5737521Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:16:00.5738080Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:16:00.5738482Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:16:00.5738866Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:16:00.5739212Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:16:00.5739567Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:16:00.5739966Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:16:00.5740388Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:16:00.5740770Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:16:00.5741155Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:16:00.5741595Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:16:00.5742037Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:16:00.5742463Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:16:00.5743015Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:16:00.5743529Z 	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-20T21:16:00.5744037Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:16:00.5744425Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:16:00.5744840Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:16:00.5745264Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:16:00.5745781Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:16:00.5746361Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:16:00.5746972Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:16:00.5747913Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:16:00.5748594Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:16:00.5749227Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:16:00.5749855Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:16:00.5750436Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:16:00.5750917Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:16:00.5751359Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:16:00.5751800Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:16:00.5752227Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:16:00.5752700Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:16:00.5753135Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:16:00.5753514Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:16:00.5754084Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:16:00.5754475Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:16:00.5754854Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:16:00.5755262Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:16:00.5755676Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:16:00.5756043Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:16:00.5756431Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:16:00.5756889Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:16:00.5757379Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:16:00.5758007Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:16:00.5758500Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:16:00.5758953Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:16:00.5759371Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:16:00.5759785Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:16:00.5760201Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:16:00.5760788Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:16:00.5761215Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:16:00.5761604Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:16:00.5761986Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:16:00.5762368Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:16:00.5762746Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:16:00.5763184Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:16:00.5763623Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:16:00.5764025Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:16:00.5764443Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:16:00.5764873Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:16:00.5765321Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:16:00.5765770Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:16:00.5766204Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:16:00.5766601Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:16:00.5766975Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:16:00.5767364Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:16:00.5767875Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:16:00.5768253Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:16:00.5768659Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:16:00.5769058Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:16:00.5769486Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:16:00.5769957Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:16:00.5770413Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:16:00.5771020Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:16:00.5771385Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:16:00.5771761Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:16:00.5772156Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:16:00.5772544Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:16:00.5772940Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:16:00.5773368Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:16:00.5773816Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:16:00.5774230Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:16:00.5774615Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:16:00.5775018Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:16:00.5775560Z 	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-20T21:16:00.5776139Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:16:00.5776591Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:16:00.5777162Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:16:00.5777586Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:16:00.5778095Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:16:00.5778485Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:16:00.5778877Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:16:00.5779280Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:16:00.5779683Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:16:00.5780063Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:16:00.5780454Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:16:00.5780857Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:16:00.5781238Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:16:00.5781644Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:16:00.5782106Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:16:00.5782530Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:16:00.5782910Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:16:00.5783289Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:16:00.5783678Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:16:00.5784055Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:16:00.5784426Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:16:00.5784852Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:16:00.5785302Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:16:00.5785710Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:16:00.5786112Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:16:00.5786511Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:16:00.5787053Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:16:00.5787444Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:16:00.5787928Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:16:00.5788330Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:16:00.5788773Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:16:00.5789226Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:16:00.5789647Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:16:00.5790049Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:16:00.5790451Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:16:00.5790877Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:16:00.5791269Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:16:00.5791625Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:16:00.5791971Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:16:00.5792334Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:16:00.5792710Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:16:00.5793202Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:16:00.5793574Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:16:00.5793968Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:16:00.5794349Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:16:00.5794705Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:16:00.5795057Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:16:00.5795442Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:16:00.5795841Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:16:00.5796217Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:16:00.5796582Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:16:00.5796943Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:16:00.5813127Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:16:00.5813675Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:16:00.5814036Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:16:00.5814412Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:16:00.5814806Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:16:00.5815195Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:16:00.5815575Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:16:00.5815950Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:16:00.5816335Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:16:00.5816737Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:16:00.5817168Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:16:00.5817568Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:16:00.5818128Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:16:00.5818480Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:16:00.5818822Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:16:00.5819496Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:16:00.5820016Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:16:00.5820489Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:16:00.5820965Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:16:00.5821468Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:16:00.5821917Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:16:00.5822298Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:16:00.5822689Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:16:00.5823080Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:16:00.5823472Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:16:00.5823859Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:16:00.5824242Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:16:00.5824617Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:16:00.5825009Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:16:00.5825594Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:16:00.5826028Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:16:00.5826409Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:16:00.5826808Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:16:00.5827234Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:16:00.5827745Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:16:00.5828106Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:16:00.5828494Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:16:00.5828946Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:16:00.5829405Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:16:00.5829825Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:16:00.5830239Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:16:00.5830667Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:16:00.5831101Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:16:00.5831414Z 
2025-08-20T21:16:00.5831418Z 
2025-08-20T21:16:00.5831779Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:16:00 PM)
2025-08-20T21:16:00.5832142Z 
2025-08-20T21:16:00.5832146Z 
2025-08-20T21:16:00.5832149Z 
2025-08-20T21:16:00.5832213Z [+] Continue : YES
2025-08-20T21:16:00.5832320Z 
2025-08-20T21:16:00.5832545Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:16:00.6941592Z 
2025-08-20T21:16:00.6942027Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:16:00 PM) UTC
2025-08-20T21:16:00.6942304Z 
2025-08-20T21:16:00.6957195Z 
2025-08-20T21:16:00.6957586Z [+] Total RECIPES :: 1
2025-08-20T21:16:00.6957804Z 
2025-08-20T21:16:00.7028388Z 
2025-08-20T21:16:00.7028926Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml (1/1)
2025-08-20T21:16:00.7029421Z 
2025-08-20T21:16:00.8283507Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:16:00.8294078Z mode of '/tmp/pkgforge/dkrx0CwaY_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:16:00.8337687Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ladder/official [Provided]
2025-08-20T21:16:00.8338098Z [+] Setting '.pkg_family' --> ladder [Provided]
2025-08-20T21:16:00.8350121Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:16:00.8355091Z [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-20T21:16:00.8382335Z [00:00:00.003]➜  
2025-08-20T21:16:00.8382830Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:16:00.8383243Z [00:00:00.003]➜  
2025-08-20T21:16:00.8416241Z [00:00:00.006]➜  
2025-08-20T21:16:00.8416699Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:16:00.8417117Z [00:00:00.006]➜  
2025-08-20T21:16:00.8490373Z [00:00:00.014]➜  
2025-08-20T21:16:00.8491399Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ladder/static.official.source.yaml) --> /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:16:00 PM) UTC]
2025-08-20T21:16:00.8492243Z [00:00:00.014]➜  
2025-08-20T21:16:00.8492433Z [00:00:00.014]➜  
2025-08-20T21:16:00.8492619Z [00:00:00.014]➜  
2025-08-20T21:16:00.8493290Z [00:00:00.014]➜  ###################################################################
2025-08-20T21:16:00.8498519Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:16:00.8499574Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:16:00.8500604Z [00:00:00.014]➜  _disabled: false
2025-08-20T21:16:00.8500879Z [00:00:00.014]➜  
2025-08-20T21:16:00.8501089Z [00:00:00.014]➜  pkg: "ladder"
2025-08-20T21:16:00.8501410Z [00:00:00.014]➜  pkg_id: "github.com.everywall.ladder"
2025-08-20T21:16:00.8501722Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T21:16:00.8501965Z [00:00:00.014]➜  category:
2025-08-20T21:16:00.8504060Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T21:16:00.8504429Z [00:00:00.014]➜    - "Utility"
2025-08-20T21:16:00.8504796Z [00:00:00.014]➜  description: "Selfhosted alternative to 12ft.io. and 1ft.io"
2025-08-20T21:16:00.8505149Z [00:00:00.014]➜  distro_pkg:
2025-08-20T21:16:00.8505410Z [00:00:00.014]➜    archlinux:
2025-08-20T21:16:00.8505636Z [00:00:00.014]➜      aur:
2025-08-20T21:16:00.8505862Z [00:00:00.014]➜        - "ladder"
2025-08-20T21:16:00.8506098Z [00:00:00.014]➜  homepage:
2025-08-20T21:16:00.8506394Z [00:00:00.014]➜    - "https://github.com/everywall/ladder"
2025-08-20T21:16:00.8506688Z [00:00:00.014]➜  license:
2025-08-20T21:16:00.8506915Z [00:00:00.014]➜    - id: "GPL-3.0"
2025-08-20T21:16:00.8507445Z [00:00:00.014]➜      url: "https://github.com/everywall/ladder/raw/e08e336efeede48c0479460938b2ac916e88eca0/LICENSE"  
2025-08-20T21:16:00.8508303Z [00:00:00.014]➜  maintainer:
2025-08-20T21:16:00.8508660Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:16:00.8508963Z [00:00:00.014]➜  note:
2025-08-20T21:16:00.8509241Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:16:00.8509772Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/everywall/ladder"
2025-08-20T21:16:00.8510204Z [00:00:00.014]➜  provides:
2025-08-20T21:16:00.8510426Z [00:00:00.014]➜    - "ladder"
2025-08-20T21:16:00.8510652Z [00:00:00.014]➜  repology:
2025-08-20T21:16:00.8510867Z [00:00:00.014]➜    - "ladder"
2025-08-20T21:16:00.8511087Z [00:00:00.014]➜  src_url:
2025-08-20T21:16:00.8511366Z [00:00:00.014]➜    - "https://github.com/everywall/ladder"
2025-08-20T21:16:00.8511651Z [00:00:00.014]➜  tag:
2025-08-20T21:16:00.8511893Z [00:00:00.015]➜    - "paywall"
2025-08-20T21:16:00.8512119Z [00:00:00.015]➜  x_exec:
2025-08-20T21:16:00.8512625Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T21:16:00.8512990Z [00:00:00.015]➜    host:
2025-08-20T21:16:00.8513234Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T21:16:00.8513497Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T21:16:00.8513748Z [00:00:00.015]➜    shell: "bash"
2025-08-20T21:16:00.8513983Z [00:00:00.015]➜    pkgver: |
2025-08-20T21:16:00.8514260Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:16:00.8514960Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/everywall/ladder" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:16:00.8515811Z [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-20T21:16:00.8516446Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:16:00.8516818Z [00:00:00.015]➜    run: |
2025-08-20T21:16:00.8517039Z [00:00:00.015]➜      #Build
2025-08-20T21:16:00.8517957Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:16:00.8518742Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:16:00.8519330Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:16:00.8520057Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:16:00.8520469Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:16:00.8520811Z [00:00:00.015]➜        bash -l -c '
2025-08-20T21:16:00.8521056Z [00:00:00.015]➜        #Setup ENV
2025-08-20T21:16:00.8521425Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:16:00.8521788Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T21:16:00.8522164Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:16:00.8522683Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:16:00.8523068Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T21:16:00.8523376Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:16:00.8523669Z [00:00:00.015]➜        #Build
2025-08-20T21:16:00.8524191Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/everywall/ladder" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:16:00.8524730Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:16:00.8525191Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:16:00.8525617Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:16:00.8526394Z [00:00:00.015]➜         go build -C "cmd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ladder"
2025-08-20T21:16:00.8527023Z [00:00:00.015]➜        #Copy
2025-08-20T21:16:00.8528110Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:16:00.8528762Z [00:00:00.015]➜        #Strip 
2025-08-20T21:16:00.8529252Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:16:00.8529935Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:16:00.8530620Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:16:00.8531438Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:16:00.8532066Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:16:00.8532485Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T21:16:00.8532734Z [00:00:00.015]➜        '
2025-08-20T21:16:00.8532955Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T21:16:00.8533313Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:16:00.8533872Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:16:00.8534947Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:16:00.8535726Z [00:00:00.015]➜  
2025-08-20T21:16:00.8535920Z [00:00:00.015]➜  
2025-08-20T21:16:00.8536192Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:16:00.8536471Z [00:00:00.015]➜  
2025-08-20T21:16:00.8536653Z [00:00:00.015]➜  
2025-08-20T21:16:00.8536836Z [00:00:00.015]➜  
2025-08-20T21:16:00.8537341Z [00:00:00.016]➜  '/tmp/pkgforge/dkrx0CwaY_build.yaml' -> '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:16:02.3124289Z [00:00:01.477]➜  '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.version' -> '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.version'
2025-08-20T21:16:02.3174262Z [00:00:01.482]➜  [+] Version: HEAD-e08e336-241002T091949 ('.x_exec.pkgver') [/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.version]
2025-08-20T21:16:02.3359553Z [00:00:01.500]➜  [+] Progs: ladder
2025-08-20T21:16:04.0767989Z [00:00:03.241]➜  
2025-08-20T21:16:04.0768406Z [00:00:03.241]➜  [-] Missing packages. Found: 
2025-08-20T21:16:04.0768746Z [00:00:03.241]➜  [+] Expected: ladder
2025-08-20T21:16:04.0769033Z [00:00:03.241]➜  [+] Continuing with build...
2025-08-20T21:16:04.0769282Z [00:00:03.241]➜  
2025-08-20T21:16:04.3873914Z [00:00:03.552]➜  
2025-08-20T21:16:04.3874210Z [00:00:03.552]➜  
2025-08-20T21:16:04.3948587Z [00:00:03.559]➜  + mkdir -pv /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:16:04.3962713Z [00:00:03.561]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=ladder -e PKG_ID=github.com.everywall.ladder -e PKG_TYPE=static -e PKG_VER=HEAD-e08e336-241002T091949 -e PKGVER=HEAD-e08e336-241002T091949 -e SBUILD_PKG=ladder.static -e SBUILD_PKGVER=HEAD-e08e336-241002T091949 --volume /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:16:04.3964888Z [00:00:03.561]➜    #Setup ENV
2025-08-20T21:16:04.3965289Z [00:00:03.561]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:16:04.3965649Z [00:00:03.561]➜     CGO_ENABLED="1" 
2025-08-20T21:16:04.3966021Z [00:00:03.561]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:16:04.3966517Z [00:00:03.561]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:16:04.3966903Z [00:00:03.561]➜     GOOS="linux"
2025-08-20T21:16:04.3967215Z [00:00:03.561]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:16:04.3967504Z [00:00:03.561]➜    #Build
2025-08-20T21:16:04.3968231Z [00:00:03.561]➜     git clone --filter "blob:none" --quiet "https://github.com/everywall/ladder" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:16:04.3968776Z [00:00:03.561]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:16:04.3969236Z [00:00:03.561]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:16:04.3970016Z [00:00:03.561]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:16:04.3970851Z [00:00:03.561]➜     go build -C "cmd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ladder"
2025-08-20T21:16:04.3971471Z [00:00:03.561]➜    #Copy
2025-08-20T21:16:04.3972098Z [00:00:03.561]➜     ( 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-20T21:16:04.3972666Z [00:00:03.561]➜    #Strip 
2025-08-20T21:16:04.3973142Z [00:00:03.561]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:16:04.3973825Z [00:00:03.561]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:16:04.3974511Z [00:00:03.561]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:16:04.3975094Z [00:00:03.561]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:16:04.3975648Z [00:00:03.561]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:16:04.3976057Z [00:00:03.561]➜     popd &>/dev/null
2025-08-20T21:16:04.3976292Z [00:00:03.561]➜    '
2025-08-20T21:16:06.0947431Z [00:00:05.259]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:16:06.2506062Z [00:00:05.415]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:16:06.2506469Z [00:00:05.415]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:16:06.2506767Z [00:00:05.415]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:16:06.2507067Z [00:00:05.415]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:16:06.2507365Z [00:00:05.415]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:16:06.2507840Z [00:00:05.415]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:16:06.2508222Z [00:00:05.415]➜  2b92eb3035e7: Waiting
2025-08-20T21:16:06.2508486Z [00:00:05.415]➜  4239b2f25ebc: Waiting
2025-08-20T21:16:06.2508743Z [00:00:05.415]➜  323e89f8c367: Waiting
2025-08-20T21:16:06.4684187Z [00:00:05.633]➜  99fd740fb142: Verifying Checksum
2025-08-20T21:16:06.4684623Z [00:00:05.633]➜  99fd740fb142: Download complete
2025-08-20T21:16:06.5442776Z [00:00:05.709]➜  b2e6f696af52: Verifying Checksum
2025-08-20T21:16:06.5443171Z [00:00:05.709]➜  b2e6f696af52: Download complete
2025-08-20T21:16:06.5930538Z [00:00:05.757]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:16:06.5930939Z [00:00:05.757]➜  996f2cb07f7c: Download complete
2025-08-20T21:16:06.6552086Z [00:00:05.820]➜  b2e6f696af52: Pull complete
2025-08-20T21:16:06.8299494Z [00:00:05.994]➜  323e89f8c367: Verifying Checksum
2025-08-20T21:16:06.8299976Z [00:00:05.994]➜  323e89f8c367: Download complete
2025-08-20T21:16:07.1897372Z [00:00:06.354]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:16:07.1897952Z [00:00:06.354]➜  4239b2f25ebc: Download complete
2025-08-20T21:16:13.5804838Z [00:00:12.745]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T21:16:16.9301866Z [00:00:16.095]➜  996f2cb07f7c: Pull complete
2025-08-20T21:16:23.6165586Z [00:00:22.781]➜  99fd740fb142: Pull complete
2025-08-20T21:17:45.1744497Z [00:01:44.339]➜  2b92eb3035e7: Pull complete
2025-08-20T21:17:52.0995098Z [00:01:51.264]➜  4239b2f25ebc: Pull complete
2025-08-20T21:17:52.1980825Z [00:01:51.362]➜  323e89f8c367: Pull complete
2025-08-20T21:17:52.2221754Z [00:01:51.387]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:17:52.2309290Z [00:01:51.395]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:17:52.5015024Z [00:01:51.666]➜  + mkdir -p /build-bins
2025-08-20T21:17:52.5030819Z [00:01:51.668]➜  ++ mktemp -d
2025-08-20T21:17:52.5044037Z [00:01:51.669]➜  + pushd /tmp/tmp.JO6UlQLp8L
2025-08-20T21:17:52.5044361Z [00:01:51.669]➜  + CGO_ENABLED=1
2025-08-20T21:17:52.5045081Z [00:01:51.669]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:17:52.5051082Z [00:01:51.670]➜  ++ uname -m
2025-08-20T21:17:52.5051466Z [00:01:51.670]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:17:52.5063305Z [00:01:51.671]➜  + GOARCH=arm64
2025-08-20T21:17:52.5063588Z [00:01:51.671]➜  + GOOS=linux
2025-08-20T21:17:52.5063884Z [00:01:51.671]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:17:52.5067288Z [00:01:51.671]➜  + git clone --filter blob:none --quiet https://github.com/everywall/ladder ./TEMPREPO
2025-08-20T21:17:53.1472408Z [00:01:52.312]➜  + cd ./TEMPREPO
2025-08-20T21:17:53.1472807Z [00:01:52.312]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:17:53.1473090Z [00:01:52.312]➜  
2025-08-20T21:17:53.1473315Z [00:01:52.312]➜  [+] Target: "arm64/linux"
2025-08-20T21:17:53.1473761Z [00:01:52.312]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:17:53.1474138Z [00:01:52.312]➜  
2025-08-20T21:17:53.1474586Z [00:01:52.312]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:17:53.1475032Z [00:01:52.312]➜  + go mod tidy -v
2025-08-20T21:17:53.1702771Z [00:01:52.335]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:17:53.1703223Z [00:01:52.335]➜  go: downloading github.com/gofiber/fiber/v2 v2.50.0
2025-08-20T21:17:53.1703634Z [00:01:52.335]➜  go: downloading github.com/stretchr/testify v1.8.4
2025-08-20T21:17:53.1728575Z [00:01:52.337]➜  go: downloading golang.org/x/term v0.14.0
2025-08-20T21:17:53.3290843Z [00:01:52.494]➜  go: downloading github.com/akamensky/argparse v1.4.0
2025-08-20T21:17:53.4586196Z [00:01:52.623]➜  go: downloading github.com/PuerkitoBio/goquery v1.8.1
2025-08-20T21:17:53.5387109Z [00:01:52.703]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:17:53.5388785Z [00:01:52.703]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:17:53.5599867Z [00:01:52.724]➜  go: downloading golang.org/x/sys v0.14.0
2025-08-20T21:17:53.7841451Z [00:01:52.949]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T21:17:53.7841906Z [00:01:52.949]➜  go: downloading github.com/google/uuid v1.4.0
2025-08-20T21:17:53.7844119Z [00:01:52.949]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:17:53.8005351Z [00:01:52.965]➜  go: downloading github.com/mattn/go-runewidth v0.0.15
2025-08-20T21:17:53.8010459Z [00:01:52.966]➜  go: downloading github.com/valyala/bytebufferpool v1.0.0
2025-08-20T21:17:53.8166286Z [00:01:52.981]➜  go: downloading github.com/valyala/fasthttp v1.50.0
2025-08-20T21:17:53.9136672Z [00:01:53.078]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T21:17:53.9946440Z [00:01:53.159]➜  go: downloading github.com/andybalholm/cascadia v1.3.2
2025-08-20T21:17:53.9947848Z [00:01:53.159]➜  go: downloading golang.org/x/net v0.18.0
2025-08-20T21:17:53.9954151Z [00:01:53.160]➜  go: downloading github.com/rivo/uniseg v0.4.4
2025-08-20T21:17:53.9979829Z [00:01:53.162]➜  go: downloading github.com/andybalholm/brotli v1.0.6
2025-08-20T21:17:54.0323210Z [00:01:53.197]➜  go: downloading github.com/klauspost/compress v1.17.2
2025-08-20T21:17:54.2238490Z [00:01:53.388]➜  go: downloading github.com/valyala/tcplisten v1.0.0
2025-08-20T21:17:54.9775983Z [00:01:54.142]➜  + go generate ./...
2025-08-20T21:17:54.9943882Z [00:01:54.159]➜  + go build -C cmd -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/ladder
2025-08-20T21:17:54.9966197Z [00:01:54.161]➜  WORK=/tmp/go-build1692917998
2025-08-20T21:17:55.0080762Z [00:01:54.173]➜  # get https://proxy.golang.org/github.com/akamensky/argparse/@v/v1.4.0.info
2025-08-20T21:17:55.0081507Z [00:01:54.173]➜  # get https://proxy.golang.org/github.com/gofiber/fiber/v2/@v/v2.50.0.info
2025-08-20T21:17:55.0735420Z [00:01:54.238]➜  # get https://proxy.golang.org/github.com/akamensky/argparse/@v/v1.4.0.info: 200 OK (0.066s)
2025-08-20T21:17:55.0747366Z [00:01:54.239]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.14.0.info
2025-08-20T21:17:55.0901343Z [00:01:54.255]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.14.0.info: 200 OK (0.015s)
2025-08-20T21:17:55.0903179Z [00:01:54.255]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.8.1.info
2025-08-20T21:17:55.1125978Z [00:01:54.277]➜  # get https://proxy.golang.org/github.com/gofiber/fiber/v2/@v/v2.50.0.info: 200 OK (0.105s)
2025-08-20T21:17:55.1146497Z [00:01:54.279]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.8.4.info
2025-08-20T21:17:55.1147587Z [00:01:54.279]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.14.0.info
2025-08-20T21:17:55.1148275Z [00:01:54.279]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:17:55.1196572Z [00:01:54.284]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info
2025-08-20T21:17:55.1287946Z [00:01:54.293]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.8.4.info: 200 OK (0.015s)
2025-08-20T21:17:55.1299106Z [00:01:54.294]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.14.0.info: 200 OK (0.016s)
2025-08-20T21:17:55.1303324Z [00:01:54.295]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.015s)
2025-08-20T21:17:55.1304652Z [00:01:54.295]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info
2025-08-20T21:17:55.1305331Z [00:01:54.295]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info
2025-08-20T21:17:55.1306099Z [00:01:54.295]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.4.0.info
2025-08-20T21:17:55.1339515Z [00:01:54.298]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:17:55.1448636Z [00:01:54.309]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info: 200 OK (0.014s)
2025-08-20T21:17:55.1464877Z [00:01:54.311]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info: 200 OK (0.016s)
2025-08-20T21:17:55.1465970Z [00:01:54.311]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.8.1.info: 200 OK (0.056s)
2025-08-20T21:17:55.1468844Z [00:01:54.311]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.4.0.info: 200 OK (0.016s)
2025-08-20T21:17:55.1472549Z [00:01:54.312]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T21:17:55.1473152Z [00:01:54.312]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:17:55.1479798Z [00:01:54.312]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info
2025-08-20T21:17:55.1480472Z [00:01:54.312]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info
2025-08-20T21:17:55.1607781Z [00:01:54.325]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.014s)
2025-08-20T21:17:55.1611540Z [00:01:54.326]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.18.0.info
2025-08-20T21:17:55.1643182Z [00:01:54.329]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.017s)
2025-08-20T21:17:55.1648073Z [00:01:54.329]➜  # get https://proxy.golang.org/github.com/valyala/fasthttp/@v/v1.50.0.info
2025-08-20T21:17:55.1681363Z [00:01:54.333]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info: 200 OK (0.021s)
2025-08-20T21:17:55.1684225Z [00:01:54.333]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info
2025-08-20T21:17:55.1748490Z [00:01:54.339]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.18.0.info: 200 OK (0.014s)
2025-08-20T21:17:55.1822885Z [00:01:54.347]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info: 200 OK (0.014s)
2025-08-20T21:17:55.2168051Z [00:01:54.381]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info: 200 OK (0.069s)
2025-08-20T21:17:55.2263675Z [00:01:54.391]➜  # get https://proxy.golang.org/github.com/valyala/fasthttp/@v/v1.50.0.info: 200 OK (0.062s)
2025-08-20T21:17:55.2268708Z [00:01:54.391]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.0.6.info
2025-08-20T21:17:55.2269302Z [00:01:54.391]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.2.info
2025-08-20T21:17:55.2269848Z [00:01:54.391]➜  # get https://proxy.golang.org/github.com/valyala/tcplisten/@v/v1.0.0.info
2025-08-20T21:17:55.2411438Z [00:01:54.406]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.2.info: 200 OK (0.014s)
2025-08-20T21:17:55.2511702Z [00:01:54.416]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.0.6.info: 200 OK (0.024s)
2025-08-20T21:17:55.2931377Z [00:01:54.458]➜  # get https://proxy.golang.org/github.com/valyala/tcplisten/@v/v1.0.0.info: 200 OK (0.066s)
2025-08-20T21:17:55.2943527Z [00:01:54.459]➜  ../handlers/api.go:11:12: pattern VERSION: no matching files found
2025-08-20T21:17:55.4177469Z [00:01:54.582]➜  '/tmp/tmp.JO6UlQLp8L/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:17:55.4315872Z [00:01:54.596]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:17:55.4334573Z [00:01:54.598]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:17:55.4337153Z [00:01:54.598]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:17:55.4670874Z [00:01:54.632]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:17:55.4695223Z [00:01:54.634]➜  
2025-08-20T21:17:55.4709499Z [00:01:54.635]➜  /build-bins/LICENSE
2025-08-20T21:17:55.4724558Z [00:01:54.637]➜  + file /build-bins/LICENSE
2025-08-20T21:17:55.4912500Z [00:01:54.656]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:17:55.4918588Z [00:01:54.656]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:17:55.4934953Z [00:01:54.658]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T21:17:55.4936802Z [00:01:54.658]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:17:55.4951478Z [00:01:54.660]➜  35K	2025-08-20 21:17:55.416751208 +0000	/build-bins/LICENSE
2025-08-20T21:17:55.4952656Z [00:01:54.660]➜  + popd
2025-08-20T21:17:56.2962458Z [00:01:55.461]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:17:56.3095774Z [00:01:55.474]➜  + '[' -s /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:17:56.3096718Z [00:01:55.474]➜  + cp -fv /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:17:56.3118477Z [00:01:55.476]➜  '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:17:56.3122898Z [00:01:55.477]➜  + find /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:17:56.3134054Z [00:01:55.478]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:17:56.3134485Z [00:01:55.478]➜  + cut -d: -f1
2025-08-20T21:17:56.3134757Z [00:01:55.478]➜  + xargs realpath --no-symlinks
2025-08-20T21:17:56.3135264Z [00:01:55.478]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:17:56.4032413Z [00:01:55.568]➜  realpath: missing operand
2025-08-20T21:17:56.4032839Z [00:01:55.568]➜  Try 'realpath --help' for more information.
2025-08-20T21:17:56.4040473Z [00:01:55.569]➜  
2025-08-20T21:17:56.7762952Z [00:01:55.941]➜  
2025-08-20T21:17:56.7847275Z [00:01:55.949]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.version' retained as runner:runner
2025-08-20T21:17:56.7848467Z [00:01:55.949]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:17:56.7849344Z [00:01:55.949]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:17:56.7850433Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/gb/ft-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7852033Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/gb' from root:root to runner:runner
2025-08-20T21:17:56.7853362Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ca/_multi-metroland-media-group.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7854667Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ca' from root:root to runner:runner
2025-08-20T21:17:56.7855940Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/de/tagesspiegel-de.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7857187Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/de' from root:root to runner:runner
2025-08-20T21:17:56.7858613Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/nytimes-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7859920Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/medium-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7861259Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/washingtonpost-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7862615Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/_multi-conde-nast.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7863941Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/usatoday-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7865282Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/americanbanker-com.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7866781Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us' from root:root to runner:runner
2025-08-20T21:17:56.7869399Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ch/nzz-ch.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7870706Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ch' from root:root to runner:runner
2025-08-20T21:17:56.7871873Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets' from root:root to runner:runner
2025-08-20T21:17:56.7873073Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.golangci-lint.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7874277Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/package.json' from root:root to runner:runner
2025-08-20T21:17:56.7875438Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.air.toml' from root:root to runner:runner
2025-08-20T21:17:56.7876661Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg/ruleset/ruleset_test.go' from root:root to runner:runner
2025-08-20T21:17:56.7878424Z [00:01:55.949]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg/ruleset/ruleset.go' from root:root to runner:runner
2025-08-20T21:17:56.7879744Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg/ruleset' from root:root to runner:runner
2025-08-20T21:17:56.7880883Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:17:56.7882015Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:17:56.7883212Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/tailwind.config.js' from root:root to runner:runner
2025-08-20T21:17:56.7884386Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:17:56.7885569Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/styles/input.css' from root:root to runner:runner
2025-08-20T21:17:56.7886728Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/styles' from root:root to runner:runner
2025-08-20T21:17:56.7887996Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/docker-compose.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7889271Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/ruleset.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7890421Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:17:56.7891801Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/raw.test.go' from root:root to runner:runner
2025-08-20T21:17:56.7893087Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/form.go' from root:root to runner:runner
2025-08-20T21:17:56.7894300Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/proxy.go' from root:root to runner:runner
2025-08-20T21:17:56.7895509Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/raw.go' from root:root to runner:runner
2025-08-20T21:17:56.7896731Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/proxy.test.go' from root:root to runner:runner
2025-08-20T21:17:56.7898069Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/ruleset.go' from root:root to runner:runner
2025-08-20T21:17:56.7899341Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/api.go' from root:root to runner:runner
2025-08-20T21:17:56.7900555Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/api.test.go' from root:root to runner:runner
2025-08-20T21:17:56.7901996Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/form.html' from root:root to runner:runner
2025-08-20T21:17:56.7903219Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/cli/cli.go' from root:root to runner:runner
2025-08-20T21:17:56.7904418Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/cli' from root:root to runner:runner
2025-08-20T21:17:56.7905571Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers' from root:root to runner:runner
2025-08-20T21:17:56.7906718Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:17:56.7908085Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/release-docker.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7909495Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/build-css.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7910847Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/release-binaries.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7912126Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:17:56.7913297Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:17:56.7914430Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:17:56.7915772Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.goreleaser.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7917013Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:17:56.7918226Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:17:56.7919421Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/assets/pigeon.svg' from root:root to runner:runner
2025-08-20T21:17:56.7920587Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:17:56.7921744Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/main.go' from root:root to runner:runner
2025-08-20T21:17:56.7922925Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/favicon.ico' from root:root to runner:runner
2025-08-20T21:17:56.7924117Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/styles.css' from root:root to runner:runner
2025-08-20T21:17:56.7925454Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:17:56.7926609Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:17:56.7928027Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:17:56.7929446Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:17:56.7930775Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:17:56.7932079Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:17:56.7933374Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:17:56.7934639Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:17:56.7935929Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:17:56.7937263Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:17:56.7938762Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:17:56.7940252Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:17:56.7941661Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:17:56.7942988Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:17:56.7944278Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:17:56.7945605Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:17:56.7946891Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:17:56.7948155Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:17:56.7949512Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:17:56.7950930Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.pack' from root:root to runner:runner
2025-08-20T21:17:56.7952573Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.rev' from root:root to runner:runner
2025-08-20T21:17:56.7954171Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.idx' from root:root to runner:runner
2025-08-20T21:17:56.7955807Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.promisor' from root:root to runner:runner
2025-08-20T21:17:56.7957434Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.idx' from root:root to runner:runner
2025-08-20T21:17:56.7959179Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.pack' from root:root to runner:runner
2025-08-20T21:17:56.7960781Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.rev' from root:root to runner:runner
2025-08-20T21:17:56.7962411Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.promisor' from root:root to runner:runner
2025-08-20T21:17:56.7963978Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:17:56.7965257Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:17:56.7966440Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:17:56.7967695Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:17:56.7968954Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:17:56.7970141Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:17:56.7971328Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:17:56.7972550Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:17:56.7974014Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:17:56.7975304Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:17:56.7976619Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:17:56.7977971Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:17:56.7979237Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:17:56.7980408Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:17:56.7981550Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:17:56.7982717Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:17:56.7983916Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:17:56.7985135Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:17:56.7986381Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:17:56.7987904Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:17:56.7989203Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:17:56.7990376Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:17:56.7991506Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:17:56.7992679Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/README.md' from root:root to runner:runner
2025-08-20T21:17:56.7993920Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/values.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7995215Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/service.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7996548Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/ingress.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7998489Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/deployment.yaml' from root:root to runner:runner
2025-08-20T21:17:56.7999798Z [00:01:55.950]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates' from root:root to runner:runner
2025-08-20T21:17:56.8001038Z [00:01:55.951]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/Chart.yaml' from root:root to runner:runner
2025-08-20T21:17:56.8002228Z [00:01:55.951]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart' from root:root to runner:runner
2025-08-20T21:17:56.8003352Z [00:01:55.951]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO' from root:root to runner:runner
2025-08-20T21:17:56.8004385Z [00:01:55.951]➜  changed ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L' from root:root to runner:runner
2025-08-20T21:17:56.8005286Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:17:56.8006080Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:17:56.8006841Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:17:56.8007585Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:17:56.8008538Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.version' retained as runner:runner
2025-08-20T21:17:56.8009314Z [00:01:55.951]➜  ownership of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:17:56.8010160Z [00:01:55.957]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8011332Z [00:01:55.962]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8034729Z [00:01:55.968]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8089589Z [00:01:55.973]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/gb/ft-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8143454Z [00:01:55.979]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ca/_multi-metroland-media-group.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8199665Z [00:01:55.984]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/de/tagesspiegel-de.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8255617Z [00:01:55.990]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/nytimes-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8311817Z [00:01:55.996]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/medium-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8367492Z [00:01:56.001]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/washingtonpost-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8423402Z [00:01:56.007]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/_multi-conde-nast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8479100Z [00:01:56.012]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/usatoday-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8534754Z [00:01:56.018]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/us/americanbanker-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8590406Z [00:01:56.024]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/rulesets/ch/nzz-ch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8645690Z [00:01:56.029]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.golangci-lint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8701168Z [00:01:56.035]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8755028Z [00:01:56.040]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.air.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8811015Z [00:01:56.046]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg/ruleset/ruleset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8865827Z [00:01:56.051]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/pkg/ruleset/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8923551Z [00:01:56.057]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.8980491Z [00:01:56.062]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/tailwind.config.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9035864Z [00:01:56.068]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9092413Z [00:01:56.074]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/styles/input.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9149762Z [00:01:56.079]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/docker-compose.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9206906Z [00:01:56.085]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/ruleset.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9264903Z [00:01:56.091]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9324566Z [00:01:56.097]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/raw.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9383543Z [00:01:56.103]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9443146Z [00:01:56.109]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9502919Z [00:01:56.115]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9563773Z [00:01:56.121]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/proxy.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9625256Z [00:01:56.127]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9682311Z [00:01:56.133]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9738443Z [00:01:56.138]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/api.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9794010Z [00:01:56.144]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/form.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9851971Z [00:01:56.150]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/handlers/cli/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9909220Z [00:01:56.155]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:56.9964900Z [00:01:56.161]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/release-docker.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0022088Z [00:01:56.167]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/build-css.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0079301Z [00:01:56.172]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.github/workflows/release-binaries.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0136572Z [00:01:56.178]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0194602Z [00:01:56.184]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0252105Z [00:01:56.190]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0310292Z [00:01:56.195]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0365703Z [00:01:56.201]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/assets/pigeon.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0424351Z [00:01:56.207]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0480872Z [00:01:56.213]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0535900Z [00:01:56.218]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/cmd/styles.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0593796Z [00:01:56.224]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0648614Z [00:01:56.229]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0706128Z [00:01:56.235]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0764580Z [00:01:56.241]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0821932Z [00:01:56.247]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0880992Z [00:01:56.253]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0940936Z [00:01:56.259]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.0997207Z [00:01:56.264]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1055078Z [00:01:56.270]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1111164Z [00:01:56.276]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1171337Z [00:01:56.282]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1229721Z [00:01:56.287]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1283915Z [00:01:56.293]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1339260Z [00:01:56.298]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1394410Z [00:01:56.304]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1446303Z [00:01:56.309]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1499143Z [00:01:56.314]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1552961Z [00:01:56.320]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1608785Z [00:01:56.325]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1662274Z [00:01:56.331]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1718426Z [00:01:56.336]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1773302Z [00:01:56.342]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1828943Z [00:01:56.347]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1883321Z [00:01:56.353]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-8eb15753cbdc5b47349d475e3a84856d2a44953e.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1937476Z [00:01:56.358]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/objects/pack/pack-065b2d4bd8ab34e26c20ce6df031085cdbe169ec.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.1992409Z [00:01:56.364]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2048658Z [00:01:56.369]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2109129Z [00:01:56.375]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2168538Z [00:01:56.381]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2227714Z [00:01:56.387]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2288830Z [00:01:56.393]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2348424Z [00:01:56.399]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2407238Z [00:01:56.405]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2467171Z [00:01:56.411]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2523967Z [00:01:56.417]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2578789Z [00:01:56.422]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/service.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2635185Z [00:01:56.428]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/ingress.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2689334Z [00:01:56.433]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/templates/deployment.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2743785Z [00:01:56.439]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JO6UlQLp8L/TEMPREPO/helm-chart/Chart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2799302Z [00:01:56.444]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2852128Z [00:01:56.450]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.2906835Z [00:01:56.455]➜  mode of '/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:17:57.3175818Z [00:01:56.482]➜  realpath: missing operand
2025-08-20T21:17:57.3176218Z [00:01:56.482]➜  Try 'realpath --help' for more information.
2025-08-20T21:17:57.3252686Z [00:01:56.490]➜  
2025-08-20T21:17:57.3253188Z [00:01:56.490]➜  [+] Found LICENSE ==> [/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:17:57.3253632Z [00:01:56.490]➜  
2025-08-20T21:17:57.3253822Z [00:01:56.490]➜  
2025-08-20T21:17:57.3260831Z [00:01:56.491]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T21:17:57.3263144Z [00:01:56.491]➜                         Version 3, 29 June 2007
2025-08-20T21:17:57.3263425Z [00:01:56.491]➜  
2025-08-20T21:17:57.3263799Z [00:01:56.491]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T21:17:57.3264577Z [00:01:56.491]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T21:17:57.3265094Z [00:01:56.491]➜   of this license document, but changing it is not allowed.
2025-08-20T21:17:57.3265408Z [00:01:56.491]➜  
2025-08-20T21:17:57.3265646Z [00:01:56.491]➜                              Preamble
2025-08-20T21:17:57.3265907Z [00:01:56.491]➜  
2025-08-20T21:17:57.3266229Z [00:01:56.491]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T21:17:57.3266632Z [00:01:56.491]➜  software and other kinds of works.
2025-08-20T21:17:57.3268565Z [00:01:56.491]➜  
2025-08-20T21:17:57.3268929Z [00:01:56.491]➜    The licenses for most software and other practical works are designed
2025-08-20T21:17:57.3269492Z [00:01:56.491]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T21:17:57.3269995Z [00:01:56.491]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T21:17:57.3270525Z [00:01:56.491]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T21:17:57.3271034Z [00:01:56.491]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T21:17:57.3271543Z [00:01:56.491]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T21:17:57.3272062Z [00:01:56.491]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T21:17:57.3272450Z [00:01:56.491]➜  your programs, too.
2025-08-20T21:17:57.3273029Z [00:01:56.491]➜  
2025-08-20T21:17:57.3273372Z [00:01:56.491]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T21:17:57.3273859Z [00:01:56.491]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T21:17:57.3274361Z [00:01:56.491]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T21:17:57.3274847Z [00:01:56.491]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T21:17:57.3275333Z [00:01:56.491]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T21:17:57.3275788Z [00:01:56.491]➜  free programs, and that you know you can do these things.
2025-08-20T21:17:57.3276099Z [00:01:56.491]➜  
2025-08-20T21:17:57.3276431Z [00:01:56.491]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T21:17:57.3276926Z [00:01:56.491]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T21:17:57.3277456Z [00:01:56.491]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T21:17:57.3278204Z [00:01:56.491]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T21:17:57.3278547Z [00:01:56.491]➜  
2025-08-20T21:17:57.3278871Z [00:01:56.491]➜    For example, if you distribute copies of such a program, whether
2025-08-20T21:17:57.3279334Z [00:01:56.491]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T21:17:57.3279828Z [00:01:56.491]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T21:17:57.3280325Z [00:01:56.491]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T21:17:57.3280708Z [00:01:56.491]➜  know their rights.
2025-08-20T21:17:57.3280936Z [00:01:56.491]➜  
2025-08-20T21:17:57.3281273Z [00:01:56.491]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T21:17:57.3281760Z [00:01:56.491]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T21:17:57.3282263Z [00:01:56.491]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T21:17:57.3282603Z [00:01:56.491]➜  
2025-08-20T21:17:57.3282944Z [00:01:56.491]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T21:17:57.3283443Z [00:01:56.491]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T21:17:57.3283931Z [00:01:56.491]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T21:17:57.3284668Z [00:01:56.491]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T21:17:57.3285136Z [00:01:56.491]➜  authors of previous versions.
2025-08-20T21:17:57.3285392Z [00:01:56.491]➜  
2025-08-20T21:17:57.3285714Z [00:01:56.491]➜    Some devices are designed to deny users access to install or run
2025-08-20T21:17:57.3286222Z [00:01:56.491]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T21:17:57.3286726Z [00:01:56.491]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T21:17:57.3287190Z [00:01:56.491]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T21:17:57.3288053Z [00:01:56.491]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T21:17:57.3288618Z [00:01:56.491]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T21:17:57.3289128Z [00:01:56.491]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T21:17:57.3289645Z [00:01:56.491]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T21:17:57.3290155Z [00:01:56.491]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T21:17:57.3290608Z [00:01:56.491]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T21:17:57.3290906Z [00:01:56.491]➜  
2025-08-20T21:17:57.3291248Z [00:01:56.491]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T21:17:57.3292002Z [00:01:56.491]➜  States should not allow patents to restrict development and use of
2025-08-20T21:17:57.3292511Z [00:01:56.491]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T21:17:57.3293020Z [00:01:56.491]➜  avoid the special danger that patents applied to a free program could
2025-08-20T21:17:57.3293529Z [00:01:56.491]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T21:17:57.3294001Z [00:01:56.491]➜  patents cannot be used to render the program non-free.
2025-08-20T21:17:57.3294358Z [00:01:56.491]➜  
2025-08-20T21:17:57.3294685Z [00:01:56.491]➜    The precise terms and conditions for copying, distribution and
2025-08-20T21:17:57.3295042Z [00:01:56.491]➜  modification follow.
2025-08-20T21:17:57.3295272Z [00:01:56.491]➜  
2025-08-20T21:17:57.3295529Z [00:01:56.491]➜                         TERMS AND CONDITIONS
2025-08-20T21:17:57.3295797Z [00:01:56.491]➜  
2025-08-20T21:17:57.3296015Z [00:01:56.491]➜    0. Definitions.
2025-08-20T21:17:57.3296237Z [00:01:56.491]➜  
2025-08-20T21:17:57.3296573Z [00:01:56.491]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T21:17:57.3296917Z [00:01:56.491]➜  
2025-08-20T21:17:57.3297268Z [00:01:56.491]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T21:17:57.3297840Z [00:01:56.491]➜  works, such as semiconductor masks.
2025-08-20T21:17:57.3298164Z [00:01:56.491]➜  
2025-08-20T21:17:57.3298512Z [00:01:56.491]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T21:17:57.3298984Z [00:01:56.491]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T21:17:57.3299410Z [00:01:56.491]➜  "recipients" may be individuals or organizations.
2025-08-20T21:17:57.3299707Z [00:01:56.491]➜  
2025-08-20T21:17:57.3300043Z [00:01:56.491]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T21:17:57.3300545Z [00:01:56.491]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T21:17:57.3301060Z [00:01:56.491]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T21:17:57.3301497Z [00:01:56.491]➜  earlier work or a work "based on" the earlier work.
2025-08-20T21:17:57.3301790Z [00:01:56.491]➜  
2025-08-20T21:17:57.3302122Z [00:01:56.491]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T21:17:57.3302484Z [00:01:56.491]➜  on the Program.
2025-08-20T21:17:57.3302706Z [00:01:56.491]➜  
2025-08-20T21:17:57.3303256Z [00:01:56.491]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T21:17:57.3303798Z [00:01:56.491]➜  permission, would make you directly or secondarily liable for
2025-08-20T21:17:57.3304295Z [00:01:56.491]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T21:17:57.3304808Z [00:01:56.491]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T21:17:57.3305324Z [00:01:56.491]➜  distribution (with or without modification), making available to the
2025-08-20T21:17:57.3305783Z [00:01:56.491]➜  public, and in some countries other activities as well.
2025-08-20T21:17:57.3306091Z [00:01:56.491]➜  
2025-08-20T21:17:57.3306416Z [00:01:56.491]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T21:17:57.3306912Z [00:01:56.491]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T21:17:57.3307414Z [00:01:56.491]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T21:17:57.3309626Z [00:01:56.491]➜  
2025-08-20T21:17:57.3309996Z [00:01:56.491]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T21:17:57.3310488Z [00:01:56.491]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T21:17:57.3310977Z [00:01:56.491]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T21:17:57.3311785Z [00:01:56.491]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T21:17:57.3312281Z [00:01:56.491]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T21:17:57.3312775Z [00:01:56.491]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T21:17:57.3313268Z [00:01:56.491]➜  the interface presents a list of user commands or options, such as a
2025-08-20T21:17:57.3313726Z [00:01:56.491]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T21:17:57.3314046Z [00:01:56.491]➜  
2025-08-20T21:17:57.3314254Z [00:01:56.491]➜    1. Source Code.
2025-08-20T21:17:57.3314480Z [00:01:56.491]➜  
2025-08-20T21:17:57.3314807Z [00:01:56.491]➜    The "source code" for a work means the preferred form of the work
2025-08-20T21:17:57.3315295Z [00:01:56.491]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T21:17:57.3315661Z [00:01:56.491]➜  form of a work.
2025-08-20T21:17:57.3315882Z [00:01:56.491]➜  
2025-08-20T21:17:57.3316226Z [00:01:56.491]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T21:17:57.3316723Z [00:01:56.491]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T21:17:57.3317231Z [00:01:56.491]➜  interfaces specified for a particular programming language, one that
2025-08-20T21:17:57.3317896Z [00:01:56.491]➜  is widely used among developers working in that language.
2025-08-20T21:17:57.3318257Z [00:01:56.491]➜  
2025-08-20T21:17:57.3318601Z [00:01:56.491]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T21:17:57.3319085Z [00:01:56.491]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T21:17:57.3319562Z [00:01:56.491]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T21:17:57.3320039Z [00:01:56.491]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T21:17:57.3320517Z [00:01:56.491]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T21:17:57.3321157Z [00:01:56.491]➜  implementation is available to the public in source code form.  A
2025-08-20T21:17:57.3321651Z [00:01:56.491]➜  "Major Component", in this context, means a major essential component
2025-08-20T21:17:57.3322143Z [00:01:56.491]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T21:17:57.3322610Z [00:01:56.491]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T21:17:57.3323311Z [00:01:56.491]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T21:17:57.3323711Z [00:01:56.491]➜  
2025-08-20T21:17:57.3324057Z [00:01:56.491]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T21:17:57.3324549Z [00:01:56.491]➜  the source code needed to generate, install, and (for an executable
2025-08-20T21:17:57.3325035Z [00:01:56.491]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T21:17:57.3325535Z [00:01:56.491]➜  control those activities.  However, it does not include the work's
2025-08-20T21:17:57.3326045Z [00:01:56.491]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T21:17:57.3326561Z [00:01:56.491]➜  programs which are used unmodified in performing those activities but
2025-08-20T21:17:57.3327055Z [00:01:56.491]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T21:17:57.3327551Z [00:01:56.491]➜  includes interface definition files associated with source files for
2025-08-20T21:17:57.3328284Z [00:01:56.491]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T21:17:57.3328783Z [00:01:56.491]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T21:17:57.3329284Z [00:01:56.491]➜  such as by intimate data communication or control flow between those
2025-08-20T21:17:57.3329696Z [00:01:56.491]➜  subprograms and other parts of the work.
2025-08-20T21:17:57.3329966Z [00:01:56.491]➜  
2025-08-20T21:17:57.3330527Z [00:01:56.491]➜    The Corresponding Source need not include anything that users
2025-08-20T21:17:57.3331013Z [00:01:56.491]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T21:17:57.3331366Z [00:01:56.491]➜  Source.
2025-08-20T21:17:57.3331568Z [00:01:56.491]➜  
2025-08-20T21:17:57.3331895Z [00:01:56.491]➜    The Corresponding Source for a work in source code form is that
2025-08-20T21:17:57.3332242Z [00:01:56.491]➜  same work.
2025-08-20T21:17:57.3332453Z [00:01:56.491]➜  
2025-08-20T21:17:57.3332680Z [00:01:56.491]➜    2. Basic Permissions.
2025-08-20T21:17:57.3332923Z [00:01:56.491]➜  
2025-08-20T21:17:57.3333251Z [00:01:56.491]➜    All rights granted under this License are granted for the term of
2025-08-20T21:17:57.3333737Z [00:01:56.491]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T21:17:57.3334229Z [00:01:56.491]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T21:17:57.3334737Z [00:01:56.491]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T21:17:57.3335237Z [00:01:56.491]➜  covered work is covered by this License only if the output, given its
2025-08-20T21:17:57.3335738Z [00:01:56.491]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T21:17:57.3336234Z [00:01:56.491]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T21:17:57.3336581Z [00:01:56.491]➜  
2025-08-20T21:17:57.3336903Z [00:01:56.491]➜    You may make, run and propagate covered works that you do not
2025-08-20T21:17:57.3337386Z [00:01:56.491]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T21:17:57.3338091Z [00:01:56.491]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T21:17:57.3338591Z [00:01:56.491]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T21:17:57.3339105Z [00:01:56.491]➜  with facilities for running those works, provided that you comply with
2025-08-20T21:17:57.3339617Z [00:01:56.491]➜  the terms of this License in conveying all material for which you do
2025-08-20T21:17:57.3340118Z [00:01:56.491]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T21:17:57.3340610Z [00:01:56.491]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T21:17:57.3341086Z [00:01:56.491]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T21:17:57.3341795Z [00:01:56.491]➜  your copyrighted material outside their relationship with you.
2025-08-20T21:17:57.3342206Z [00:01:56.491]➜  
2025-08-20T21:17:57.3342550Z [00:01:56.491]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T21:17:57.3343053Z [00:01:56.491]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T21:17:57.3343434Z [00:01:56.491]➜  makes it unnecessary.
2025-08-20T21:17:57.3343671Z [00:01:56.491]➜  
2025-08-20T21:17:57.3344003Z [00:01:56.491]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T21:17:57.3344352Z [00:01:56.491]➜  
2025-08-20T21:17:57.3344681Z [00:01:56.491]➜    No covered work shall be deemed part of an effective technological
2025-08-20T21:17:57.3345178Z [00:01:56.491]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T21:17:57.3345661Z [00:01:56.491]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T21:17:57.3346129Z [00:01:56.491]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T21:17:57.3346474Z [00:01:56.491]➜  measures.
2025-08-20T21:17:57.3346681Z [00:01:56.491]➜  
2025-08-20T21:17:57.3347015Z [00:01:56.491]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T21:17:57.3347530Z [00:01:56.491]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T21:17:57.3348250Z [00:01:56.491]➜  is effected by exercising rights under this License with respect to
2025-08-20T21:17:57.3348987Z [00:01:56.491]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T21:17:57.3349489Z [00:01:56.491]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T21:17:57.3349987Z [00:01:56.491]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T21:17:57.3350366Z [00:01:56.491]➜  technological measures.
2025-08-20T21:17:57.3350610Z [00:01:56.491]➜  
2025-08-20T21:17:57.3350843Z [00:01:56.491]➜    4. Conveying Verbatim Copies.
2025-08-20T21:17:57.3351115Z [00:01:56.491]➜  
2025-08-20T21:17:57.3351449Z [00:01:56.491]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T21:17:57.3351915Z [00:01:56.491]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T21:17:57.3352396Z [00:01:56.491]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T21:17:57.3352869Z [00:01:56.491]➜  keep intact all notices stating that this License and any
2025-08-20T21:17:57.3353357Z [00:01:56.491]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T21:17:57.3353859Z [00:01:56.491]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T21:17:57.3354323Z [00:01:56.491]➜  recipients a copy of this License along with the Program.
2025-08-20T21:17:57.3354643Z [00:01:56.491]➜  
2025-08-20T21:17:57.3354976Z [00:01:56.491]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T21:17:57.3355453Z [00:01:56.491]➜  and you may offer support or warranty protection for a fee.
2025-08-20T21:17:57.3355788Z [00:01:56.491]➜  
2025-08-20T21:17:57.3356042Z [00:01:56.491]➜    5. Conveying Modified Source Versions.
2025-08-20T21:17:57.3356314Z [00:01:56.491]➜  
2025-08-20T21:17:57.3356644Z [00:01:56.491]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T21:17:57.3357124Z [00:01:56.491]➜  produce it from the Program, in the form of source code under the
2025-08-20T21:17:57.3357793Z [00:01:56.491]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T21:17:57.3358198Z [00:01:56.491]➜  
2025-08-20T21:17:57.3358534Z [00:01:56.491]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T21:17:57.3358925Z [00:01:56.491]➜      it, and giving a relevant date.
2025-08-20T21:17:57.3359186Z [00:01:56.491]➜  
2025-08-20T21:17:57.3359487Z [00:01:56.491]➜      b) The work must carry prominent notices stating that it is
2025-08-20T21:17:57.3360179Z [00:01:56.491]➜      released under this License and any conditions added under section
2025-08-20T21:17:57.3360722Z [00:01:56.491]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T21:17:57.3361091Z [00:01:56.491]➜      "keep intact all notices".
2025-08-20T21:17:57.3361344Z [00:01:56.491]➜  
2025-08-20T21:17:57.3361648Z [00:01:56.491]➜      c) You must license the entire work, as a whole, under this
2025-08-20T21:17:57.3362284Z [00:01:56.491]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T21:17:57.3362761Z [00:01:56.491]➜      License will therefore apply, along with any applicable section 7
2025-08-20T21:17:57.3363241Z [00:01:56.491]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T21:17:57.3363701Z [00:01:56.491]➜      regardless of how they are packaged.  This License gives no
2025-08-20T21:17:57.3364165Z [00:01:56.491]➜      permission to license the work in any other way, but it does not
2025-08-20T21:17:57.3364653Z [00:01:56.491]➜      invalidate such permission if you have separately received it.
2025-08-20T21:17:57.3364991Z [00:01:56.491]➜  
2025-08-20T21:17:57.3365310Z [00:01:56.491]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T21:17:57.3365792Z [00:01:56.491]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T21:17:57.3366282Z [00:01:56.491]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T21:17:57.3366677Z [00:01:56.491]➜      work need not make them do so.
2025-08-20T21:17:57.3366937Z [00:01:56.491]➜  
2025-08-20T21:17:57.3367273Z [00:01:56.491]➜    A compilation of a covered work with other separate and independent
2025-08-20T21:17:57.3367909Z [00:01:56.491]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T21:17:57.3368457Z [00:01:56.491]➜  and which are not combined with it such as to form a larger program,
2025-08-20T21:17:57.3368940Z [00:01:56.491]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T21:17:57.3369412Z [00:01:56.491]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T21:17:57.3369893Z [00:01:56.491]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T21:17:57.3370388Z [00:01:56.491]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T21:17:57.3370873Z [00:01:56.491]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T21:17:57.3371247Z [00:01:56.491]➜  parts of the aggregate.
2025-08-20T21:17:57.3371487Z [00:01:56.491]➜  
2025-08-20T21:17:57.3371722Z [00:01:56.491]➜    6. Conveying Non-Source Forms.
2025-08-20T21:17:57.3371981Z [00:01:56.491]➜  
2025-08-20T21:17:57.3372308Z [00:01:56.491]➜    You may convey a covered work in object code form under the terms
2025-08-20T21:17:57.3372744Z [00:01:56.491]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T21:17:57.3373457Z [00:01:56.491]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T21:17:57.3373949Z [00:01:56.491]➜  in one of these ways:
2025-08-20T21:17:57.3374196Z [00:01:56.491]➜  
2025-08-20T21:17:57.3374521Z [00:01:56.491]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T21:17:57.3374991Z [00:01:56.491]➜      (including a physical distribution medium), accompanied by the
2025-08-20T21:17:57.3375445Z [00:01:56.491]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T21:17:57.3375852Z [00:01:56.491]➜      customarily used for software interchange.
2025-08-20T21:17:57.3376133Z [00:01:56.491]➜  
2025-08-20T21:17:57.3376453Z [00:01:56.491]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T21:17:57.3376915Z [00:01:56.491]➜      (including a physical distribution medium), accompanied by a
2025-08-20T21:17:57.3377380Z [00:01:56.491]➜      written offer, valid for at least three years and valid for as
2025-08-20T21:17:57.3378064Z [00:01:56.491]➜      long as you offer spare parts or customer support for that product
2025-08-20T21:17:57.3378546Z [00:01:56.491]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T21:17:57.3379004Z [00:01:56.491]➜      copy of the Corresponding Source for all the software in the
2025-08-20T21:17:57.3379461Z [00:01:56.491]➜      product that is covered by this License, on a durable physical
2025-08-20T21:17:57.3379941Z [00:01:56.491]➜      medium customarily used for software interchange, for a price no
2025-08-20T21:17:57.3380637Z [00:01:56.491]➜      more than your reasonable cost of physically performing this
2025-08-20T21:17:57.3381054Z [00:01:56.491]➜      conveying of source, or (2) access to copy the
2025-08-20T21:17:57.3381467Z [00:01:56.491]➜      Corresponding Source from a network server at no charge.
2025-08-20T21:17:57.3381788Z [00:01:56.491]➜  
2025-08-20T21:17:57.3382116Z [00:01:56.491]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T21:17:57.3382583Z [00:01:56.491]➜      written offer to provide the Corresponding Source.  This
2025-08-20T21:17:57.3383052Z [00:01:56.491]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T21:17:57.3383538Z [00:01:56.491]➜      only if you received the object code with such an offer, in accord
2025-08-20T21:17:57.3383900Z [00:01:56.491]➜      with subsection 6b.
2025-08-20T21:17:57.3384136Z [00:01:56.491]➜  
2025-08-20T21:17:57.3384461Z [00:01:56.491]➜      d) Convey the object code by offering access from a designated
2025-08-20T21:17:57.3384925Z [00:01:56.491]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T21:17:57.3385414Z [00:01:56.491]➜      Corresponding Source in the same way through the same place at no
2025-08-20T21:17:57.3385891Z [00:01:56.491]➜      further charge.  You need not require recipients to copy the
2025-08-20T21:17:57.3386370Z [00:01:56.491]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T21:17:57.3386872Z [00:01:56.491]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T21:17:57.3387344Z [00:01:56.491]➜      may be on a different server (operated by you or a third party)
2025-08-20T21:17:57.3388015Z [00:01:56.491]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T21:17:57.3388519Z [00:01:56.491]➜      clear directions next to the object code saying where to find the
2025-08-20T21:17:57.3388997Z [00:01:56.491]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T21:17:57.3389468Z [00:01:56.491]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T21:17:57.3389943Z [00:01:56.491]➜      available for as long as needed to satisfy these requirements.
2025-08-20T21:17:57.3390275Z [00:01:56.491]➜  
2025-08-20T21:17:57.3390609Z [00:01:56.491]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T21:17:57.3391292Z [00:01:56.491]➜      you inform other peers where the object code and Corresponding
2025-08-20T21:17:57.3391828Z [00:01:56.491]➜      Source of the work are being offered to the general public at no
2025-08-20T21:17:57.3392212Z [00:01:56.491]➜      charge under subsection 6d.
2025-08-20T21:17:57.3392471Z [00:01:56.491]➜  
2025-08-20T21:17:57.3392810Z [00:01:56.491]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T21:17:57.3393290Z [00:01:56.491]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T21:17:57.3393698Z [00:01:56.491]➜  included in conveying the object code work.
2025-08-20T21:17:57.3393979Z [00:01:56.491]➜  
2025-08-20T21:17:57.3394347Z [00:01:56.491]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T21:17:57.3394862Z [00:01:56.491]➜  tangible personal property which is normally used for personal, family,
2025-08-20T21:17:57.3395385Z [00:01:56.491]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T21:17:57.3395912Z [00:01:56.491]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T21:17:57.3396431Z [00:01:56.491]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T21:17:57.3396935Z [00:01:56.491]➜  product received by a particular user, "normally used" refers to a
2025-08-20T21:17:57.3397437Z [00:01:56.491]➜  typical or common use of that class of product, regardless of the status
2025-08-20T21:17:57.3398385Z [00:01:56.491]➜  of the particular user or of the way in which the particular user
2025-08-20T21:17:57.3398882Z [00:01:56.491]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T21:17:57.3399394Z [00:01:56.491]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T21:17:57.3399914Z [00:01:56.491]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T21:17:57.3400358Z [00:01:56.491]➜  the only significant mode of use of the product.
2025-08-20T21:17:57.3400656Z [00:01:56.491]➜  
2025-08-20T21:17:57.3400991Z [00:01:56.491]➜    "Installation Information" for a User Product means any methods,
2025-08-20T21:17:57.3401506Z [00:01:56.491]➜  procedures, authorization keys, or other information required to install
2025-08-20T21:17:57.3402038Z [00:01:56.491]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T21:17:57.3402554Z [00:01:56.491]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T21:17:57.3403066Z [00:01:56.491]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T21:17:57.3403541Z [00:01:56.491]➜  code is in no case prevented or interfered with solely because
2025-08-20T21:17:57.3403896Z [00:01:56.491]➜  modification has been made.
2025-08-20T21:17:57.3404149Z [00:01:56.491]➜  
2025-08-20T21:17:57.3404478Z [00:01:56.491]➜    If you convey an object code work under this section in, or with, or
2025-08-20T21:17:57.3404972Z [00:01:56.491]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T21:17:57.3405473Z [00:01:56.491]➜  part of a transaction in which the right of possession and use of the
2025-08-20T21:17:57.3405975Z [00:01:56.491]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T21:17:57.3406472Z [00:01:56.491]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T21:17:57.3406978Z [00:01:56.491]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T21:17:57.3407500Z [00:01:56.491]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T21:17:57.3408278Z [00:01:56.491]➜  if neither you nor any third party retains the ability to install
2025-08-20T21:17:57.3408761Z [00:01:56.491]➜  modified object code on the User Product (for example, the work has
2025-08-20T21:17:57.3409139Z [00:01:56.491]➜  been installed in ROM).
2025-08-20T21:17:57.3409382Z [00:01:56.491]➜  
2025-08-20T21:17:57.3409974Z [00:01:56.491]➜    The requirement to provide Installation Information does not include a
2025-08-20T21:17:57.3410565Z [00:01:56.491]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T21:17:57.3411083Z [00:01:56.491]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T21:17:57.3411588Z [00:01:56.491]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T21:17:57.3412088Z [00:01:56.491]➜  network may be denied when the modification itself materially and
2025-08-20T21:17:57.3412590Z [00:01:56.491]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T21:17:57.3413042Z [00:01:56.491]➜  protocols for communication across the network.
2025-08-20T21:17:57.3413331Z [00:01:56.491]➜  
2025-08-20T21:17:57.3413683Z [00:01:56.491]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T21:17:57.3414179Z [00:01:56.491]➜  in accord with this section must be in a format that is publicly
2025-08-20T21:17:57.3414658Z [00:01:56.491]➜  documented (and with an implementation available to the public in
2025-08-20T21:17:57.3415156Z [00:01:56.491]➜  source code form), and must require no special password or key for
2025-08-20T21:17:57.3415567Z [00:01:56.491]➜  unpacking, reading or copying.
2025-08-20T21:17:57.3415826Z [00:01:56.491]➜  
2025-08-20T21:17:57.3416036Z [00:01:56.491]➜    7. Additional Terms.
2025-08-20T21:17:57.3416273Z [00:01:56.491]➜  
2025-08-20T21:17:57.3416838Z [00:01:56.491]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T21:17:57.3417329Z [00:01:56.491]➜  License by making exceptions from one or more of its conditions.
2025-08-20T21:17:57.3418019Z [00:01:56.491]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T21:17:57.3418540Z [00:01:56.492]➜  be treated as though they were included in this License, to the extent
2025-08-20T21:17:57.3419042Z [00:01:56.492]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T21:17:57.3419529Z [00:01:56.492]➜  apply only to part of the Program, that part may be used separately
2025-08-20T21:17:57.3420019Z [00:01:56.492]➜  under those permissions, but the entire Program remains governed by
2025-08-20T21:17:57.3420487Z [00:01:56.492]➜  this License without regard to the additional permissions.
2025-08-20T21:17:57.3420806Z [00:01:56.492]➜  
2025-08-20T21:17:57.3421127Z [00:01:56.492]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T21:17:57.3421625Z [00:01:56.492]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T21:17:57.3422112Z [00:01:56.492]➜  it.  (Additional permissions may be written to require their own
2025-08-20T21:17:57.3422588Z [00:01:56.492]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T21:17:57.3423079Z [00:01:56.492]➜  additional permissions on material, added by you to a covered work,
2025-08-20T21:17:57.3423574Z [00:01:56.493]➜  for which you have or can give appropriate copyright permission.
2025-08-20T21:17:57.3423904Z [00:01:56.493]➜  
2025-08-20T21:17:57.3424256Z [00:01:56.493]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T21:17:57.3424769Z [00:01:56.493]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T21:17:57.3425254Z [00:01:56.493]➜  that material) supplement the terms of this License with terms:
2025-08-20T21:17:57.3425595Z [00:01:56.493]➜  
2025-08-20T21:17:57.3425932Z [00:01:56.493]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T21:17:57.3426371Z [00:01:56.493]➜      terms of sections 15 and 16 of this License; or
2025-08-20T21:17:57.3426661Z [00:01:56.493]➜  
2025-08-20T21:17:57.3427002Z [00:01:56.493]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T21:17:57.3427498Z [00:01:56.493]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T21:17:57.3428465Z [00:01:56.493]➜      Notices displayed by works containing it; or
2025-08-20T21:17:57.3428821Z [00:01:56.493]➜  
2025-08-20T21:17:57.3429174Z [00:01:56.493]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T21:17:57.3429662Z [00:01:56.493]➜      requiring that modified versions of such material be marked in
2025-08-20T21:17:57.3430117Z [00:01:56.493]➜      reasonable ways as different from the original version; or
2025-08-20T21:17:57.3430450Z [00:01:56.493]➜  
2025-08-20T21:17:57.3430779Z [00:01:56.493]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T21:17:57.3431164Z [00:01:56.493]➜      authors of the material; or
2025-08-20T21:17:57.3431422Z [00:01:56.493]➜  
2025-08-20T21:17:57.3431747Z [00:01:56.493]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T21:17:57.3432189Z [00:01:56.493]➜      trade names, trademarks, or service marks; or
2025-08-20T21:17:57.3432477Z [00:01:56.493]➜  
2025-08-20T21:17:57.3432809Z [00:01:56.493]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T21:17:57.3433288Z [00:01:56.493]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T21:17:57.3433787Z [00:01:56.493]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T21:17:57.3434287Z [00:01:56.493]➜      any liability that these contractual assumptions directly impose on
2025-08-20T21:17:57.3434954Z [00:01:56.493]➜      those licensors and authors.
2025-08-20T21:17:57.3435213Z [00:01:56.493]➜  
2025-08-20T21:17:57.3435545Z [00:01:56.493]➜    All other non-permissive additional terms are considered "further
2025-08-20T21:17:57.3436047Z [00:01:56.493]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T21:17:57.3436542Z [00:01:56.493]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T21:17:57.3437000Z [00:01:56.493]➜  governed by this License along with a term that is a further
2025-08-20T21:17:57.3437487Z [00:01:56.493]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T21:17:57.3438291Z [00:01:56.493]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T21:17:57.3438794Z [00:01:56.493]➜  License, you may add to a covered work material governed by the terms
2025-08-20T21:17:57.3439288Z [00:01:56.493]➜  of that license document, provided that the further restriction does
2025-08-20T21:17:57.3439720Z [00:01:56.493]➜  not survive such relicensing or conveying.
2025-08-20T21:17:57.3439998Z [00:01:56.493]➜  
2025-08-20T21:17:57.3440324Z [00:01:56.493]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T21:17:57.3440779Z [00:01:56.493]➜  must place, in the relevant source files, a statement of the
2025-08-20T21:17:57.3441252Z [00:01:56.493]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T21:17:57.3441653Z [00:01:56.493]➜  where to find the applicable terms.
2025-08-20T21:17:57.3441928Z [00:01:56.493]➜  
2025-08-20T21:17:57.3442277Z [00:01:56.493]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T21:17:57.3442757Z [00:01:56.493]➜  form of a separately written license, or stated as exceptions;
2025-08-20T21:17:57.3443155Z [00:01:56.493]➜  the above requirements apply either way.
2025-08-20T21:17:57.3443429Z [00:01:56.493]➜  
2025-08-20T21:17:57.3443634Z [00:01:56.493]➜    8. Termination.
2025-08-20T21:17:57.3443870Z [00:01:56.493]➜  
2025-08-20T21:17:57.3444198Z [00:01:56.493]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T21:17:57.3444693Z [00:01:56.493]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T21:17:57.3445190Z [00:01:56.493]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T21:17:57.3445681Z [00:01:56.493]➜  this License (including any patent licenses granted under the third
2025-08-20T21:17:57.3446291Z [00:01:56.493]➜  paragraph of section 11).
2025-08-20T21:17:57.3446608Z [00:01:56.493]➜  
2025-08-20T21:17:57.3446938Z [00:01:56.493]➜    However, if you cease all violation of this License, then your
2025-08-20T21:17:57.3447400Z [00:01:56.493]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T21:17:57.3448146Z [00:01:56.493]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T21:17:57.3448667Z [00:01:56.493]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T21:17:57.3449183Z [00:01:56.493]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T21:17:57.3449588Z [00:01:56.493]➜  prior to 60 days after the cessation.
2025-08-20T21:17:57.3449853Z [00:01:56.493]➜  
2025-08-20T21:17:57.3450171Z [00:01:56.493]➜    Moreover, your license from a particular copyright holder is
2025-08-20T21:17:57.3450649Z [00:01:56.493]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T21:17:57.3451154Z [00:01:56.493]➜  violation by some reasonable means, this is the first time you have
2025-08-20T21:17:57.3451650Z [00:01:56.493]➜  received notice of violation of this License (for any work) from that
2025-08-20T21:17:57.3452149Z [00:01:56.493]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T21:17:57.3452532Z [00:01:56.493]➜  your receipt of the notice.
2025-08-20T21:17:57.3452782Z [00:01:56.493]➜  
2025-08-20T21:17:57.3453120Z [00:01:56.493]➜    Termination of your rights under this section does not terminate the
2025-08-20T21:17:57.3453939Z [00:01:56.493]➜  licenses of parties who have received copies or rights from you under
2025-08-20T21:17:57.3454445Z [00:01:56.493]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T21:17:57.3454937Z [00:01:56.493]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T21:17:57.3455313Z [00:01:56.493]➜  material under section 10.
2025-08-20T21:17:57.3455560Z [00:01:56.493]➜  
2025-08-20T21:17:57.3455838Z [00:01:56.493]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T21:17:57.3456121Z [00:01:56.493]➜  
2025-08-20T21:17:57.3456447Z [00:01:56.493]➜    You are not required to accept this License in order to receive or
2025-08-20T21:17:57.3456921Z [00:01:56.493]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T21:17:57.3457411Z [00:01:56.493]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T21:17:57.3458112Z [00:01:56.493]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T21:17:57.3458609Z [00:01:56.493]➜  nothing other than this License grants you permission to propagate or
2025-08-20T21:17:57.3459117Z [00:01:56.493]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T21:17:57.3459609Z [00:01:56.493]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T21:17:57.3460109Z [00:01:56.493]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T21:17:57.3460450Z [00:01:56.493]➜  
2025-08-20T21:17:57.3460730Z [00:01:56.493]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T21:17:57.3461026Z [00:01:56.493]➜  
2025-08-20T21:17:57.3461343Z [00:01:56.493]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T21:17:57.3461819Z [00:01:56.493]➜  receives a license from the original licensors, to run, modify and
2025-08-20T21:17:57.3462326Z [00:01:56.493]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T21:17:57.3462808Z [00:01:56.493]➜  for enforcing compliance by third parties with this License.
2025-08-20T21:17:57.3463135Z [00:01:56.493]➜  
2025-08-20T21:17:57.3463467Z [00:01:56.493]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T21:17:57.3463966Z [00:01:56.493]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T21:17:57.3464720Z [00:01:56.493]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T21:17:57.3465272Z [00:01:56.493]➜  work results from an entity transaction, each party to that
2025-08-20T21:17:57.3465749Z [00:01:56.493]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T21:17:57.3466243Z [00:01:56.493]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T21:17:57.3466745Z [00:01:56.493]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T21:17:57.3467269Z [00:01:56.493]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T21:17:57.3467901Z [00:01:56.493]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T21:17:57.3468278Z [00:01:56.493]➜  
2025-08-20T21:17:57.3468612Z [00:01:56.493]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T21:17:57.3469103Z [00:01:56.493]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T21:17:57.3469596Z [00:01:56.493]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T21:17:57.3470093Z [00:01:56.493]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T21:17:57.3470599Z [00:01:56.493]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T21:17:57.3471103Z [00:01:56.493]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T21:17:57.3471547Z [00:01:56.493]➜  sale, or importing the Program or any portion of it.
2025-08-20T21:17:57.3472074Z [00:01:56.493]➜  
2025-08-20T21:17:57.3472286Z [00:01:56.493]➜    11. Patents.
2025-08-20T21:17:57.3472500Z [00:01:56.493]➜  
2025-08-20T21:17:57.3472835Z [00:01:56.493]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T21:17:57.3473326Z [00:01:56.493]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T21:17:57.3473821Z [00:01:56.493]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T21:17:57.3474177Z [00:01:56.493]➜  
2025-08-20T21:17:57.3474504Z [00:01:56.493]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T21:17:57.3474988Z [00:01:56.493]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T21:17:57.3475494Z [00:01:56.493]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T21:17:57.3475997Z [00:01:56.493]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T21:17:57.3476465Z [00:01:56.493]➜  but do not include claims that would be infringed only as a
2025-08-20T21:17:57.3476937Z [00:01:56.493]➜  consequence of further modification of the contributor version.  For
2025-08-20T21:17:57.3477433Z [00:01:56.493]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T21:17:57.3478159Z [00:01:56.493]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T21:17:57.3478531Z [00:01:56.493]➜  this License.
2025-08-20T21:17:57.3478756Z [00:01:56.493]➜  
2025-08-20T21:17:57.3479094Z [00:01:56.493]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T21:17:57.3479594Z [00:01:56.493]➜  patent license under the contributor's essential patent claims, to
2025-08-20T21:17:57.3480077Z [00:01:56.493]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T21:17:57.3480512Z [00:01:56.493]➜  propagate the contents of its contributor version.
2025-08-20T21:17:57.3480821Z [00:01:56.493]➜  
2025-08-20T21:17:57.3481157Z [00:01:56.493]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T21:17:57.3481659Z [00:01:56.493]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T21:17:57.3482165Z [00:01:56.493]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T21:17:57.3482663Z [00:01:56.493]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T21:17:57.3483366Z [00:01:56.493]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T21:17:57.3483815Z [00:01:56.493]➜  patent against the party.
2025-08-20T21:17:57.3484061Z [00:01:56.493]➜  
2025-08-20T21:17:57.3484394Z [00:01:56.493]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T21:17:57.3484886Z [00:01:56.493]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T21:17:57.3485379Z [00:01:56.493]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T21:17:57.3485886Z [00:01:56.493]➜  publicly available network server or other readily accessible means,
2025-08-20T21:17:57.3486373Z [00:01:56.493]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T21:17:57.3486843Z [00:01:56.493]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T21:17:57.3487329Z [00:01:56.493]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T21:17:57.3488149Z [00:01:56.493]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T21:17:57.3488680Z [00:01:56.493]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T21:17:57.3489185Z [00:01:56.493]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T21:17:57.3489684Z [00:01:56.493]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T21:17:57.3490427Z [00:01:56.493]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T21:17:57.3490896Z [00:01:56.493]➜  country that you have reason to believe are valid.
2025-08-20T21:17:57.3491192Z [00:01:56.493]➜  
2025-08-20T21:17:57.3491503Z [00:01:56.493]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T21:17:57.3491979Z [00:01:56.493]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T21:17:57.3492456Z [00:01:56.493]➜  covered work, and grant a patent license to some of the parties
2025-08-20T21:17:57.3492948Z [00:01:56.493]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T21:17:57.3493454Z [00:01:56.493]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T21:17:57.3493950Z [00:01:56.493]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T21:17:57.3494356Z [00:01:56.493]➜  work and works based on it.
2025-08-20T21:17:57.3494603Z [00:01:56.493]➜  
2025-08-20T21:17:57.3494943Z [00:01:56.493]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T21:17:57.3495402Z [00:01:56.493]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T21:17:57.3495873Z [00:01:56.493]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T21:17:57.3496381Z [00:01:56.493]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T21:17:57.3496884Z [00:01:56.493]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T21:17:57.3497375Z [00:01:56.493]➜  in the business of distributing software, under which you make payment
2025-08-20T21:17:57.3498071Z [00:01:56.493]➜  to the third party based on the extent of your activity of conveying
2025-08-20T21:17:57.3498542Z [00:01:56.493]➜  the work, and under which the third party grants, to any of the
2025-08-20T21:17:57.3499015Z [00:01:56.493]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T21:17:57.3499507Z [00:01:56.493]➜  patent license (a) in connection with copies of the covered work
2025-08-20T21:17:57.3499984Z [00:01:56.493]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T21:17:57.3500461Z [00:01:56.493]➜  for and in connection with specific products or compilations that
2025-08-20T21:17:57.3500939Z [00:01:56.493]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T21:17:57.3501606Z [00:01:56.493]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T21:17:57.3501996Z [00:01:56.493]➜  
2025-08-20T21:17:57.3502334Z [00:01:56.493]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T21:17:57.3502804Z [00:01:56.493]➜  any implied license or other defenses to infringement that may
2025-08-20T21:17:57.3503258Z [00:01:56.493]➜  otherwise be available to you under applicable patent law.
2025-08-20T21:17:57.3503578Z [00:01:56.493]➜  
2025-08-20T21:17:57.3503832Z [00:01:56.493]➜    12. No Surrender of Others' Freedom.
2025-08-20T21:17:57.3504098Z [00:01:56.493]➜  
2025-08-20T21:17:57.3504443Z [00:01:56.493]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T21:17:57.3504950Z [00:01:56.493]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T21:17:57.3505463Z [00:01:56.493]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T21:17:57.3505978Z [00:01:56.493]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T21:17:57.3506504Z [00:01:56.493]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T21:17:57.3507026Z [00:01:56.493]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T21:17:57.3507540Z [00:01:56.493]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T21:17:57.3508296Z [00:01:56.493]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T21:17:57.3509057Z [00:01:56.493]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T21:17:57.3509397Z [00:01:56.493]➜  
2025-08-20T21:17:57.3509682Z [00:01:56.493]➜    13. Use with the GNU Affero General Public License.
2025-08-20T21:17:57.3509993Z [00:01:56.493]➜  
2025-08-20T21:17:57.3510318Z [00:01:56.493]➜    Notwithstanding any other provision of this License, you have
2025-08-20T21:17:57.3510801Z [00:01:56.493]➜  permission to link or combine any covered work with a work licensed
2025-08-20T21:17:57.3511300Z [00:01:56.493]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T21:17:57.3511788Z [00:01:56.493]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T21:17:57.3512287Z [00:01:56.493]➜  License will continue to apply to the part which is the covered work,
2025-08-20T21:17:57.3512796Z [00:01:56.493]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T21:17:57.3513320Z [00:01:56.493]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T21:17:57.3513703Z [00:01:56.493]➜  combination as such.
2025-08-20T21:17:57.3513936Z [00:01:56.493]➜  
2025-08-20T21:17:57.3514189Z [00:01:56.493]➜    14. Revised Versions of this License.
2025-08-20T21:17:57.3514453Z [00:01:56.493]➜  
2025-08-20T21:17:57.3514804Z [00:01:56.493]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T21:17:57.3515337Z [00:01:56.493]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T21:17:57.3515851Z [00:01:56.493]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T21:17:57.3516251Z [00:01:56.493]➜  address new problems or concerns.
2025-08-20T21:17:57.3516518Z [00:01:56.493]➜  
2025-08-20T21:17:57.3516843Z [00:01:56.493]➜    Each version is given a distinguishing version number.  If the
2025-08-20T21:17:57.3517327Z [00:01:56.493]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T21:17:57.3518027Z [00:01:56.493]➜  Public License "or any later version" applies to it, you have the
2025-08-20T21:17:57.3518517Z [00:01:56.493]➜  option of following the terms and conditions either of that numbered
2025-08-20T21:17:57.3518988Z [00:01:56.493]➜  version or of any later version published by the Free Software
2025-08-20T21:17:57.3519460Z [00:01:56.493]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T21:17:57.3520170Z [00:01:56.493]➜  GNU General Public License, you may choose any version ever published
2025-08-20T21:17:57.3520639Z [00:01:56.493]➜  by the Free Software Foundation.
2025-08-20T21:17:57.3520899Z [00:01:56.493]➜  
2025-08-20T21:17:57.3521212Z [00:01:56.493]➜    If the Program specifies that a proxy can decide which future
2025-08-20T21:17:57.3521686Z [00:01:56.493]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T21:17:57.3522191Z [00:01:56.493]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T21:17:57.3522627Z [00:01:56.493]➜  to choose that version for the Program.
2025-08-20T21:17:57.3522895Z [00:01:56.493]➜  
2025-08-20T21:17:57.3523204Z [00:01:56.493]➜    Later license versions may give you additional or different
2025-08-20T21:17:57.3523683Z [00:01:56.493]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T21:17:57.3524181Z [00:01:56.493]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T21:17:57.3524543Z [00:01:56.493]➜  later version.
2025-08-20T21:17:57.3524759Z [00:01:56.493]➜  
2025-08-20T21:17:57.3524984Z [00:01:56.493]➜    15. Disclaimer of Warranty.
2025-08-20T21:17:57.3525238Z [00:01:56.493]➜  
2025-08-20T21:17:57.3525565Z [00:01:56.493]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T21:17:57.3526056Z [00:01:56.493]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T21:17:57.3526787Z [00:01:56.493]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T21:17:57.3527307Z [00:01:56.493]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T21:17:57.3528054Z [00:01:56.493]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T21:17:57.3528590Z [00:01:56.493]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T21:17:57.3529104Z [00:01:56.493]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T21:17:57.3529551Z [00:01:56.493]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T21:17:57.3529838Z [00:01:56.493]➜  
2025-08-20T21:17:57.3530067Z [00:01:56.493]➜    16. Limitation of Liability.
2025-08-20T21:17:57.3530319Z [00:01:56.493]➜  
2025-08-20T21:17:57.3530657Z [00:01:56.493]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T21:17:57.3531165Z [00:01:56.493]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T21:17:57.3531700Z [00:01:56.493]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T21:17:57.3532232Z [00:01:56.493]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T21:17:57.3532746Z [00:01:56.493]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T21:17:57.3533263Z [00:01:56.493]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T21:17:57.3533788Z [00:01:56.493]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T21:17:57.3534298Z [00:01:56.493]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T21:17:57.3534669Z [00:01:56.493]➜  SUCH DAMAGES.
2025-08-20T21:17:57.3534884Z [00:01:56.493]➜  
2025-08-20T21:17:57.3535144Z [00:01:56.493]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T21:17:57.3535423Z [00:01:56.493]➜  
2025-08-20T21:17:57.3535768Z [00:01:56.493]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T21:17:57.3536256Z [00:01:56.493]➜  above cannot be given local legal effect according to their terms,
2025-08-20T21:17:57.3536757Z [00:01:56.493]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T21:17:57.3537250Z [00:01:56.493]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T21:17:57.3537887Z [00:01:56.493]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T21:17:57.3538638Z [00:01:56.493]➜  copy of the Program in return for a fee.
2025-08-20T21:17:57.3539007Z [00:01:56.493]➜  
2025-08-20T21:17:57.3539278Z [00:01:56.493]➜                       END OF TERMS AND CONDITIONS
2025-08-20T21:17:57.3539555Z [00:01:56.493]➜  
2025-08-20T21:17:57.3539834Z [00:01:56.493]➜              How to Apply These Terms to Your New Programs
2025-08-20T21:17:57.3540126Z [00:01:56.493]➜  
2025-08-20T21:17:57.3540453Z [00:01:56.493]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T21:17:57.3540947Z [00:01:56.493]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T21:17:57.3541469Z [00:01:56.493]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T21:17:57.3541835Z [00:01:56.493]➜  
2025-08-20T21:17:57.3542161Z [00:01:56.493]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T21:17:57.3542647Z [00:01:56.493]➜  to attach them to the start of each source file to most effectively
2025-08-20T21:17:57.3543130Z [00:01:56.493]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T21:17:57.3543624Z [00:01:56.493]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T21:17:57.3543967Z [00:01:56.493]➜  
2025-08-20T21:17:57.3544306Z [00:01:56.493]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T21:17:57.3544717Z [00:01:56.493]➜      Copyright (C) <year>  <name of author>
2025-08-20T21:17:57.3545294Z [00:01:56.493]➜  
2025-08-20T21:17:57.3545666Z [00:01:56.493]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T21:17:57.3546161Z [00:01:56.493]➜      it under the terms of the GNU General Public License as published by
2025-08-20T21:17:57.3546644Z [00:01:56.493]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T21:17:57.3547047Z [00:01:56.493]➜      (at your option) any later version.
2025-08-20T21:17:57.3547319Z [00:01:56.493]➜  
2025-08-20T21:17:57.3547845Z [00:01:56.493]➜      This program is distributed in the hope that it will be useful,
2025-08-20T21:17:57.3548363Z [00:01:56.493]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T21:17:57.3548838Z [00:01:56.493]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T21:17:57.3549260Z [00:01:56.493]➜      GNU General Public License for more details.
2025-08-20T21:17:57.3549557Z [00:01:56.493]➜  
2025-08-20T21:17:57.3549885Z [00:01:56.493]➜      You should have received a copy of the GNU General Public License
2025-08-20T21:17:57.3550404Z [00:01:56.493]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T21:17:57.3550758Z [00:01:56.493]➜  
2025-08-20T21:17:57.3551110Z [00:01:56.493]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T21:17:57.3551465Z [00:01:56.493]➜  
2025-08-20T21:17:57.3551797Z [00:01:56.493]➜    If the program does terminal interaction, make it output a short
2025-08-20T21:17:57.3552242Z [00:01:56.493]➜  notice like this when it starts in an interactive mode:
2025-08-20T21:17:57.3552553Z [00:01:56.493]➜  
2025-08-20T21:17:57.3552831Z [00:01:56.493]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T21:17:57.3553311Z [00:01:56.493]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T21:17:57.3553804Z [00:01:56.493]➜      This is free software, and you are welcome to redistribute it
2025-08-20T21:17:57.3554242Z [00:01:56.493]➜      under certain conditions; type `show c' for details.
2025-08-20T21:17:57.3554538Z [00:01:56.493]➜  
2025-08-20T21:17:57.3554908Z [00:01:56.493]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T21:17:57.3555440Z [00:01:56.493]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T21:17:57.3556207Z [00:01:56.493]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T21:17:57.3556620Z [00:01:56.493]➜  
2025-08-20T21:17:57.3556981Z [00:01:56.493]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T21:17:57.3557489Z [00:01:56.493]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T21:17:57.3558278Z [00:01:56.493]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T21:17:57.3558708Z [00:01:56.493]➜  <https://www.gnu.org/licenses/>.
2025-08-20T21:17:57.3558989Z [00:01:56.493]➜  
2025-08-20T21:17:57.3559348Z [00:01:56.493]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T21:17:57.3559883Z [00:01:56.493]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T21:17:57.3560422Z [00:01:56.493]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T21:17:57.3560944Z [00:01:56.493]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T21:17:57.3561424Z [00:01:56.493]➜  Public License instead of this License.  But first, please read
2025-08-20T21:17:57.3561862Z [00:01:56.493]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T21:17:57.3562160Z [00:01:56.493]➜  
2025-08-20T21:17:57.3562343Z [00:01:56.493]➜  
2025-08-20T21:17:57.4294555Z [00:01:56.594]➜  
2025-08-20T21:17:57.4294860Z [00:01:56.594]➜  File: LICENSE
2025-08-20T21:17:57.4295123Z [00:01:56.594]➜    Type: ASCII text
2025-08-20T21:17:57.4295919Z [00:01:56.594]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T21:17:57.4296498Z [00:01:56.594]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T21:17:57.4297017Z [00:01:56.594]➜    Size: 36K
2025-08-20T21:17:57.4407040Z [00:01:56.605]➜  
2025-08-20T21:17:57.4407358Z [00:01:56.605]➜  File: SBUILD
2025-08-20T21:17:57.4408081Z [00:01:56.605]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:17:57.4408682Z [00:01:56.605]➜    B3sum: 7c2a17f642055f37271b851b2635a7388ad895e51dfb2773e79ef26d4e2e2f4a
2025-08-20T21:17:57.4409241Z [00:01:56.605]➜    SHA256sum: 9013833a60c88c16d2c07a920a77ee60c14a5c961849515a058b8bbfedc87cfc
2025-08-20T21:17:57.4409632Z [00:01:56.605]➜    Size: 4.0K
2025-08-20T21:17:57.4499216Z [00:01:56.614]➜  
2025-08-20T21:17:57.4499526Z [00:01:56.614]➜  File: ladder.static.version
2025-08-20T21:17:57.4499869Z [00:01:56.614]➜    Type: ASCII text, with no line terminators
2025-08-20T21:17:57.4500381Z [00:01:56.614]➜    B3sum: 43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:17:57.4500963Z [00:01:56.614]➜    SHA256sum: 921dd6bac31abf6e0a105fb1acf58a55a3b99ea48fbb17f22c623bf7a35af386
2025-08-20T21:17:57.4501365Z [00:01:56.614]➜    Size: 4.0K
2025-08-20T21:17:57.4589184Z [00:01:56.623]➜  
2025-08-20T21:17:57.4589482Z [00:01:56.623]➜  File: ladder.version
2025-08-20T21:17:57.4589814Z [00:01:56.623]➜    Type: ASCII text, with no line terminators
2025-08-20T21:17:57.4590309Z [00:01:56.623]➜    B3sum: 43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:17:57.4590885Z [00:01:56.623]➜    SHA256sum: 921dd6bac31abf6e0a105fb1acf58a55a3b99ea48fbb17f22c623bf7a35af386
2025-08-20T21:17:57.4591288Z [00:01:56.623]➜    Size: 4.0K
2025-08-20T21:17:57.4591664Z [00:01:56.624]➜  
2025-08-20T21:17:57.4592131Z [00:01:56.624]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:17:57.4617862Z [00:01:56.626]➜  ladder.version:43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:17:57.4618536Z [00:01:56.626]➜  SBUILD:7c2a17f642055f37271b851b2635a7388ad895e51dfb2773e79ef26d4e2e2f4a
2025-08-20T21:17:57.4619095Z [00:01:56.626]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T21:17:57.4619713Z [00:01:56.626]➜  ladder.static.version:43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:17:57.4635214Z [00:01:56.628]➜  
2025-08-20T21:17:57.4636155Z [00:01:56.628]➜  [+] Signing ladder.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:17:57.4722468Z [00:01:56.637]➜  
2025-08-20T21:17:57.4723332Z [00:01:56.637]➜  [✓] SuccessFully Built ladder.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/ladder/static.official.source.yaml [Wednesday, 2025-08-20 (09:17:57 PM) UTC]
2025-08-20T21:17:57.4724055Z [00:01:56.637]➜  
2025-08-20T21:17:57.4748705Z [00:01:56.639]➜  [+] Total Size: 948K (Includes DUPES+TMPFILES)
2025-08-20T21:17:57.4749926Z [00:01:56.639]➜  [+] LOGPATH='/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.log'
2025-08-20T21:17:57.4762396Z [00:01:56.641]➜  [+] ENVPATH=/tmp/pkgforge/QqqMmgFzL_SBUILD/ENVPATH
2025-08-20T21:17:57.4864550Z 
2025-08-20T21:17:57.4865306Z [+] Sanitizing /tmp/pkgforge/QqqMmgFzL_SBUILD/BUILD.log ==> /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/ladder.static.log
2025-08-20T21:18:01.3539811Z 
2025-08-20T21:18:01.3540639Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/ladder/official]
2025-08-20T21:18:01.3541139Z [+] LOGS (Build Dir): /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:01.3541403Z 
2025-08-20T21:18:01.3612609Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:18:01.3663403Z ./BUILD_ARTIFACTS.tar : 43.19%   (   750 KiB =>    324 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:18:01.3679555Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:18:01.3710686Z 
2025-08-20T21:18:01.3713345Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml :: 00(Hr):02(Min):01(Sec)
2025-08-20T21:18:01.3713974Z 
2025-08-20T21:18:01.3723946Z 
2025-08-20T21:18:01.3724415Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:18:01 PM) UTC
2025-08-20T21:18:01.3724672Z 
2025-08-20T21:18:01.5066265Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:18:01.5111770Z ##[group]Run ##Presets
2025-08-20T21:18:01.5112101Z [36;1m##Presets[0m
2025-08-20T21:18:01.5112281Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:01.5112469Z [36;1m#-------------#[0m
2025-08-20T21:18:01.5112652Z [36;1m##Debug?[0m
2025-08-20T21:18:01.5112869Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:01.5113135Z [36;1m  set -x[0m
2025-08-20T21:18:01.5113297Z [36;1mfi[0m
2025-08-20T21:18:01.5113477Z [36;1m#-------------#[0m
2025-08-20T21:18:01.5113658Z [36;1m##Set ENV[0m
2025-08-20T21:18:01.5113870Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:18:01.5114261Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:18:01.5114631Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:18:01.5115013Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-"[0m
2025-08-20T21:18:01.5115473Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:18:01.5115853Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:01.5116325Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:01.5116644Z [36;1m fi[0m
2025-08-20T21:18:01.5116799Z [36;1m##Push[0m
2025-08-20T21:18:01.5116999Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:18:01.5117258Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:18:01.5117835Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:18:01.5118302Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:18:01.5118723Z [36;1m     ls -sh "/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:18:01.5119039Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:18:01.5119233Z [36;1m       {[0m
2025-08-20T21:18:01.5119402Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:18:01.5119718Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:18:01.5120140Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:18:01.5120548Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:18:01.5120951Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:18:01.5121364Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:18:01.5121731Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:18:01.5122096Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:18:01.5122464Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:18:01.5122830Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:18:01.5123211Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:18:01.5123667Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:18:01.5124147Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:18:01.5124578Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:18:01.5125309Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:18:01.5125712Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:18:01.5126146Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ladder")[0m
2025-08-20T21:18:01.5126576Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:18:01.5127119Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:18:01.5127556Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:18:01.5128100Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:18:01.5128579Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:18:01.5128997Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:18:01.5129232Z [36;1m         #Check[0m
2025-08-20T21:18:01.5129756Z [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-20T21:18:01.5130433Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:18:01.5130763Z [36;1m            break[0m
2025-08-20T21:18:01.5130949Z [36;1m          else[0m
2025-08-20T21:18:01.5131327Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:18:01.5131735Z [36;1m          fi[0m
2025-08-20T21:18:01.5131930Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:18:01.5132163Z [36;1m        done[0m
2025-08-20T21:18:01.5132330Z [36;1m       }[0m
2025-08-20T21:18:01.5132510Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:18:01.5132743Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:18:01.5133277Z [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-20T21:18:01.5133983Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:18:01.5134368Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:18:01.5134606Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:18:01.5135152Z [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-20T21:18:01.5135832Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:18:01.5136323Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:18:01.5136709Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:18:01.5136923Z [36;1m           fi[0m
2025-08-20T21:18:01.5137095Z [36;1m       fi[0m
2025-08-20T21:18:01.5137257Z [36;1m   fi[0m
2025-08-20T21:18:01.5137414Z [36;1m fi[0m
2025-08-20T21:18:01.5137578Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:18:01.5191573Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:01.5191785Z env:
2025-08-20T21:18:01.5191942Z   CROSS_COMPILING: NO
2025-08-20T21:18:01.5192133Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:01.5192357Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:01.5192552Z   ON_QEMU: NO
2025-08-20T21:18:01.5192705Z   DEBUG: 0
2025-08-20T21:18:01.5192865Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:01.5193071Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:01.5193330Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:01.5193606Z   KEEP_LOGS: YES
2025-08-20T21:18:01.5193772Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:01.5194143Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:01.5194334Z   SBUILD_REBUILD: false
2025-08-20T21:18:01.5194858Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:01.5195392Z   BUILD_SYS: docker://go
2025-08-20T21:18:01.5195579Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:01.5195756Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:01.5195932Z   SYSTMP: /tmp
2025-08-20T21:18:01.5196092Z   GHA_MODE: MATRIX
2025-08-20T21:18:01.5196622Z   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-20T21:18:01.5197113Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:01.5197410Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:01.5198040Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:01.5198498Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:01.5198861Z   PKG_TYPE: static
2025-08-20T21:18:01.5199036Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:01.5199225Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:01.5199840Z   GHCR_TOKEN: ***
2025-08-20T21:18:01.5200115Z   GITHUB_TOKEN: ***
2025-08-20T21:18:01.5200320Z   GITLAB_TOKEN: ***
2025-08-20T21:18:01.5201401Z   MINISIGN_KEY: ***
2025-08-20T21:18:01.5201567Z ##[endgroup]
2025-08-20T21:18:01.5265984Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:18:01.5274269Z 324K	./BUILD_ARTIFACTS.zstd
2025-08-20T21:18:01.5284559Z total 188K
2025-08-20T21:18:01.5284715Z 4.0K CHECKSUM
2025-08-20T21:18:01.5284873Z 4.0K CHECKSUM.sig
2025-08-20T21:18:01.5285053Z  36K LICENSE
2025-08-20T21:18:01.5285208Z 4.0K LICENSE.sig
2025-08-20T21:18:01.5285366Z 4.0K SBUILD
2025-08-20T21:18:01.5285516Z 4.0K SBUILD.sig
2025-08-20T21:18:01.5285676Z 4.0K SBUILD_TEMP
2025-08-20T21:18:01.5285844Z 112K ladder.static.log
2025-08-20T21:18:01.5286029Z 4.0K ladder.static.version
2025-08-20T21:18:01.5286235Z 4.0K ladder.static.version.sig
2025-08-20T21:18:01.5286446Z 4.0K ladder.version
2025-08-20T21:18:01.5286621Z 4.0K ladder.version.sig
2025-08-20T21:18:01.5507262Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:18:01.5511031Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:18:06.5569226Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:18:06.5572646Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:18:06.5576373Z 
2025-08-20T21:18:06.5576745Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:06.5577083Z 
2025-08-20T21:18:06.5607995Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:18:06.5611579Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:18:06.5643613Z ##[group]Run ##Presets
2025-08-20T21:18:06.5643878Z [36;1m##Presets[0m
2025-08-20T21:18:06.5644054Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:06.5644241Z [36;1m#-------------#[0m
2025-08-20T21:18:06.5644422Z [36;1m##Debug?[0m
2025-08-20T21:18:06.5644637Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:06.5644906Z [36;1m  set -x[0m
2025-08-20T21:18:06.5645069Z [36;1mfi[0m
2025-08-20T21:18:06.5645224Z [36;1m#-------------#[0m
2025-08-20T21:18:06.5645457Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:18:06.5645765Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:06.5678078Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:06.5678290Z env:
2025-08-20T21:18:06.5678450Z   CROSS_COMPILING: NO
2025-08-20T21:18:06.5678855Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:06.5679062Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:06.5679259Z   ON_QEMU: NO
2025-08-20T21:18:06.5679452Z   DEBUG: 0
2025-08-20T21:18:06.5679614Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:06.5679825Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:06.5680089Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:06.5680360Z   KEEP_LOGS: YES
2025-08-20T21:18:06.5680530Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:06.5680723Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:06.5680915Z   SBUILD_REBUILD: false
2025-08-20T21:18:06.5681414Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:06.5681942Z   BUILD_SYS: docker://go
2025-08-20T21:18:06.5682133Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:06.5682309Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:06.5682484Z   SYSTMP: /tmp
2025-08-20T21:18:06.5682645Z   GHA_MODE: MATRIX
2025-08-20T21:18:06.5683053Z   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-20T21:18:06.5683539Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:06.5683839Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:06.5684202Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:06.5684658Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:06.5685019Z   PKG_TYPE: static
2025-08-20T21:18:06.5685193Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:06.5685381Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:06.5685568Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:06.5685891Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:06.5686243Z ##[endgroup]
2025-08-20T21:18:06.5814482Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:18:06.5814784Z with:
2025-08-20T21:18:06.5814977Z   name: Bincache_ladder_aarch64-Linux
2025-08-20T21:18:06.5815242Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:18:06.5815501Z   compression-level: 0
2025-08-20T21:18:06.5815687Z   retention-days: 30
2025-08-20T21:18:06.5815863Z   overwrite: true
2025-08-20T21:18:06.5816037Z   if-no-files-found: warn
2025-08-20T21:18:06.5816238Z   include-hidden-files: false
2025-08-20T21:18:06.5816435Z env:
2025-08-20T21:18:06.5816610Z   CROSS_COMPILING: NO
2025-08-20T21:18:06.5816797Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:06.5817007Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:06.5817204Z   ON_QEMU: NO
2025-08-20T21:18:06.5817355Z   DEBUG: 0
2025-08-20T21:18:06.5817514Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:06.5817979Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:06.5818246Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:06.5818572Z   KEEP_LOGS: YES
2025-08-20T21:18:06.5818747Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:06.5818949Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:06.5819142Z   SBUILD_REBUILD: false
2025-08-20T21:18:06.5819646Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:06.5820178Z   BUILD_SYS: docker://go
2025-08-20T21:18:06.5820367Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:06.5820541Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:06.5820718Z   SYSTMP: /tmp
2025-08-20T21:18:06.5820881Z   GHA_MODE: MATRIX
2025-08-20T21:18:06.5821279Z   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-20T21:18:06.5821760Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:06.5822061Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:06.5822426Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:06.5822882Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:06.5823554Z   PKG_TYPE: static
2025-08-20T21:18:06.5823729Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:06.5823919Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:06.5824106Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:06.5824431Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:06.5824786Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:06.5824988Z ##[endgroup]
2025-08-20T21:18:06.9240308Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:18:06.9243420Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:18:06.9243818Z With the provided path, there will be 2 files uploaded
2025-08-20T21:18:07.1513304Z Artifact name is valid!
2025-08-20T21:18:07.1515352Z Root directory input is valid!
2025-08-20T21:18:07.2549584Z Beginning upload of artifact content to blob storage
2025-08-20T21:18:07.7886930Z Uploaded bytes 784060
2025-08-20T21:18:07.8545230Z Finished uploading artifact content to blob storage!
2025-08-20T21:18:07.8553217Z SHA256 digest of uploaded artifact zip is 48fb6ca64fdaed70c28a5f22a22a584e9fd3018ae94e53211caef1d054ad988e
2025-08-20T21:18:07.8553678Z Finalizing artifact upload
2025-08-20T21:18:07.9708581Z Artifact Bincache_ladder_aarch64-Linux.zip successfully finalized. Artifact ID 3813314932
2025-08-20T21:18:07.9709258Z Artifact Bincache_ladder_aarch64-Linux has been successfully uploaded! Final size is 784060 bytes. Artifact ID is 3813314932
2025-08-20T21:18:07.9722523Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108323697/artifacts/3813314932
2025-08-20T21:18:07.9881462Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:18:07.9881809Z with:
2025-08-20T21:18:07.9881979Z   subject-name: ladder--
2025-08-20T21:18:07.9882650Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:18:07.9883373Z   show-summary: true
2025-08-20T21:18:07.9883563Z   push-to-registry: false
2025-08-20T21:18:07.9883956Z   github-token: ***
2025-08-20T21:18:07.9884131Z env:
2025-08-20T21:18:07.9884286Z   CROSS_COMPILING: NO
2025-08-20T21:18:07.9884477Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:07.9884691Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:07.9884893Z   ON_QEMU: NO
2025-08-20T21:18:07.9885051Z   DEBUG: 0
2025-08-20T21:18:07.9885213Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:07.9885428Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:07.9885727Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:07.9886013Z   KEEP_LOGS: YES
2025-08-20T21:18:07.9886189Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:07.9886387Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:07.9886587Z   SBUILD_REBUILD: false
2025-08-20T21:18:07.9887087Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:07.9887845Z   BUILD_SYS: docker://go
2025-08-20T21:18:07.9888053Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:07.9888240Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:07.9888421Z   SYSTMP: /tmp
2025-08-20T21:18:07.9888586Z   GHA_MODE: MATRIX
2025-08-20T21:18:07.9888992Z   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-20T21:18:07.9889478Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:07.9889787Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:07.9890164Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:07.9890628Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:07.9890990Z   PKG_TYPE: static
2025-08-20T21:18:07.9891169Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:07.9891365Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:07.9891553Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:07.9892164Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:07.9892526Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:07.9892740Z ##[endgroup]
2025-08-20T21:18:07.9967584Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:18:07.9968220Z env:
2025-08-20T21:18:07.9968383Z   CROSS_COMPILING: NO
2025-08-20T21:18:07.9968579Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:07.9968794Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:07.9968993Z   ON_QEMU: NO
2025-08-20T21:18:07.9969149Z   DEBUG: 0
2025-08-20T21:18:07.9969332Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:07.9969542Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:07.9969810Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:07.9970089Z   KEEP_LOGS: YES
2025-08-20T21:18:07.9970263Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:07.9970461Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:07.9970672Z   SBUILD_REBUILD: false
2025-08-20T21:18:07.9971181Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:07.9971720Z   BUILD_SYS: docker://go
2025-08-20T21:18:07.9971916Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:07.9972098Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:07.9972279Z   SYSTMP: /tmp
2025-08-20T21:18:07.9972445Z   GHA_MODE: MATRIX
2025-08-20T21:18:07.9972848Z   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-20T21:18:07.9973648Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:07.9973970Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:07.9974335Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:07.9974801Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:07.9975168Z   PKG_TYPE: static
2025-08-20T21:18:07.9975352Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:07.9975545Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:07.9975732Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:07.9976063Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:07.9976423Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:07.9976630Z ##[endgroup]
2025-08-20T21:18:23.7314165Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:18:23.7314489Z with:
2025-08-20T21:18:23.7315146Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:18:23.7315853Z   subject-name: ladder--
2025-08-20T21:18:23.7316107Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:18:23.7318837Z   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/17108323697/attempts/1"}}}
2025-08-20T21:18:23.7321374Z   push-to-registry: false
2025-08-20T21:18:23.7321577Z   show-summary: true
2025-08-20T21:18:23.7322048Z   github-token: ***
2025-08-20T21:18:23.7322228Z env:
2025-08-20T21:18:23.7322386Z   CROSS_COMPILING: NO
2025-08-20T21:18:23.7322580Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:23.7322803Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:23.7323330Z   ON_QEMU: NO
2025-08-20T21:18:23.7323492Z   DEBUG: 0
2025-08-20T21:18:23.7323663Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:23.7323883Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:23.7324155Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:23.7324437Z   KEEP_LOGS: YES
2025-08-20T21:18:23.7324615Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:23.7324821Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:23.7325024Z   SBUILD_REBUILD: false
2025-08-20T21:18:23.7325536Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:23.7326077Z   BUILD_SYS: docker://go
2025-08-20T21:18:23.7326273Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:23.7326462Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:23.7326648Z   SYSTMP: /tmp
2025-08-20T21:18:23.7326820Z   GHA_MODE: MATRIX
2025-08-20T21:18:23.7327225Z   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-20T21:18:23.7327883Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:23.7328196Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:23.7328566Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:23.7329033Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:23.7329405Z   PKG_TYPE: static
2025-08-20T21:18:23.7329590Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:23.7329786Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:23.7329979Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:23.7330548Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:23.7330934Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:23.7331145Z ##[endgroup]
2025-08-20T21:18:24.8717532Z Attestation created for 12 subjects
2025-08-20T21:18:24.8721354Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:18:24.8721824Z -----BEGIN CERTIFICATE-----
2025-08-20T21:18:24.8722171Z MIIG7TCCBnSgAwIBAgIUCoN+lwWN4aIbHIYfJy1mv5nQQh8wCgYIKoZIzj0EAwMw
2025-08-20T21:18:24.8722638Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:18:24.8723105Z cm1lZGlhdGUwHhcNMjUwODIwMjExODI0WhcNMjUwODIwMjEyODI0WjAAMFkwEwYH
2025-08-20T21:18:24.8723569Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEuE4Cn3AeZHOLlJJMJeUXcJl10gugkRZRVXmZ
2025-08-20T21:18:24.8724014Z CK9I8F3uPDda51qu7NFioC8x/reCwBuiKACxXV49YbehoFcM9qOCBZMwggWPMA4G
2025-08-20T21:18:24.8724480Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUcJGI
2025-08-20T21:18:24.8724957Z NqGvJSmNVninP6szxFyxM+0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:18:24.8725400Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:18:24.8725844Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:18:24.8726294Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:18:24.8726744Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:18:24.8727176Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:18:24.8727808Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:18:24.8728291Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:18:24.8728759Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:18:24.8729217Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:18:24.8729665Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:18:24.8730114Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:18:24.8730574Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:18:24.8731020Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:18:24.8731472Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:18:24.8732332Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:18:24.8732797Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:18:24.8733257Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:18:24.8733710Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:18:24.8734163Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:18:24.8734621Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:18:24.8735082Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:18:24.8735543Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:18:24.8736041Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:18:24.8736496Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzIzNjk3L2F0
2025-08-20T21:18:24.8736952Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:18:24.8737424Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJWOnk
2025-08-20T21:18:24.8738083Z AAAEAwBGMEQCICY46+BQ6oKwm8+LEk/2S92f28Lu4dxLSjVxfceikcrlAiAaTEPz
2025-08-20T21:18:24.8738517Z QUQTmxuf8iCIp2FBv0ED44RfFSX534JDTHGDYDAKBggqhkjOPQQDAwNnADBkAjBJ
2025-08-20T21:18:24.8738952Z L8LDH81RQBJogHVLxAy3qQj7YUJ2BikQ7B/2TB/hhMROl9sHorbg8mUJCSM4UeAC
2025-08-20T21:18:24.8739375Z MFF70D0NZYLOFns5ypDEc1qoAQd6IQ4Kq0I/5dgFOWW4DTMxjtO27I8vojkyt8jv
2025-08-20T21:18:24.8739689Z Pw==
2025-08-20T21:18:24.8739850Z -----END CERTIFICATE-----
2025-08-20T21:18:24.8739986Z 
2025-08-20T21:18:24.8740480Z ##[endgroup]
2025-08-20T21:18:24.8741189Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:18:24.8741588Z https://search.sigstore.dev?logIndex=414374431
2025-08-20T21:18:24.8741942Z [36mAttestation uploaded to repository[39m
2025-08-20T21:18:24.8742257Z https://github.com/pkgforge/bincache/attestations/9873831
2025-08-20T21:18:24.9623216Z ##[group]Run ##Presets
2025-08-20T21:18:24.9623537Z [36;1m##Presets[0m
2025-08-20T21:18:24.9623722Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:24.9623917Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9624110Z [36;1m##Debug?[0m
2025-08-20T21:18:24.9624332Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:24.9624609Z [36;1m  set -x[0m
2025-08-20T21:18:24.9624784Z [36;1mfi[0m
2025-08-20T21:18:24.9624948Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9625236Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:18:24.9625724Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ladder/official"[0m
2025-08-20T21:18:24.9626111Z [36;1m exit 1[0m
2025-08-20T21:18:24.9626276Z [36;1mfi[0m
2025-08-20T21:18:24.9657961Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:24.9658182Z env:
2025-08-20T21:18:24.9658348Z   CROSS_COMPILING: NO
2025-08-20T21:18:24.9658605Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:24.9658839Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:24.9659042Z   ON_QEMU: NO
2025-08-20T21:18:24.9659202Z   DEBUG: 0
2025-08-20T21:18:24.9659368Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:24.9659586Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:24.9659864Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:24.9660145Z   KEEP_LOGS: YES
2025-08-20T21:18:24.9660321Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:24.9660523Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:24.9660722Z   SBUILD_REBUILD: false
2025-08-20T21:18:24.9661252Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:24.9661794Z   BUILD_SYS: docker://go
2025-08-20T21:18:24.9662000Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:24.9662191Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:24.9662376Z   SYSTMP: /tmp
2025-08-20T21:18:24.9662550Z   GHA_MODE: MATRIX
2025-08-20T21:18:24.9662963Z   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-20T21:18:24.9663754Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9664067Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9664440Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:24.9664908Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:24.9665271Z   PKG_TYPE: static
2025-08-20T21:18:24.9665450Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:24.9665647Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:24.9665837Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:24.9666169Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:24.9666539Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:24.9666749Z ##[endgroup]
2025-08-20T21:18:24.9737578Z ##[group]Run ##Presets
2025-08-20T21:18:24.9738048Z [36;1m##Presets[0m
2025-08-20T21:18:24.9738247Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:24.9738447Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9738633Z [36;1m##Debug?[0m
2025-08-20T21:18:24.9738857Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:24.9739132Z [36;1m  set -x[0m
2025-08-20T21:18:24.9739300Z [36;1mfi[0m
2025-08-20T21:18:24.9739462Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9739684Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:18:24.9740109Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ladder/official"[0m
2025-08-20T21:18:24.9740496Z [36;1m exit 1[0m
2025-08-20T21:18:24.9740665Z [36;1mfi[0m
2025-08-20T21:18:24.9767953Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:24.9768169Z env:
2025-08-20T21:18:24.9768333Z   CROSS_COMPILING: NO
2025-08-20T21:18:24.9768571Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:24.9768792Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:24.9768997Z   ON_QEMU: NO
2025-08-20T21:18:24.9769166Z   DEBUG: 0
2025-08-20T21:18:24.9769334Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:24.9769552Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:24.9769830Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:24.9770115Z   KEEP_LOGS: YES
2025-08-20T21:18:24.9770291Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:24.9770490Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:24.9770691Z   SBUILD_REBUILD: false
2025-08-20T21:18:24.9771196Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:24.9771737Z   BUILD_SYS: docker://go
2025-08-20T21:18:24.9771933Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:24.9772126Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:24.9772316Z   SYSTMP: /tmp
2025-08-20T21:18:24.9772485Z   GHA_MODE: MATRIX
2025-08-20T21:18:24.9772897Z   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-20T21:18:24.9773398Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9773708Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9774084Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:24.9774552Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:24.9774919Z   PKG_TYPE: static
2025-08-20T21:18:24.9775104Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:24.9775303Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:24.9775496Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:24.9775826Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:24.9776201Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:24.9776417Z ##[endgroup]
2025-08-20T21:18:24.9818682Z 
2025-08-20T21:18:24.9818978Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:24.9829811Z ##[error]Process completed with exit code 1.
2025-08-20T21:18:24.9868487Z ##[group]Run ##Presets
2025-08-20T21:18:24.9868759Z [36;1m##Presets[0m
2025-08-20T21:18:24.9868943Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:24.9869139Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9869333Z [36;1m##Debug?[0m
2025-08-20T21:18:24.9869555Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:24.9869829Z [36;1m  set -x[0m
2025-08-20T21:18:24.9869999Z [36;1mfi[0m
2025-08-20T21:18:24.9870162Z [36;1m#-------------#[0m
2025-08-20T21:18:24.9870481Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:18:24.9870852Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:18:24.9871134Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:18:24.9871383Z [36;1mfi[0m
2025-08-20T21:18:24.9896803Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:24.9897027Z env:
2025-08-20T21:18:24.9897192Z   CROSS_COMPILING: NO
2025-08-20T21:18:24.9897472Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:18:24.9897928Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:18:24.9898135Z   ON_QEMU: NO
2025-08-20T21:18:24.9898298Z   DEBUG: 0
2025-08-20T21:18:24.9898467Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:18:24.9898685Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:18:24.9898963Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:18:24.9899248Z   KEEP_LOGS: YES
2025-08-20T21:18:24.9899428Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:24.9899631Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:18:24.9899832Z   SBUILD_REBUILD: false
2025-08-20T21:18:24.9900339Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:18:24.9900877Z   BUILD_SYS: docker://go
2025-08-20T21:18:24.9901074Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:24.9901264Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:24.9901449Z   SYSTMP: /tmp
2025-08-20T21:18:24.9901618Z   GHA_MODE: MATRIX
2025-08-20T21:18:24.9902038Z   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-20T21:18:24.9902534Z   INPUT_SBUILD: /tmp/pkgforge/dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9902843Z   BUILD_DIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml
2025-08-20T21:18:24.9903218Z   SBUILD_OUTDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR
2025-08-20T21:18:24.9903684Z   SBUILD_TMPDIR: /tmp/pkgforge/pf0huJs_dkrx0CwaY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:18:24.9904052Z   PKG_TYPE: static
2025-08-20T21:18:24.9904236Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:18:24.9904438Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:18:24.9904630Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:18:24.9904961Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:18:24.9905338Z   UTC_TIME: 2025_08_20T09_18_06_PM
2025-08-20T21:18:24.9905550Z ##[endgroup]
2025-08-20T21:18:24.9971543Z EXITED
2025-08-20T21:18:25.0016431Z Cleaning up orphan processes
