﻿2025-08-20T20:14:35.7805783Z Current runner version: '2.328.0'
2025-08-20T20:14:35.7835694Z ##[group]Runner Image Provisioner
2025-08-20T20:14:35.7836596Z Hosted Compute Agent
2025-08-20T20:14:35.7837567Z Version: 20250818.377
2025-08-20T20:14:35.7838200Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:14:35.7838872Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:14:35.7839518Z ##[endgroup]
2025-08-20T20:14:35.7840027Z ##[group]VM Image
2025-08-20T20:14:35.7840628Z - OS: Linux (arm64)
2025-08-20T20:14:35.7841259Z - Source: Partner
2025-08-20T20:14:35.7841822Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:14:35.7842971Z - Version: 20250728.24.1
2025-08-20T20:14:35.7843971Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:14:35.7844964Z ##[endgroup]
2025-08-20T20:14:35.7846279Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:14:35.7849119Z Attestations: write
2025-08-20T20:14:35.7849825Z Contents: write
2025-08-20T20:14:35.7850572Z Metadata: read
2025-08-20T20:14:35.7851283Z Packages: write
2025-08-20T20:14:35.7851824Z ##[endgroup]
2025-08-20T20:14:35.7854905Z Secret source: Actions
2025-08-20T20:14:35.7855943Z Prepare workflow directory
2025-08-20T20:14:35.8224139Z Prepare all required actions
2025-08-20T20:14:35.8264575Z Getting action download info
2025-08-20T20:14:36.2275026Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:14:37.2573342Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:14:37.9287970Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:14:38.0753732Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:14:38.6829558Z Getting action download info
2025-08-20T20:14:38.8531211Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:14:39.3690750Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:14:39.9471153Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/fnm/official)
2025-08-20T20:14:40.0070173Z ##[group]Run ##Presets
2025-08-20T20:14:40.0070734Z [36;1m##Presets[0m
2025-08-20T20:14:40.0070990Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:40.0071352Z [36;1m#-------------#[0m
2025-08-20T20:14:40.0071713Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:14:40.0072140Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:14:40.0072948Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0073294Z [36;1m  fi[0m
2025-08-20T20:14:40.0073669Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:14:40.0074123Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:14:40.0074534Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0074903Z [36;1m  fi[0m
2025-08-20T20:14:40.0075222Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:14:40.0075769Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:14:40.0076231Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0076539Z [36;1m  fi[0m
2025-08-20T20:14:40.0076897Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:14:40.0077297Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:14:40.0077708Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:14:40.0078067Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:14:40.0078453Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0079204Z [36;1m     else[0m
2025-08-20T20:14:40.0079534Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0079834Z [36;1m     fi[0m
2025-08-20T20:14:40.0080133Z [36;1m  fi[0m
2025-08-20T20:14:40.0080378Z [36;1mfi[0m
2025-08-20T20:14:40.0111100Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:40.0111795Z env:
2025-08-20T20:14:40.0112983Z   GH_TOKEN: ***
2025-08-20T20:14:40.0113289Z ##[endgroup]
2025-08-20T20:14:40.0336267Z ##[group]Run ##Presets
2025-08-20T20:14:40.0336623Z [36;1m##Presets[0m
2025-08-20T20:14:40.0336993Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:40.0337257Z [36;1m#-------------#[0m
2025-08-20T20:14:40.0337562Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:14:40.0338199Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:14:40.0338717Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:14:40.0339227Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:14:40.0339686Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:14:40.0340152Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:14:40.0340600Z [36;1m  exit 1[0m
2025-08-20T20:14:40.0340878Z [36;1mfi[0m
2025-08-20T20:14:40.0364513Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:40.0364823Z env:
2025-08-20T20:14:40.0365439Z   RO_GHTOKEN: ***
2025-08-20T20:14:40.0365770Z   RO_GLTOKEN: ***
2025-08-20T20:14:40.0367038Z   MINISIGN_KEY: ***
2025-08-20T20:14:40.0367292Z ##[endgroup]
2025-08-20T20:14:40.0494600Z ##[group]Run ##Presets
2025-08-20T20:14:40.0495247Z [36;1m##Presets[0m
2025-08-20T20:14:40.0495494Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:40.0495721Z [36;1m#-------------#[0m
2025-08-20T20:14:40.0496020Z [36;1m##Host Triplet[0m
2025-08-20T20:14:40.0496420Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:14:40.0496792Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:14:40.0497225Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:14:40.0497589Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:14:40.0497972Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:14:40.0498401Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:14:40.0498774Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:14:40.0499202Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:14:40.0499520Z [36;1m   fi[0m
2025-08-20T20:14:40.0499980Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:14:40.0500625Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:14:40.0500975Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:14:40.0501440Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:14:40.0501798Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:14:40.0502117Z [36;1m fi[0m
2025-08-20T20:14:40.0502773Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0503213Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0503727Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0504117Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0504418Z [36;1m##Debug[0m
2025-08-20T20:14:40.0504781Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:14:40.0505072Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:14:40.0505358Z [36;1m else[0m
2025-08-20T20:14:40.0505708Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:14:40.0505991Z [36;1m fi[0m
2025-08-20T20:14:40.0506339Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0506728Z [36;1m##Docker Platform[0m
2025-08-20T20:14:40.0507339Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:14:40.0507778Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:14:40.0508157Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:14:40.0508537Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:14:40.0509022Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:14:40.0509386Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:14:40.0509820Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:14:40.0510199Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:14:40.0510498Z [36;1m fi[0m
2025-08-20T20:14:40.0510922Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0511374Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0511736Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:14:40.0512460Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fnm/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:14:40.0513007Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:14:40.0513454Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0513822Z [36;1m##Logs[0m
2025-08-20T20:14:40.0514053Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:14:40.0514389Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:14:40.0514658Z [36;1m else[0m
2025-08-20T20:14:40.0514907Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:14:40.0515289Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:14:40.0515594Z [36;1m fi[0m
2025-08-20T20:14:40.0516153Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0516675Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0517085Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:14:40.0517539Z [36;1m PKG_FAMILY_LOCAL="$(echo "fnm" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:14:40.0517974Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:14:40.0518324Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0518771Z [36;1m##Rebuild[0m
2025-08-20T20:14:40.0519060Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:14:40.0519361Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:14:40.0519726Z [36;1m else[0m
2025-08-20T20:14:40.0519978Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:14:40.0520346Z [36;1m fi[0m
2025-08-20T20:14:40.0520691Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0521052Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:14:40.0521610Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:14:40.0522200Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:14:40.0523214Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:14:40.0524045Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:14:40.0524472Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:14:40.0524970Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:14:40.0525452Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:14:40.0525837Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0526193Z [36;1m    exit 1[0m
2025-08-20T20:14:40.0526458Z [36;1m   else[0m
2025-08-20T20:14:40.0526696Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:14:40.0527261Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0527637Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:14:40.0528362Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:14:40.0528794Z [36;1m      #check if supported[0m
2025-08-20T20:14:40.0529216Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:14:40.0529824Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:14:40.0530282Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:14:40.0530624Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0531023Z [36;1m         exit 1[0m
2025-08-20T20:14:40.0531266Z [36;1m       fi[0m
2025-08-20T20:14:40.0531516Z [36;1m      #get build system[0m
2025-08-20T20:14:40.0532016Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:14:40.0532694Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:14:40.0533150Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0533589Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:14:40.0533982Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0534426Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0534820Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:14:40.0535203Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0535682Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:40.0536011Z [36;1m       fi[0m
2025-08-20T20:14:40.0536540Z [36;1m     fi[0m
2025-08-20T20:14:40.0536811Z [36;1m   fi[0m
2025-08-20T20:14:40.0537080Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:14:40.0560016Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:40.0560337Z ##[endgroup]
2025-08-20T20:14:40.9796482Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:14:40.9797310Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:14:40.9797589Z 
2025-08-20T20:14:41.1425489Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:14:41.1426298Z 100  2274  100  2274    0     0  13842      0 --:--:-- --:--:-- --:--:-- 13865
2025-08-20T20:14:41.1437429Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:14:41.1646303Z ##[group]Run ##Presets
2025-08-20T20:14:41.1646666Z [36;1m##Presets[0m
2025-08-20T20:14:41.1647008Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:41.1647313Z [36;1m#-------------#[0m
2025-08-20T20:14:41.1647556Z [36;1m##Debug?[0m
2025-08-20T20:14:41.1647915Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:41.1648254Z [36;1m  set -x[0m
2025-08-20T20:14:41.1648539Z [36;1mfi[0m
2025-08-20T20:14:41.1648816Z [36;1m#-------------#[0m
2025-08-20T20:14:41.1649095Z [36;1m##CoreUtils[0m
2025-08-20T20:14:41.1649442Z [36;1msudo apt update -y[0m
2025-08-20T20:14:41.1649836Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:14:41.1650837Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:14:41.1651891Z [36;1m##tmp[0m
2025-08-20T20:14:41.1652202Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:14:41.1653681Z [36;1m#GH ENV[0m
2025-08-20T20:14:41.1653962Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:41.1654333Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:41.1654743Z [36;1m#-------------#[0m
2025-08-20T20:14:41.1655006Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:14:41.1655343Z [36;1msudo apt update -y[0m
2025-08-20T20:14:41.1655890Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:14:41.1656193Z [36;1m##Setup Minisign[0m
2025-08-20T20:14:41.1656594Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:14:41.1657114Z [36;1mecho "***[0m
2025-08-20T20:14:41.1658424Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:14:41.1658844Z [36;1m##User-Agent[0m
2025-08-20T20:14:41.1659594Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:14:41.1660492Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:41.1686609Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:41.1687071Z env:
2025-08-20T20:14:41.1687279Z   CROSS_COMPILING: NO
2025-08-20T20:14:41.1687565Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:41.1687892Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:41.1688150Z   ON_QEMU: NO
2025-08-20T20:14:41.1688451Z   DEBUG: 0
2025-08-20T20:14:41.1688690Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:41.1689004Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:41.1689395Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:14:41.1689732Z   KEEP_LOGS: YES
2025-08-20T20:14:41.1689965Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:41.1690294Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:14:41.1690533Z   SBUILD_REBUILD: false
2025-08-20T20:14:41.1691165Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:14:41.1691784Z   BUILD_SYS: host://soar-dl
2025-08-20T20:14:41.1692059Z   BUILD_ON_HOST: TRUE
2025-08-20T20:14:41.1692857Z   BUILD_SYSTEM: HOST
2025-08-20T20:14:41.1693096Z ##[endgroup]
2025-08-20T20:14:41.3078324Z 
2025-08-20T20:14:41.3079949Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:14:41.3080586Z 
2025-08-20T20:14:42.0899370Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:14:42.1106955Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:14:42.1113791Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:14:42.1577051Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:14:42.2122200Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:14:42.2645873Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:14:42.3083469Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:14:42.3320860Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:14:42.3514764Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:14:42.3634224Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:14:42.4422689Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:14:42.5208797Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:14:42.7223582Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:14:42.7739394Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:14:42.8237638Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:14:42.9047749Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:14:42.9677077Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:14:43.0220591Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:14:43.1204824Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:14:43.1690775Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:14:43.2156469Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:14:43.3486521Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:14:43.3949834Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:14:43.4413992Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:14:43.4880615Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:14:43.5345351Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:14:43.5812136Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:14:43.6275862Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:14:43.6740503Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:14:43.7207569Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:14:43.7669967Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:14:43.8135334Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:14:43.8684728Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:14:43.9159376Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:14:43.9627531Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:14:44.0157494Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:14:44.1500477Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:14:44.1965925Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:14:44.2598712Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:14:44.3088651Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:14:44.3554143Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:14:44.4015513Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:14:44.4479448Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:14:51.8671850Z Fetched 11.9 MB in 3s (4467 kB/s)
2025-08-20T20:14:52.5839085Z Reading package lists...
2025-08-20T20:14:52.7872984Z Building dependency tree...
2025-08-20T20:14:52.7879417Z Reading state information...
2025-08-20T20:14:52.8101372Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:14:52.8190221Z 
2025-08-20T20:14:52.8191154Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:14:52.8191889Z 
2025-08-20T20:14:52.8303199Z Reading package lists...
2025-08-20T20:14:53.0334345Z Building dependency tree...
2025-08-20T20:14:53.0342055Z Reading state information...
2025-08-20T20:14:53.2673307Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:14:53.2673704Z bc set to manually installed.
2025-08-20T20:14:53.2674028Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:14:53.2674436Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:14:53.2674910Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:53.3232074Z The following NEW packages will be installed:
2025-08-20T20:14:53.3238041Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:14:53.3239665Z   moreutils
2025-08-20T20:14:53.3246502Z The following packages will be upgraded:
2025-08-20T20:14:53.3254788Z   jq libjq1
2025-08-20T20:14:53.3448043Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:14:53.5074859Z Need to get 936 kB of archives.
2025-08-20T20:14:53.5075357Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:14:53.5076327Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:14:53.6461240Z 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-20T20:14:53.7414965Z 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-20T20:14:53.8388461Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:14:53.8888157Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:14:53.9469370Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:14:53.9950763Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:14:54.0480421Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:14:54.4117689Z Fetched 936 kB in 1s (1234 kB/s)
2025-08-20T20:14:54.4728130Z Selecting previously unselected package fdupes.
2025-08-20T20:14:54.5816784Z (Reading database ... 
2025-08-20T20:14:54.5817762Z (Reading database ... 5%
2025-08-20T20:14:54.5818028Z (Reading database ... 10%
2025-08-20T20:14:54.5818289Z (Reading database ... 15%
2025-08-20T20:14:54.5818700Z (Reading database ... 20%
2025-08-20T20:14:54.5818988Z (Reading database ... 25%
2025-08-20T20:14:54.5819263Z (Reading database ... 30%
2025-08-20T20:14:54.5819520Z (Reading database ... 35%
2025-08-20T20:14:54.5819763Z (Reading database ... 40%
2025-08-20T20:14:54.5820079Z (Reading database ... 45%
2025-08-20T20:14:54.5820328Z (Reading database ... 50%
2025-08-20T20:14:54.8635057Z (Reading database ... 55%
2025-08-20T20:14:55.3838498Z (Reading database ... 60%
2025-08-20T20:14:55.8998296Z (Reading database ... 65%
2025-08-20T20:14:56.3294942Z (Reading database ... 70%
2025-08-20T20:14:56.7799951Z (Reading database ... 75%
2025-08-20T20:14:57.3350816Z (Reading database ... 80%
2025-08-20T20:14:57.9026901Z (Reading database ... 85%
2025-08-20T20:14:58.5195419Z (Reading database ... 90%
2025-08-20T20:14:59.0834813Z (Reading database ... 95%
2025-08-20T20:14:59.0835183Z (Reading database ... 100%
2025-08-20T20:14:59.0835776Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:14:59.0875939Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:14:59.0980266Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:14:59.2025378Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:14:59.2263013Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:14:59.3453354Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:14:59.3800320Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:14:59.4460134Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:14:59.4642695Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:14:59.4741235Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:14:59.5656604Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:14:59.5825439Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:14:59.5890362Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:14:59.6767510Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:14:59.6914656Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:14:59.7019091Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:14:59.7729539Z Selecting previously unselected package moreutils.
2025-08-20T20:14:59.7875609Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:14:59.7944566Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:14:59.9111087Z Selecting previously unselected package dos2unix.
2025-08-20T20:14:59.9292659Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:14:59.9363843Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:15:00.3088347Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:15:00.3335737Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:15:00.3537225Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:15:00.3721724Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:15:00.3908670Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:15:00.4133264Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:15:00.4309284Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:15:00.4485507Z Setting up moreutils (0.69-1) ...
2025-08-20T20:15:00.4672169Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:24.3019906Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:25.5523173Z Reading package lists...
2025-08-20T20:15:25.7777477Z Building dependency tree...
2025-08-20T20:15:25.7785276Z Reading state information...
2025-08-20T20:15:26.0237903Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:15:26.0238675Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:15:26.0238993Z apt-utils set to manually installed.
2025-08-20T20:15:26.0239385Z ca-certificates is already the newest version (20240203).
2025-08-20T20:15:26.0239788Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:15:26.0240136Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:15:26.0240597Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:15:26.0241035Z moreutils is already the newest version (0.69-1).
2025-08-20T20:15:26.0241412Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:15:26.0241854Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:15:26.0242214Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:15:26.0243828Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:15:26.0244199Z tmux set to manually installed.
2025-08-20T20:15:26.0244498Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:15:26.0244926Z The following additional packages will be installed:
2025-08-20T20:15:26.0245389Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:15:26.0245953Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:15:26.0248145Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:15:26.0248524Z   uuid-runtime
2025-08-20T20:15:26.0258011Z Suggested packages:
2025-08-20T20:15:26.0258453Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:15:26.0258879Z   util-linux-extra util-linux-locales
2025-08-20T20:15:26.0259329Z Recommended packages:
2025-08-20T20:15:26.0259580Z   unattended-upgrades
2025-08-20T20:15:26.0798440Z The following NEW packages will be installed:
2025-08-20T20:15:26.0798898Z   rename
2025-08-20T20:15:26.0802883Z The following packages will be upgraded:
2025-08-20T20:15:26.0803860Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:15:26.0804739Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:15:26.0811823Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:15:26.0812543Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:15:26.0998507Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:15:26.2166463Z Need to get 4390 kB of archives.
2025-08-20T20:15:26.2166938Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:15:26.2167721Z 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-20T20:15:26.4048974Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:15:26.6350473Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:15:26.6837516Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:15:26.7308183Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:15:26.7775195Z 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-20T20:15:26.8242608Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:15:26.8730146Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:15:26.9228837Z 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-20T20:15:26.9704628Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:15:27.0245738Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:15:27.0732028Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:15:27.1244612Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:15:27.1990241Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:15:27.2596527Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:15:27.3081823Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:15:27.3737554Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:15:27.4271792Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:15:27.4764363Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:15:27.6095235Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:15:27.6592430Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:15:27.7068275Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:15:27.7557897Z 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-20T20:15:27.8027863Z 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-20T20:15:27.8493524Z 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-20T20:15:27.8959008Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:15:27.9426764Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:15:28.2033861Z Fetched 4390 kB in 2s (2399 kB/s)
2025-08-20T20:15:28.2346679Z (Reading database ... 
2025-08-20T20:15:28.2347067Z (Reading database ... 5%
2025-08-20T20:15:28.2347315Z (Reading database ... 10%
2025-08-20T20:15:28.2347625Z (Reading database ... 15%
2025-08-20T20:15:28.2347912Z (Reading database ... 20%
2025-08-20T20:15:28.2348199Z (Reading database ... 25%
2025-08-20T20:15:28.2348445Z (Reading database ... 30%
2025-08-20T20:15:28.2348708Z (Reading database ... 35%
2025-08-20T20:15:28.2348993Z (Reading database ... 40%
2025-08-20T20:15:28.2349267Z (Reading database ... 45%
2025-08-20T20:15:28.2349538Z (Reading database ... 50%
2025-08-20T20:15:28.2371116Z (Reading database ... 55%
2025-08-20T20:15:28.2457964Z (Reading database ... 60%
2025-08-20T20:15:28.2498262Z (Reading database ... 65%
2025-08-20T20:15:28.2512866Z (Reading database ... 70%
2025-08-20T20:15:28.2532765Z (Reading database ... 75%
2025-08-20T20:15:28.2565973Z (Reading database ... 80%
2025-08-20T20:15:28.2738319Z (Reading database ... 85%
2025-08-20T20:15:28.2757112Z (Reading database ... 90%
2025-08-20T20:15:28.2852849Z (Reading database ... 95%
2025-08-20T20:15:28.2853176Z (Reading database ... 100%
2025-08-20T20:15:28.2853513Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:28.2884113Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:28.3102334Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:28.5157656Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:28.6066866Z (Reading database ... 
2025-08-20T20:15:28.6067495Z (Reading database ... 5%
2025-08-20T20:15:28.6067767Z (Reading database ... 10%
2025-08-20T20:15:28.6068002Z (Reading database ... 15%
2025-08-20T20:15:28.6069003Z (Reading database ... 20%
2025-08-20T20:15:28.6069327Z (Reading database ... 25%
2025-08-20T20:15:28.6069654Z (Reading database ... 30%
2025-08-20T20:15:28.6069911Z (Reading database ... 35%
2025-08-20T20:15:28.6070157Z (Reading database ... 40%
2025-08-20T20:15:28.6070470Z (Reading database ... 45%
2025-08-20T20:15:28.6070743Z (Reading database ... 50%
2025-08-20T20:15:28.6088788Z (Reading database ... 55%
2025-08-20T20:15:28.6177343Z (Reading database ... 60%
2025-08-20T20:15:28.6218527Z (Reading database ... 65%
2025-08-20T20:15:28.6233561Z (Reading database ... 70%
2025-08-20T20:15:28.6253939Z (Reading database ... 75%
2025-08-20T20:15:28.6287844Z (Reading database ... 80%
2025-08-20T20:15:28.6472588Z (Reading database ... 85%
2025-08-20T20:15:28.6491369Z (Reading database ... 90%
2025-08-20T20:15:28.6591794Z (Reading database ... 95%
2025-08-20T20:15:28.6592376Z (Reading database ... 100%
2025-08-20T20:15:28.6592759Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:28.6627768Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:28.6957751Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:28.8488918Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:29.4676811Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:15:29.5473377Z (Reading database ... 
2025-08-20T20:15:29.5474310Z (Reading database ... 5%
2025-08-20T20:15:29.5474796Z (Reading database ... 10%
2025-08-20T20:15:29.5475058Z (Reading database ... 15%
2025-08-20T20:15:29.5475307Z (Reading database ... 20%
2025-08-20T20:15:29.5475598Z (Reading database ... 25%
2025-08-20T20:15:29.5475878Z (Reading database ... 30%
2025-08-20T20:15:29.5476114Z (Reading database ... 35%
2025-08-20T20:15:29.5476453Z (Reading database ... 40%
2025-08-20T20:15:29.5476687Z (Reading database ... 45%
2025-08-20T20:15:29.5476931Z (Reading database ... 50%
2025-08-20T20:15:29.5496355Z (Reading database ... 55%
2025-08-20T20:15:29.5583122Z (Reading database ... 60%
2025-08-20T20:15:29.5622384Z (Reading database ... 65%
2025-08-20T20:15:29.5636023Z (Reading database ... 70%
2025-08-20T20:15:29.5655290Z (Reading database ... 75%
2025-08-20T20:15:29.5687682Z (Reading database ... 80%
2025-08-20T20:15:29.5861625Z (Reading database ... 85%
2025-08-20T20:15:29.5880459Z (Reading database ... 90%
2025-08-20T20:15:29.5981019Z (Reading database ... 95%
2025-08-20T20:15:29.5981295Z (Reading database ... 100%
2025-08-20T20:15:29.5981716Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:29.6019666Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:29.6225885Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:29.7238108Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:29.7580358Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:29.8461082Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:29.9322799Z (Reading database ... 
2025-08-20T20:15:29.9323325Z (Reading database ... 5%
2025-08-20T20:15:29.9323611Z (Reading database ... 10%
2025-08-20T20:15:29.9323854Z (Reading database ... 15%
2025-08-20T20:15:29.9324185Z (Reading database ... 20%
2025-08-20T20:15:29.9324444Z (Reading database ... 25%
2025-08-20T20:15:29.9324686Z (Reading database ... 30%
2025-08-20T20:15:29.9324973Z (Reading database ... 35%
2025-08-20T20:15:29.9325222Z (Reading database ... 40%
2025-08-20T20:15:29.9325456Z (Reading database ... 45%
2025-08-20T20:15:29.9325770Z (Reading database ... 50%
2025-08-20T20:15:29.9345379Z (Reading database ... 55%
2025-08-20T20:15:29.9431612Z (Reading database ... 60%
2025-08-20T20:15:29.9471780Z (Reading database ... 65%
2025-08-20T20:15:29.9485843Z (Reading database ... 70%
2025-08-20T20:15:29.9506662Z (Reading database ... 75%
2025-08-20T20:15:29.9541358Z (Reading database ... 80%
2025-08-20T20:15:29.9718550Z (Reading database ... 85%
2025-08-20T20:15:29.9743609Z (Reading database ... 90%
2025-08-20T20:15:29.9836307Z (Reading database ... 95%
2025-08-20T20:15:29.9836756Z (Reading database ... 100%
2025-08-20T20:15:29.9837099Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:29.9869540Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:30.0112670Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:30.1037255Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:30.2166204Z (Reading database ... 
2025-08-20T20:15:30.2166538Z (Reading database ... 5%
2025-08-20T20:15:30.2167523Z (Reading database ... 10%
2025-08-20T20:15:30.2167779Z (Reading database ... 15%
2025-08-20T20:15:30.2168380Z (Reading database ... 20%
2025-08-20T20:15:30.2168720Z (Reading database ... 25%
2025-08-20T20:15:30.2168991Z (Reading database ... 30%
2025-08-20T20:15:30.2169266Z (Reading database ... 35%
2025-08-20T20:15:30.2169495Z (Reading database ... 40%
2025-08-20T20:15:30.2169733Z (Reading database ... 45%
2025-08-20T20:15:30.2170004Z (Reading database ... 50%
2025-08-20T20:15:30.2189449Z (Reading database ... 55%
2025-08-20T20:15:30.2278240Z (Reading database ... 60%
2025-08-20T20:15:30.2317156Z (Reading database ... 65%
2025-08-20T20:15:30.2330797Z (Reading database ... 70%
2025-08-20T20:15:30.2351305Z (Reading database ... 75%
2025-08-20T20:15:30.2384724Z (Reading database ... 80%
2025-08-20T20:15:30.2553562Z (Reading database ... 85%
2025-08-20T20:15:30.2577735Z (Reading database ... 90%
2025-08-20T20:15:30.2666766Z (Reading database ... 95%
2025-08-20T20:15:30.2667048Z (Reading database ... 100%
2025-08-20T20:15:30.2667549Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:30.2699624Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:30.3093096Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:30.4099982Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:30.4379211Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:30.5292441Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:30.6165439Z (Reading database ... 
2025-08-20T20:15:30.6166360Z (Reading database ... 5%
2025-08-20T20:15:30.6166628Z (Reading database ... 10%
2025-08-20T20:15:30.6166975Z (Reading database ... 15%
2025-08-20T20:15:30.6167241Z (Reading database ... 20%
2025-08-20T20:15:30.6167487Z (Reading database ... 25%
2025-08-20T20:15:30.6168516Z (Reading database ... 30%
2025-08-20T20:15:30.6168797Z (Reading database ... 35%
2025-08-20T20:15:30.6169058Z (Reading database ... 40%
2025-08-20T20:15:30.6169362Z (Reading database ... 45%
2025-08-20T20:15:30.6169627Z (Reading database ... 50%
2025-08-20T20:15:30.6187830Z (Reading database ... 55%
2025-08-20T20:15:30.6271307Z (Reading database ... 60%
2025-08-20T20:15:30.6309142Z (Reading database ... 65%
2025-08-20T20:15:30.6322616Z (Reading database ... 70%
2025-08-20T20:15:30.6342666Z (Reading database ... 75%
2025-08-20T20:15:30.6375640Z (Reading database ... 80%
2025-08-20T20:15:30.6541130Z (Reading database ... 85%
2025-08-20T20:15:30.6564931Z (Reading database ... 90%
2025-08-20T20:15:30.6652674Z (Reading database ... 95%
2025-08-20T20:15:30.6653316Z (Reading database ... 100%
2025-08-20T20:15:30.6653703Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:30.6684248Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:30.6960190Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:30.7811391Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:30.8521110Z (Reading database ... 
2025-08-20T20:15:30.8521727Z (Reading database ... 5%
2025-08-20T20:15:30.8522000Z (Reading database ... 10%
2025-08-20T20:15:30.8522432Z (Reading database ... 15%
2025-08-20T20:15:30.8522766Z (Reading database ... 20%
2025-08-20T20:15:30.8523040Z (Reading database ... 25%
2025-08-20T20:15:30.8523271Z (Reading database ... 30%
2025-08-20T20:15:30.8523565Z (Reading database ... 35%
2025-08-20T20:15:30.8523804Z (Reading database ... 40%
2025-08-20T20:15:30.8524077Z (Reading database ... 45%
2025-08-20T20:15:30.8524365Z (Reading database ... 50%
2025-08-20T20:15:30.8541905Z (Reading database ... 55%
2025-08-20T20:15:30.8626775Z (Reading database ... 60%
2025-08-20T20:15:30.8664910Z (Reading database ... 65%
2025-08-20T20:15:30.8678454Z (Reading database ... 70%
2025-08-20T20:15:30.8698409Z (Reading database ... 75%
2025-08-20T20:15:30.8731150Z (Reading database ... 80%
2025-08-20T20:15:30.8895374Z (Reading database ... 85%
2025-08-20T20:15:30.8918913Z (Reading database ... 90%
2025-08-20T20:15:30.9005151Z (Reading database ... 95%
2025-08-20T20:15:30.9005591Z (Reading database ... 100%
2025-08-20T20:15:30.9005949Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:30.9036001Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:30.9329690Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.0572750Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.1093739Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.2176197Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.2402100Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.3331955Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.3530727Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.4508256Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.4775665Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.5770940Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.5973509Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.6888838Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.7091621Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.7950179Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:31.8200453Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:31.9326224Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:31.9582847Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:32.0498414Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:32.0741343Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:32.1685302Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:32.2480972Z (Reading database ... 
2025-08-20T20:15:32.2481310Z (Reading database ... 5%
2025-08-20T20:15:32.2481783Z (Reading database ... 10%
2025-08-20T20:15:32.2482028Z (Reading database ... 15%
2025-08-20T20:15:32.2482484Z (Reading database ... 20%
2025-08-20T20:15:32.2482774Z (Reading database ... 25%
2025-08-20T20:15:32.2483015Z (Reading database ... 30%
2025-08-20T20:15:32.2483330Z (Reading database ... 35%
2025-08-20T20:15:32.2484558Z (Reading database ... 40%
2025-08-20T20:15:32.2484859Z (Reading database ... 45%
2025-08-20T20:15:32.2485270Z (Reading database ... 50%
2025-08-20T20:15:32.2504756Z (Reading database ... 55%
2025-08-20T20:15:32.2590146Z (Reading database ... 60%
2025-08-20T20:15:32.2629929Z (Reading database ... 65%
2025-08-20T20:15:32.2644413Z (Reading database ... 70%
2025-08-20T20:15:32.2665132Z (Reading database ... 75%
2025-08-20T20:15:32.2698784Z (Reading database ... 80%
2025-08-20T20:15:32.2869783Z (Reading database ... 85%
2025-08-20T20:15:32.2894718Z (Reading database ... 90%
2025-08-20T20:15:32.2992121Z (Reading database ... 95%
2025-08-20T20:15:32.2992474Z (Reading database ... 100%
2025-08-20T20:15:32.2992976Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:32.3028339Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:32.3354040Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:32.4457199Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:32.4680933Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:32.5583261Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:32.5832069Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:32.7563397Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:32.7760929Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:32.8653979Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:32.8868262Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:32.9846526Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:15:33.1127128Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:15:33.2697329Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:15:33.3555298Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:15:33.4466764Z Selecting previously unselected package rename.
2025-08-20T20:15:33.4658717Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:15:33.4730834Z Unpacking rename (2.02-1) ...
2025-08-20T20:15:33.5475197Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:33.5738791Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:33.6590845Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:33.6815244Z Setting up rename (2.02-1) ...
2025-08-20T20:15:33.7027587Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:15:33.7148973Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:33.7355042Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:33.7601236Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:33.7833564Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:33.8039608Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:34.4173695Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:15:34.4376125Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:34.4621030Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:34.4821491Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:34.5062365Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:34.8565702Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:34.8838201Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:34.9063387Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:35.0276256Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:15:35.1603176Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:35.2586143Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:35.2859237Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:35.3094371Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:35.3294614Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:15:35.4630865Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:15:35.7357819Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:35.7674368Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:35.9258915Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:15:37.2669066Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:15:37.2873896Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:15:37.4697513Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:15:37.5795867Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:15:37.6895076Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:15:37.7995500Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:15:38.6737224Z Reading package lists...
2025-08-20T20:15:38.8954107Z Building dependency tree...
2025-08-20T20:15:38.8961029Z Reading state information...
2025-08-20T20:15:38.9213194Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:15:38.9336734Z 
2025-08-20T20:15:38.9338074Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:15:38.9338443Z 
2025-08-20T20:15:39.0643571Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:15:39.0684734Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:15:39.3071784Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:15:39.4168155Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:15:39.5264310Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:15:39.6361826Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:15:40.5296527Z Reading package lists...
2025-08-20T20:15:40.7550433Z Building dependency tree...
2025-08-20T20:15:40.7557897Z Reading state information...
2025-08-20T20:15:40.7797995Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:15:40.7890005Z 
2025-08-20T20:15:40.7890826Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:15:40.7891331Z 
2025-08-20T20:15:40.7997046Z Reading package lists...
2025-08-20T20:15:41.0235725Z Building dependency tree...
2025-08-20T20:15:41.0244661Z Reading state information...
2025-08-20T20:15:41.2723994Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:15:41.3138800Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:15:41.3418471Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:15:41.4033715Z ##[group]Run ##Presets
2025-08-20T20:15:41.4034481Z [36;1m##Presets[0m
2025-08-20T20:15:41.4034706Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:41.4034959Z [36;1m#-------------#[0m
2025-08-20T20:15:41.4035249Z [36;1m##Debug?[0m
2025-08-20T20:15:41.4035525Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:41.4035870Z [36;1m  set -x[0m
2025-08-20T20:15:41.4036133Z [36;1mfi[0m
2025-08-20T20:15:41.4036348Z [36;1m#-------------#[0m
2025-08-20T20:15:41.4036798Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:15:41.4037447Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:15:41.4037880Z [36;1msudo service procps restart[0m
2025-08-20T20:15:41.4038199Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:15:41.4065809Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:41.4066255Z env:
2025-08-20T20:15:41.4066578Z   CROSS_COMPILING: NO
2025-08-20T20:15:41.4066889Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:15:41.4067152Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:15:41.4067388Z   ON_QEMU: NO
2025-08-20T20:15:41.4067665Z   DEBUG: 0
2025-08-20T20:15:41.4067877Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:15:41.4068175Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:15:41.4068493Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:15:41.4068798Z   KEEP_LOGS: YES
2025-08-20T20:15:41.4069084Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:41.4069307Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:15:41.4069559Z   SBUILD_REBUILD: false
2025-08-20T20:15:41.4070147Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:15:41.4070726Z   BUILD_SYS: host://soar-dl
2025-08-20T20:15:41.4070992Z   BUILD_ON_HOST: TRUE
2025-08-20T20:15:41.4071265Z   BUILD_SYSTEM: HOST
2025-08-20T20:15:41.4071494Z   SYSTMP: /tmp
2025-08-20T20:15:41.4071738Z   GHA_MODE: MATRIX
2025-08-20T20:15:41.4072210Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:41.4072957Z ##[endgroup]
2025-08-20T20:15:41.4171588Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:15:41.4236464Z 0
2025-08-20T20:15:41.4546461Z vm.max_map_count = 262144
2025-08-20T20:15:41.4546948Z fs.inotify.max_user_watches = 655360
2025-08-20T20:15:41.4547250Z fs.inotify.max_user_instances = 1280
2025-08-20T20:15:41.4547511Z vm.mmap_rnd_bits = 28
2025-08-20T20:15:41.4641443Z ##[group]Run ##Presets
2025-08-20T20:15:41.4642030Z [36;1m##Presets[0m
2025-08-20T20:15:41.4642501Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:41.4642861Z [36;1m#-------------#[0m
2025-08-20T20:15:41.4643105Z [36;1m##Debug?[0m
2025-08-20T20:15:41.4643366Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:41.4643738Z [36;1m  set -x[0m
2025-08-20T20:15:41.4643947Z [36;1mfi[0m
2025-08-20T20:15:41.4644148Z [36;1m#-------------#[0m
2025-08-20T20:15:41.4644464Z [36;1m##Main[0m
2025-08-20T20:15:41.4644699Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:15:41.4645376Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:15:41.4646110Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:15:41.4646501Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:15:41.4646916Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:15:41.4647228Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:15:41.4647598Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:15:41.4647937Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:15:41.4648262Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:15:41.4648681Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:15:41.4649001Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:15:41.4649693Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:15:41.4650089Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:15:41.4650422Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:15:41.4650740Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:15:41.4651052Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:15:41.4651360Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:15:41.4651722Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:15:41.4652013Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:15:41.4652549Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:15:41.4652952Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:15:41.4653275Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:15:41.4653644Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:15:41.4653994Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:15:41.4654341Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:15:41.4654707Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:15:41.4655004Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:15:41.4655354Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:15:41.4655868Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:15:41.4656380Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:15:41.4656895Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:15:41.4657270Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:15:41.4657639Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:15:41.4658323Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:15:41.4659148Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:15:41.4659687Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:41.4660033Z [36;1m else[0m
2025-08-20T20:15:41.4660661Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:15:41.4661120Z [36;1m fi[0m
2025-08-20T20:15:41.4661424Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:15:41.4661825Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:15:41.4662486Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4662905Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4663312Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4663803Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4664230Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4664690Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4665151Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:15:41.4665586Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:15:41.4665948Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:15:41.4692674Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:41.4692949Z env:
2025-08-20T20:15:41.4693325Z   CROSS_COMPILING: NO
2025-08-20T20:15:41.4693564Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:15:41.4693944Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:15:41.4694533Z   ON_QEMU: NO
2025-08-20T20:15:41.4694746Z   DEBUG: 0
2025-08-20T20:15:41.4695019Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:15:41.4695282Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:15:41.4695597Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:15:41.4695952Z   KEEP_LOGS: YES
2025-08-20T20:15:41.4696167Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:41.4696433Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:15:41.4696653Z   SBUILD_REBUILD: false
2025-08-20T20:15:41.4697222Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:15:41.4697824Z   BUILD_SYS: host://soar-dl
2025-08-20T20:15:41.4698074Z   BUILD_ON_HOST: TRUE
2025-08-20T20:15:41.4698298Z   BUILD_SYSTEM: HOST
2025-08-20T20:15:41.4698542Z   SYSTMP: /tmp
2025-08-20T20:15:41.4698773Z   GHA_MODE: MATRIX
2025-08-20T20:15:41.4699210Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:41.4700449Z   GHCR_TOKEN: ***
2025-08-20T20:15:41.4700833Z   GITHUB_TOKEN: ***
2025-08-20T20:15:41.4701391Z   GITLAB_TOKEN: ***
2025-08-20T20:15:41.4702920Z   MINISIGN_KEY: ***
2025-08-20T20:15:41.4703157Z ##[endgroup]
2025-08-20T20:15:41.5971911Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:15:41.7356803Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:15:41.7357315Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:15:41.7357554Z 
2025-08-20T20:15:41.7872212Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:15:41.7873004Z 100  2274  100  2274    0     0  43996      0 --:--:-- --:--:-- --:--:-- 44588
2025-08-20T20:15:41.7883360Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:15:41.7962719Z 
2025-08-20T20:15:41.7963701Z [+] Building [/tmp/tmp.hJytJ4QiQo/SBUILD_INPUT] Locally
2025-08-20T20:15:41.7964019Z 
2025-08-20T20:15:41.7975282Z '/tmp/tmp.hJytJ4QiQo/SBUILD_INPUT' -> '/tmp/pkgforge/mMVaHlEZS_build.yaml'
2025-08-20T20:15:41.9487397Z 
2025-08-20T20:15:41.9488127Z [+] Passwordless sudo is Configured
2025-08-20T20:15:42.0815989Z 
2025-08-20T20:15:42.0827209Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:15:42.0827490Z 
2025-08-20T20:15:42.1198299Z 
2025-08-20T20:15:42.1199725Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:15:42.1200339Z 
2025-08-20T20:15:42.1200363Z 
2025-08-20T20:15:42.1200626Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:15:42.1200914Z 
2025-08-20T20:15:42.1238533Z [+] Installing: 7z -> 7z
2025-08-20T20:15:42.7026362Z [+] Installing: actionlint -> actionlint
2025-08-20T20:15:43.2779489Z [+] Installing: anew -> anew
2025-08-20T20:15:43.8287541Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:15:44.3585053Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:15:44.9777189Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:15:45.4674559Z [+] Installing: archey -> archey
2025-08-20T20:15:46.0444691Z [+] Installing: aria2 -> aria2c
2025-08-20T20:15:46.6304610Z [+] Installing: askalono -> askalono
2025-08-20T20:15:46.8856302Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:15:47.4065670Z [+] Installing: b3sum -> b3sum
2025-08-20T20:15:47.9362691Z [+] Installing: bita -> bita
2025-08-20T20:15:48.5235073Z [+] Installing: btop -> btop
2025-08-20T20:15:49.0734246Z [+] Installing: chafa -> chafa
2025-08-20T20:15:49.6785939Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:15:50.3460098Z [+] Installing: croc -> croc
2025-08-20T20:15:50.9251322Z [+] Installing: csvtk -> csvtk
2025-08-20T20:15:51.5547366Z [+] Installing: cutlines -> cutlines
2025-08-20T20:15:52.0297421Z curl: (22) The requested URL returned error: 404
2025-08-20T20:15:52.0333393Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:15:52.0334332Z [+] Installing: dbin -> dbin
2025-08-20T20:15:52.6222361Z [+] Installing: dasel -> dasel
2025-08-20T20:15:53.2115710Z [+] Installing: delta -> delta
2025-08-20T20:15:53.7949682Z [+] Installing: ds -> ds
2025-08-20T20:15:54.2627878Z curl: (22) The requested URL returned error: 404
2025-08-20T20:15:54.2664104Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:15:54.2664507Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:15:54.7977659Z [+] Installing: duf -> duf
2025-08-20T20:15:55.3914809Z [+] Installing: duplicut -> duplicut
2025-08-20T20:15:55.9220084Z [+] Installing: dust -> dust
2025-08-20T20:15:56.4823811Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:15:57.0665777Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:15:57.3035090Z [+] Installing: dysk -> dysk
2025-08-20T20:15:57.8458096Z [+] Installing: eget -> eget
2025-08-20T20:15:58.3694210Z [+] Installing: epoch -> epoch
2025-08-20T20:15:58.9163180Z [+] Installing: faketty -> faketty
2025-08-20T20:15:59.4395759Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:15:59.9768288Z [+] Installing: freeze -> freeze
2025-08-20T20:16:00.5990897Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:16:01.1248392Z [+] Installing: gdu -> gdu
2025-08-20T20:16:01.7367942Z [+] Installing: gh -> gh
2025-08-20T20:16:02.4228460Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:16:03.0281253Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:16:03.5892622Z [+] Installing: glab -> glab
2025-08-20T20:16:04.3077211Z [+] Installing: glow -> glow
2025-08-20T20:16:05.0641749Z [+] Installing: httpx -> httpx
2025-08-20T20:16:05.7555159Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:16:06.4424030Z [+] Installing: husarnet -> husarnet
2025-08-20T20:16:06.9111535Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:06.9146979Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:16:06.9147709Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:16:07.3823739Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:07.3857991Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:16:07.3858697Z [+] Installing: imgcat -> imgcat
2025-08-20T20:16:07.9513504Z [+] Installing: jc -> jc
2025-08-20T20:16:08.5513447Z [+] Installing: jq -> jq
2025-08-20T20:16:09.1309458Z [+] Installing: logdy -> logdy
2025-08-20T20:16:09.7996019Z [+] Installing: micro -> micro
2025-08-20T20:16:10.3800728Z [+] Installing: miniserve -> miniserve
2025-08-20T20:16:10.9749966Z [+] Installing: minisign -> minisign
2025-08-20T20:16:11.3006757Z [+] Installing: ncdu -> ncdu
2025-08-20T20:16:11.8345590Z [+] Installing: notify -> notify
2025-08-20T20:16:12.5521887Z [+] Installing: ouch -> ouch
2025-08-20T20:16:13.1157214Z [+] Installing: oras -> oras
2025-08-20T20:16:13.6360221Z [+] Installing: pipetty -> pipetty
2025-08-20T20:16:14.1400512Z [+] Installing: pixterm -> pixterm
2025-08-20T20:16:14.7060928Z [+] Installing: qsv -> qsv
2025-08-20T20:16:15.3103563Z [+] Installing: rclone -> rclone
2025-08-20T20:16:16.0408188Z [+] Installing: ripgrep -> rg
2025-08-20T20:16:16.6038606Z [+] Installing: rga -> rga
2025-08-20T20:16:17.1621205Z [+] Installing: rsync -> rsync
2025-08-20T20:16:17.7345208Z [+] Installing: script -> script
2025-08-20T20:16:18.3631530Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:16:19.0817776Z [+] Installing: soar -> soar
2025-08-20T20:16:19.6763374Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:16:20.2477058Z [+] Installing: sstrip -> sstrip
2025-08-20T20:16:20.7654296Z [+] Installing: strace -> strace
2025-08-20T20:16:21.3057208Z [+] Installing: sttr -> sttr
2025-08-20T20:16:21.8848901Z [+] Installing: tailscale -> tailscale
2025-08-20T20:16:22.4879319Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:16:23.1511057Z [+] Installing: taplo -> taplo
2025-08-20T20:16:23.7284467Z [+] Installing: tldr -> tldr
2025-08-20T20:16:24.4085105Z [+] Installing: tldr -> tealdeer
2025-08-20T20:16:24.6387826Z [+] Installing: tmux -> tmux
2025-08-20T20:16:25.1772027Z [+] Installing: tok -> tok
2025-08-20T20:16:25.7247126Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:16:26.3597639Z [+] Installing: trurl -> trurl
2025-08-20T20:16:26.9445143Z [+] Installing: tss -> tss
2025-08-20T20:16:27.4785671Z [+] Installing: ulexec -> ulexec
2025-08-20T20:16:28.0548227Z [+] Installing: unfurl -> unfurl
2025-08-20T20:16:28.6426502Z [+] Installing: upx -> upx
2025-08-20T20:16:29.1666972Z [+] Installing: validtoml -> validtoml
2025-08-20T20:16:29.7346273Z [+] Installing: wget -> wget
2025-08-20T20:16:30.3225773Z [+] Installing: wget2 -> wget2
2025-08-20T20:16:30.9082630Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:16:31.4715788Z [+] Installing: xq -> xq
2025-08-20T20:16:32.0427165Z [+] Installing: xz -> xz
2025-08-20T20:16:32.5697596Z [+] Installing: unxz -> unxz
2025-08-20T20:16:33.0976479Z [+] Installing: yq -> yq
2025-08-20T20:16:33.6345267Z [+] Installing: yj -> yj
2025-08-20T20:16:34.1550909Z [+] Installing: zapper -> zapper
2025-08-20T20:16:34.6123883Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:16:35.1268862Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:16:35.5911667Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:35.5949041Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:16:35.5950887Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:16:36.0752895Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:36.0788579Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:16:36.0789287Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:16:36.5383087Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:36.5417752Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:16:36.5418800Z [+] Installing: zstd -> zstd
2025-08-20T20:16:37.0860965Z [+] Creating symlinks...
2025-08-20T20:16:37.0937787Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:16:37.1017659Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:16:37.1097677Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:16:37.1179094Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:16:37.1262037Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:16:37.1344944Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:16:37.1427568Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:16:37.1510542Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:16:37.1592089Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:16:37.1675105Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:16:37.1759087Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:16:37.1848391Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:16:37.1934990Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:16:37.2017445Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:16:37.2100208Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:16:37.2189412Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:16:37.2264385Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:16:37.2299052Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:16:37.2369826Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:16:37.2451456Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:16:37.2535197Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:16:37.2570227Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:16:37.2645743Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:16:37.2728281Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:16:37.2810858Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:16:37.2896485Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:16:37.2978490Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:16:37.3058547Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:16:37.3139320Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:16:37.3221731Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:16:37.3301984Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:16:37.3381483Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:16:37.3461115Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:16:37.3542610Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:16:37.3622336Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:16:37.3703388Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:16:37.3784625Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:16:37.3868485Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:16:37.3948752Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:16:37.4029703Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:16:37.4112094Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:16:37.4195598Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:16:37.4280918Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:16:37.4363789Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:16:37.4398605Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:16:37.4422531Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:16:37.4495531Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:16:37.4577430Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:16:37.4660645Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:16:37.4741543Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:16:37.4825204Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:16:37.4909869Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:16:37.4995179Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:16:37.5080265Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:16:37.5166866Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:16:37.5253008Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:16:37.5336515Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:16:37.5421728Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:16:37.5508113Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:16:37.5592039Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:16:37.5673583Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:16:37.5756915Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:16:37.5841004Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:16:37.5926008Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:16:37.6008603Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:16:37.6098197Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:16:37.6184108Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:16:37.6272551Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:16:37.6358283Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:16:37.6444902Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:16:37.6529478Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:16:37.6613902Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:16:37.6699129Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:16:37.6783064Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:16:37.6867625Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:16:37.6951989Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:16:37.7036277Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:16:37.7119014Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:16:37.7201703Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:16:37.7291409Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:16:37.7377086Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:16:37.7458617Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:16:37.7539606Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:16:37.7625617Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:16:37.7709175Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:16:37.7793392Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:16:37.7873415Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:16:37.7959160Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:16:37.8042715Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:16:37.8125161Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:16:37.8207036Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:16:37.8288434Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:16:37.8368432Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:16:37.8454730Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:16:37.8535387Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:16:37.8568998Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:16:37.8594238Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:16:37.8618437Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:16:37.8690812Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:16:37.8715030Z 
2025-08-20T20:16:37.8715404Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:16:37.8715750Z 
2025-08-20T20:16:37.8825245Z 
2025-08-20T20:16:37.8904906Z 
2025-08-20T20:16:37.8905479Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:16:37.8905711Z 
2025-08-20T20:16:37.8905790Z [+] Installation completed!
2025-08-20T20:16:37.8981666Z 
2025-08-20T20:16:37.8981949Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:16:38.2291880Z github.com
2025-08-20T20:16:38.2292690Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:16:38.2293030Z   - Active account: true
2025-08-20T20:16:38.2293240Z   - Git operations protocol: https
2025-08-20T20:16:38.2293530Z   - Token: ghp_************************************
2025-08-20T20:16:38.2294158Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:16:38.2294802Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:16:38.2295129Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:16:38.4036708Z Limit: 5000, Remaining: 4307, Reset: 2025-08-20 20:25:34 +0000 UTC (8m56s)
2025-08-20T20:16:38.4045774Z 
2025-08-20T20:16:38.4045988Z [+] GHCR_TOKEN is Exported
2025-08-20T20:16:38.4076326Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:16:38.6493564Z Login Succeeded
2025-08-20T20:16:38.6504020Z 
2025-08-20T20:16:38.6504328Z [+] GITLAB is Exported
2025-08-20T20:16:38.7798629Z [git remote -v]
2025-08-20T20:16:39.0701090Z gitlab.com
2025-08-20T20:16:39.0701712Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:16:39.0704332Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:16:39.0704872Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:16:39.0705270Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:16:39.0705615Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:16:39.0705933Z   ✓ Token found: **************************
2025-08-20T20:16:39.0706111Z 
2025-08-20T20:16:39.0706457Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:16:39.0706922Z [git remote -v]
2025-08-20T20:16:39.0715777Z 2025/08/20 20:16:39 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:16:39.0716278Z git: exit status 128]
2025-08-20T20:16:39.3094207Z 
2025-08-20T20:16:39.3094217Z 
2025-08-20T20:16:39.3095045Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:16:39 PM)
2025-08-20T20:16:39.3095789Z 
2025-08-20T20:16:39.3095795Z 
2025-08-20T20:16:39.3095879Z [+] USER = runner
2025-08-20T20:16:39.3096057Z [+] HOME = /home/runner
2025-08-20T20:16:39.3098197Z [+] 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-20T20:16:39.3100286Z 
2025-08-20T20:16:39.4919428Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:39.5055948Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:39.6856460Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:39.7320892Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:16:39.7786362Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:39.8252603Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:40.7133454Z Reading package lists...
2025-08-20T20:16:40.7438561Z Reading package lists...
2025-08-20T20:16:40.9662945Z Building dependency tree...
2025-08-20T20:16:40.9670879Z Reading state information...
2025-08-20T20:16:41.2411567Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:16:41.2411949Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:16:41.2412388Z ca-certificates is already the newest version (20240203).
2025-08-20T20:16:41.2412784Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:16:41.2413105Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:16:41.2413410Z moreutils is already the newest version (0.69-1).
2025-08-20T20:16:41.2413768Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:16:41.2414164Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:16:41.2414520Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:16:41.3704851Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:41.3788364Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:41.3862405Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:41.4251760Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:16:41.4716752Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:41.5180708Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:42.4745637Z Reading package lists...
2025-08-20T20:16:42.5053882Z Reading package lists...
2025-08-20T20:16:42.7321948Z Building dependency tree...
2025-08-20T20:16:42.7329442Z Reading state information...
2025-08-20T20:16:42.9827740Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:16:42.9828258Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:16:42.9828957Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:16:42.9829317Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:16:42.9829733Z ca-certificates is already the newest version (20240203).
2025-08-20T20:16:42.9830121Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:16:42.9830474Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:16:42.9830881Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:16:42.9831193Z gawk set to manually installed.
2025-08-20T20:16:42.9831809Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:16:42.9832207Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:16:42.9832706Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:16:42.9833106Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:16:42.9833486Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:16:42.9833871Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:16:42.9834265Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:16:42.9834594Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:16:42.9834945Z The following additional packages will be installed:
2025-08-20T20:16:42.9835435Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:16:42.9835918Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:16:42.9836386Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:16:42.9836884Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:16:42.9837352Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:16:42.9837822Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:16:42.9843588Z Suggested packages:
2025-08-20T20:16:42.9844058Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:16:42.9844629Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:16:42.9845133Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:16:42.9845641Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:16:42.9846147Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:16:42.9846567Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:16:42.9847018Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:16:43.0069345Z The following NEW packages will be installed:
2025-08-20T20:16:43.0069790Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:16:43.0070948Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:16:43.0071970Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:16:43.0072544Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:16:43.0073408Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:16:43.0077508Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:16:43.0078525Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:16:43.1666347Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:16:43.1666726Z Need to get 27.2 MB of archives.
2025-08-20T20:16:43.1667020Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:16:43.1667606Z 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-20T20:16:43.5544256Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:16:43.6512643Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:16:43.6998554Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:16:43.7475248Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:16:43.7943330Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:16:43.8447834Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:16:43.8946000Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:16:43.9456107Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:16:43.9927775Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:16:44.1560050Z 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-20T20:16:44.2035832Z 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-20T20:16:44.2530629Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:16:44.2999299Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:16:44.3463985Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:16:44.3932493Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:16:44.4400209Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:16:44.5063995Z 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-20T20:16:44.6400596Z 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-20T20:16:44.6878851Z 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-20T20:16:44.7344475Z 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-20T20:16:44.7812089Z 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-20T20:16:44.8308826Z 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-20T20:16:44.9882878Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:16:45.2128440Z 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-20T20:16:45.3764912Z 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-20T20:16:45.5814430Z 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-20T20:16:45.7870941Z 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-20T20:16:45.9877069Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:16:46.1321156Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:16:46.3494550Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:16:46.5393736Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:16:46.5862648Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:16:46.6442631Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:16:46.6931918Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:16:46.7431398Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:16:46.9936689Z Preconfiguring packages ...
2025-08-20T20:16:47.2799852Z Fetched 27.2 MB in 4s (7298 kB/s)
2025-08-20T20:16:47.3250148Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:16:47.3281684Z (Reading database ... 
2025-08-20T20:16:47.3281963Z (Reading database ... 5%
2025-08-20T20:16:47.3282166Z (Reading database ... 10%
2025-08-20T20:16:47.3282482Z (Reading database ... 15%
2025-08-20T20:16:47.3282711Z (Reading database ... 20%
2025-08-20T20:16:47.3282904Z (Reading database ... 25%
2025-08-20T20:16:47.3283100Z (Reading database ... 30%
2025-08-20T20:16:47.3283435Z (Reading database ... 35%
2025-08-20T20:16:47.3283629Z (Reading database ... 40%
2025-08-20T20:16:47.3283827Z (Reading database ... 45%
2025-08-20T20:16:47.3284023Z (Reading database ... 50%
2025-08-20T20:16:47.3304655Z (Reading database ... 55%
2025-08-20T20:16:47.3390794Z (Reading database ... 60%
2025-08-20T20:16:47.3429421Z (Reading database ... 65%
2025-08-20T20:16:47.3443160Z (Reading database ... 70%
2025-08-20T20:16:47.3463187Z (Reading database ... 75%
2025-08-20T20:16:47.3589928Z (Reading database ... 80%
2025-08-20T20:16:47.3662349Z (Reading database ... 85%
2025-08-20T20:16:47.3687449Z (Reading database ... 90%
2025-08-20T20:16:47.3776007Z (Reading database ... 95%
2025-08-20T20:16:47.3776236Z (Reading database ... 100%
2025-08-20T20:16:47.3776532Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:16:47.3809915Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:16:47.4032172Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:16:47.5660096Z Selecting previously unselected package poppler-data.
2025-08-20T20:16:47.5841812Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:16:47.5936108Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:16:47.7250776Z Selecting previously unselected package b3sum.
2025-08-20T20:16:47.7413384Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:16:47.7482578Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:16:47.8086423Z Selecting previously unselected package build-essential.
2025-08-20T20:16:47.8238029Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:16:47.8305056Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:16:47.8966341Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:16:47.9127310Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:16:47.9253247Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:16:47.9915124Z Selecting previously unselected package ccache.
2025-08-20T20:16:48.0114109Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:16:48.0181189Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:16:48.1070703Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:16:48.1248759Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:16:48.1313806Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:16:48.2258966Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:16:48.2440395Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:16:48.2561425Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:16:48.3229638Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:16:48.3383097Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:16:48.3461342Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:16:48.4337225Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:16:48.4500263Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:16:48.5123833Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:16:48.6193788Z Selecting previously unselected package libgs-common.
2025-08-20T20:16:48.6373704Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:16:48.6444203Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:48.6998046Z Selecting previously unselected package libgs10-common.
2025-08-20T20:16:48.7171850Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:16:48.7254000Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:48.8129962Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:16:48.8276226Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:16:48.8344860Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:16:48.8970986Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:16:48.9119510Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:16:48.9231660Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:16:48.9944175Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:16:49.0093811Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:16:49.0166041Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:16:49.0979751Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:16:49.1168836Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:16:49.1237428Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:16:49.1847989Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:16:49.2029989Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:16:49.2094777Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:49.3617043Z Selecting previously unselected package ghostscript.
2025-08-20T20:16:49.3766175Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:16:49.3843181Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:49.4593052Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:16:49.4753579Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:16:49.4836527Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:49.6336859Z Selecting previously unselected package imagemagick.
2025-08-20T20:16:49.6518054Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:16:49.6612837Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:49.7139158Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:16:49.7312481Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:16:49.7378646Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:16:49.8050153Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:16:49.8229441Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:16:49.8303171Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:16:49.9048863Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:16:49.9206196Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:16:49.9277849Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:16:49.9946480Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:16:50.0099004Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:16:50.0175123Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:16:50.0805978Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:16:50.0966038Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:16:50.1059873Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:16:50.1682811Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:16:50.1858156Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:16:50.1941813Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:16:50.2738798Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:16:50.2917966Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:16:50.2986619Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:16:50.3540309Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:16:50.3719300Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:16:50.3782636Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:50.4401695Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:16:50.4551115Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:16:50.4620871Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:16:50.5155038Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:16:50.5316641Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:16:50.5382576Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:16:50.5927356Z Selecting previously unselected package libtool-bin.
2025-08-20T20:16:50.6076582Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:16:50.6140339Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:16:50.6799613Z Selecting previously unselected package lzip.
2025-08-20T20:16:50.6986182Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:16:50.7049754Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:16:50.7676604Z Selecting previously unselected package netpbm.
2025-08-20T20:16:50.7854037Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:16:50.7946313Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:16:51.0058184Z Selecting previously unselected package musl:arm64.
2025-08-20T20:16:51.0217907Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:16:51.0283010Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:16:51.0953407Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:16:51.1109417Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:16:51.1174881Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:16:51.2001189Z Selecting previously unselected package musl-tools.
2025-08-20T20:16:51.2183081Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:16:51.2266532Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:16:51.3039955Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:16:51.4520337Z 
2025-08-20T20:16:51.4520832Z Creating config file /etc/papersize with new version
2025-08-20T20:16:51.5407292Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:16:51.5607751Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:16:51.5870670Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:16:51.6080775Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:16:51.6300542Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:51.6537998Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:16:51.6742084Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:16:51.6952589Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:16:51.7599451Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:16:51.7858413Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:16:51.8115254Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:16:51.8294204Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:16:51.8363314Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:16:51.8436964Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:16:51.8567303Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:16:51.8807825Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:16:51.9046628Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:16:51.9253141Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:16:51.9466979Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:51.9648781Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:16:51.9712575Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:16:52.4402993Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:16:52.4469009Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:16:52.4547377Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:16:52.4619730Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:16:52.4727698Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:16:52.4846657Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:16:52.4952832Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:16:52.5023334Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:16:52.5101335Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:16:52.5182953Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:16:52.5274956Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:16:52.5353258Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:16:52.5428493Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:16:52.5499774Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:16:52.5581644Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:16:52.5651186Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:16:52.5732142Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:16:52.5803189Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:16:52.5894480Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:16:52.5977404Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:16:52.6098734Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:16:52.6301562Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:16:52.6650828Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:16:52.6837423Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:16:52.7274729Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:16:52.7485441Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:16:52.7688007Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:16:52.7865885Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:16:52.7998503Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:16:52.8134292Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:16:52.8342610Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:16:52.8652884Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:16:52.8878181Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:16:52.9098335Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:52.9322444Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:16:52.9539382Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:16:53.1649940Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:16:53.2117636Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:53.2353983Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:53.3259608Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:16:53.3567016Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:16:53.4429370Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:16:53.8038800Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:16:54.8628051Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:16:54.8941074Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:57.5460557Z Reading package lists...
2025-08-20T20:16:57.7779212Z Building dependency tree...
2025-08-20T20:16:57.7787310Z Reading state information...
2025-08-20T20:16:58.0365050Z autoconf is already the newest version (2.71-3).
2025-08-20T20:16:58.0365449Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:16:58.0365794Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:16:58.0366126Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:16:58.0366473Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:16:58.0366823Z ca-certificates is already the newest version (20240203).
2025-08-20T20:16:58.0367153Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:16:58.0367452Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:16:58.0367802Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:16:58.0368116Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:16:58.0368433Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:16:58.0368747Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:16:58.0369431Z patch set to manually installed.
2025-08-20T20:16:58.0369732Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:16:58.0370063Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:16:58.0370375Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:16:58.0370678Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:16:58.0370941Z Suggested packages:
2025-08-20T20:16:58.0371112Z   scons-doc
2025-08-20T20:16:58.0520425Z The following NEW packages will be installed:
2025-08-20T20:16:58.0529095Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:16:58.2924276Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:16:58.2924623Z Need to get 17.8 MB of archives.
2025-08-20T20:16:58.2924917Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:16:58.2925410Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:16:58.9832855Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:16:59.0939052Z 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-20T20:17:00.1543591Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:17:00.3756328Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:17:00.6381998Z Fetched 17.8 MB in 2s (7695 kB/s)
2025-08-20T20:17:00.6623818Z Selecting previously unselected package autopoint.
2025-08-20T20:17:00.6655609Z (Reading database ... 
2025-08-20T20:17:00.6655848Z (Reading database ... 5%
2025-08-20T20:17:00.6656056Z (Reading database ... 10%
2025-08-20T20:17:00.6656261Z (Reading database ... 15%
2025-08-20T20:17:00.6656456Z (Reading database ... 20%
2025-08-20T20:17:00.6656650Z (Reading database ... 25%
2025-08-20T20:17:00.6656897Z (Reading database ... 30%
2025-08-20T20:17:00.6657094Z (Reading database ... 35%
2025-08-20T20:17:00.6657287Z (Reading database ... 40%
2025-08-20T20:17:00.6657493Z (Reading database ... 45%
2025-08-20T20:17:00.6657686Z (Reading database ... 50%
2025-08-20T20:17:00.6676722Z (Reading database ... 55%
2025-08-20T20:17:00.6762641Z (Reading database ... 60%
2025-08-20T20:17:00.6802371Z (Reading database ... 65%
2025-08-20T20:17:00.6816635Z (Reading database ... 70%
2025-08-20T20:17:00.6845255Z (Reading database ... 75%
2025-08-20T20:17:00.6971995Z (Reading database ... 80%
2025-08-20T20:17:00.7045266Z (Reading database ... 85%
2025-08-20T20:17:00.7074011Z (Reading database ... 90%
2025-08-20T20:17:00.7167752Z (Reading database ... 95%
2025-08-20T20:17:00.7167964Z (Reading database ... 100%
2025-08-20T20:17:00.7168258Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:17:00.7203232Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:17:00.7273062Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:17:00.7970955Z Selecting previously unselected package clang.
2025-08-20T20:17:00.8148909Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:17:00.8235606Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:17:00.8816299Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:17:00.8994886Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:17:00.9082097Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:17:01.8639748Z Selecting previously unselected package scons.
2025-08-20T20:17:01.8814361Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:17:01.8886443Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:17:01.9805434Z Selecting previously unselected package byacc.
2025-08-20T20:17:01.9974040Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:17:02.0036701Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:17:02.0830469Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:17:02.1143501Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:17:02.1418790Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:17:02.1989436Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:17:02.5704837Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:17:02.5928366Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:03.8072581Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:17:05.0431169Z Reading package lists...
2025-08-20T20:17:05.2743739Z Building dependency tree...
2025-08-20T20:17:05.2750254Z Reading state information...
2025-08-20T20:17:05.5304240Z The following additional packages will be installed:
2025-08-20T20:17:05.5304649Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:17:05.5304990Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:17:05.5305380Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:17:05.5305890Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:17:05.5306337Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:17:05.5306762Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:17:05.5307245Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:17:05.5307672Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:17:05.5310039Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:17:05.5320598Z Suggested packages:
2025-08-20T20:17:05.5320883Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:17:05.5321281Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:17:05.5321692Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:17:05.5324436Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:17:05.5324874Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:17:05.5325285Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:17:05.5325747Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:17:05.5326218Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:17:05.5326580Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:17:05.5326802Z Recommended packages:
2025-08-20T20:17:05.5327085Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:17:05.5327513Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:17:05.5327910Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:17:05.5328270Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:17:05.5328589Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:17:05.5515860Z The following NEW packages will be installed:
2025-08-20T20:17:05.5516658Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:17:05.5517028Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:17:05.5517431Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:17:05.5517906Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:17:05.5518348Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:17:05.5518787Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:17:05.5519232Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:17:05.5520787Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:17:05.5524783Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:17:05.7749491Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:05.7750189Z Need to get 2409 kB of archives.
2025-08-20T20:17:05.7750502Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:17:05.7751016Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:17:05.8211336Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:17:05.8769623Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:17:05.9706824Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:17:06.0194902Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:17:06.0714497Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:17:06.1316829Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:17:06.1809298Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:17:06.2316635Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:17:06.2823844Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:17:06.3360184Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:17:06.3881134Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:17:06.4376261Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:17:06.4895734Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:17:06.5444531Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:17:06.6113079Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:17:06.6621691Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:17:06.8841125Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:17:06.9323089Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:17:06.9796385Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:17:07.0263660Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:17:07.1204670Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:17:07.1761190Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:17:07.2231368Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:17:07.2694014Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:17:07.3163536Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:17:07.3625910Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:17:07.4153096Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:17:07.4648586Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:17:07.5124439Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:17:07.8351988Z Fetched 2409 kB in 2s (1200 kB/s)
2025-08-20T20:17:07.8650045Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:17:07.8682761Z (Reading database ... 
2025-08-20T20:17:07.8682988Z (Reading database ... 5%
2025-08-20T20:17:07.8683205Z (Reading database ... 10%
2025-08-20T20:17:07.8683406Z (Reading database ... 15%
2025-08-20T20:17:07.8683609Z (Reading database ... 20%
2025-08-20T20:17:07.8683845Z (Reading database ... 25%
2025-08-20T20:17:07.8684048Z (Reading database ... 30%
2025-08-20T20:17:07.8684244Z (Reading database ... 35%
2025-08-20T20:17:07.8684445Z (Reading database ... 40%
2025-08-20T20:17:07.8684641Z (Reading database ... 45%
2025-08-20T20:17:07.8685482Z (Reading database ... 50%
2025-08-20T20:17:07.8704066Z (Reading database ... 55%
2025-08-20T20:17:07.8788447Z (Reading database ... 60%
2025-08-20T20:17:07.8826500Z (Reading database ... 65%
2025-08-20T20:17:07.8840375Z (Reading database ... 70%
2025-08-20T20:17:07.8868065Z (Reading database ... 75%
2025-08-20T20:17:07.8990029Z (Reading database ... 80%
2025-08-20T20:17:07.9059179Z (Reading database ... 85%
2025-08-20T20:17:07.9085311Z (Reading database ... 90%
2025-08-20T20:17:07.9175901Z (Reading database ... 95%
2025-08-20T20:17:07.9176135Z (Reading database ... 100%
2025-08-20T20:17:07.9176426Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:17:07.9208780Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:17:07.9278896Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:17:07.9978678Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:17:08.0164329Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:17:08.0231941Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:17:08.0906643Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:17:08.1085377Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:17:08.1163510Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:17:08.1747036Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:17:08.1926133Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:17:08.1987518Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:17:08.3377747Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:17:08.3529026Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:17:08.3596354Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:17:08.4270863Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:17:08.4425420Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:17:08.4494095Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:17:08.5105454Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:17:08.5291693Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:17:08.5359456Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:17:08.5881632Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:17:08.6063755Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:17:08.6125992Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:17:08.6742539Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:17:08.6914872Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:17:08.6986367Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:17:08.7523747Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:17:08.7703400Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:17:08.7786901Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:17:08.8327281Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:17:08.8482285Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:17:08.8553705Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:17:08.9100382Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:17:08.9251696Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:17:08.9318979Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:17:08.9960314Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:17:09.0117374Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:17:09.0207781Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:17:09.0761063Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:17:09.0950454Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:17:09.1022693Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:17:09.1544131Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:17:09.1718185Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:17:09.1784241Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:17:09.2344698Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:17:09.2521268Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:17:09.2603237Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:17:09.3097257Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:17:09.3267985Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:17:09.3339594Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:17:09.3890515Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:17:09.4046249Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:17:09.4110394Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:17:09.4631660Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:17:09.4794584Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:17:09.4863432Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:17:09.5359536Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:17:09.5514786Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:17:09.5587858Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:17:09.6277472Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:17:09.6461207Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:17:09.6548300Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:17:09.7183649Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:17:09.7357838Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:17:09.7419227Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:17:09.8060653Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:17:09.8238487Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:17:09.8305176Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:17:09.8884674Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:17:09.9034511Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:17:09.9121547Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:17:09.9667152Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:17:09.9830069Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:17:09.9903765Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:17:10.0445201Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:17:10.0611784Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:17:10.0691130Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:17:10.1249597Z Selecting previously unselected package libwww-perl.
2025-08-20T20:17:10.1439592Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:17:10.1504467Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:17:10.2126906Z Selecting previously unselected package patchutils.
2025-08-20T20:17:10.2303564Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:17:10.2394768Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:17:10.2920168Z Selecting previously unselected package wdiff.
2025-08-20T20:17:10.3093736Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:17:10.3159556Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:17:10.3958003Z Selecting previously unselected package devscripts.
2025-08-20T20:17:10.4131761Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:17:10.4357780Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:17:10.5492188Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:17:10.5699487Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:17:10.5879851Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:17:10.6086181Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:17:10.6301466Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:17:10.6499472Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:17:10.6724992Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:17:10.6948198Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:17:10.7152688Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:17:10.7372852Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:17:10.7600088Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:17:10.7803608Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:17:10.8006939Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:17:10.8216818Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:17:10.8419514Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:17:10.8634420Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:17:10.8889533Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:17:10.9120875Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:17:10.9390595Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:17:10.9590228Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:17:10.9882123Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:17:11.0158126Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:17:11.0511934Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:17:11.0857202Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:17:11.1069395Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:17:11.1272858Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:17:11.1483827Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:17:11.1702712Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:17:11.1910819Z Setting up devscripts (2.23.7) ...
2025-08-20T20:17:11.3251029Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:17:11.3455866Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:12.9337525Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:17:14.1703586Z Reading package lists...
2025-08-20T20:17:14.3808949Z Building dependency tree...
2025-08-20T20:17:14.3816496Z Reading state information...
2025-08-20T20:17:14.6262395Z The following additional packages will be installed:
2025-08-20T20:17:14.6269888Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:17:14.6278558Z Suggested packages:
2025-08-20T20:17:14.6278777Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:17:14.6439204Z The following NEW packages will be installed:
2025-08-20T20:17:14.6447833Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:17:14.7561778Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:14.7562151Z Need to get 12.7 MB of archives.
2025-08-20T20:17:14.7562580Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:17:14.7563101Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:17:14.9283018Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:17:15.0363269Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:17:15.2678517Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:17:15.7043747Z Fetched 12.7 MB in 1s (16.8 MB/s)
2025-08-20T20:17:15.7386300Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:17:15.7420670Z (Reading database ... 
2025-08-20T20:17:15.7420934Z (Reading database ... 5%
2025-08-20T20:17:15.7421131Z (Reading database ... 10%
2025-08-20T20:17:15.7421331Z (Reading database ... 15%
2025-08-20T20:17:15.7421530Z (Reading database ... 20%
2025-08-20T20:17:15.7422406Z (Reading database ... 25%
2025-08-20T20:17:15.7422629Z (Reading database ... 30%
2025-08-20T20:17:15.7422825Z (Reading database ... 35%
2025-08-20T20:17:15.7423026Z (Reading database ... 40%
2025-08-20T20:17:15.7423230Z (Reading database ... 45%
2025-08-20T20:17:15.7423816Z (Reading database ... 50%
2025-08-20T20:17:15.7444319Z (Reading database ... 55%
2025-08-20T20:17:15.7534334Z (Reading database ... 60%
2025-08-20T20:17:15.7575698Z (Reading database ... 65%
2025-08-20T20:17:15.7590466Z (Reading database ... 70%
2025-08-20T20:17:15.7619737Z (Reading database ... 75%
2025-08-20T20:17:15.7751836Z (Reading database ... 80%
2025-08-20T20:17:15.7828621Z (Reading database ... 85%
2025-08-20T20:17:15.7854052Z (Reading database ... 90%
2025-08-20T20:17:15.7951010Z (Reading database ... 95%
2025-08-20T20:17:15.7951241Z (Reading database ... 100%
2025-08-20T20:17:15.7951532Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:17:15.7987836Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:17:15.8151989Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:17:15.8960708Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:17:15.9128332Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:17:15.9212462Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:17:16.0039715Z Selecting previously unselected package cmake-data.
2025-08-20T20:17:16.0232179Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:17:16.0354264Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:17:16.9672169Z Selecting previously unselected package cmake.
2025-08-20T20:17:16.9873441Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:17:16.9946206Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:17:17.1955484Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:17:17.2147024Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:17:17.2357440Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:17:17.2594925Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:17:17.2821316Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:18.6218275Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:19.8743224Z Reading package lists...
2025-08-20T20:17:20.0990379Z Building dependency tree...
2025-08-20T20:17:20.1000723Z Reading state information...
2025-08-20T20:17:20.3689300Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:17:20.3689700Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:20.3690019Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:17:20.3690327Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:20.3691087Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:17:20.3691414Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:17:20.3691765Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:20.3692069Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:17:20.3692515Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:17:20.3692824Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:17:20.3693132Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:17:20.3693417Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:17:20.3693752Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:17:20.3694105Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:17:20.3694410Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:20.3694719Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:20.3695039Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:17:20.3695346Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:17:20.3695624Z musl is already the newest version (1.2.4-2).
2025-08-20T20:17:20.3695924Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:17:20.3696214Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:17:20.3696552Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:17:20.3697133Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:17:20.3697437Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:17:20.3697737Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:20.3698070Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:20.3888706Z Reading package lists...
2025-08-20T20:17:20.6065069Z Building dependency tree...
2025-08-20T20:17:20.6072739Z Reading state information...
2025-08-20T20:17:20.8736239Z autoconf is already the newest version (2.71-3).
2025-08-20T20:17:20.8736618Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:20.8736968Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:17:20.8737303Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:20.8737640Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:17:20.8737987Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:17:20.8738342Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:17:20.8738658Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:20.8738978Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:17:20.8739280Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:17:20.8739573Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:17:20.8739877Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:20.8740192Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:20.8740513Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:17:20.8740826Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:17:20.8741144Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:17:20.8741478Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:17:20.8741842Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:17:20.8742204Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:17:20.8742681Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:17:20.8742982Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:20.8743316Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:20.8935958Z Reading package lists...
2025-08-20T20:17:21.1139796Z Building dependency tree...
2025-08-20T20:17:21.1148473Z Reading state information...
2025-08-20T20:17:21.3805693Z devscripts is already the newest version (2.23.7).
2025-08-20T20:17:21.3806117Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:21.4008520Z Reading package lists...
2025-08-20T20:17:21.6349275Z Building dependency tree...
2025-08-20T20:17:21.6356936Z Reading state information...
2025-08-20T20:17:21.9155019Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:17:21.9155418Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:21.9349908Z Reading package lists...
2025-08-20T20:17:22.1581671Z Building dependency tree...
2025-08-20T20:17:22.1591821Z Reading state information...
2025-08-20T20:17:22.4193165Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:22.4632985Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:17:22.4633399Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:22.5098062Z Reading package lists...
2025-08-20T20:17:22.7454122Z Building dependency tree...
2025-08-20T20:17:22.7460853Z Reading state information...
2025-08-20T20:17:23.0035977Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:17:23.0036712Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:17:23.0037096Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:17:23.0037496Z The following additional packages will be installed:
2025-08-20T20:17:23.0038259Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:17:23.0038656Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:17:23.0039110Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:17:23.0039503Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:17:23.0039896Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:17:23.0040342Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:17:23.0040770Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:17:23.0041185Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:17:23.0041563Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:17:23.0041955Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:17:23.0042570Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:17:23.0044490Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:17:23.0044901Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:17:23.0045351Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:17:23.0045692Z   linux-libc-dev-armhf-cross
2025-08-20T20:17:23.0053255Z Suggested packages:
2025-08-20T20:17:23.0053814Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:17:23.0054345Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:17:23.0402901Z The following NEW packages will be installed:
2025-08-20T20:17:23.0403255Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:17:23.0403663Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:17:23.0404125Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:17:23.0404589Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:17:23.0404968Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:17:23.0405356Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:17:23.0405773Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:17:23.0406180Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:17:23.0406985Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:17:23.0407391Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:17:23.0407804Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:17:23.0408232Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:17:23.0408595Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:17:23.0408974Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:17:23.0412635Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:17:23.2024653Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:23.2025010Z Need to get 112 MB of archives.
2025-08-20T20:17:23.2025294Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:17:23.2026003Z 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-20T20:17:23.3494201Z 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-20T20:17:23.7623198Z 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-20T20:17:23.8096346Z 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-20T20:17:23.9630157Z 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-20T20:17:24.0097464Z 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-20T20:17:24.0567961Z 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-20T20:17:24.1222310Z 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-20T20:17:24.1694178Z 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-20T20:17:24.2165627Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:17:24.2689253Z 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-20T20:17:24.3161860Z 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-20T20:17:24.3639732Z 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-20T20:17:24.4110412Z 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-20T20:17:24.4731014Z 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-20T20:17:24.5235139Z 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-20T20:17:24.6633064Z 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-20T20:17:24.7150451Z 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-20T20:17:24.9919701Z 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-20T20:17:25.0526430Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:17:25.1146451Z 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-20T20:17:25.1873394Z 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-20T20:17:25.3543899Z 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-20T20:17:25.4377771Z 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-20T20:17:25.4849314Z 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-20T20:17:25.5321015Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:17:25.5921177Z 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-20T20:17:25.6391251Z 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-20T20:17:25.6868428Z 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-20T20:17:25.7337528Z 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-20T20:17:25.8110505Z 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-20T20:17:25.8642905Z 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-20T20:17:25.9227836Z 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-20T20:17:26.0654290Z 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-20T20:17:26.3181916Z 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-20T20:17:26.3789829Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:17:26.4399650Z 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-20T20:17:26.5128878Z 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-20T20:17:26.6807274Z 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-20T20:17:26.7277704Z 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-20T20:17:26.7748821Z 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-20T20:17:26.8216196Z 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-20T20:17:27.1086377Z Fetched 112 MB in 4s (29.8 MB/s)
2025-08-20T20:17:27.1341584Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:17:27.1374918Z (Reading database ... 
2025-08-20T20:17:27.1375158Z (Reading database ... 5%
2025-08-20T20:17:27.1375362Z (Reading database ... 10%
2025-08-20T20:17:27.1375564Z (Reading database ... 15%
2025-08-20T20:17:27.1375764Z (Reading database ... 20%
2025-08-20T20:17:27.1375958Z (Reading database ... 25%
2025-08-20T20:17:27.1376153Z (Reading database ... 30%
2025-08-20T20:17:27.1377005Z (Reading database ... 35%
2025-08-20T20:17:27.1377222Z (Reading database ... 40%
2025-08-20T20:17:27.1377420Z (Reading database ... 45%
2025-08-20T20:17:27.1377614Z (Reading database ... 50%
2025-08-20T20:17:27.1395728Z (Reading database ... 55%
2025-08-20T20:17:27.1483154Z (Reading database ... 60%
2025-08-20T20:17:27.1522911Z (Reading database ... 65%
2025-08-20T20:17:27.1537440Z (Reading database ... 70%
2025-08-20T20:17:27.1565689Z (Reading database ... 75%
2025-08-20T20:17:27.1695826Z (Reading database ... 80%
2025-08-20T20:17:27.1768091Z (Reading database ... 85%
2025-08-20T20:17:27.1793424Z (Reading database ... 90%
2025-08-20T20:17:27.1896794Z (Reading database ... 95%
2025-08-20T20:17:27.1897417Z (Reading database ... 100%
2025-08-20T20:17:27.1897749Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:17:27.1930500Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:27.2000176Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:27.2633489Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:17:27.2804159Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:27.2890123Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:27.5496200Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:17:27.5668106Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:27.5743219Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:27.6332386Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:17:27.6486615Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:27.6599513Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:27.8813505Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:17:27.9004497Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:17:27.9068709Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:27.9657321Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:17:27.9839110Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:17:27.9964934Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:28.0578751Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:17:28.0758489Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:17:28.0892529Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:17:28.2201064Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:17:28.2357503Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.2424014Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.2971310Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:17:28.3130273Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.3224976Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.3788008Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:17:28.3959575Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:28.4026865Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:28.4764252Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:17:28.4948851Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.5015537Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.5544091Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:17:28.5734134Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.5820728Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.6463445Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:17:28.6635021Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.6697421Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.7262405Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:17:28.7415123Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.7485170Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.8532742Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:17:28.8687549Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.8764808Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:28.9462882Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:17:28.9655280Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:28.9743569Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:29.0476112Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:17:29.0660311Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:29.0729566Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:29.1737904Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:17:29.1912986Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:29.2049885Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:29.5861421Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:17:29.6041461Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:17:29.6108794Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:17:29.8617321Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:17:29.8777288Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:29.8967271Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:30.0267581Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:17:30.0455092Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:30.0553511Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:30.3065881Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:17:30.3225230Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:30.3319554Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:30.6060263Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:17:30.6248334Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:17:30.6349798Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:17:30.7730918Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:17:30.7919700Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:30.8004117Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:30.8654681Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:17:30.8811698Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:30.8906654Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:30.9522617Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:17:30.9695426Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:30.9763497Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:31.0531493Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:17:31.0693635Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.0759459Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.1490301Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:17:31.1676907Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.1788119Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.2415153Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:17:31.2594665Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.2659377Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.3316559Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:17:31.3501581Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.3575640Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.4600431Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:17:31.4754874Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.4871076Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.5826670Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:17:31.5984678Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.6067405Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.6772592Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:17:31.6960119Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:31.7066954Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:31.8055958Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:17:31.8233288Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:31.8339361Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:32.2681228Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:17:32.2863249Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:17:32.2970610Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:17:32.5538429Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:17:32.5696678Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:32.5784527Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:32.7434864Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:17:32.7628055Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:32.7784755Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.0071459Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:17:33.0231846Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:33.0358721Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.2879138Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:17:33.3069908Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:17:33.3137334Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:33.3658507Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:17:33.3841786Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:17:33.3953348Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:33.4529351Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:17:33.4708635Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:17:33.4775142Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:33.5267684Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:17:33.5423827Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:17:33.5533949Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:33.6521844Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:17:33.6733602Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:33.6929470Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.7147210Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.7334308Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.7526087Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:17:33.7735631Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.7917182Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:17:33.8085664Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:33.8368576Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.8558888Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.8783948Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:33.8991459Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:17:33.9197674Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.9425322Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.9643548Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:33.9967395Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.0267686Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.0454634Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.0757052Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.0958875Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:34.1149251Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.1332548Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.1522140Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:34.1728117Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.1953229Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.2235154Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.2506676Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:34.2757713Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.2974759Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.3187468Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.3383059Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.3575117Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.3772600Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.4005006Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:34.4243685Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.4509997Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.4742095Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.4926742Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:34.5133138Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:34.5350092Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:34.5549073Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:34.5769152Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:17:34.5838889Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:17:34.5969781Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:35.9242391Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:37.1629687Z Reading package lists...
2025-08-20T20:17:37.3990682Z Building dependency tree...
2025-08-20T20:17:37.3998749Z Reading state information...
2025-08-20T20:17:37.6577155Z The following additional packages will be installed:
2025-08-20T20:17:37.6578313Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:17:37.6585105Z   libpcap0.8-dev
2025-08-20T20:17:37.6893971Z The following NEW packages will be installed:
2025-08-20T20:17:37.6894447Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:17:37.6900349Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:17:37.7093743Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:37.8250745Z Need to get 1640 kB of archives.
2025-08-20T20:17:37.8251123Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:17:37.8251706Z 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-20T20:17:38.0645409Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:17:38.1280208Z 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-20T20:17:38.1915103Z 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-20T20:17:38.2756899Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:17:38.4081106Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:17:38.4650593Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:17:38.5115314Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:17:38.7820666Z Fetched 1640 kB in 1s (2075 kB/s)
2025-08-20T20:17:38.8236238Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:17:38.8271000Z (Reading database ... 
2025-08-20T20:17:38.8271241Z (Reading database ... 5%
2025-08-20T20:17:38.8271440Z (Reading database ... 10%
2025-08-20T20:17:38.8271643Z (Reading database ... 15%
2025-08-20T20:17:38.8272483Z (Reading database ... 20%
2025-08-20T20:17:38.8272708Z (Reading database ... 25%
2025-08-20T20:17:38.8272909Z (Reading database ... 30%
2025-08-20T20:17:38.8273103Z (Reading database ... 35%
2025-08-20T20:17:38.8273735Z (Reading database ... 40%
2025-08-20T20:17:38.8273951Z (Reading database ... 45%
2025-08-20T20:17:38.8274146Z (Reading database ... 50%
2025-08-20T20:17:38.8293838Z (Reading database ... 55%
2025-08-20T20:17:38.8387842Z (Reading database ... 60%
2025-08-20T20:17:38.8425487Z (Reading database ... 65%
2025-08-20T20:17:38.8443718Z (Reading database ... 70%
2025-08-20T20:17:38.8479177Z (Reading database ... 75%
2025-08-20T20:17:38.8641519Z (Reading database ... 80%
2025-08-20T20:17:38.8676251Z (Reading database ... 85%
2025-08-20T20:17:38.8708031Z (Reading database ... 90%
2025-08-20T20:17:38.8819372Z (Reading database ... 95%
2025-08-20T20:17:38.8819598Z (Reading database ... 100%
2025-08-20T20:17:38.8819890Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:17:38.8858260Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:17:38.8943646Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:17:38.9830202Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:17:39.0005543Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:17:39.0151145Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:17:39.0691030Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:17:39.0883517Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:17:39.0954947Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:17:39.1631367Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:17:39.1827255Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:17:39.1920298Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:17:39.2518396Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:17:39.2698529Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:17:39.2777008Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:17:39.3670292Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:17:39.3839818Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:17:39.3933482Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:17:39.4654360Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:17:39.4820045Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:17:39.4884760Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:17:39.5630042Z Selecting previously unselected package pcaputils.
2025-08-20T20:17:39.5823570Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:17:39.5914504Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:17:39.6854717Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:17:39.7109945Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:17:39.8542920Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:17:39.8745693Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:17:39.9079002Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:17:40.1422930Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:17:40.1624954Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:17:40.1840758Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:40.2178991Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:41.7846114Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:17:41.8333938Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:17:41.8593496Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:17:43.1106147Z Reading package lists...
2025-08-20T20:17:43.3402123Z Building dependency tree...
2025-08-20T20:17:43.3410188Z Reading state information...
2025-08-20T20:17:43.3843191Z Reading package lists...
2025-08-20T20:17:43.6101221Z Building dependency tree...
2025-08-20T20:17:43.6111037Z Reading state information...
2025-08-20T20:17:43.8716453Z The following additional packages will be installed:
2025-08-20T20:17:43.8722390Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:17:43.8730248Z Suggested packages:
2025-08-20T20:17:43.8732715Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:17:43.8733144Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:17:43.8907042Z The following NEW packages will be installed:
2025-08-20T20:17:43.8908936Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:17:43.8912365Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:17:44.0515979Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:44.0516325Z Need to get 801 kB of archives.
2025-08-20T20:17:44.0516662Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:17:44.0517152Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:17:44.1673635Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:17:44.2634237Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:17:44.4220555Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:17:44.4725777Z 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-20T20:17:44.5197230Z 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-20T20:17:44.5797533Z 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-20T20:17:44.6263515Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:17:44.6749641Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:17:44.9455141Z Fetched 801 kB in 1s (1032 kB/s)
2025-08-20T20:17:44.9786278Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:17:44.9820881Z (Reading database ... 
2025-08-20T20:17:44.9821118Z (Reading database ... 5%
2025-08-20T20:17:44.9821372Z (Reading database ... 10%
2025-08-20T20:17:44.9821577Z (Reading database ... 15%
2025-08-20T20:17:44.9821772Z (Reading database ... 20%
2025-08-20T20:17:44.9821965Z (Reading database ... 25%
2025-08-20T20:17:44.9822157Z (Reading database ... 30%
2025-08-20T20:17:44.9822513Z (Reading database ... 35%
2025-08-20T20:17:44.9822713Z (Reading database ... 40%
2025-08-20T20:17:44.9822906Z (Reading database ... 45%
2025-08-20T20:17:44.9823097Z (Reading database ... 50%
2025-08-20T20:17:44.9844897Z (Reading database ... 55%
2025-08-20T20:17:44.9934443Z (Reading database ... 60%
2025-08-20T20:17:44.9970178Z (Reading database ... 65%
2025-08-20T20:17:44.9987201Z (Reading database ... 70%
2025-08-20T20:17:45.0013190Z (Reading database ... 75%
2025-08-20T20:17:45.0178627Z (Reading database ... 80%
2025-08-20T20:17:45.0211904Z (Reading database ... 85%
2025-08-20T20:17:45.0242944Z (Reading database ... 90%
2025-08-20T20:17:45.0349155Z (Reading database ... 95%
2025-08-20T20:17:45.0349482Z (Reading database ... 100%
2025-08-20T20:17:45.0349809Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:17:45.0384767Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:17:45.0515387Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:17:45.1075257Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:17:45.1269602Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:17:45.1335449Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:17:45.1937398Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:17:45.2098464Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:17:45.2169885Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:17:45.3052797Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:17:45.3217166Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:17:45.3292385Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:17:45.3797003Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:17:45.3956357Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:17:45.4029676Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:17:45.4560636Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:17:45.4754123Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:17:45.4822097Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:17:45.5357514Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:17:45.5546629Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:17:45.5612598Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:17:45.6221640Z Selecting previously unselected package lzma.
2025-08-20T20:17:45.6407966Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:17:45.6475796Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:17:45.7099426Z Selecting previously unselected package lzma-dev.
2025-08-20T20:17:45.7263409Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:17:45.7330793Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:17:45.8064111Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:17:45.8331800Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:17:45.8538801Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:17:45.8727301Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:17:45.8902723Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:17:45.9068391Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:17:45.9196903Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:17:45.9388771Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:17:45.9589299Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:17:45.9771044Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:17:45.9965084Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:46.0259900Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:47.3895659Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:17:48.6640150Z Reading package lists...
2025-08-20T20:17:48.8895349Z Building dependency tree...
2025-08-20T20:17:48.8904760Z Reading state information...
2025-08-20T20:17:49.2076001Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:17:49.2076732Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:17:49.2077088Z inetutils-telnet set to manually installed.
2025-08-20T20:17:49.2077398Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:17:49.2077734Z The following additional packages will be installed:
2025-08-20T20:17:49.2077999Z   tcpd update-inetd
2025-08-20T20:17:49.2249695Z The following packages will be REMOVED:
2025-08-20T20:17:49.2254784Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:17:49.2255689Z The following NEW packages will be installed:
2025-08-20T20:17:49.2256016Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:17:49.2256409Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:17:49.2263538Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:17:49.5808472Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:17:49.5809252Z Need to get 691 kB of archives.
2025-08-20T20:17:49.5809534Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:17:49.5810045Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:17:49.9476879Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:17:50.0871761Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:17:50.2262098Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:17:50.3897784Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:17:50.5983500Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:17:50.7676644Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:17:50.9264103Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:17:51.0708539Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:17:51.2061537Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:17:51.3625356Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:17:51.6507150Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:17:52.0302802Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:17:52.3156378Z Preconfiguring packages ...
2025-08-20T20:17:52.4271049Z Fetched 691 kB in 3s (243 kB/s)
2025-08-20T20:17:52.4491476Z (Reading database ... 
2025-08-20T20:17:52.4491746Z (Reading database ... 5%
2025-08-20T20:17:52.4491957Z (Reading database ... 10%
2025-08-20T20:17:52.4492154Z (Reading database ... 15%
2025-08-20T20:17:52.4492580Z (Reading database ... 20%
2025-08-20T20:17:52.4492784Z (Reading database ... 25%
2025-08-20T20:17:52.4492982Z (Reading database ... 30%
2025-08-20T20:17:52.4493794Z (Reading database ... 35%
2025-08-20T20:17:52.4494005Z (Reading database ... 40%
2025-08-20T20:17:52.4494200Z (Reading database ... 45%
2025-08-20T20:17:52.4494417Z (Reading database ... 50%
2025-08-20T20:17:52.4514049Z (Reading database ... 55%
2025-08-20T20:17:52.4601058Z (Reading database ... 60%
2025-08-20T20:17:52.4641084Z (Reading database ... 65%
2025-08-20T20:17:52.4658880Z (Reading database ... 70%
2025-08-20T20:17:52.4685344Z (Reading database ... 75%
2025-08-20T20:17:52.4852523Z (Reading database ... 80%
2025-08-20T20:17:52.4887918Z (Reading database ... 85%
2025-08-20T20:17:52.4924848Z (Reading database ... 90%
2025-08-20T20:17:52.5028649Z (Reading database ... 95%
2025-08-20T20:17:52.5028864Z (Reading database ... 100%
2025-08-20T20:17:52.5029160Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:17:52.5065449Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:17:52.5726049Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:17:52.6565021Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:17:53.0256811Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:17:53.0291923Z (Reading database ... 
2025-08-20T20:17:53.0292163Z (Reading database ... 5%
2025-08-20T20:17:53.0292519Z (Reading database ... 10%
2025-08-20T20:17:53.0292721Z (Reading database ... 15%
2025-08-20T20:17:53.0292915Z (Reading database ... 20%
2025-08-20T20:17:53.0293136Z (Reading database ... 25%
2025-08-20T20:17:53.0293326Z (Reading database ... 30%
2025-08-20T20:17:53.0293525Z (Reading database ... 35%
2025-08-20T20:17:53.0293720Z (Reading database ... 40%
2025-08-20T20:17:53.0294315Z (Reading database ... 45%
2025-08-20T20:17:53.0294530Z (Reading database ... 50%
2025-08-20T20:17:53.0316298Z (Reading database ... 55%
2025-08-20T20:17:53.0408037Z (Reading database ... 60%
2025-08-20T20:17:53.0449767Z (Reading database ... 65%
2025-08-20T20:17:53.0467798Z (Reading database ... 70%
2025-08-20T20:17:53.0494889Z (Reading database ... 75%
2025-08-20T20:17:53.0671901Z (Reading database ... 80%
2025-08-20T20:17:53.0707549Z (Reading database ... 85%
2025-08-20T20:17:53.0746173Z (Reading database ... 90%
2025-08-20T20:17:53.0853468Z (Reading database ... 95%
2025-08-20T20:17:53.0853681Z (Reading database ... 100%
2025-08-20T20:17:53.0853972Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:17:53.0890949Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.0993858Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.1613394Z Selecting previously unselected package tcpd.
2025-08-20T20:17:53.1776390Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:17:53.2049809Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:17:53.3086462Z Selecting previously unselected package update-inetd.
2025-08-20T20:17:53.3252602Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:17:53.3359447Z Unpacking update-inetd (4.53) ...
2025-08-20T20:17:53.4155411Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:17:53.4355357Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.4475294Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.5150256Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:17:53.5341603Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.5427676Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.6096815Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:17:53.6292367Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.6371459Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.7056272Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:17:53.7216330Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.7284621Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.7959891Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:17:53.8124942Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.8223843Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.8876932Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:17:53.9042098Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:53.9107847Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:53.9749635Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:17:53.9949214Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:54.0014763Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:54.0607813Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:17:54.0798332Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:54.0869074Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:17:54.1567991Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:17:54.1754711Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:17:54.1832982Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:17:54.2539656Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:17:54.2698260Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:17:54.2793092Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:17:54.3582731Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:17:54.3894287Z Setting up update-inetd (4.53) ...
2025-08-20T20:17:54.4874402Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:17:54.5044668Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:17:54.5152819Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:54.8430068Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:17:54.8430512Z 
2025-08-20T20:17:54.8430716Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:17:54.8430951Z 
2025-08-20T20:17:54.8431353Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:17:54.8431718Z 
2025-08-20T20:17:54.8432368Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:17:54.8432901Z 
2025-08-20T20:17:55.0757616Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.1100987Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.1269531Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:17:55.1413095Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.1630309Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.1837165Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:17:55.2047892Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.5227622Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:17:55.5228027Z 
2025-08-20T20:17:55.5228530Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:17:55.5229002Z 
2025-08-20T20:17:55.7598488Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.8779096Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:55.9711452Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:17:56.0497617Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:58.9510661Z Reading package lists...
2025-08-20T20:17:59.1750090Z Building dependency tree...
2025-08-20T20:17:59.1758295Z Reading state information...
2025-08-20T20:17:59.4963966Z The following packages will be REMOVED:
2025-08-20T20:17:59.4970511Z   inetutils-ping
2025-08-20T20:17:59.4970759Z The following NEW packages will be installed:
2025-08-20T20:17:59.4978355Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:17:59.4983506Z The following packages will be upgraded:
2025-08-20T20:17:59.4990658Z   iputils-tracepath
2025-08-20T20:17:59.7411935Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:17:59.7412449Z Need to get 84.5 kB of archives.
2025-08-20T20:17:59.7412752Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:17:59.7413341Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:18:00.0764243Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:18:00.2055019Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:18:00.3347692Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:18:00.6448696Z Fetched 84.5 kB in 1s (101 kB/s)
2025-08-20T20:18:00.6670726Z (Reading database ... 
2025-08-20T20:18:00.6670975Z (Reading database ... 5%
2025-08-20T20:18:00.6671203Z (Reading database ... 10%
2025-08-20T20:18:00.6671403Z (Reading database ... 15%
2025-08-20T20:18:00.6671601Z (Reading database ... 20%
2025-08-20T20:18:00.6671798Z (Reading database ... 25%
2025-08-20T20:18:00.6671991Z (Reading database ... 30%
2025-08-20T20:18:00.6672800Z (Reading database ... 35%
2025-08-20T20:18:00.6673024Z (Reading database ... 40%
2025-08-20T20:18:00.6673223Z (Reading database ... 45%
2025-08-20T20:18:00.6673424Z (Reading database ... 50%
2025-08-20T20:18:00.6692511Z (Reading database ... 55%
2025-08-20T20:18:00.6786329Z (Reading database ... 60%
2025-08-20T20:18:00.6824936Z (Reading database ... 65%
2025-08-20T20:18:00.6843140Z (Reading database ... 70%
2025-08-20T20:18:00.6880315Z (Reading database ... 75%
2025-08-20T20:18:00.7044546Z (Reading database ... 80%
2025-08-20T20:18:00.7079582Z (Reading database ... 85%
2025-08-20T20:18:00.7117485Z (Reading database ... 90%
2025-08-20T20:18:00.7223692Z (Reading database ... 95%
2025-08-20T20:18:00.7223910Z (Reading database ... 100%
2025-08-20T20:18:00.7224207Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:18:00.7260315Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:00.8710273Z Selecting previously unselected package iputils-ping.
2025-08-20T20:18:00.8745270Z (Reading database ... 
2025-08-20T20:18:00.8745508Z (Reading database ... 5%
2025-08-20T20:18:00.8745913Z (Reading database ... 10%
2025-08-20T20:18:00.8746154Z (Reading database ... 15%
2025-08-20T20:18:00.8746359Z (Reading database ... 20%
2025-08-20T20:18:00.8746556Z (Reading database ... 25%
2025-08-20T20:18:00.8746762Z (Reading database ... 30%
2025-08-20T20:18:00.8746955Z (Reading database ... 35%
2025-08-20T20:18:00.8747153Z (Reading database ... 40%
2025-08-20T20:18:00.8747754Z (Reading database ... 45%
2025-08-20T20:18:00.8747948Z (Reading database ... 50%
2025-08-20T20:18:00.8769830Z (Reading database ... 55%
2025-08-20T20:18:00.8860953Z (Reading database ... 60%
2025-08-20T20:18:00.8898212Z (Reading database ... 65%
2025-08-20T20:18:00.8915690Z (Reading database ... 70%
2025-08-20T20:18:00.8952055Z (Reading database ... 75%
2025-08-20T20:18:00.9110183Z (Reading database ... 80%
2025-08-20T20:18:00.9144465Z (Reading database ... 85%
2025-08-20T20:18:00.9181261Z (Reading database ... 90%
2025-08-20T20:18:00.9283145Z (Reading database ... 95%
2025-08-20T20:18:00.9283391Z (Reading database ... 100%
2025-08-20T20:18:00.9283683Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:18:00.9317111Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:00.9391032Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.0287381Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:01.0658762Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:18:01.1504352Z Selecting previously unselected package iputils-arping.
2025-08-20T20:18:01.1674206Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:01.1740439Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.2369165Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:18:01.2536894Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:01.2626832Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.3447801Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.3928966Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.4257067Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.4609024Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:01.4836540Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:04.1631066Z Reading package lists...
2025-08-20T20:18:04.3900516Z Building dependency tree...
2025-08-20T20:18:04.3908411Z Reading state information...
2025-08-20T20:18:04.6475328Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:18:04.6786913Z The following packages will be upgraded:
2025-08-20T20:18:04.6787232Z   python3-pip python3-pip-whl
2025-08-20T20:18:04.6961662Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:04.8107712Z Need to get 3020 kB of archives.
2025-08-20T20:18:04.8108116Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:18:04.8108695Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:18:05.1785402Z 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-20T20:18:05.4987873Z Fetched 3020 kB in 1s (5760 kB/s)
2025-08-20T20:18:05.5412745Z (Reading database ... 
2025-08-20T20:18:05.5413022Z (Reading database ... 5%
2025-08-20T20:18:05.5413227Z (Reading database ... 10%
2025-08-20T20:18:05.5413432Z (Reading database ... 15%
2025-08-20T20:18:05.5413627Z (Reading database ... 20%
2025-08-20T20:18:05.5413823Z (Reading database ... 25%
2025-08-20T20:18:05.5414020Z (Reading database ... 30%
2025-08-20T20:18:05.5414220Z (Reading database ... 35%
2025-08-20T20:18:05.5414447Z (Reading database ... 40%
2025-08-20T20:18:05.5414642Z (Reading database ... 45%
2025-08-20T20:18:05.5414831Z (Reading database ... 50%
2025-08-20T20:18:05.5433700Z (Reading database ... 55%
2025-08-20T20:18:05.5525384Z (Reading database ... 60%
2025-08-20T20:18:05.5562083Z (Reading database ... 65%
2025-08-20T20:18:05.5579691Z (Reading database ... 70%
2025-08-20T20:18:05.5617011Z (Reading database ... 75%
2025-08-20T20:18:05.5779085Z (Reading database ... 80%
2025-08-20T20:18:05.5813641Z (Reading database ... 85%
2025-08-20T20:18:05.5850537Z (Reading database ... 90%
2025-08-20T20:18:05.5957039Z (Reading database ... 95%
2025-08-20T20:18:05.5957264Z (Reading database ... 100%
2025-08-20T20:18:05.5957563Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:18:05.5994470Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:18:05.7871672Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:18:06.0099364Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:18:06.0307917Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:18:06.1327032Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:18:06.1715733Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:18:07.1468363Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:10.0065359Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:18:10.2905028Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:11.2486929Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:18:11.3864077Z Collecting pip
2025-08-20T20:18:11.4674622Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:18:11.4920254Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:18:11.5993182Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.1 MB/s eta 0:00:00
2025-08-20T20:18:11.8642878Z Installing collected packages: pip
2025-08-20T20:18:12.5184934Z Successfully installed pip-25.2
2025-08-20T20:18:12.7162805Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:18:12.7594673Z Reading package lists...
2025-08-20T20:18:12.9813777Z Building dependency tree...
2025-08-20T20:18:12.9823243Z Reading state information...
2025-08-20T20:18:13.2274371Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:18:13.2274799Z pciutils set to manually installed.
2025-08-20T20:18:13.2275106Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:18:13.2275436Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:18:13.2275733Z python3-distro set to manually installed.
2025-08-20T20:18:13.2276050Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:18:13.2276379Z python3-netifaces set to manually installed.
2025-08-20T20:18:13.2277115Z The following additional packages will be installed:
2025-08-20T20:18:13.2277385Z   libsysfs2
2025-08-20T20:18:13.2284408Z Suggested packages:
2025-08-20T20:18:13.2284638Z   fancontrol read-edid i2c-tools
2025-08-20T20:18:13.2556224Z The following NEW packages will be installed:
2025-08-20T20:18:13.2558234Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:18:13.2748942Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:13.5024047Z Need to get 133 kB of archives.
2025-08-20T20:18:13.5024656Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:18:13.5025162Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:18:13.5994014Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:18:13.6576318Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:18:13.7815444Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:18:14.0526270Z Fetched 133 kB in 0s (267 kB/s)
2025-08-20T20:18:14.0972007Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:18:14.1006741Z (Reading database ... 
2025-08-20T20:18:14.1007303Z (Reading database ... 5%
2025-08-20T20:18:14.1007545Z (Reading database ... 10%
2025-08-20T20:18:14.1007747Z (Reading database ... 15%
2025-08-20T20:18:14.1007944Z (Reading database ... 20%
2025-08-20T20:18:14.1008539Z (Reading database ... 25%
2025-08-20T20:18:14.1008730Z (Reading database ... 30%
2025-08-20T20:18:14.1008923Z (Reading database ... 35%
2025-08-20T20:18:14.1009119Z (Reading database ... 40%
2025-08-20T20:18:14.1009325Z (Reading database ... 45%
2025-08-20T20:18:14.1009518Z (Reading database ... 50%
2025-08-20T20:18:14.1031687Z (Reading database ... 55%
2025-08-20T20:18:14.1123203Z (Reading database ... 60%
2025-08-20T20:18:14.1160890Z (Reading database ... 65%
2025-08-20T20:18:14.1178499Z (Reading database ... 70%
2025-08-20T20:18:14.1215742Z (Reading database ... 75%
2025-08-20T20:18:14.1380111Z (Reading database ... 80%
2025-08-20T20:18:14.1414132Z (Reading database ... 85%
2025-08-20T20:18:14.1450475Z (Reading database ... 90%
2025-08-20T20:18:14.1553837Z (Reading database ... 95%
2025-08-20T20:18:14.1554065Z (Reading database ... 100%
2025-08-20T20:18:14.1554366Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:18:14.1588289Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:18:14.1724393Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:18:14.2562852Z Selecting previously unselected package sysfsutils.
2025-08-20T20:18:14.2758033Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:18:14.2856620Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:18:14.3684961Z Selecting previously unselected package lm-sensors.
2025-08-20T20:18:14.3855902Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:18:14.4080984Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:18:14.4702864Z Selecting previously unselected package virt-what.
2025-08-20T20:18:14.4871658Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:18:14.4943692Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:18:14.5753719Z Setting up virt-what (1.25-2) ...
2025-08-20T20:18:14.5987364Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:18:14.6183437Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:18:14.9327860Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:18:14.9328250Z 
2025-08-20T20:18:14.9328702Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:18:14.9329141Z 
2025-08-20T20:18:15.1798830Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:18:15.4947814Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:18:15.4948319Z 
2025-08-20T20:18:15.5059228Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:17.1174747Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:18.3744737Z Reading package lists...
2025-08-20T20:18:18.5961713Z Building dependency tree...
2025-08-20T20:18:18.5969750Z Reading state information...
2025-08-20T20:18:18.8419286Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:18:18.8420247Z The following additional packages will be installed:
2025-08-20T20:18:18.8421380Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:18:18.8421732Z   xorg-sgml-doctools
2025-08-20T20:18:18.8430220Z Suggested packages:
2025-08-20T20:18:18.8430434Z   libxcb-doc
2025-08-20T20:18:18.8601689Z The following NEW packages will be installed:
2025-08-20T20:18:18.8603746Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:18:18.8606782Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:18:18.8607144Z   xcb xorg-sgml-doctools
2025-08-20T20:18:19.1040976Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:19.1041341Z Need to get 816 kB of archives.
2025-08-20T20:18:19.1041638Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:18:19.1042184Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:18:19.2166122Z 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-20T20:18:19.3363007Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:18:19.9952469Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:18:20.1079373Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:18:20.2224193Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:18:20.3453011Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:18:20.4587916Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:18:20.5710912Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:18:20.6833596Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:18:20.7967048Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:18:21.0678633Z Fetched 816 kB in 2s (423 kB/s)
2025-08-20T20:18:21.1009408Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:18:21.1044292Z (Reading database ... 
2025-08-20T20:18:21.1044776Z (Reading database ... 5%
2025-08-20T20:18:21.1045032Z (Reading database ... 10%
2025-08-20T20:18:21.1045238Z (Reading database ... 15%
2025-08-20T20:18:21.1045437Z (Reading database ... 20%
2025-08-20T20:18:21.1045629Z (Reading database ... 25%
2025-08-20T20:18:21.1045824Z (Reading database ... 30%
2025-08-20T20:18:21.1046019Z (Reading database ... 35%
2025-08-20T20:18:21.1046212Z (Reading database ... 40%
2025-08-20T20:18:21.1046436Z (Reading database ... 45%
2025-08-20T20:18:21.1046632Z (Reading database ... 50%
2025-08-20T20:18:21.1068303Z (Reading database ... 55%
2025-08-20T20:18:21.1158671Z (Reading database ... 60%
2025-08-20T20:18:21.1194818Z (Reading database ... 65%
2025-08-20T20:18:21.1213086Z (Reading database ... 70%
2025-08-20T20:18:21.1248259Z (Reading database ... 75%
2025-08-20T20:18:21.1405197Z (Reading database ... 80%
2025-08-20T20:18:21.1438278Z (Reading database ... 85%
2025-08-20T20:18:21.1475760Z (Reading database ... 90%
2025-08-20T20:18:21.1575317Z (Reading database ... 95%
2025-08-20T20:18:21.1575557Z (Reading database ... 100%
2025-08-20T20:18:21.1575851Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:18:21.1609289Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:18:21.1693092Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:18:21.2365693Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:18:21.2529070Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:18:21.2599742Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:18:21.3464975Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:18:21.3629140Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:18:21.3721700Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:18:21.4583648Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:18:21.4780413Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:18:21.4864551Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:18:21.5502133Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:18:21.5691509Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:18:21.5756720Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:18:21.6315663Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:18:21.6500487Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:21.6571498Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:21.7233432Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:18:21.7395756Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:21.7475675Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:21.8247047Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:18:21.8422737Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:21.8573356Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:21.9089186Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:18:21.9247580Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:21.9353031Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:22.0062837Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:18:22.0255653Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:22.0328490Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:22.1054850Z Selecting previously unselected package xcb.
2025-08-20T20:18:22.1244483Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:18:22.1310316Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:18:22.2208046Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:22.2441945Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:18:22.2668226Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:18:22.2973736Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:18:22.3243813Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:22.3582747Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:23.8734014Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:18:23.9067218Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:18:23.9328786Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:18:23.9517087Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:18:23.9836566Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:24.0069175Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:24.0332858Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:24.0648376Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:25.4615558Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:26.1154727Z Collecting build
2025-08-20T20:18:26.1810272Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:18:26.3072452Z Collecting cffi
2025-08-20T20:18:26.3626251Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:18:26.4032537Z Collecting scons
2025-08-20T20:18:26.4174754Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:26.4642735Z Collecting scuba
2025-08-20T20:18:26.4794462Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:18:26.5477872Z Collecting pytest
2025-08-20T20:18:26.5616631Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:18:26.6055143Z Collecting packaging>=19.1 (from build)
2025-08-20T20:18:26.6192689Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:26.6600895Z Collecting pyproject_hooks (from build)
2025-08-20T20:18:26.6738547Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:18:26.7094235Z Collecting pycparser (from cffi)
2025-08-20T20:18:26.7271007Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:18:26.7769983Z Collecting PyYAML (from scuba)
2025-08-20T20:18:26.7919891Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:18:26.8286722Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:18:26.8421077Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:18:26.8834917Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:18:26.8970023Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:18:26.9447423Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:18:26.9584396Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:26.9880616Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:18:27.0152548Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:18:27.0852044Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:18:27.1478654Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 66.3 MB/s  0:00:00
2025-08-20T20:18:27.1623058Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:18:27.1880498Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:18:27.2158504Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:18:27.2453117Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:18:27.2691157Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:18:27.2930252Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:27.3130466Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.7 MB/s  0:00:00
2025-08-20T20:18:27.3266522Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:18:27.3613038Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:18:27.3861628Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:18:27.4049270Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 28.5 MB/s  0:00:00
2025-08-20T20:18:27.5001178Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:18:29.1086110Z 
2025-08-20T20:18:29.1100555Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:18:29.4019706Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:30.0548403Z Collecting ansi2txt
2025-08-20T20:18:30.1261978Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:18:30.1764745Z Collecting pipx
2025-08-20T20:18:30.1915936Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:30.2388562Z Collecting scons
2025-08-20T20:18:30.2399430Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:30.2667796Z Collecting py2static
2025-08-20T20:18:30.2836724Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:18:30.3283004Z Collecting typer
2025-08-20T20:18:30.3436736Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:18:30.3982153Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:18:30.4120624Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:18:30.4538050Z Collecting packaging>=20 (from pipx)
2025-08-20T20:18:30.4548311Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:30.4874650Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:18:30.5014297Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:18:30.5454656Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:18:30.5612575Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:30.6372533Z Collecting pyinstaller (from py2static)
2025-08-20T20:18:30.6535375Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:18:30.6998018Z Collecting staticx (from py2static)
2025-08-20T20:18:30.7154461Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:18:30.7584653Z   Preparing metadata (setup.py): started
2025-08-20T20:18:31.2631782Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:18:31.2965159Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:18:31.3105380Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:31.3644977Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:18:31.3788011Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:31.4184963Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:18:31.4329837Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:18:31.5050008Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:18:31.5219631Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:31.5641213Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:18:31.5780247Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:18:31.6282568Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:18:31.6292090Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:31.6567655Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:18:31.6707652Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:18:31.8014980Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:18:31.8156233Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:18:31.8597951Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:18:31.8783135Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:18:31.9223941Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:18:31.9366420Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:18:31.9776765Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:18:31.9926546Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:18:32.0255188Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:18:32.0502201Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:18:32.0711983Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:18:32.0880783Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:18:32.1146613Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:18:32.1440009Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:18:32.1688601Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:18:32.1815457Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:18:32.1954149Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:18:32.2203735Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:18:32.2459498Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:32.2604472Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:18:32.2877684Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:18:32.3148450Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:18:32.3385523Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:18:32.3616328Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:18:32.3856180Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:18:32.4151885Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 18.3 MB/s  0:00:00
2025-08-20T20:18:32.4312737Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:18:32.4624503Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:32.4915883Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.7 MB/s  0:00:00
2025-08-20T20:18:32.5056410Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:18:32.5305120Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:18:32.5750875Z Building wheels for collected packages: staticx
2025-08-20T20:18:32.5758500Z   Building wheel for staticx (setup.py): started
2025-08-20T20:18:44.1831193Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:18:44.1838260Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=2aa45bd0d0e6a680c4f912c8fb10f98174bc106c1a35b295b0f73980ce276623
2025-08-20T20:18:44.1839180Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:18:44.1855430Z Successfully built staticx
2025-08-20T20:18:44.2812326Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:18:45.0981926Z   Attempting uninstall: scons
2025-08-20T20:18:45.1051663Z     Found existing installation: SCons 4.9.1
2025-08-20T20:18:45.1338383Z     Uninstalling SCons-4.9.1:
2025-08-20T20:18:45.1398264Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:18:45.6218871Z   Attempting uninstall: pygments
2025-08-20T20:18:45.6300847Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:18:45.6453574Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:18:45.6475918Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:18:46.2393111Z   Attempting uninstall: packaging
2025-08-20T20:18:46.2461558Z     Found existing installation: packaging 25.0
2025-08-20T20:18:46.2480794Z     Uninstalling packaging-25.0:
2025-08-20T20:18:46.2486469Z       Successfully uninstalled packaging-25.0
2025-08-20T20:18:47.1700391Z 
2025-08-20T20:18:47.1725137Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:18:47.4691811Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:47.8309045Z Collecting build
2025-08-20T20:18:47.8319647Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:18:47.9105617Z Collecting cffi
2025-08-20T20:18:47.9116421Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:18:47.9352427Z Collecting scons
2025-08-20T20:18:47.9361409Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:47.9613706Z Collecting scuba
2025-08-20T20:18:47.9622507Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:18:48.0102061Z Collecting pytest
2025-08-20T20:18:48.0111323Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:18:48.0375319Z Collecting packaging>=19.1 (from build)
2025-08-20T20:18:48.0384652Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:48.0603403Z Collecting pyproject_hooks (from build)
2025-08-20T20:18:48.0612645Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:18:48.0838549Z Collecting pycparser (from cffi)
2025-08-20T20:18:48.0848769Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:18:48.1252121Z Collecting PyYAML (from scuba)
2025-08-20T20:18:48.1266347Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:18:48.1489980Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:18:48.1499309Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:18:48.2919777Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:18:48.2928149Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:18:48.3223383Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:18:48.3232338Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:48.3280957Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:18:48.3290181Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:18:48.3301408Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:18:48.3331134Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:18:48.3340963Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:18:48.3351280Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:18:48.3360049Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:18:48.3368696Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:18:48.3377462Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:48.3392129Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:18:48.3401480Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:18:48.3410231Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:18:48.4439353Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:18:48.4443427Z   Attempting uninstall: scons
2025-08-20T20:18:48.4514158Z     Found existing installation: SCons 4.9.1
2025-08-20T20:18:48.4794795Z     Uninstalling SCons-4.9.1:
2025-08-20T20:18:48.4855117Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:18:48.9717430Z   Attempting uninstall: PyYAML
2025-08-20T20:18:48.9794387Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:18:48.9816649Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:18:48.9823179Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:18:49.0460491Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:18:49.0528461Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:18:49.0541619Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:18:49.0546743Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:18:49.0710174Z   Attempting uninstall: pygments
2025-08-20T20:18:49.0777016Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:18:49.0927917Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:18:49.0950682Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:18:49.6659486Z   Attempting uninstall: pycparser
2025-08-20T20:18:49.6729322Z     Found existing installation: pycparser 2.22
2025-08-20T20:18:49.6748332Z     Uninstalling pycparser-2.22:
2025-08-20T20:18:49.6758300Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:18:49.7917266Z   Attempting uninstall: pluggy
2025-08-20T20:18:49.7990483Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:18:49.8006429Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:18:49.8011476Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:18:49.8227771Z   Attempting uninstall: packaging
2025-08-20T20:18:49.8299354Z     Found existing installation: packaging 25.0
2025-08-20T20:18:49.8318267Z     Uninstalling packaging-25.0:
2025-08-20T20:18:49.8324048Z       Successfully uninstalled packaging-25.0
2025-08-20T20:18:49.8736607Z   Attempting uninstall: iniconfig
2025-08-20T20:18:49.8808254Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:18:49.8821790Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:18:49.8826855Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:18:49.8978615Z   Attempting uninstall: scuba
2025-08-20T20:18:49.9045009Z     Found existing installation: scuba 2.14.1
2025-08-20T20:18:49.9061917Z     Uninstalling scuba-2.14.1:
2025-08-20T20:18:49.9068945Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:18:49.9307375Z   Attempting uninstall: pytest
2025-08-20T20:18:49.9380782Z     Found existing installation: pytest 8.4.1
2025-08-20T20:18:49.9427831Z     Uninstalling pytest-8.4.1:
2025-08-20T20:18:49.9626534Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:18:50.1646104Z   Attempting uninstall: cffi
2025-08-20T20:18:50.1713512Z     Found existing installation: cffi 1.17.1
2025-08-20T20:18:50.1733561Z     Uninstalling cffi-1.17.1:
2025-08-20T20:18:50.1920464Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:18:50.2610612Z   Attempting uninstall: build
2025-08-20T20:18:50.2680069Z     Found existing installation: build 1.3.0
2025-08-20T20:18:50.2699531Z     Uninstalling build-1.3.0:
2025-08-20T20:18:50.2707063Z       Successfully uninstalled build-1.3.0
2025-08-20T20:18:50.2930189Z 
2025-08-20T20:18:50.2954294Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:18:50.5870126Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:50.7695828Z Collecting ansi2txt
2025-08-20T20:18:50.7706347Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:18:50.8049284Z Collecting pipx
2025-08-20T20:18:50.8059188Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:50.8328407Z Collecting scons
2025-08-20T20:18:50.8338657Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:50.8585636Z Collecting py2static
2025-08-20T20:18:50.8595385Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:18:50.8908674Z Collecting typer
2025-08-20T20:18:50.8918055Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:18:50.9243515Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:18:50.9252853Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:18:50.9530071Z Collecting packaging>=20 (from pipx)
2025-08-20T20:18:50.9539538Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:50.9811556Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:18:50.9820831Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:18:51.0093210Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:18:51.0102388Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:51.0575809Z Collecting pyinstaller (from py2static)
2025-08-20T20:18:51.0585925Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:18:51.0844180Z Collecting staticx (from py2static)
2025-08-20T20:18:51.0854248Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:18:51.0990748Z   Preparing metadata (setup.py): started
2025-08-20T20:18:51.2934073Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:18:51.3244766Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:18:51.3253677Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:51.3527121Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:18:51.3536688Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:51.3877286Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:18:51.3887080Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:18:51.4308553Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:18:51.4318077Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:51.4613358Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:18:51.4623393Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:18:51.4982718Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:18:51.4992673Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:51.5227003Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:18:51.5236661Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:18:51.6205480Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:18:51.6216730Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:18:51.6503454Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:18:51.6512468Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:18:51.6867710Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:18:51.6877298Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:18:51.7157202Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:18:51.7166631Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:18:51.7197742Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:18:51.7207208Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:18:51.7216829Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:18:51.7248741Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:18:51.7257710Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:18:51.7266835Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:18:51.7275985Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:18:51.7285414Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:18:51.7294580Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:18:51.7303603Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:18:51.7313751Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:51.7330040Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:18:51.7338916Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:18:51.7347677Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:18:51.7356457Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:18:51.7365340Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:18:51.7374159Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:18:51.7387752Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:18:51.7399241Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:51.7413293Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:18:51.7421779Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:18:51.7740982Z Building wheels for collected packages: staticx
2025-08-20T20:18:51.7746867Z   Building wheel for staticx (setup.py): started
2025-08-20T20:18:54.1792625Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:18:54.1805350Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790770 sha256=bcbf2796765a85722b96c685dd6c1fb7525bc07c4f4067798d24c0b856d6593d
2025-08-20T20:18:54.1806513Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:18:54.1823807Z Successfully built staticx
2025-08-20T20:18:54.2803734Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:18:54.2804838Z   Attempting uninstall: pyelftools
2025-08-20T20:18:54.2870880Z     Found existing installation: pyelftools 0.32
2025-08-20T20:18:54.2908464Z     Uninstalling pyelftools-0.32:
2025-08-20T20:18:54.2920371Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:18:54.3990403Z   Attempting uninstall: altgraph
2025-08-20T20:18:54.4059784Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:18:54.4075515Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:18:54.4080789Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:18:54.4325795Z   Attempting uninstall: typing-extensions
2025-08-20T20:18:54.4395222Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:18:54.4407446Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:18:54.4597787Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:18:54.4929096Z   Attempting uninstall: staticx
2025-08-20T20:18:54.4999652Z     Found existing installation: staticx 0.14.1
2025-08-20T20:18:54.5020438Z     Uninstalling staticx-0.14.1:
2025-08-20T20:18:54.5028759Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:18:54.5345052Z   Attempting uninstall: shellingham
2025-08-20T20:18:54.5417600Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:18:54.5433601Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:18:54.5438684Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:18:54.5616926Z   Attempting uninstall: setuptools
2025-08-20T20:18:54.5684969Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:18:54.5886343Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:18:54.6103622Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:18:55.2000040Z   Attempting uninstall: scons
2025-08-20T20:18:55.2074109Z     Found existing installation: SCons 4.9.1
2025-08-20T20:18:55.2369044Z     Uninstalling SCons-4.9.1:
2025-08-20T20:18:55.2427461Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:18:55.7389330Z   Attempting uninstall: pygments
2025-08-20T20:18:55.7461094Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:18:55.7621350Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:18:55.7644145Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:18:56.3383378Z   Attempting uninstall: platformdirs
2025-08-20T20:18:56.3466136Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:18:56.3482958Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:18:56.3487811Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:18:56.3716382Z   Attempting uninstall: packaging
2025-08-20T20:18:56.3787593Z     Found existing installation: packaging 25.0
2025-08-20T20:18:56.3806701Z     Uninstalling packaging-25.0:
2025-08-20T20:18:56.3812010Z       Successfully uninstalled packaging-25.0
2025-08-20T20:18:56.4237386Z   Attempting uninstall: mdurl
2025-08-20T20:18:56.4304295Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:18:56.4317428Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:18:56.4321689Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:18:56.4504237Z   Attempting uninstall: click
2025-08-20T20:18:56.4574552Z     Found existing installation: click 8.2.1
2025-08-20T20:18:56.4592564Z     Uninstalling click-8.2.1:
2025-08-20T20:18:56.4597873Z       Successfully uninstalled click-8.2.1
2025-08-20T20:18:56.5206845Z   Attempting uninstall: argcomplete
2025-08-20T20:18:56.5279652Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:18:56.5302569Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:18:56.5311834Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:18:56.5638771Z   Attempting uninstall: ansi2txt
2025-08-20T20:18:56.5708367Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:18:56.5721451Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:18:56.5910750Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:18:56.6037614Z   Attempting uninstall: userpath
2025-08-20T20:18:56.6107481Z     Found existing installation: userpath 1.9.2
2025-08-20T20:18:56.6123120Z     Uninstalling userpath-1.9.2:
2025-08-20T20:18:56.6129690Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:18:56.6297910Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:18:56.6373054Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:18:56.6669946Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:18:56.6707788Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:18:56.8733739Z   Attempting uninstall: markdown-it-py
2025-08-20T20:18:56.8804859Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:18:56.8849044Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:18:56.8866733Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:18:56.9487336Z   Attempting uninstall: rich
2025-08-20T20:18:56.9559498Z     Found existing installation: rich 14.1.0
2025-08-20T20:18:56.9604476Z     Uninstalling rich-14.1.0:
2025-08-20T20:18:56.9612294Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:18:57.1178748Z   Attempting uninstall: pyinstaller
2025-08-20T20:18:57.1249753Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:18:57.1495666Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:18:57.1531583Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:18:57.4197430Z   Attempting uninstall: pipx
2025-08-20T20:18:57.4272704Z     Found existing installation: pipx 1.7.1
2025-08-20T20:18:57.4312851Z     Uninstalling pipx-1.7.1:
2025-08-20T20:18:57.4320689Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:18:57.4891377Z   Attempting uninstall: typer
2025-08-20T20:18:57.4962916Z     Found existing installation: typer 0.16.1
2025-08-20T20:18:57.4984914Z     Uninstalling typer-0.16.1:
2025-08-20T20:18:57.4992071Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:18:57.5439380Z   Attempting uninstall: py2static
2025-08-20T20:18:57.5504920Z     Found existing installation: py2static 0.0.1
2025-08-20T20:18:57.5520857Z     Uninstalling py2static-0.0.1:
2025-08-20T20:18:57.5528852Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:18:57.5697663Z 
2025-08-20T20:18:57.5721804Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:18:57.8699364Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:57.9709170Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:18:57.9713465Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-6fof5bjr
2025-08-20T20:18:57.9730856Z 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-6fof5bjr
2025-08-20T20:18:59.9339078Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:18:59.9374376Z   Installing build dependencies: started
2025-08-20T20:19:00.5924765Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:19:00.5933775Z   Getting requirements to build wheel: started
2025-08-20T20:19:00.8526697Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:19:00.8536451Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:19:01.0219828Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:19:01.1874640Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:01.1883727Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:01.2197466Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:19:01.2206746Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:01.2485976Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:19:01.2495305Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:01.2801930Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:01.2811217Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:01.2848459Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:01.2857811Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:01.2869859Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:01.2884683Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:01.2989670Z Building wheels for collected packages: pyinstaller
2025-08-20T20:19:01.2996138Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:19:04.0506076Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:19:04.0527874Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=5c36b3fd213316b73111b9e0bef3d3bd00841c9deed857f161e76d715a805ace
2025-08-20T20:19:04.0529045Z   Stored in directory: /tmp/pip-ephem-wheel-cache-4baiy6bn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:19:04.0566241Z Successfully built pyinstaller
2025-08-20T20:19:04.1352764Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:19:04.1358476Z   Attempting uninstall: altgraph
2025-08-20T20:19:04.1427088Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:19:04.1444304Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:19:04.1450008Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:19:04.1734863Z   Attempting uninstall: setuptools
2025-08-20T20:19:04.1801458Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:19:04.2003260Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:19:04.2224564Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:19:04.8098795Z   Attempting uninstall: packaging
2025-08-20T20:19:04.8170022Z     Found existing installation: packaging 25.0
2025-08-20T20:19:04.8188813Z     Uninstalling packaging-25.0:
2025-08-20T20:19:04.8194495Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:04.8654252Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:19:04.8726867Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:19:04.9029784Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:19:04.9066533Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:19:05.1102736Z   Attempting uninstall: pyinstaller
2025-08-20T20:19:05.1173902Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:19:05.1433190Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:19:05.1470021Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:19:05.4299338Z 
2025-08-20T20:19:05.4323293Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:19:05.6554157Z 6.15.0
2025-08-20T20:19:05.7993105Z [+] Installing Go for linux-arm64...
2025-08-20T20:19:06.1989742Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:19:06.1990112Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:19:06.1990552Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:19:06.2000494Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:19:06.2000944Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:19:06.2001515Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:19:06.2074007Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:19:06.2074662Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:19:06.2075214Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:19:06.2075721Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:19:06.2076312Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:19:06.2076813Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:19:06.2077315Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:19:06.2078210Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:19:06.2078691Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:19:06.2079241Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:19:06.2079734Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:19:06.2080217Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:19:06.2080732Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:19:06.2081225Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:19:06.2081703Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:19:06.2082661Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:19:06.2083190Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:19:06.2083726Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:19:06.2084233Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:19:06.2084724Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:19:06.2085162Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:19:06.2085539Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:19:06.2085907Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:19:06.2086320Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:19:06.2086716Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:19:06.2110921Z go version go1.22.2 linux/arm64
2025-08-20T20:19:06.2425151Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:19:06.2426045Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:19:06.2426538Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:19:06.2427088Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:19:06.2427615Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:19:06.2428189Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:19:06.2428933Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:19:06.2429362Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:19:06.2429814Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:19:06.2430233Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:19:06.2430640Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:19:06.2431119Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:19:06.2431548Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:19:06.2431994Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:19:06.2432776Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:19:06.2433236Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:19:06.2433732Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:19:06.2434157Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:19:06.2434588Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:19:06.2435170Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:19:06.2435665Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:19:06.2436285Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:19:06.2436796Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:19:06.2437426Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:19:06.2437900Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:19:06.2438318Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:19:06.2438794Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:19:06.2439298Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:19:06.2439749Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:19:06.2440257Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:19:06.2440729Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:19:06.2441199Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:19:06.2441704Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:19:06.2442170Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:19:06.2443165Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:19:06.2443698Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:19:06.2444158Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:19:06.2444641Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:19:06.2445090Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:19:06.2445572Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:19:06.2446081Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:19:06.2446566Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:19:06.2447016Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:19:06.2447496Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:19:06.2448028Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:19:06.2448716Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:19:06.2449261Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:19:06.2449795Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:19:06.2450316Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:19:06.2450812Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:19:06.2451276Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:19:06.2451770Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:19:06.2452340Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:19:06.2452823Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:19:06.2453235Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:19:06.2453671Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:19:06.2454111Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:19:06.2454565Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:19:06.2455019Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:19:06.2455474Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:19:06.2456080Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:19:06.2456561Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:19:06.2457081Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:19:06.2457540Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:19:06.2458036Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:19:06.2458558Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:19:06.2459014Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:19:06.2459501Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:19:06.2459989Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:19:06.2460528Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:19:06.2461147Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:19:06.2461654Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:19:06.2462140Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:19:06.2462717Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:19:06.2463162Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:19:06.2463675Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:19:06.2464121Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:19:06.2464615Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:19:06.2465220Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:19:06.2465778Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:19:06.2466360Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:19:06.2466858Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:19:06.2467294Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:19:06.2467875Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:19:06.2468352Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:19:06.2468830Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:19:06.2469296Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:19:06.2469767Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:19:06.2470230Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:19:06.2470699Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:19:06.2471114Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:19:06.2471611Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:19:06.2472074Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:19:06.2472604Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:19:06.2473057Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:19:06.2473492Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:19:06.2473948Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:19:06.2474713Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:19:06.2475200Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:19:06.2475903Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:19:06.2476354Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:19:06.2476799Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:19:06.2477248Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:19:06.2477684Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:19:06.2478117Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:19:06.2478624Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:19:06.2479099Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:19:06.2479563Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:19:06.2480005Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:19:06.2480456Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:19:06.2480939Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:19:06.2481385Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:19:06.2481896Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:19:06.2482538Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:19:06.2482952Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:19:06.2483398Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:19:06.2483837Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:19:06.2484264Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:19:06.2484751Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:19:06.2485237Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:19:06.2485753Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:19:06.2486277Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:19:06.2486699Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:19:06.2487133Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:19:06.2487773Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:19:06.2488232Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:19:06.2488713Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:19:06.2489183Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:19:06.2489624Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:19:06.2490122Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:19:06.2490607Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:19:06.2491077Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:19:06.2491587Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:19:06.2492025Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:19:06.2492632Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:19:06.2493109Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:19:06.2493560Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:19:06.2494066Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:19:06.2494517Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:19:06.2495089Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:19:06.2495562Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:19:06.2495963Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:19:06.2496424Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:19:06.2496873Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:19:06.2497319Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:19:06.2497798Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:19:06.2498240Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:19:06.2498694Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:19:06.2499181Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:19:06.2499595Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:19:06.2500024Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:19:06.2500529Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:19:06.2501044Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:19:06.2560679Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:19:06.2561238Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:19:06.2561638Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:19:06.2562064Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:19:06.2563001Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:19:06.2563364Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:19:06.2563723Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:19:06.2564146Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:19:06.2564581Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:19:06.2564991Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:19:06.2565375Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:19:06.2566008Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:19:06.2566407Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:19:06.2566832Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:19:06.2567299Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:19:06.2567716Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:19:06.2568088Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:19:06.2568457Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:19:06.2568902Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:19:06.2569402Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:19:06.2569844Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:19:06.2570222Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:19:06.2570686Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:19:06.2571226Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:19:06.2571733Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:19:06.2572434Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:19:06.2572800Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:19:06.2573179Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:19:06.2573589Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:19:06.2574005Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:19:06.2574414Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:19:06.2574789Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:19:06.2575164Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:19:06.2575565Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:19:06.2575965Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:19:06.2576369Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:19:06.2576768Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:19:06.2577162Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:19:06.2577556Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:19:06.2577975Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:19:06.2578422Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:19:06.2578847Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:19:06.2579237Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:19:06.2579611Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:19:06.2579988Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:19:06.2580369Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:19:06.2580758Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:19:06.2581174Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:19:06.2581648Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:19:06.2582098Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:19:06.2582803Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:19:06.2583219Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:19:06.2583605Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:19:06.2583986Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:19:06.2584357Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:19:06.2584752Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:19:06.2585135Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:19:06.2585622Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:19:06.2586092Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:19:06.2586556Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:19:06.2587073Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:19:06.2587579Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:19:06.2588083Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:19:06.2588522Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:19:06.2589039Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:19:06.2589403Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:19:06.2589784Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:19:06.2590165Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:19:06.2590535Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:19:06.2590923Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:19:06.2591309Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:19:06.2591693Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:19:06.2592073Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:19:06.2592908Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:19:06.2593313Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:19:06.2593716Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:19:06.2594132Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:19:06.2594568Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:19:06.2594989Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:19:06.2595406Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:19:06.2595814Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:19:06.2596223Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:19:06.2596641Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:19:06.2597033Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:19:06.2597398Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:19:06.2597908Z 	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-20T20:19:06.2598424Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:19:06.2598796Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:19:06.2599173Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:19:06.2599732Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:19:06.2600148Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:19:06.2600586Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:19:06.2601013Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:19:06.2601444Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:19:06.2601851Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:19:06.2602364Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:19:06.2602792Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:19:06.2603209Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:19:06.2603606Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:19:06.2604036Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:19:06.2604533Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:19:06.2605029Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:19:06.2605478Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:19:06.2606045Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:19:06.2606445Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:19:06.2606920Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:19:06.2607407Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:19:06.2607822Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:19:06.2608257Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:19:06.2608711Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:19:06.2609119Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:19:06.2609482Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:19:06.2609837Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:19:06.2610214Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:19:06.2610600Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:19:06.2610968Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:19:06.2611326Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:19:06.2611694Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:19:06.2612062Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:19:06.2612544Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:19:06.2612921Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:19:06.2613277Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:19:06.2613655Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:19:06.2614036Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:19:06.2614402Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:19:06.2614762Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:19:06.2615121Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:19:06.2615490Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:19:06.2616062Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:19:06.2616445Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:19:06.2616807Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:19:06.2617182Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:19:06.2617602Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:19:06.2618037Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:19:06.2618448Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:19:06.2618813Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:19:06.2619195Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:19:06.2619625Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:19:06.2620028Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:19:06.2620394Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:19:06.2620763Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:19:06.2621124Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:19:06.2621469Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:19:06.2621818Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:19:06.2622420Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:19:06.2622794Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:19:06.2623155Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:19:06.2623504Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:19:06.2623840Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:19:06.2624220Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:19:06.2624630Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:19:06.2625027Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:19:06.2625426Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:19:06.2625819Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:19:06.2626241Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:19:06.2626742Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:19:06.2627357Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:19:06.2627986Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:19:06.2628535Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:19:06.2629011Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:19:06.2629466Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:19:06.2629988Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:19:06.2630607Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:19:06.2631177Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:19:06.2631673Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:19:06.2632120Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:19:06.2632709Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:19:06.2633278Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:19:06.2633666Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:19:06.2634048Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:19:06.2634436Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:19:06.2634822Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:19:06.2635215Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:19:06.2635601Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:19:06.2635988Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:19:06.2636366Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:19:06.2636741Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:19:06.2637122Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:19:06.2637517Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:19:06.2637913Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:19:06.2638330Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:19:06.2638748Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:19:06.2639266Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:19:06.2639661Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:19:06.2640072Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:19:06.2640480Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:19:06.2640918Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:19:06.2641350Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:19:06.2641721Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:19:06.2642093Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:19:06.2642609Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:19:06.2642981Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:19:06.2643375Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:19:06.2643770Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:19:06.2644157Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:19:06.2644537Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:19:06.2644900Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:19:06.2645275Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:19:06.2645827Z 	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-20T20:19:06.2646545Z 	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-20T20:19:06.2647264Z 	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-20T20:19:06.2647946Z 	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-20T20:19:06.2648476Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:19:06.2648866Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:19:06.2649279Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:19:06.2649874Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:19:06.2650279Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:19:06.2650658Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:19:06.2651025Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:19:06.2651403Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:19:06.2651789Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:19:06.2652161Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:19:06.2652701Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:19:06.2653091Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:19:06.2653499Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:19:06.2653905Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:19:06.2654308Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:19:06.2654698Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:19:06.2655079Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:19:06.2655468Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:19:06.2655872Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:19:06.2656456Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:19:06.2656857Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:19:06.2657249Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:19:06.2657676Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:19:06.2658115Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:19:06.2658522Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:19:06.2658966Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:19:06.2659424Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:19:06.2659832Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:19:06.2660206Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:19:06.2660583Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:19:06.2660983Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:19:06.2661393Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:19:06.2661801Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:19:06.2662191Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:19:06.2662735Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:19:06.2663211Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:19:06.2663685Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:19:06.2664084Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:19:06.2664499Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:19:06.2664953Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:19:06.2665401Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:19:06.2665876Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:19:06.2666560Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:19:06.2667022Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:19:06.2667460Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:19:06.2667861Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:19:06.2668253Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:19:06.2668677Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:19:06.2669060Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:19:06.2669438Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:19:06.2669851Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:19:06.2670247Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:19:06.2670656Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:19:06.2671077Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:19:06.2671473Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:19:06.2671851Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:19:06.2672330Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:19:06.2672851Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:19:06.2673241Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:19:06.2673659Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:19:06.2674056Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:19:06.2674502Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:19:06.2674959Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:19:06.2675362Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:19:06.2675804Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:19:06.2676229Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:19:06.2676642Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:19:06.2677055Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:19:06.2677413Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:19:06.2677779Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:19:06.2678173Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:19:06.2678571Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:19:06.2678954Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:19:06.2679313Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:19:06.2679663Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:19:06.2680015Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:19:06.2680505Z 	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-20T20:19:06.2681022Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:19:06.2681408Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:19:06.2681789Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:19:06.2682189Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:19:06.2683009Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:19:06.2683443Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:19:06.2683848Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:19:06.2684267Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:19:06.2684680Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:19:06.2685054Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:19:06.2685426Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:19:06.2685832Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:19:06.2686212Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:19:06.2686636Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:19:06.2687070Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:19:06.2687466Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:19:06.2687888Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:19:06.2688331Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:19:06.2688730Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:19:06.2689101Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:19:06.2689686Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:19:06.2690035Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:19:06.2690402Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:19:06.2690777Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:19:06.2691153Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:19:06.2691558Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:19:06.2691976Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:19:06.2692551Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:19:06.2692991Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:19:06.2693364Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:19:06.2693758Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:19:06.2694146Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:19:06.2694535Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:19:06.2694918Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:19:06.2695301Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:19:06.2695741Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:19:06.2696236Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:19:06.2696663Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:19:06.2697043Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:19:06.2697423Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:19:06.2697831Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:19:06.2698223Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:19:06.2698599Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:19:06.2699000Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:19:06.2699573Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:19:06.2699941Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:19:06.2700296Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:19:06.2700694Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:19:06.2701116Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:19:06.2701495Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:19:06.2701884Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:19:06.2702428Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:19:06.2702873Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:19:06.2703302Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:19:06.2703700Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:19:06.2704211Z 	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-20T20:19:06.2704714Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:19:06.2705104Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:19:06.2705515Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:19:06.2706096Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:19:06.2706622Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:19:06.2707206Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:19:06.2707815Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:19:06.2708466Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:19:06.2709118Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:19:06.2709750Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:19:06.2710391Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:19:06.2710977Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:19:06.2711463Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:19:06.2711906Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:19:06.2712447Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:19:06.2712884Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:19:06.2713361Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:19:06.2713795Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:19:06.2714177Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:19:06.2714548Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:19:06.2714935Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:19:06.2715321Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:19:06.2715729Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:19:06.2716146Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:19:06.2716514Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:19:06.2717089Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:19:06.2717562Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:19:06.2718051Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:19:06.2718540Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:19:06.2719026Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:19:06.2719488Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:19:06.2719903Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:19:06.2720317Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:19:06.2720734Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:19:06.2721168Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:19:06.2721596Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:19:06.2721990Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:19:06.2722516Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:19:06.2722893Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:19:06.2723414Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:19:06.2723847Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:19:06.2724286Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:19:06.2724688Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:19:06.2725101Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:19:06.2725533Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:19:06.2725981Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:19:06.2726423Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:19:06.2726857Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:19:06.2727257Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:19:06.2727637Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:19:06.2728027Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:19:06.2728395Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:19:06.2728768Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:19:06.2729173Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:19:06.2729581Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:19:06.2730010Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:19:06.2730481Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:19:06.2730942Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:19:06.2731337Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:19:06.2731695Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:19:06.2732069Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:19:06.2732655Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:19:06.2733045Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:19:06.2733644Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:19:06.2734084Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:19:06.2734531Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:19:06.2734950Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:19:06.2735332Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:19:06.2735736Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:19:06.2736280Z 	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-20T20:19:06.2736856Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:19:06.2737307Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:19:06.2737758Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:19:06.2738185Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:19:06.2738583Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:19:06.2738976Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:19:06.2739365Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:19:06.2739772Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:19:06.2740310Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:19:06.2740689Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:19:06.2741079Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:19:06.2741482Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:19:06.2741858Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:19:06.2742382Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:19:06.2742847Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:19:06.2743268Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:19:06.2743640Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:19:06.2744020Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:19:06.2744406Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:19:06.2744779Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:19:06.2745156Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:19:06.2745588Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:19:06.2746039Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:19:06.2746447Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:19:06.2746841Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:19:06.2747238Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:19:06.2747621Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:19:06.2748004Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:19:06.2748390Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:19:06.2748795Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:19:06.2749242Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:19:06.2749690Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:19:06.2750302Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:19:06.2750719Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:19:06.2751124Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:19:06.2751554Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:19:06.2751943Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:19:06.2752432Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:19:06.2752785Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:19:06.2753149Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:19:06.2753524Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:19:06.2753878Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:19:06.2754252Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:19:06.2754647Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:19:06.2755027Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:19:06.2755383Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:19:06.2755731Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:19:06.2756272Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:19:06.2756667Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:19:06.2757043Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:19:06.2757403Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:19:06.2757764Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:19:06.2758149Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:19:06.2758529Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:19:06.2758876Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:19:06.2759247Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:19:06.2759636Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:19:06.2760014Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:19:06.2760390Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:19:06.2760766Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:19:06.2761149Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:19:06.2761551Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:19:06.2761976Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:19:06.2762580Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:19:06.2762939Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:19:06.2763285Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:19:06.2763627Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:19:06.2764050Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:19:06.2764557Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:19:06.2765065Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:19:06.2765540Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:19:06.2766048Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:19:06.2766680Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:19:06.2767075Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:19:06.2767466Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:19:06.2767856Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:19:06.2768242Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:19:06.2768632Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:19:06.2769017Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:19:06.2769392Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:19:06.2769786Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:19:06.2770227Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:19:06.2770661Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:19:06.2771036Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:19:06.2771431Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:19:06.2771854Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:19:06.2772348Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:19:06.2772859Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:19:06.2773243Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:19:06.2773692Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:19:06.2774149Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:19:06.2774561Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:19:06.2774975Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:19:06.2775402Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:19:06.2775832Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:19:06.4646211Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:06.6545819Z Collecting meson
2025-08-20T20:19:06.7407799Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:19:06.7941108Z Collecting ninja
2025-08-20T20:19:06.8095825Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:19:06.8369231Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:19:06.9095882Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 20.9 MB/s  0:00:00
2025-08-20T20:19:06.9251872Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:19:07.0111989Z Installing collected packages: ninja, meson
2025-08-20T20:19:07.6826519Z 
2025-08-20T20:19:07.6849404Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:19:07.9512466Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:08.0403099Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:19:08.1280515Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:19:08.5100324Z 1.8.4
2025-08-20T20:19:08.5383345Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:19:08.5670071Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:19:08.5670447Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:19:08.5670821Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:19:08.5671574Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:19:08.5671964Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:19:08.5672830Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:19:08.5676453Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:19:08.5676829Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:19:08.5677180Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:19:08.5677703Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:19:08.5678061Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:19:08.5678444Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:19:08.5678826Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:19:08.5679231Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:19:08.5679680Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:19:08.5680087Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:19:08.5680494Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:19:08.5680860Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:19:08.5681239Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:19:08.5681705Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:19:08.5682766Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:19:08.5683159Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:19:08.5683582Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:19:08.5683983Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:19:08.5684345Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:19:08.5684738Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:19:08.5685172Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:19:08.5685592Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:19:08.5686001Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:19:08.5686425Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:19:08.5686844Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:19:08.5687271Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:19:08.5687703Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:19:08.5688126Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:19:08.5688571Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:19:08.5689004Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:19:08.5689410Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:19:08.5689822Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:19:08.5690217Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:19:08.5690636Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:19:08.5691066Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:19:08.5691491Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:19:08.5691896Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:19:08.5692655Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:19:08.5693138Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:19:08.5693611Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:19:08.5694085Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:19:08.5694577Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:19:08.5695033Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:19:08.5695454Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:19:08.5695879Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:19:08.5696293Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:19:08.5696708Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:19:08.5697115Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:19:08.5697493Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:19:08.5697850Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:19:08.5698222Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:19:08.5698619Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:19:08.5699189Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:19:08.5699570Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:19:08.5699979Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:19:08.5700418Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:19:08.5700843Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:19:08.5701261Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:19:08.5701686Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:19:08.5702114Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:19:08.5703462Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:19:08.5703868Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:19:08.5704312Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:19:08.5704810Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:19:08.5705311Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:19:08.5705775Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:19:08.5706198Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:19:08.5706589Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:19:08.5706986Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:19:08.5707389Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:19:08.5707791Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:19:08.5708250Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:19:08.5708756Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:19:08.5709265Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:19:08.5709757Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:19:08.5710409Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:19:08.5710841Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:19:08.5711235Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:19:08.5711639Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:19:08.5712037Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:19:08.5712638Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:19:08.5713069Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:19:08.5713494Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:19:08.5713877Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:19:08.5714252Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:19:08.5714662Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:19:08.5715069Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:19:08.5715445Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:19:08.5715815Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:19:08.5716209Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:19:08.5716598Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:19:08.5717141Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:19:08.5717516Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:19:08.5717927Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:19:08.5718314Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:19:08.5718687Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:19:08.5719052Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:19:08.5719430Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:19:08.5719820Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:19:08.5720222Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:19:08.5720617Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:19:08.5721006Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:19:08.5721388Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:19:08.5721785Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:19:08.5722188Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:19:08.5722707Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:19:08.5723068Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:19:08.5723421Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:19:08.5723777Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:19:08.5724140Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:19:08.5724493Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:19:08.5724866Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:19:08.5725264Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:19:08.5725695Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:19:08.5726130Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:19:08.5726538Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:19:08.5727125Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:19:08.5727532Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:19:08.5727923Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:19:08.5728324Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:19:08.5728734Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:19:08.5729125Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:19:08.5729524Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:19:08.5729937Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:19:08.5730379Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:19:08.5730809Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:19:08.5731205Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:19:08.5731605Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:19:08.5732017Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:19:08.5732565Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:19:08.5732978Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:19:08.5733541Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:19:08.5733939Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:19:08.5734344Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:19:08.5734725Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:19:08.5735087Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:19:08.5735458Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:19:08.5735884Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:19:08.5736283Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:19:08.5736684Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:19:08.5737073Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:19:08.5737448Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:19:08.5737823Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:19:08.5738206Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:19:08.5738595Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:19:08.5739018Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:19:08.5739468Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:19:08.5739870Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:19:08.5740246Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:19:08.5740640Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:19:08.5741064Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:19:08.5741489Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:19:08.5741846Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:19:08.5742192Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:19:08.5742774Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:19:08.5743206Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:19:08.5743820Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:19:08.5744217Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:19:08.5744597Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:19:08.5744975Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:19:08.5745398Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:19:08.5745869Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:19:08.5746281Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:19:08.5746647Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:19:08.5747011Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:19:08.5747456Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:19:08.5747967Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:19:08.5748410Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:19:08.5748788Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:19:08.5749253Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:19:08.5749790Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:19:08.5750444Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:19:08.5750882Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:19:08.5751245Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:19:08.5751625Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:19:08.5752040Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:19:08.5752583Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:19:08.5752989Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:19:08.5753366Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:19:08.5753739Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:19:08.5754146Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:19:08.5754547Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:19:08.5754948Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:19:08.5755347Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:19:08.5755742Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:19:08.5756147Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:19:08.5756570Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:19:08.5757021Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:19:08.5757447Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:19:08.5757841Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:19:08.5758221Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:19:08.5758596Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:19:08.5758978Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:19:08.5759371Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:19:08.5759790Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:19:08.5760467Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:19:08.5760935Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:19:08.5761343Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:19:08.5761731Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:19:08.5762111Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:19:08.5762607Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:19:08.5762976Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:19:08.5763365Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:19:08.5763748Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:19:08.5764199Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:19:08.5764678Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:19:08.5765142Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:19:08.5765657Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:19:08.5766170Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:19:08.5766839Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:19:08.5767279Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:19:08.5767642Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:19:08.5768006Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:19:08.5768385Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:19:08.5768771Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:19:08.5769141Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:19:08.5769522Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:19:08.5769905Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:19:08.5770293Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:19:08.5770678Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:19:08.5771051Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:19:08.5771449Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:19:08.5771842Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:19:08.5772410Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:19:08.5772859Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:19:08.5773287Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:19:08.5773701Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:19:08.5774107Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:19:08.5774515Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:19:08.5774943Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:19:08.5775334Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:19:08.5775699Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:19:08.5776209Z 	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-20T20:19:08.5776907Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:19:08.5777302Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:19:08.5777677Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:19:08.5778043Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:19:08.5778446Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:19:08.5778880Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:19:08.5779358Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:19:08.5779790Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:19:08.5780198Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:19:08.5780597Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:19:08.5781024Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:19:08.5781435Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:19:08.5781832Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:19:08.5782446Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:19:08.5782948Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:19:08.5783674Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:19:08.5784126Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:19:08.5784536Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:19:08.5784940Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:19:08.5785420Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:19:08.5785908Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:19:08.5786318Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:19:08.5786750Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:19:08.5787206Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:19:08.5787610Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:19:08.5787979Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:19:08.5788337Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:19:08.5788709Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:19:08.5789097Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:19:08.5789469Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:19:08.5789826Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:19:08.5790198Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:19:08.5790566Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:19:08.5790926Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:19:08.5791303Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:19:08.5791664Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:19:08.5792045Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:19:08.5792635Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:19:08.5793000Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:19:08.5793362Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:19:08.5793927Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:19:08.5794318Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:19:08.5794699Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:19:08.5795067Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:19:08.5795427Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:19:08.5795806Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:19:08.5796232Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:19:08.5796666Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:19:08.5797074Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:19:08.5797436Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:19:08.5797825Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:19:08.5798253Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:19:08.5798657Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:19:08.5799021Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:19:08.5799389Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:19:08.5799750Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:19:08.5800261Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:19:08.5800611Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:19:08.5800968Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:19:08.5801340Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:19:08.5801702Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:19:08.5802055Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:19:08.5802521Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:19:08.5802898Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:19:08.5803303Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:19:08.5803700Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:19:08.5804105Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:19:08.5804505Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:19:08.5804921Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:19:08.5805427Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:19:08.5806049Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:19:08.5806678Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:19:08.5807224Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:19:08.5807697Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:19:08.5808155Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:19:08.5808684Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:19:08.5809304Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:19:08.5809883Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:19:08.5810382Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:19:08.5811034Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:19:08.5811432Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:19:08.5811806Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:19:08.5812182Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:19:08.5812688Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:19:08.5813086Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:19:08.5813474Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:19:08.5813865Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:19:08.5814257Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:19:08.5814645Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:19:08.5815029Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:19:08.5815404Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:19:08.5815776Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:19:08.5816170Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:19:08.5816564Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:19:08.5817142Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:19:08.5817562Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:19:08.5817929Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:19:08.5818323Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:19:08.5818733Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:19:08.5819151Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:19:08.5819590Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:19:08.5820017Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:19:08.5820387Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:19:08.5820757Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:19:08.5821148Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:19:08.5821516Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:19:08.5821911Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:19:08.5822434Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:19:08.5822825Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:19:08.5823211Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:19:08.5823580Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:19:08.5823947Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:19:08.5824493Z 	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-20T20:19:08.5825211Z 	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-20T20:19:08.5825902Z 	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-20T20:19:08.5826571Z 	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-20T20:19:08.5827103Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:19:08.5827665Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:19:08.5828085Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:19:08.5828491Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:19:08.5828868Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:19:08.5829244Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:19:08.5829619Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:19:08.5829992Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:19:08.5830370Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:19:08.5830745Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:19:08.5831125Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:19:08.5831516Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:19:08.5831921Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:19:08.5832440Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:19:08.5832849Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:19:08.5833241Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:19:08.5833785Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:19:08.5834173Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:19:08.5834573Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:19:08.5834969Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:19:08.5835365Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:19:08.5835759Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:19:08.5836184Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:19:08.5836617Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:19:08.5837020Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:19:08.5837460Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:19:08.5837919Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:19:08.5838328Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:19:08.5838700Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:19:08.5839081Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:19:08.5839487Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:19:08.5839928Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:19:08.5840336Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:19:08.5840720Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:19:08.5841114Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:19:08.5841587Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:19:08.5842063Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:19:08.5842669Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:19:08.5843082Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:19:08.5843530Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:19:08.5844198Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:19:08.5844690Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:19:08.5845180Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:19:08.5845626Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:19:08.5846066Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:19:08.5846473Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:19:08.5846865Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:19:08.5847289Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:19:08.5847674Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:19:08.5848051Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:19:08.5848463Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:19:08.5848863Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:19:08.5849272Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:19:08.5849695Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:19:08.5850093Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:19:08.5850635Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:19:08.5851005Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:19:08.5851361Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:19:08.5851749Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:19:08.5852169Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:19:08.5852692Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:19:08.5853142Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:19:08.5853596Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:19:08.5853999Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:19:08.5854437Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:19:08.5854864Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:19:08.5855274Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:19:08.5855682Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:19:08.5856040Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:19:08.5856410Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:19:08.5856807Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:19:08.5857201Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:19:08.5857580Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:19:08.5857938Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:19:08.5858288Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:19:08.5858645Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:19:08.5859136Z 	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-20T20:19:08.5859644Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:19:08.5860030Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:19:08.5860603Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:19:08.5861017Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:19:08.5861425Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:19:08.5861834Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:19:08.5862359Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:19:08.5862778Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:19:08.5863202Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:19:08.5863576Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:19:08.5863943Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:19:08.5864308Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:19:08.5864689Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:19:08.5865116Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:19:08.5865547Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:19:08.5865945Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:19:08.5866367Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:19:08.5866807Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:19:08.5867386Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:19:08.5867757Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:19:08.5868104Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:19:08.5868452Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:19:08.5868823Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:19:08.5869203Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:19:08.5869575Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:19:08.5869976Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:19:08.5870393Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:19:08.5870855Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:19:08.5871295Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:19:08.5871668Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:19:08.5872060Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:19:08.5872637Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:19:08.5873032Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:19:08.5873415Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:19:08.5873792Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:19:08.5874234Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:19:08.5874726Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:19:08.5875153Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:19:08.5875533Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:19:08.5875910Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:19:08.5876317Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:19:08.5876709Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:19:08.5877267Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:19:08.5877677Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:19:08.5878060Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:19:08.5878402Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:19:08.5878758Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:19:08.5879159Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:19:08.5879631Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:19:08.5880009Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:19:08.5880396Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:19:08.5880840Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:19:08.5881286Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:19:08.5881716Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:19:08.5882115Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:19:08.5882747Z 	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-20T20:19:08.5883271Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:19:08.5883829Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:19:08.5884242Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:19:08.5884669Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:19:08.5885189Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:19:08.5885778Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:19:08.5886388Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:19:08.5887039Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:19:08.5887688Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:19:08.5888323Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:19:08.5888949Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:19:08.5889533Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:19:08.5890020Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:19:08.5890473Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:19:08.5890909Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:19:08.5891339Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:19:08.5891816Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:19:08.5892366Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:19:08.5892766Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:19:08.5893139Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:19:08.5893520Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:19:08.5893905Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:19:08.5894312Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:19:08.5894988Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:19:08.5895377Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:19:08.5895771Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:19:08.5896237Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:19:08.5896731Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:19:08.5897227Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:19:08.5897718Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:19:08.5898171Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:19:08.5898589Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:19:08.5899013Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:19:08.5899437Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:19:08.5899871Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:19:08.5900305Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:19:08.5900701Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:19:08.5901235Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:19:08.5901620Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:19:08.5902002Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:19:08.5902661Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:19:08.5903108Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:19:08.5903520Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:19:08.5903937Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:19:08.5904372Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:19:08.5904822Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:19:08.5905267Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:19:08.5905711Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:19:08.5906111Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:19:08.5906487Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:19:08.5906877Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:19:08.5907259Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:19:08.5907640Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:19:08.5908049Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:19:08.5908453Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:19:08.5908884Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:19:08.5909361Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:19:08.5909832Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:19:08.5910228Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:19:08.5910588Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:19:08.5910969Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:19:08.5911554Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:19:08.5911971Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:19:08.5912486Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:19:08.5912918Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:19:08.5913368Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:19:08.5913794Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:19:08.5914182Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:19:08.5914584Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:19:08.5915128Z 	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-20T20:19:08.5915715Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:19:08.5916174Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:19:08.5916624Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:19:08.5917052Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:19:08.5917453Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:19:08.5917848Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:19:08.5918452Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:19:08.5918855Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:19:08.5919262Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:19:08.5919645Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:19:08.5920041Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:19:08.5920489Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:19:08.5920867Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:19:08.5921277Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:19:08.5921744Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:19:08.5922174Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:19:08.5922770Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:19:08.5923150Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:19:08.5923540Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:19:08.5923920Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:19:08.5924299Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:19:08.5924733Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:19:08.5925183Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:19:08.5925591Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:19:08.5925989Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:19:08.5926393Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:19:08.5926775Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:19:08.5927152Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:19:08.5927540Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:19:08.5927945Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:19:08.5928596Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:19:08.5929063Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:19:08.5929490Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:19:08.5929900Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:19:08.5930308Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:19:08.5930741Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:19:08.5931131Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:19:08.5931489Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:19:08.5931842Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:19:08.5932209Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:19:08.5932722Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:19:08.5933079Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:19:08.5933451Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:19:08.5933850Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:19:08.5934238Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:19:08.5934744Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:19:08.5935093Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:19:08.5935475Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:19:08.5935877Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:19:08.5936252Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:19:08.5936618Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:19:08.5936983Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:19:08.5937366Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:19:08.5937750Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:19:08.5938105Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:19:08.5938480Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:19:08.5938879Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:19:08.5939263Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:19:08.5939643Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:19:08.5940024Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:19:08.5940414Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:19:08.5940828Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:19:08.5941255Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:19:08.5941659Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:19:08.5942016Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:19:08.5942509Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:19:08.5942861Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:19:08.5943284Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:19:08.5943789Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:19:08.5944262Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:19:08.5944914Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:19:08.5945443Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:19:08.5945887Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:19:08.5946269Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:19:08.5946660Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:19:08.5947058Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:19:08.5947451Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:19:08.5947843Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:19:08.5948233Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:19:08.5948612Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:19:08.5949014Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:19:08.5949459Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:19:08.5949892Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:19:08.5950273Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:19:08.5950676Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:19:08.5951255Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:19:08.5951638Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:19:08.5951990Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:19:08.5952559Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:19:08.5953029Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:19:08.5953492Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:19:08.5953899Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:19:08.5954317Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:19:08.5954746Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:19:08.5955183Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:19:08.7793466Z info: downloading installer
2025-08-20T20:19:09.0608519Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:19:09.0608905Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:19:09.0609266Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:19:09.0609689Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:19:09.0801188Z info: profile set to 'default'
2025-08-20T20:19:09.0801520Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:19:09.0801883Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:19:09.1342329Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:19:09.3087514Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:19:09.3399820Z info: downloading component 'clippy'
2025-08-20T20:19:09.4764629Z info: downloading component 'rustfmt'
2025-08-20T20:19:09.5929148Z info: downloading component 'cargo'
2025-08-20T20:19:09.7900153Z info: downloading component 'rust-std'
2025-08-20T20:19:10.5434694Z info: downloading component 'rustc'
2025-08-20T20:19:11.4376100Z info: removing previous version of component 'clippy'
2025-08-20T20:19:11.4537958Z info: removing previous version of component 'rustfmt'
2025-08-20T20:19:11.4609348Z info: removing previous version of component 'cargo'
2025-08-20T20:19:11.4814460Z info: removing previous version of component 'rust-std'
2025-08-20T20:19:11.4931381Z info: removing previous version of component 'rustc'
2025-08-20T20:19:11.5192943Z info: installing component 'clippy'
2025-08-20T20:19:11.7846945Z info: installing component 'rustfmt'
2025-08-20T20:19:11.9856617Z info: installing component 'cargo'
2025-08-20T20:19:12.4788145Z info: installing component 'rust-std'
2025-08-20T20:19:13.7801091Z info: installing component 'rustc'
2025-08-20T20:19:16.5218810Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:19:16.5219140Z 
2025-08-20T20:19:16.5292767Z   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-20T20:19:16.5293173Z 
2025-08-20T20:19:16.5293177Z 
2025-08-20T20:19:16.5293261Z Rust is installed now. Great!
2025-08-20T20:19:16.5293404Z 
2025-08-20T20:19:16.5293585Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:19:16.5294012Z environment variable. This has not been done automatically.
2025-08-20T20:19:16.5294236Z 
2025-08-20T20:19:16.5294349Z To configure your current shell, you need to source
2025-08-20T20:19:16.5294640Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:19:16.5294825Z 
2025-08-20T20:19:16.5294998Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:19:16.5295383Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:19:16.5296069Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:19:16.5296346Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:19:16.5471303Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:19:16.5799198Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:19:16.5799491Z 
2025-08-20T20:19:16.5872559Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:19:16.5872881Z 
2025-08-20T20:19:16.6283188Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:19:16.6651411Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:19:16.6933190Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:19:16.6933617Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:19:16.6933970Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:19:16.6934349Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:19:16.6934739Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:19:16.6935144Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:19:16.6935507Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:19:16.6935870Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:19:16.6936225Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:19:16.6936556Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:19:16.6936923Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:19:16.6937312Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:19:16.6937695Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:19:16.6938100Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:19:16.6938497Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:19:16.6938905Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:19:16.6939311Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:19:16.6939674Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:19:16.6940051Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:19:16.6940513Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:19:16.6941314Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:19:16.6941725Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:19:16.6942142Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:19:16.6942694Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:19:16.6943047Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:19:16.6943448Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:19:16.6943882Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:19:16.6944302Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:19:16.6944707Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:19:16.6945122Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:19:16.6945546Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:19:16.6945974Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:19:16.6946405Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:19:16.6946825Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:19:16.6947266Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:19:16.6947906Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:19:16.6948308Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:19:16.6948718Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:19:16.6949108Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:19:16.6949522Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:19:16.6949949Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:19:16.6950368Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:19:16.6950772Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:19:16.6951172Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:19:16.6951626Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:19:16.6952104Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:19:16.6952816Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:19:16.6953308Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:19:16.6953754Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:19:16.6954182Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:19:16.6954602Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:19:16.6955014Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:19:16.6955432Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:19:16.6955829Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:19:16.6956205Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:19:16.6956563Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:19:16.6956933Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:19:16.6957322Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:19:16.6957728Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:19:16.6958333Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:19:16.6958765Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:19:16.6959202Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:19:16.6959628Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:19:16.6960041Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:19:16.6960468Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:19:16.6960898Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:19:16.6961303Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:19:16.6961703Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:19:16.6962145Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:19:16.6962789Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:19:16.6963293Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:19:16.6963756Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:19:16.6964176Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:19:16.6964713Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:19:16.6965109Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:19:16.6965510Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:19:16.6965908Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:19:16.6966371Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:19:16.6966878Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:19:16.6967386Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:19:16.6967875Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:19:16.6968315Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:19:16.6968724Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:19:16.6969115Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:19:16.6969521Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:19:16.6969918Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:19:16.6970308Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:19:16.6970739Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:19:16.6971172Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:19:16.6971553Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:19:16.6971924Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:19:16.6972578Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:19:16.6972993Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:19:16.6973369Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:19:16.6973740Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:19:16.6974133Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:19:16.6974524Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:19:16.6975076Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:19:16.6975465Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:19:16.6975876Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:19:16.6976265Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:19:16.6976659Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:19:16.6977024Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:19:16.6977404Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:19:16.6977795Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:19:16.6978197Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:19:16.6978589Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:19:16.6978978Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:19:16.6979360Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:19:16.6979759Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:19:16.6980160Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:19:16.6980528Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:19:16.6980883Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:19:16.6981375Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:19:16.6981728Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:19:16.6982093Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:19:16.6982558Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:19:16.6982933Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:19:16.6983336Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:19:16.6983766Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:19:16.6984198Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:19:16.6984600Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:19:16.6984990Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:19:16.6985385Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:19:16.6985770Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:19:16.6986171Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:19:16.6986583Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:19:16.6986973Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:19:16.6987371Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:19:16.6987787Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:19:16.6988229Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:19:16.6988661Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:19:16.6989054Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:19:16.6989453Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:19:16.6989862Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:19:16.6990321Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:19:16.6990733Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:19:16.6991322Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:19:16.6991745Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:19:16.6992152Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:19:16.6992633Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:19:16.6992996Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:19:16.6993364Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:19:16.6993765Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:19:16.6994159Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:19:16.6994559Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:19:16.6994948Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:19:16.6995318Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:19:16.6995697Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:19:16.6996078Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:19:16.6996468Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:19:16.6996894Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:19:16.6997341Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:19:16.6997891Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:19:16.6998265Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:19:16.6998657Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:19:16.6999081Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:19:16.6999505Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:19:16.6999861Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:19:16.7000206Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:19:16.7000627Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:19:16.7001061Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:19:16.7001472Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:19:16.7001860Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:19:16.7002422Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:19:16.7002819Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:19:16.7003247Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:19:16.7003721Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:19:16.7004138Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:19:16.7004507Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:19:16.7004870Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:19:16.7005315Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:19:16.7005824Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:19:16.7006268Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:19:16.7006645Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:19:16.7007106Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:19:16.7007647Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:19:16.7008359Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:19:16.7008817Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:19:16.7009177Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:19:16.7009559Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:19:16.7009972Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:19:16.7010397Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:19:16.7010802Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:19:16.7011179Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:19:16.7011552Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:19:16.7011956Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:19:16.7012492Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:19:16.7012898Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:19:16.7013298Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:19:16.7013693Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:19:16.7014084Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:19:16.7014666Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:19:16.7015115Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:19:16.7015543Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:19:16.7015931Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:19:16.7016304Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:19:16.7016685Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:19:16.7017062Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:19:16.7017454Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:19:16.7017873Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:19:16.7018342Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:19:16.7018795Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:19:16.7019201Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:19:16.7019592Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:19:16.7019977Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:19:16.7020356Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:19:16.7020729Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:19:16.7021118Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:19:16.7021504Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:19:16.7021952Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:19:16.7022624Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:19:16.7023095Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:19:16.7023616Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:19:16.7024130Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:19:16.7024632Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:19:16.7025270Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:19:16.7025654Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:19:16.7026019Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:19:16.7026398Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:19:16.7026777Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:19:16.7027151Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:19:16.7027533Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:19:16.7027926Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:19:16.7028315Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:19:16.7028698Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:19:16.7029083Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:19:16.7029478Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:19:16.7029869Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:19:16.7030289Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:19:16.7030726Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:19:16.7031294Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:19:16.7031709Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:19:16.7032119Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:19:16.7032660Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:19:16.7033084Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:19:16.7033479Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:19:16.7033843Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:19:16.7034349Z 	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-20T20:19:16.7034866Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:19:16.7035238Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:19:16.7035618Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:19:16.7035983Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:19:16.7036382Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:19:16.7036822Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:19:16.7037255Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:19:16.7037688Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:19:16.7038097Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:19:16.7038500Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:19:16.7038922Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:19:16.7039341Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:19:16.7039735Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:19:16.7040166Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:19:16.7040662Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:19:16.7041163Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:19:16.7041821Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:19:16.7042338Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:19:16.7042744Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:19:16.7043222Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:19:16.7043710Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:19:16.7044126Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:19:16.7044563Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:19:16.7045015Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:19:16.7045425Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:19:16.7045792Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:19:16.7046143Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:19:16.7046512Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:19:16.7046901Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:19:16.7047271Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:19:16.7047627Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:19:16.7048153Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:19:16.7048519Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:19:16.7048878Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:19:16.7049252Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:19:16.7049626Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:19:16.7050008Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:19:16.7050395Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:19:16.7050756Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:19:16.7051117Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:19:16.7051476Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:19:16.7051847Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:19:16.7052329Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:19:16.7052705Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:19:16.7053066Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:19:16.7053444Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:19:16.7053872Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:19:16.7054310Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:19:16.7054715Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:19:16.7055076Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:19:16.7055461Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:19:16.7055889Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:19:16.7056294Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:19:16.7056658Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:19:16.7057029Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:19:16.7057390Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:19:16.7057939Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:19:16.7058300Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:19:16.7058653Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:19:16.7059021Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:19:16.7059380Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:19:16.7059725Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:19:16.7060068Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:19:16.7060444Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:19:16.7060852Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:19:16.7061249Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:19:16.7061645Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:19:16.7062044Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:19:16.7062607Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:19:16.7063106Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:19:16.7063717Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:19:16.7064547Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:19:16.7065090Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:19:16.7065562Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:19:16.7066018Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:19:16.7066543Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:19:16.7067164Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:19:16.7067722Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:19:16.7068215Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:19:16.7068660Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:19:16.7069036Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:19:16.7069409Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:19:16.7069786Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:19:16.7070168Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:19:16.7070562Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:19:16.7070952Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:19:16.7071340Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:19:16.7071728Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:19:16.7072117Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:19:16.7072603Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:19:16.7072985Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:19:16.7073361Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:19:16.7073750Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:19:16.7074143Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:19:16.7074555Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:19:16.7075165Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:19:16.7075545Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:19:16.7075941Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:19:16.7076354Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:19:16.7076765Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:19:16.7077209Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:19:16.7077636Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:19:16.7078005Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:19:16.7078374Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:19:16.7078757Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:19:16.7079131Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:19:16.7079520Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:19:16.7079911Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:19:16.7080296Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:19:16.7080676Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:19:16.7081170Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:19:16.7081540Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:19:16.7082084Z 	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-20T20:19:16.7082990Z 	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-20T20:19:16.7083682Z 	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-20T20:19:16.7084350Z 	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-20T20:19:16.7084873Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:19:16.7085257Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:19:16.7085669Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:19:16.7086068Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:19:16.7086445Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:19:16.7086820Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:19:16.7087187Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:19:16.7087567Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:19:16.7087949Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:19:16.7088326Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:19:16.7088706Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:19:16.7089098Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:19:16.7089505Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:19:16.7089906Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:19:16.7090347Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:19:16.7090739Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:19:16.7091115Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:19:16.7091713Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:19:16.7092132Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:19:16.7092629Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:19:16.7093030Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:19:16.7093428Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:19:16.7093856Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:19:16.7094292Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:19:16.7094695Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:19:16.7095135Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:19:16.7095599Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:19:16.7096005Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:19:16.7096375Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:19:16.7096756Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:19:16.7097157Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:19:16.7097566Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:19:16.7098138Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:19:16.7098521Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:19:16.7098915Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:19:16.7099391Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:19:16.7099866Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:19:16.7100265Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:19:16.7100675Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:19:16.7101132Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:19:16.7101575Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:19:16.7102052Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:19:16.7102654Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:19:16.7103099Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:19:16.7103537Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:19:16.7103939Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:19:16.7104332Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:19:16.7104750Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:19:16.7105134Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:19:16.7105507Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:19:16.7105916Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:19:16.7106320Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:19:16.7106722Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:19:16.7107143Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:19:16.7107541Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:19:16.7108116Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:19:16.7108498Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:19:16.7108855Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:19:16.7109242Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:19:16.7109660Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:19:16.7110057Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:19:16.7110508Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:19:16.7110971Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:19:16.7111374Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:19:16.7111813Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:19:16.7112351Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:19:16.7112772Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:19:16.7113182Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:19:16.7113541Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:19:16.7113904Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:19:16.7114294Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:19:16.7114831Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:19:16.7115209Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:19:16.7115575Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:19:16.7115925Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:19:16.7116281Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:19:16.7116768Z 	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-20T20:19:16.7117278Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:19:16.7117659Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:19:16.7118041Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:19:16.7118441Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:19:16.7118853Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:19:16.7119260Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:19:16.7119668Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:19:16.7120081Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:19:16.7120495Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:19:16.7120875Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:19:16.7121251Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:19:16.7121618Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:19:16.7121996Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:19:16.7122536Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:19:16.7122985Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:19:16.7123398Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:19:16.7123822Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:19:16.7124262Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:19:16.7124854Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:19:16.7125240Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:19:16.7125587Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:19:16.7125934Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:19:16.7126302Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:19:16.7126679Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:19:16.7127061Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:19:16.7127455Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:19:16.7127875Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:19:16.7128335Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:19:16.7128775Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:19:16.7129148Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:19:16.7129539Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:19:16.7129929Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:19:16.7130319Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:19:16.7130834Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:19:16.7131210Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:19:16.7131650Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:19:16.7132145Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:19:16.7132693Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:19:16.7133078Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:19:16.7133457Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:19:16.7133861Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:19:16.7134253Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:19:16.7134628Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:19:16.7135032Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:19:16.7135414Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:19:16.7135759Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:19:16.7136116Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:19:16.7136513Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:19:16.7136941Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:19:16.7137327Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:19:16.7137714Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:19:16.7138159Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:19:16.7138608Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:19:16.7139043Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:19:16.7139440Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:19:16.7139957Z 	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-20T20:19:16.7140471Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:19:16.7141070Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:19:16.7141502Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:19:16.7141933Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:19:16.7142569Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:19:16.7143152Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:19:16.7143769Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:19:16.7144415Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:19:16.7145063Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:19:16.7145695Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:19:16.7146324Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:19:16.7146905Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:19:16.7147390Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:19:16.7147834Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:19:16.7148432Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:19:16.7148858Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:19:16.7149335Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:19:16.7149772Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:19:16.7150162Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:19:16.7150535Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:19:16.7150919Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:19:16.7151301Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:19:16.7151711Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:19:16.7152127Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:19:16.7152589Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:19:16.7152980Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:19:16.7153446Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:19:16.7153940Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:19:16.7154438Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:19:16.7154932Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:19:16.7155387Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:19:16.7155806Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:19:16.7156223Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:19:16.7156643Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:19:16.7157076Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:19:16.7157505Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:19:16.7157892Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:19:16.7158274Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:19:16.7158828Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:19:16.7159222Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:19:16.7159661Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:19:16.7160104Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:19:16.7160509Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:19:16.7160934Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:19:16.7161365Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:19:16.7161814Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:19:16.7162370Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:19:16.7162813Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:19:16.7163212Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:19:16.7163587Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:19:16.7163974Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:19:16.7164345Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:19:16.7164717Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:19:16.7165273Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:19:16.7165673Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:19:16.7166100Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:19:16.7166575Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:19:16.7167036Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:19:16.7167424Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:19:16.7167775Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:19:16.7168148Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:19:16.7168543Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:19:16.7168933Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:19:16.7169326Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:19:16.7169757Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:19:16.7170205Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:19:16.7170620Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:19:16.7171013Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:19:16.7171417Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:19:16.7171961Z 	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-20T20:19:16.7172648Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:19:16.7173109Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:19:16.7173561Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:19:16.7173986Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:19:16.7174385Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:19:16.7174776Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:19:16.7175375Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:19:16.7175795Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:19:16.7176198Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:19:16.7176579Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:19:16.7176967Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:19:16.7177375Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:19:16.7177750Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:19:16.7178161Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:19:16.7178624Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:19:16.7179048Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:19:16.7179430Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:19:16.7179814Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:19:16.7180206Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:19:16.7180583Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:19:16.7180953Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:19:16.7181522Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:19:16.7181968Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:19:16.7182485Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:19:16.7182887Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:19:16.7183289Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:19:16.7183676Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:19:16.7184051Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:19:16.7184436Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:19:16.7184839Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:19:16.7185278Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:19:16.7185730Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:19:16.7186153Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:19:16.7186557Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:19:16.7186959Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:19:16.7187389Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:19:16.7187781Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:19:16.7188138Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:19:16.7188488Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:19:16.7188854Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:19:16.7189233Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:19:16.7189599Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:19:16.7189971Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:19:16.7190418Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:19:16.7190808Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:19:16.7191164Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:19:16.7191768Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:19:16.7192171Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:19:16.7192743Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:19:16.7193121Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:19:16.7193484Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:19:16.7193849Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:19:16.7194231Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:19:16.7194612Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:19:16.7194963Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:19:16.7195339Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:19:16.7195739Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:19:16.7196123Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:19:16.7196499Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:19:16.7196879Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:19:16.7197261Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:19:16.7197665Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:19:16.7198272Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:19:16.7198674Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:19:16.7199031Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:19:16.7199379Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:19:16.7199727Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:19:16.7200151Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:19:16.7200653Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:19:16.7201126Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:19:16.7201600Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:19:16.7202106Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:19:16.7202666Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:19:16.7203049Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:19:16.7203439Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:19:16.7203834Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:19:16.7204223Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:19:16.7204609Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:19:16.7204996Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:19:16.7205374Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:19:16.7205768Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:19:16.7206215Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:19:16.7206647Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:19:16.7207021Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:19:16.7207421Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:19:16.7208029Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:19:16.7208433Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:19:16.7208785Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:19:16.7209173Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:19:16.7209624Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:19:16.7210087Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:19:16.7210501Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:19:16.7210916Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:19:16.7211345Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:19:16.7211781Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:19:16.7212116Z 
2025-08-20T20:19:16.7212123Z 
2025-08-20T20:19:16.7212687Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:19:16 PM)
2025-08-20T20:19:16.7213056Z 
2025-08-20T20:19:16.7213061Z 
2025-08-20T20:19:16.7213065Z 
2025-08-20T20:19:16.7213138Z [+] Continue : YES
2025-08-20T20:19:16.7213241Z 
2025-08-20T20:19:16.7213481Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:19:16.8395536Z 
2025-08-20T20:19:16.8396218Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:19:16 PM) UTC
2025-08-20T20:19:16.8396487Z 
2025-08-20T20:19:16.8410587Z 
2025-08-20T20:19:16.8410708Z [+] Total RECIPES :: 1
2025-08-20T20:19:16.8410835Z 
2025-08-20T20:19:16.8482393Z 
2025-08-20T20:19:16.8482984Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml (1/1)
2025-08-20T20:19:16.8483466Z 
2025-08-20T20:19:16.9099430Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:16.9109967Z mode of '/tmp/pkgforge/mMVaHlEZS_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:19:16.9156729Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fnm/official [Provided]
2025-08-20T20:19:16.9157114Z [+] Setting '.pkg_family' --> fnm [Provided]
2025-08-20T20:19:16.9169365Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:19:16.9174650Z [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-20T20:19:16.9260666Z [00:00:00.009]➜  
2025-08-20T20:19:16.9261646Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fnm/static.official.stable.yaml) --> /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:19:16 PM) UTC]
2025-08-20T20:19:16.9263020Z [00:00:00.009]➜  
2025-08-20T20:19:16.9263246Z [00:00:00.009]➜  
2025-08-20T20:19:16.9263432Z [00:00:00.009]➜  
2025-08-20T20:19:16.9263715Z [00:00:00.009]➜  ###################################################################
2025-08-20T20:19:16.9269338Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:19:16.9270030Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:16.9270591Z [00:00:00.010]➜  _disabled: false
2025-08-20T20:19:16.9270852Z [00:00:00.010]➜  
2025-08-20T20:19:16.9271060Z [00:00:00.010]➜  pkg: "fnm"
2025-08-20T20:19:16.9271327Z [00:00:00.010]➜  pkg_id: "github.com.Schniz.fnm"
2025-08-20T20:19:16.9271646Z [00:00:00.010]➜  pkg_type: "static"
2025-08-20T20:19:16.9271890Z [00:00:00.010]➜  category:
2025-08-20T20:19:16.9274126Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-20T20:19:16.9274509Z [00:00:00.010]➜    - "Utility"
2025-08-20T20:19:16.9274921Z [00:00:00.010]➜  description: "🚀 Fast and simple Node.js version manager, built in Rust"
2025-08-20T20:19:16.9275608Z [00:00:00.010]➜  homepage:
2025-08-20T20:19:16.9275974Z [00:00:00.010]➜    - "https://github.com/Schniz/fnm"
2025-08-20T20:19:16.9276261Z [00:00:00.010]➜  license:
2025-08-20T20:19:16.9276495Z [00:00:00.010]➜    - id: "GPL-3.0"
2025-08-20T20:19:16.9276997Z [00:00:00.010]➜      url: "https://github.com/Schniz/fnm/raw/439964440d80d72f7b09ae947471da70d1f8fca2/LICENSE"  
2025-08-20T20:19:16.9277436Z [00:00:00.010]➜  maintainer:
2025-08-20T20:19:16.9277746Z [00:00:00.010]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:19:16.9278062Z [00:00:00.010]➜  note:
2025-08-20T20:19:16.9278337Z [00:00:00.010]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:19:16.9278843Z [00:00:00.010]➜    - "Pre Built Binary Fetched from Upstream. Check/Report @ https://github.com/Schniz/fnm"
2025-08-20T20:19:16.9279259Z [00:00:00.010]➜  provides:
2025-08-20T20:19:16.9279477Z [00:00:00.010]➜    - "fnm"
2025-08-20T20:19:16.9279695Z [00:00:00.010]➜  repology:
2025-08-20T20:19:16.9279925Z [00:00:00.010]➜    - "fnm"
2025-08-20T20:19:16.9280145Z [00:00:00.010]➜  src_url:
2025-08-20T20:19:16.9280411Z [00:00:00.010]➜    - "https://github.com/Schniz/fnm"
2025-08-20T20:19:16.9280688Z [00:00:00.010]➜  tag:
2025-08-20T20:19:16.9280897Z [00:00:00.010]➜    - "nodejs"
2025-08-20T20:19:16.9281124Z [00:00:00.010]➜    - "nvm"
2025-08-20T20:19:16.9281336Z [00:00:00.010]➜  x_exec:
2025-08-20T20:19:16.9281575Z [00:00:00.010]➜    bsys: "host://soar-dl"
2025-08-20T20:19:16.9281825Z [00:00:00.010]➜    host:
2025-08-20T20:19:16.9282682Z [00:00:00.010]➜      - "aarch64-Linux"
2025-08-20T20:19:16.9282973Z [00:00:00.010]➜      - "x86_64-Linux"
2025-08-20T20:19:16.9283227Z [00:00:00.010]➜    shell: "bash"
2025-08-20T20:19:16.9283463Z [00:00:00.010]➜    pkgver: |
2025-08-20T20:19:16.9284187Z [00:00:00.010]➜      curl -qfsSL "https://api.gh.pkgforge.dev/repos/Schniz/fnm/releases?per_page=100" | jq -r '[.[] | select(.draft == false)] | .[0].tag_name | gsub("\\s+"; "")' | tr -d '"'\''[:space:]'
2025-08-20T20:19:16.9284822Z [00:00:00.010]➜    run: |
2025-08-20T20:19:16.9285044Z [00:00:00.010]➜      #Download
2025-08-20T20:19:16.9285298Z [00:00:00.010]➜      case "$(uname -m)" in
2025-08-20T20:19:16.9285557Z [00:00:00.010]➜        aarch64)
2025-08-20T20:19:16.9286263Z [00:00:00.010]➜          soar dl "https://github.com/Schniz/fnm@${PKGVER}" --match "arm64,tar" --exclude "amd64,x86,x64,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:19:16.9286886Z [00:00:00.010]➜          ;;
2025-08-20T20:19:16.9287116Z [00:00:00.010]➜        x86_64)
2025-08-20T20:19:16.9287836Z [00:00:00.010]➜          soar dl "https://github.com/Schniz/fnm@${PKGVER}" --match "linux,tar" --exclude "aarch,arm,i386,i686,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:19:16.9288477Z [00:00:00.010]➜          ;;
2025-08-20T20:19:16.9288692Z [00:00:00.010]➜      esac
2025-08-20T20:19:16.9288911Z [00:00:00.010]➜      #Extract
2025-08-20T20:19:16.9289273Z [00:00:00.010]➜      while E_X=$(find "${SBUILD_TMPDIR}" -type f -exec file -i "{}" + | 
2025-08-20T20:19:16.9289727Z [00:00:00.010]➜       grep -Ei "archive|compressed|gzip|x-compress|x-tar" |
2025-08-20T20:19:16.9290116Z [00:00:00.010]➜       grep -iv "application/.*executable" |
2025-08-20T20:19:16.9290464Z [00:00:00.010]➜       cut -d: -f1 | head -n1); [ -n "${E_X}" ]
2025-08-20T20:19:16.9290751Z [00:00:00.010]➜       do
2025-08-20T20:19:16.9291037Z [00:00:00.010]➜         7z e "${E_X}" -o"${SBUILD_TMPDIR}/." -y && {
2025-08-20T20:19:16.9291454Z [00:00:00.010]➜          file -i "${E_X}" | grep -q "application/.*executable" && break
2025-08-20T20:19:16.9291793Z [00:00:00.010]➜          rm -f "${E_X}"
2025-08-20T20:19:16.9292045Z [00:00:00.010]➜         } || break
2025-08-20T20:19:16.9292714Z [00:00:00.010]➜       done
2025-08-20T20:19:16.9292997Z [00:00:00.010]➜      #Copy
2025-08-20T20:19:16.9294180Z [00:00:00.010]➜      find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}/${PKG}"
2025-08-20T20:19:16.9295068Z [00:00:00.010]➜  
2025-08-20T20:19:16.9295349Z [00:00:00.010]➜  ###################################################################
2025-08-20T20:19:16.9295627Z [00:00:00.010]➜  
2025-08-20T20:19:16.9295812Z [00:00:00.010]➜  
2025-08-20T20:19:16.9295997Z [00:00:00.010]➜  
2025-08-20T20:19:16.9296501Z [00:00:00.011]➜  '/tmp/pkgforge/mMVaHlEZS_build.yaml' -> '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:19:19.5869955Z [00:00:02.669]➜  '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.version' -> '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.version'
2025-08-20T20:19:19.5933373Z [00:00:02.676]➜  [+] Version: v1.38.1 ('.x_exec.pkgver') [/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.version]
2025-08-20T20:19:19.6153111Z [00:00:02.698]➜  [+] Progs: fnm
2025-08-20T20:19:19.8976197Z [00:00:02.980]➜  
2025-08-20T20:19:19.8976583Z [00:00:02.980]➜  [-] Missing packages. Found: 
2025-08-20T20:19:19.8976877Z [00:00:02.980]➜  [+] Expected: fnm
2025-08-20T20:19:19.8977149Z [00:00:02.980]➜  [+] Continuing with build...
2025-08-20T20:19:19.8977407Z [00:00:02.980]➜  
2025-08-20T20:19:21.3824057Z [00:00:04.465]➜  
2025-08-20T20:19:21.3824337Z [00:00:04.465]➜  
2025-08-20T20:19:21.3898957Z [00:00:04.472]➜  + case "$(uname -m)" in
2025-08-20T20:19:21.3902168Z [00:00:04.473]➜  ++ uname -m
2025-08-20T20:19:21.3912678Z [00:00:04.474]➜  + soar dl https://github.com/Schniz/fnm@v1.38.1 --match arm64,tar --exclude amd64,x86,x64,sha256,sha512,bsd,macos,windows -o /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fnm.archive --yes
2025-08-20T20:19:21.3948244Z [00:00:04.477]➜  Detected GitHub URL, processing as GitHub release
2025-08-20T20:19:26.2576671Z [00:00:09.340]➜  [31m[ERROR][0m No matching assets found
2025-08-20T20:19:26.2588934Z [00:00:09.341]➜  ++ find /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -exec file -i '{}' +
2025-08-20T20:19:26.2600510Z [00:00:09.342]➜  ++ grep -Ei 'archive|compressed|gzip|x-compress|x-tar'
2025-08-20T20:19:26.2601014Z [00:00:09.342]➜  ++ head -n1
2025-08-20T20:19:26.2601321Z [00:00:09.342]➜  ++ grep -iv 'application/.*executable'
2025-08-20T20:19:26.2603548Z [00:00:09.343]➜  ++ cut -d: -f1
2025-08-20T20:19:26.2618930Z [00:00:09.345]➜  + E_X=
2025-08-20T20:19:26.2619195Z [00:00:09.345]➜  + '[' -n '' ']'
2025-08-20T20:19:26.2633362Z [00:00:09.346]➜  + find /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:19:26.2634984Z [00:00:09.346]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:19:26.2635435Z [00:00:09.346]➜  + cut -d: -f1
2025-08-20T20:19:26.2635728Z [00:00:09.346]➜  + xargs realpath --no-symlinks
2025-08-20T20:19:26.2637764Z [00:00:09.346]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm
2025-08-20T20:19:26.2652986Z [00:00:09.348]➜  realpath: missing operand
2025-08-20T20:19:26.2653927Z [00:00:09.348]➜  Try 'realpath --help' for more information.
2025-08-20T20:19:26.2661974Z [00:00:09.349]➜  
2025-08-20T20:19:26.6072584Z [00:00:09.690]➜  
2025-08-20T20:19:26.6152411Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:19:26.6153451Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:19:26.6154269Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:19:26.6155044Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:19:26.6156202Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.version' retained as runner:runner
2025-08-20T20:19:26.6157095Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.version' retained as runner:runner
2025-08-20T20:19:26.6157858Z [00:00:09.698]➜  ownership of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:19:26.6220947Z [00:00:09.705]➜  mode of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:19:26.6275162Z [00:00:09.710]➜  mode of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T20:19:26.6329324Z [00:00:09.715]➜  mode of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:19:26.6385472Z [00:00:09.721]➜  mode of '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:19:26.7403355Z [00:00:09.823]➜  realpath: missing operand
2025-08-20T20:19:26.7403754Z [00:00:09.823]➜  Try 'realpath --help' for more information.
2025-08-20T20:19:26.7462970Z [00:00:09.829]➜  
2025-08-20T20:19:26.7463481Z [00:00:09.829]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T20:19:27.1044736Z [00:00:10.187]➜  (License) <== https://github.com/Schniz/fnm/raw/439964440d80d72f7b09ae947471da70d1f8fca2/LICENSE
2025-08-20T20:19:27.1081283Z [00:00:10.191]➜  renamed '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:19:27.1108834Z [00:00:10.194]➜  
2025-08-20T20:19:27.1109067Z [00:00:10.194]➜  
2025-08-20T20:19:27.1117204Z [00:00:10.194]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T20:19:27.1123099Z [00:00:10.194]➜                         Version 3, 29 June 2007
2025-08-20T20:19:27.1123470Z [00:00:10.194]➜  
2025-08-20T20:19:27.1123852Z [00:00:10.194]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T20:19:27.1124348Z [00:00:10.194]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T20:19:27.1124799Z [00:00:10.194]➜   of this license document, but changing it is not allowed.
2025-08-20T20:19:27.1125118Z [00:00:10.194]➜  
2025-08-20T20:19:27.1125352Z [00:00:10.194]➜                              Preamble
2025-08-20T20:19:27.1125631Z [00:00:10.194]➜  
2025-08-20T20:19:27.1125950Z [00:00:10.194]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T20:19:27.1126337Z [00:00:10.194]➜  software and other kinds of works.
2025-08-20T20:19:27.1126599Z [00:00:10.194]➜  
2025-08-20T20:19:27.1126944Z [00:00:10.194]➜    The licenses for most software and other practical works are designed
2025-08-20T20:19:27.1127453Z [00:00:10.194]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T20:19:27.1127959Z [00:00:10.194]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T20:19:27.1128474Z [00:00:10.194]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T20:19:27.1129042Z [00:00:10.194]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T20:19:27.1129549Z [00:00:10.194]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T20:19:27.1130084Z [00:00:10.194]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T20:19:27.1130466Z [00:00:10.194]➜  your programs, too.
2025-08-20T20:19:27.1130702Z [00:00:10.194]➜  
2025-08-20T20:19:27.1131024Z [00:00:10.194]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T20:19:27.1131511Z [00:00:10.194]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T20:19:27.1132563Z [00:00:10.194]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T20:19:27.1133148Z [00:00:10.194]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T20:19:27.1133624Z [00:00:10.194]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T20:19:27.1134075Z [00:00:10.194]➜  free programs, and that you know you can do these things.
2025-08-20T20:19:27.1134401Z [00:00:10.194]➜  
2025-08-20T20:19:27.1134738Z [00:00:10.194]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T20:19:27.1135251Z [00:00:10.194]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T20:19:27.1135779Z [00:00:10.194]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T20:19:27.1136285Z [00:00:10.194]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T20:19:27.1136621Z [00:00:10.194]➜  
2025-08-20T20:19:27.1136955Z [00:00:10.194]➜    For example, if you distribute copies of such a program, whether
2025-08-20T20:19:27.1137421Z [00:00:10.194]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T20:19:27.1137904Z [00:00:10.194]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T20:19:27.1138405Z [00:00:10.194]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T20:19:27.1138772Z [00:00:10.194]➜  know their rights.
2025-08-20T20:19:27.1139007Z [00:00:10.194]➜  
2025-08-20T20:19:27.1139632Z [00:00:10.194]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T20:19:27.1140129Z [00:00:10.194]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T20:19:27.1140612Z [00:00:10.194]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T20:19:27.1140951Z [00:00:10.194]➜  
2025-08-20T20:19:27.1141294Z [00:00:10.194]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T20:19:27.1141805Z [00:00:10.194]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T20:19:27.1142546Z [00:00:10.194]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T20:19:27.1143092Z [00:00:10.194]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T20:19:27.1143484Z [00:00:10.194]➜  authors of previous versions.
2025-08-20T20:19:27.1143739Z [00:00:10.195]➜  
2025-08-20T20:19:27.1144065Z [00:00:10.195]➜    Some devices are designed to deny users access to install or run
2025-08-20T20:19:27.1144577Z [00:00:10.195]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T20:19:27.1145058Z [00:00:10.195]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T20:19:27.1145521Z [00:00:10.195]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T20:19:27.1146021Z [00:00:10.195]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T20:19:27.1146534Z [00:00:10.195]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T20:19:27.1147046Z [00:00:10.195]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T20:19:27.1147562Z [00:00:10.195]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T20:19:27.1148071Z [00:00:10.195]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T20:19:27.1148525Z [00:00:10.195]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T20:19:27.1148836Z [00:00:10.195]➜  
2025-08-20T20:19:27.1149174Z [00:00:10.195]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T20:19:27.1149669Z [00:00:10.195]➜  States should not allow patents to restrict development and use of
2025-08-20T20:19:27.1150177Z [00:00:10.195]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T20:19:27.1150931Z [00:00:10.195]➜  avoid the special danger that patents applied to a free program could
2025-08-20T20:19:27.1151530Z [00:00:10.195]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T20:19:27.1152004Z [00:00:10.195]➜  patents cannot be used to render the program non-free.
2025-08-20T20:19:27.1152453Z [00:00:10.195]➜  
2025-08-20T20:19:27.1152788Z [00:00:10.195]➜    The precise terms and conditions for copying, distribution and
2025-08-20T20:19:27.1153151Z [00:00:10.195]➜  modification follow.
2025-08-20T20:19:27.1153396Z [00:00:10.195]➜  
2025-08-20T20:19:27.1153640Z [00:00:10.195]➜                         TERMS AND CONDITIONS
2025-08-20T20:19:27.1153910Z [00:00:10.195]➜  
2025-08-20T20:19:27.1154117Z [00:00:10.195]➜    0. Definitions.
2025-08-20T20:19:27.1154342Z [00:00:10.195]➜  
2025-08-20T20:19:27.1154679Z [00:00:10.195]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T20:19:27.1155021Z [00:00:10.195]➜  
2025-08-20T20:19:27.1155382Z [00:00:10.195]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T20:19:27.1155802Z [00:00:10.195]➜  works, such as semiconductor masks.
2025-08-20T20:19:27.1156074Z [00:00:10.195]➜  
2025-08-20T20:19:27.1156404Z [00:00:10.195]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T20:19:27.1156877Z [00:00:10.195]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T20:19:27.1157306Z [00:00:10.195]➜  "recipients" may be individuals or organizations.
2025-08-20T20:19:27.1157864Z [00:00:10.195]➜  
2025-08-20T20:19:27.1158215Z [00:00:10.195]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T20:19:27.1158722Z [00:00:10.195]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T20:19:27.1159234Z [00:00:10.195]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T20:19:27.1159673Z [00:00:10.195]➜  earlier work or a work "based on" the earlier work.
2025-08-20T20:19:27.1159969Z [00:00:10.195]➜  
2025-08-20T20:19:27.1160316Z [00:00:10.195]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T20:19:27.1160683Z [00:00:10.195]➜  on the Program.
2025-08-20T20:19:27.1160905Z [00:00:10.195]➜  
2025-08-20T20:19:27.1161232Z [00:00:10.195]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T20:19:27.1161699Z [00:00:10.195]➜  permission, would make you directly or secondarily liable for
2025-08-20T20:19:27.1162196Z [00:00:10.195]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T20:19:27.1163447Z [00:00:10.195]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T20:19:27.1163961Z [00:00:10.195]➜  distribution (with or without modification), making available to the
2025-08-20T20:19:27.1164422Z [00:00:10.195]➜  public, and in some countries other activities as well.
2025-08-20T20:19:27.1164735Z [00:00:10.195]➜  
2025-08-20T20:19:27.1165292Z [00:00:10.195]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T20:19:27.1165858Z [00:00:10.195]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T20:19:27.1166356Z [00:00:10.195]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T20:19:27.1166689Z [00:00:10.195]➜  
2025-08-20T20:19:27.1167028Z [00:00:10.195]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T20:19:27.1167521Z [00:00:10.195]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T20:19:27.1168018Z [00:00:10.195]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T20:19:27.1168502Z [00:00:10.195]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T20:19:27.1168994Z [00:00:10.195]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T20:19:27.1169485Z [00:00:10.195]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T20:19:27.1169985Z [00:00:10.195]➜  the interface presents a list of user commands or options, such as a
2025-08-20T20:19:27.1170446Z [00:00:10.195]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T20:19:27.1170758Z [00:00:10.195]➜  
2025-08-20T20:19:27.1170963Z [00:00:10.195]➜    1. Source Code.
2025-08-20T20:19:27.1171191Z [00:00:10.195]➜  
2025-08-20T20:19:27.1171515Z [00:00:10.195]➜    The "source code" for a work means the preferred form of the work
2025-08-20T20:19:27.1172509Z [00:00:10.195]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T20:19:27.1172930Z [00:00:10.195]➜  form of a work.
2025-08-20T20:19:27.1173154Z [00:00:10.195]➜  
2025-08-20T20:19:27.1173489Z [00:00:10.195]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T20:19:27.1173992Z [00:00:10.195]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T20:19:27.1174508Z [00:00:10.195]➜  interfaces specified for a particular programming language, one that
2025-08-20T20:19:27.1174982Z [00:00:10.195]➜  is widely used among developers working in that language.
2025-08-20T20:19:27.1175296Z [00:00:10.195]➜  
2025-08-20T20:19:27.1175630Z [00:00:10.195]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T20:19:27.1176114Z [00:00:10.195]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T20:19:27.1176589Z [00:00:10.195]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T20:19:27.1177076Z [00:00:10.195]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T20:19:27.1177552Z [00:00:10.195]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T20:19:27.1178050Z [00:00:10.195]➜  implementation is available to the public in source code form.  A
2025-08-20T20:19:27.1178548Z [00:00:10.195]➜  "Major Component", in this context, means a major essential component
2025-08-20T20:19:27.1179050Z [00:00:10.195]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T20:19:27.1179526Z [00:00:10.195]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T20:19:27.1179985Z [00:00:10.195]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T20:19:27.1180316Z [00:00:10.195]➜  
2025-08-20T20:19:27.1180659Z [00:00:10.195]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T20:19:27.1181157Z [00:00:10.195]➜  the source code needed to generate, install, and (for an executable
2025-08-20T20:19:27.1181664Z [00:00:10.195]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T20:19:27.1182160Z [00:00:10.195]➜  control those activities.  However, it does not include the work's
2025-08-20T20:19:27.1182907Z [00:00:10.195]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T20:19:27.1183429Z [00:00:10.195]➜  programs which are used unmodified in performing those activities but
2025-08-20T20:19:27.1184137Z [00:00:10.195]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T20:19:27.1184758Z [00:00:10.195]➜  includes interface definition files associated with source files for
2025-08-20T20:19:27.1185256Z [00:00:10.195]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T20:19:27.1185752Z [00:00:10.195]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T20:19:27.1186255Z [00:00:10.195]➜  such as by intimate data communication or control flow between those
2025-08-20T20:19:27.1186677Z [00:00:10.195]➜  subprograms and other parts of the work.
2025-08-20T20:19:27.1186953Z [00:00:10.195]➜  
2025-08-20T20:19:27.1187271Z [00:00:10.195]➜    The Corresponding Source need not include anything that users
2025-08-20T20:19:27.1187757Z [00:00:10.195]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T20:19:27.1188109Z [00:00:10.195]➜  Source.
2025-08-20T20:19:27.1188311Z [00:00:10.195]➜  
2025-08-20T20:19:27.1188644Z [00:00:10.195]➜    The Corresponding Source for a work in source code form is that
2025-08-20T20:19:27.1188994Z [00:00:10.195]➜  same work.
2025-08-20T20:19:27.1189203Z [00:00:10.195]➜  
2025-08-20T20:19:27.1189419Z [00:00:10.195]➜    2. Basic Permissions.
2025-08-20T20:19:27.1189660Z [00:00:10.195]➜  
2025-08-20T20:19:27.1189982Z [00:00:10.195]➜    All rights granted under this License are granted for the term of
2025-08-20T20:19:27.1190468Z [00:00:10.195]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T20:19:27.1191208Z [00:00:10.195]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T20:19:27.1191706Z [00:00:10.195]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T20:19:27.1192202Z [00:00:10.195]➜  covered work is covered by this License only if the output, given its
2025-08-20T20:19:27.1193010Z [00:00:10.195]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T20:19:27.1193527Z [00:00:10.195]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T20:19:27.1193870Z [00:00:10.195]➜  
2025-08-20T20:19:27.1194182Z [00:00:10.195]➜    You may make, run and propagate covered works that you do not
2025-08-20T20:19:27.1194659Z [00:00:10.195]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T20:19:27.1195154Z [00:00:10.195]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T20:19:27.1195655Z [00:00:10.195]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T20:19:27.1196167Z [00:00:10.195]➜  with facilities for running those works, provided that you comply with
2025-08-20T20:19:27.1196671Z [00:00:10.195]➜  the terms of this License in conveying all material for which you do
2025-08-20T20:19:27.1197171Z [00:00:10.195]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T20:19:27.1197670Z [00:00:10.195]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T20:19:27.1198147Z [00:00:10.195]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T20:19:27.1198624Z [00:00:10.195]➜  your copyrighted material outside their relationship with you.
2025-08-20T20:19:27.1198959Z [00:00:10.195]➜  
2025-08-20T20:19:27.1199297Z [00:00:10.195]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T20:19:27.1199798Z [00:00:10.195]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T20:19:27.1200187Z [00:00:10.195]➜  makes it unnecessary.
2025-08-20T20:19:27.1200419Z [00:00:10.195]➜  
2025-08-20T20:19:27.1200747Z [00:00:10.195]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T20:19:27.1201083Z [00:00:10.195]➜  
2025-08-20T20:19:27.1201411Z [00:00:10.195]➜    No covered work shall be deemed part of an effective technological
2025-08-20T20:19:27.1202148Z [00:00:10.195]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T20:19:27.1202882Z [00:00:10.195]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T20:19:27.1203347Z [00:00:10.195]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T20:19:27.1203692Z [00:00:10.195]➜  measures.
2025-08-20T20:19:27.1203895Z [00:00:10.195]➜  
2025-08-20T20:19:27.1204228Z [00:00:10.195]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T20:19:27.1204751Z [00:00:10.195]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T20:19:27.1205266Z [00:00:10.195]➜  is effected by exercising rights under this License with respect to
2025-08-20T20:19:27.1205766Z [00:00:10.195]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T20:19:27.1206273Z [00:00:10.195]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T20:19:27.1206781Z [00:00:10.195]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T20:19:27.1207160Z [00:00:10.195]➜  technological measures.
2025-08-20T20:19:27.1207404Z [00:00:10.195]➜  
2025-08-20T20:19:27.1207632Z [00:00:10.195]➜    4. Conveying Verbatim Copies.
2025-08-20T20:19:27.1207891Z [00:00:10.195]➜  
2025-08-20T20:19:27.1208220Z [00:00:10.195]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T20:19:27.1208690Z [00:00:10.195]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T20:19:27.1209453Z [00:00:10.195]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T20:19:27.1209925Z [00:00:10.195]➜  keep intact all notices stating that this License and any
2025-08-20T20:19:27.1210402Z [00:00:10.195]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T20:19:27.1210906Z [00:00:10.195]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T20:19:27.1211376Z [00:00:10.195]➜  recipients a copy of this License along with the Program.
2025-08-20T20:19:27.1211694Z [00:00:10.195]➜  
2025-08-20T20:19:27.1212026Z [00:00:10.195]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T20:19:27.1212699Z [00:00:10.195]➜  and you may offer support or warranty protection for a fee.
2025-08-20T20:19:27.1213017Z [00:00:10.195]➜  
2025-08-20T20:19:27.1213273Z [00:00:10.195]➜    5. Conveying Modified Source Versions.
2025-08-20T20:19:27.1213543Z [00:00:10.195]➜  
2025-08-20T20:19:27.1213884Z [00:00:10.195]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T20:19:27.1214360Z [00:00:10.195]➜  produce it from the Program, in the form of source code under the
2025-08-20T20:19:27.1214856Z [00:00:10.195]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T20:19:27.1215202Z [00:00:10.195]➜  
2025-08-20T20:19:27.1215528Z [00:00:10.195]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T20:19:27.1215926Z [00:00:10.195]➜      it, and giving a relevant date.
2025-08-20T20:19:27.1216189Z [00:00:10.195]➜  
2025-08-20T20:19:27.1216493Z [00:00:10.195]➜      b) The work must carry prominent notices stating that it is
2025-08-20T20:19:27.1216956Z [00:00:10.195]➜      released under this License and any conditions added under section
2025-08-20T20:19:27.1217429Z [00:00:10.195]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T20:19:27.1217798Z [00:00:10.195]➜      "keep intact all notices".
2025-08-20T20:19:27.1218177Z [00:00:10.195]➜  
2025-08-20T20:19:27.1218479Z [00:00:10.195]➜      c) You must license the entire work, as a whole, under this
2025-08-20T20:19:27.1218924Z [00:00:10.195]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T20:19:27.1219399Z [00:00:10.195]➜      License will therefore apply, along with any applicable section 7
2025-08-20T20:19:27.1219879Z [00:00:10.195]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T20:19:27.1220558Z [00:00:10.195]➜      regardless of how they are packaged.  This License gives no
2025-08-20T20:19:27.1221123Z [00:00:10.195]➜      permission to license the work in any other way, but it does not
2025-08-20T20:19:27.1221601Z [00:00:10.195]➜      invalidate such permission if you have separately received it.
2025-08-20T20:19:27.1221935Z [00:00:10.195]➜  
2025-08-20T20:19:27.1222425Z [00:00:10.195]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T20:19:27.1222989Z [00:00:10.195]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T20:19:27.1223478Z [00:00:10.195]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T20:19:27.1223861Z [00:00:10.195]➜      work need not make them do so.
2025-08-20T20:19:27.1224122Z [00:00:10.195]➜  
2025-08-20T20:19:27.1224458Z [00:00:10.195]➜    A compilation of a covered work with other separate and independent
2025-08-20T20:19:27.1224956Z [00:00:10.195]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T20:19:27.1225439Z [00:00:10.195]➜  and which are not combined with it such as to form a larger program,
2025-08-20T20:19:27.1225908Z [00:00:10.195]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T20:19:27.1226375Z [00:00:10.195]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T20:19:27.1226857Z [00:00:10.195]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T20:19:27.1227598Z [00:00:10.195]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T20:19:27.1228085Z [00:00:10.195]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T20:19:27.1228449Z [00:00:10.195]➜  parts of the aggregate.
2025-08-20T20:19:27.1228693Z [00:00:10.195]➜  
2025-08-20T20:19:27.1228983Z [00:00:10.195]➜    6. Conveying Non-Source Forms.
2025-08-20T20:19:27.1229242Z [00:00:10.195]➜  
2025-08-20T20:19:27.1229571Z [00:00:10.195]➜    You may convey a covered work in object code form under the terms
2025-08-20T20:19:27.1230013Z [00:00:10.195]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T20:19:27.1230488Z [00:00:10.195]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T20:19:27.1230879Z [00:00:10.195]➜  in one of these ways:
2025-08-20T20:19:27.1231110Z [00:00:10.195]➜  
2025-08-20T20:19:27.1231437Z [00:00:10.195]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T20:19:27.1231921Z [00:00:10.195]➜      (including a physical distribution medium), accompanied by the
2025-08-20T20:19:27.1232562Z [00:00:10.195]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T20:19:27.1232979Z [00:00:10.195]➜      customarily used for software interchange.
2025-08-20T20:19:27.1233264Z [00:00:10.195]➜  
2025-08-20T20:19:27.1233584Z [00:00:10.195]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T20:19:27.1234057Z [00:00:10.195]➜      (including a physical distribution medium), accompanied by a
2025-08-20T20:19:27.1234523Z [00:00:10.195]➜      written offer, valid for at least three years and valid for as
2025-08-20T20:19:27.1234995Z [00:00:10.195]➜      long as you offer spare parts or customer support for that product
2025-08-20T20:19:27.1235470Z [00:00:10.195]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T20:19:27.1235926Z [00:00:10.195]➜      copy of the Corresponding Source for all the software in the
2025-08-20T20:19:27.1236395Z [00:00:10.195]➜      product that is covered by this License, on a durable physical
2025-08-20T20:19:27.1236876Z [00:00:10.195]➜      medium customarily used for software interchange, for a price no
2025-08-20T20:19:27.1237351Z [00:00:10.195]➜      more than your reasonable cost of physically performing this
2025-08-20T20:19:27.1237772Z [00:00:10.195]➜      conveying of source, or (2) access to copy the
2025-08-20T20:19:27.1238387Z [00:00:10.195]➜      Corresponding Source from a network server at no charge.
2025-08-20T20:19:27.1238813Z [00:00:10.195]➜  
2025-08-20T20:19:27.1239150Z [00:00:10.195]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T20:19:27.1239606Z [00:00:10.195]➜      written offer to provide the Corresponding Source.  This
2025-08-20T20:19:27.1240075Z [00:00:10.195]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T20:19:27.1240561Z [00:00:10.195]➜      only if you received the object code with such an offer, in accord
2025-08-20T20:19:27.1240933Z [00:00:10.195]➜      with subsection 6b.
2025-08-20T20:19:27.1241172Z [00:00:10.195]➜  
2025-08-20T20:19:27.1241488Z [00:00:10.195]➜      d) Convey the object code by offering access from a designated
2025-08-20T20:19:27.1241957Z [00:00:10.195]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T20:19:27.1242656Z [00:00:10.195]➜      Corresponding Source in the same way through the same place at no
2025-08-20T20:19:27.1243176Z [00:00:10.195]➜      further charge.  You need not require recipients to copy the
2025-08-20T20:19:27.1243663Z [00:00:10.195]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T20:19:27.1244153Z [00:00:10.195]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T20:19:27.1244624Z [00:00:10.195]➜      may be on a different server (operated by you or a third party)
2025-08-20T20:19:27.1245102Z [00:00:10.195]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T20:19:27.1245856Z [00:00:10.195]➜      clear directions next to the object code saying where to find the
2025-08-20T20:19:27.1246333Z [00:00:10.195]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T20:19:27.1246804Z [00:00:10.195]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T20:19:27.1247280Z [00:00:10.195]➜      available for as long as needed to satisfy these requirements.
2025-08-20T20:19:27.1247621Z [00:00:10.195]➜  
2025-08-20T20:19:27.1247956Z [00:00:10.195]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T20:19:27.1248446Z [00:00:10.195]➜      you inform other peers where the object code and Corresponding
2025-08-20T20:19:27.1248914Z [00:00:10.195]➜      Source of the work are being offered to the general public at no
2025-08-20T20:19:27.1249290Z [00:00:10.195]➜      charge under subsection 6d.
2025-08-20T20:19:27.1249546Z [00:00:10.195]➜  
2025-08-20T20:19:27.1249897Z [00:00:10.195]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T20:19:27.1250383Z [00:00:10.195]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T20:19:27.1250795Z [00:00:10.195]➜  included in conveying the object code work.
2025-08-20T20:19:27.1251078Z [00:00:10.195]➜  
2025-08-20T20:19:27.1251405Z [00:00:10.195]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T20:19:27.1251923Z [00:00:10.195]➜  tangible personal property which is normally used for personal, family,
2025-08-20T20:19:27.1252614Z [00:00:10.195]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T20:19:27.1253184Z [00:00:10.195]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T20:19:27.1253704Z [00:00:10.195]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T20:19:27.1254207Z [00:00:10.195]➜  product received by a particular user, "normally used" refers to a
2025-08-20T20:19:27.1254727Z [00:00:10.195]➜  typical or common use of that class of product, regardless of the status
2025-08-20T20:19:27.1255221Z [00:00:10.195]➜  of the particular user or of the way in which the particular user
2025-08-20T20:19:27.1255714Z [00:00:10.195]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T20:19:27.1256228Z [00:00:10.195]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T20:19:27.1256984Z [00:00:10.195]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T20:19:27.1257527Z [00:00:10.195]➜  the only significant mode of use of the product.
2025-08-20T20:19:27.1257821Z [00:00:10.195]➜  
2025-08-20T20:19:27.1258155Z [00:00:10.195]➜    "Installation Information" for a User Product means any methods,
2025-08-20T20:19:27.1258666Z [00:00:10.195]➜  procedures, authorization keys, or other information required to install
2025-08-20T20:19:27.1259208Z [00:00:10.195]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T20:19:27.1259724Z [00:00:10.195]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T20:19:27.1260255Z [00:00:10.195]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T20:19:27.1260729Z [00:00:10.195]➜  code is in no case prevented or interfered with solely because
2025-08-20T20:19:27.1261091Z [00:00:10.195]➜  modification has been made.
2025-08-20T20:19:27.1261349Z [00:00:10.195]➜  
2025-08-20T20:19:27.1261683Z [00:00:10.195]➜    If you convey an object code work under this section in, or with, or
2025-08-20T20:19:27.1262171Z [00:00:10.195]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T20:19:27.1262868Z [00:00:10.195]➜  part of a transaction in which the right of possession and use of the
2025-08-20T20:19:27.1263366Z [00:00:10.195]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T20:19:27.1264122Z [00:00:10.195]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T20:19:27.1264632Z [00:00:10.195]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T20:19:27.1265145Z [00:00:10.195]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T20:19:27.1265630Z [00:00:10.195]➜  if neither you nor any third party retains the ability to install
2025-08-20T20:19:27.1266114Z [00:00:10.195]➜  modified object code on the User Product (for example, the work has
2025-08-20T20:19:27.1266489Z [00:00:10.195]➜  been installed in ROM).
2025-08-20T20:19:27.1266731Z [00:00:10.195]➜  
2025-08-20T20:19:27.1267079Z [00:00:10.195]➜    The requirement to provide Installation Information does not include a
2025-08-20T20:19:27.1267602Z [00:00:10.195]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T20:19:27.1268115Z [00:00:10.195]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T20:19:27.1268627Z [00:00:10.195]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T20:19:27.1269116Z [00:00:10.195]➜  network may be denied when the modification itself materially and
2025-08-20T20:19:27.1269615Z [00:00:10.195]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T20:19:27.1270067Z [00:00:10.195]➜  protocols for communication across the network.
2025-08-20T20:19:27.1270359Z [00:00:10.195]➜  
2025-08-20T20:19:27.1270716Z [00:00:10.195]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T20:19:27.1271214Z [00:00:10.195]➜  in accord with this section must be in a format that is publicly
2025-08-20T20:19:27.1271691Z [00:00:10.195]➜  documented (and with an implementation available to the public in
2025-08-20T20:19:27.1272190Z [00:00:10.195]➜  source code form), and must require no special password or key for
2025-08-20T20:19:27.1272772Z [00:00:10.195]➜  unpacking, reading or copying.
2025-08-20T20:19:27.1273039Z [00:00:10.195]➜  
2025-08-20T20:19:27.1273252Z [00:00:10.195]➜    7. Additional Terms.
2025-08-20T20:19:27.1273488Z [00:00:10.195]➜  
2025-08-20T20:19:27.1273830Z [00:00:10.195]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T20:19:27.1274317Z [00:00:10.195]➜  License by making exceptions from one or more of its conditions.
2025-08-20T20:19:27.1275018Z [00:00:10.195]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T20:19:27.1275621Z [00:00:10.195]➜  be treated as though they were included in this License, to the extent
2025-08-20T20:19:27.1276117Z [00:00:10.195]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T20:19:27.1276605Z [00:00:10.195]➜  apply only to part of the Program, that part may be used separately
2025-08-20T20:19:27.1277096Z [00:00:10.195]➜  under those permissions, but the entire Program remains governed by
2025-08-20T20:19:27.1277570Z [00:00:10.195]➜  this License without regard to the additional permissions.
2025-08-20T20:19:27.1277889Z [00:00:10.195]➜  
2025-08-20T20:19:27.1278212Z [00:00:10.195]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T20:19:27.1278707Z [00:00:10.195]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T20:19:27.1279194Z [00:00:10.195]➜  it.  (Additional permissions may be written to require their own
2025-08-20T20:19:27.1279677Z [00:00:10.195]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T20:19:27.1280172Z [00:00:10.195]➜  additional permissions on material, added by you to a covered work,
2025-08-20T20:19:27.1280658Z [00:00:10.195]➜  for which you have or can give appropriate copyright permission.
2025-08-20T20:19:27.1280989Z [00:00:10.195]➜  
2025-08-20T20:19:27.1281337Z [00:00:10.195]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T20:19:27.1281853Z [00:00:10.195]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T20:19:27.1282766Z [00:00:10.195]➜  that material) supplement the terms of this License with terms:
2025-08-20T20:19:27.1283105Z [00:00:10.195]➜  
2025-08-20T20:19:27.1283444Z [00:00:10.195]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T20:19:27.1283879Z [00:00:10.195]➜      terms of sections 15 and 16 of this License; or
2025-08-20T20:19:27.1284168Z [00:00:10.195]➜  
2025-08-20T20:19:27.1284514Z [00:00:10.195]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T20:19:27.1285011Z [00:00:10.195]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T20:19:27.1285443Z [00:00:10.195]➜      Notices displayed by works containing it; or
2025-08-20T20:19:27.1285727Z [00:00:10.195]➜  
2025-08-20T20:19:27.1286071Z [00:00:10.195]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T20:19:27.1286561Z [00:00:10.195]➜      requiring that modified versions of such material be marked in
2025-08-20T20:19:27.1287029Z [00:00:10.195]➜      reasonable ways as different from the original version; or
2025-08-20T20:19:27.1287350Z [00:00:10.195]➜  
2025-08-20T20:19:27.1287675Z [00:00:10.195]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T20:19:27.1288062Z [00:00:10.195]➜      authors of the material; or
2025-08-20T20:19:27.1288319Z [00:00:10.195]➜  
2025-08-20T20:19:27.1288647Z [00:00:10.195]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T20:19:27.1289071Z [00:00:10.195]➜      trade names, trademarks, or service marks; or
2025-08-20T20:19:27.1289361Z [00:00:10.195]➜  
2025-08-20T20:19:27.1289680Z [00:00:10.195]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T20:19:27.1290167Z [00:00:10.195]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T20:19:27.1290664Z [00:00:10.195]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T20:19:27.1291171Z [00:00:10.195]➜      any liability that these contractual assumptions directly impose on
2025-08-20T20:19:27.1291568Z [00:00:10.195]➜      those licensors and authors.
2025-08-20T20:19:27.1291826Z [00:00:10.195]➜  
2025-08-20T20:19:27.1292153Z [00:00:10.195]➜    All other non-permissive additional terms are considered "further
2025-08-20T20:19:27.1292819Z [00:00:10.195]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T20:19:27.1293524Z [00:00:10.195]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T20:19:27.1294067Z [00:00:10.195]➜  governed by this License along with a term that is a further
2025-08-20T20:19:27.1294550Z [00:00:10.195]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T20:19:27.1295060Z [00:00:10.195]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T20:19:27.1295560Z [00:00:10.195]➜  License, you may add to a covered work material governed by the terms
2025-08-20T20:19:27.1296066Z [00:00:10.195]➜  of that license document, provided that the further restriction does
2025-08-20T20:19:27.1296487Z [00:00:10.195]➜  not survive such relicensing or conveying.
2025-08-20T20:19:27.1296766Z [00:00:10.195]➜  
2025-08-20T20:19:27.1297090Z [00:00:10.195]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T20:19:27.1297553Z [00:00:10.195]➜  must place, in the relevant source files, a statement of the
2025-08-20T20:19:27.1298025Z [00:00:10.195]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T20:19:27.1298428Z [00:00:10.195]➜  where to find the applicable terms.
2025-08-20T20:19:27.1298693Z [00:00:10.195]➜  
2025-08-20T20:19:27.1299045Z [00:00:10.195]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T20:19:27.1299526Z [00:00:10.195]➜  form of a separately written license, or stated as exceptions;
2025-08-20T20:19:27.1300169Z [00:00:10.195]➜  the above requirements apply either way.
2025-08-20T20:19:27.1300447Z [00:00:10.195]➜  
2025-08-20T20:19:27.1300651Z [00:00:10.195]➜    8. Termination.
2025-08-20T20:19:27.1300875Z [00:00:10.195]➜  
2025-08-20T20:19:27.1301201Z [00:00:10.195]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T20:19:27.1301696Z [00:00:10.195]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T20:19:27.1302206Z [00:00:10.195]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T20:19:27.1302900Z [00:00:10.195]➜  this License (including any patent licenses granted under the third
2025-08-20T20:19:27.1303282Z [00:00:10.195]➜  paragraph of section 11).
2025-08-20T20:19:27.1303527Z [00:00:10.195]➜  
2025-08-20T20:19:27.1303841Z [00:00:10.195]➜    However, if you cease all violation of this License, then your
2025-08-20T20:19:27.1304298Z [00:00:10.195]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T20:19:27.1304799Z [00:00:10.196]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T20:19:27.1305314Z [00:00:10.196]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T20:19:27.1305817Z [00:00:10.196]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T20:19:27.1306219Z [00:00:10.196]➜  prior to 60 days after the cessation.
2025-08-20T20:19:27.1306486Z [00:00:10.196]➜  
2025-08-20T20:19:27.1306811Z [00:00:10.196]➜    Moreover, your license from a particular copyright holder is
2025-08-20T20:19:27.1307296Z [00:00:10.196]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T20:19:27.1307793Z [00:00:10.196]➜  violation by some reasonable means, this is the first time you have
2025-08-20T20:19:27.1308293Z [00:00:10.196]➜  received notice of violation of this License (for any work) from that
2025-08-20T20:19:27.1308793Z [00:00:10.196]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T20:19:27.1309192Z [00:00:10.196]➜  your receipt of the notice.
2025-08-20T20:19:27.1309438Z [00:00:10.196]➜  
2025-08-20T20:19:27.1309777Z [00:00:10.196]➜    Termination of your rights under this section does not terminate the
2025-08-20T20:19:27.1310279Z [00:00:10.196]➜  licenses of parties who have received copies or rights from you under
2025-08-20T20:19:27.1310784Z [00:00:10.196]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T20:19:27.1311563Z [00:00:10.196]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T20:19:27.1312010Z [00:00:10.196]➜  material under section 10.
2025-08-20T20:19:27.1312451Z [00:00:10.196]➜  
2025-08-20T20:19:27.1312777Z [00:00:10.196]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T20:19:27.1313062Z [00:00:10.196]➜  
2025-08-20T20:19:27.1313387Z [00:00:10.196]➜    You are not required to accept this License in order to receive or
2025-08-20T20:19:27.1313862Z [00:00:10.196]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T20:19:27.1314366Z [00:00:10.196]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T20:19:27.1314853Z [00:00:10.196]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T20:19:27.1315345Z [00:00:10.196]➜  nothing other than this License grants you permission to propagate or
2025-08-20T20:19:27.1315848Z [00:00:10.196]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T20:19:27.1316347Z [00:00:10.196]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T20:19:27.1316837Z [00:00:10.196]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T20:19:27.1317179Z [00:00:10.196]➜  
2025-08-20T20:19:27.1317459Z [00:00:10.196]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T20:19:27.1317755Z [00:00:10.196]➜  
2025-08-20T20:19:27.1318075Z [00:00:10.196]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T20:19:27.1318812Z [00:00:10.196]➜  receives a license from the original licensors, to run, modify and
2025-08-20T20:19:27.1319312Z [00:00:10.196]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T20:19:27.1319790Z [00:00:10.196]➜  for enforcing compliance by third parties with this License.
2025-08-20T20:19:27.1320118Z [00:00:10.196]➜  
2025-08-20T20:19:27.1320459Z [00:00:10.196]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T20:19:27.1320955Z [00:00:10.196]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T20:19:27.1321456Z [00:00:10.196]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T20:19:27.1321928Z [00:00:10.196]➜  work results from an entity transaction, each party to that
2025-08-20T20:19:27.1322580Z [00:00:10.196]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T20:19:27.1323114Z [00:00:10.196]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T20:19:27.1323616Z [00:00:10.196]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T20:19:27.1324125Z [00:00:10.196]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T20:19:27.1324611Z [00:00:10.196]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T20:19:27.1324939Z [00:00:10.196]➜  
2025-08-20T20:19:27.1325274Z [00:00:10.196]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T20:19:27.1325762Z [00:00:10.196]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T20:19:27.1326245Z [00:00:10.196]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T20:19:27.1326737Z [00:00:10.196]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T20:19:27.1327238Z [00:00:10.196]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T20:19:27.1327747Z [00:00:10.196]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T20:19:27.1328198Z [00:00:10.196]➜  sale, or importing the Program or any portion of it.
2025-08-20T20:19:27.1328499Z [00:00:10.196]➜  
2025-08-20T20:19:27.1328701Z [00:00:10.196]➜    11. Patents.
2025-08-20T20:19:27.1328967Z [00:00:10.196]➜  
2025-08-20T20:19:27.1329300Z [00:00:10.196]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T20:19:27.1330017Z [00:00:10.196]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T20:19:27.1330581Z [00:00:10.196]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T20:19:27.1330932Z [00:00:10.196]➜  
2025-08-20T20:19:27.1331256Z [00:00:10.196]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T20:19:27.1331737Z [00:00:10.196]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T20:19:27.1332401Z [00:00:10.196]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T20:19:27.1332972Z [00:00:10.196]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T20:19:27.1333437Z [00:00:10.196]➜  but do not include claims that would be infringed only as a
2025-08-20T20:19:27.1333909Z [00:00:10.196]➜  consequence of further modification of the contributor version.  For
2025-08-20T20:19:27.1334411Z [00:00:10.196]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T20:19:27.1334900Z [00:00:10.196]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T20:19:27.1335262Z [00:00:10.196]➜  this License.
2025-08-20T20:19:27.1335478Z [00:00:10.196]➜  
2025-08-20T20:19:27.1335838Z [00:00:10.196]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T20:19:27.1336338Z [00:00:10.196]➜  patent license under the contributor's essential patent claims, to
2025-08-20T20:19:27.1337065Z [00:00:10.196]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T20:19:27.1338342Z [00:00:10.196]➜  propagate the contents of its contributor version.
2025-08-20T20:19:27.1338654Z [00:00:10.196]➜  
2025-08-20T20:19:27.1338998Z [00:00:10.196]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T20:19:27.1339504Z [00:00:10.196]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T20:19:27.1340022Z [00:00:10.196]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T20:19:27.1340523Z [00:00:10.196]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T20:19:27.1341017Z [00:00:10.196]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T20:19:27.1341397Z [00:00:10.196]➜  patent against the party.
2025-08-20T20:19:27.1341644Z [00:00:10.196]➜  
2025-08-20T20:19:27.1341974Z [00:00:10.196]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T20:19:27.1342626Z [00:00:10.196]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T20:19:27.1343436Z [00:00:10.196]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T20:19:27.1343948Z [00:00:10.196]➜  publicly available network server or other readily accessible means,
2025-08-20T20:19:27.1344434Z [00:00:10.196]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T20:19:27.1344917Z [00:00:10.196]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T20:19:27.1345406Z [00:00:10.196]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T20:19:27.1345910Z [00:00:10.196]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T20:19:27.1346427Z [00:00:10.196]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T20:19:27.1346932Z [00:00:10.196]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T20:19:27.1347451Z [00:00:10.196]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T20:19:27.1347949Z [00:00:10.196]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T20:19:27.1348390Z [00:00:10.196]➜  country that you have reason to believe are valid.
2025-08-20T20:19:27.1348688Z [00:00:10.196]➜  
2025-08-20T20:19:27.1349005Z [00:00:10.196]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T20:19:27.1349716Z [00:00:10.196]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T20:19:27.1350313Z [00:00:10.196]➜  covered work, and grant a patent license to some of the parties
2025-08-20T20:19:27.1350803Z [00:00:10.196]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T20:19:27.1351306Z [00:00:10.196]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T20:19:27.1351799Z [00:00:10.196]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T20:19:27.1352194Z [00:00:10.196]➜  work and works based on it.
2025-08-20T20:19:27.1352646Z [00:00:10.196]➜  
2025-08-20T20:19:27.1353017Z [00:00:10.196]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T20:19:27.1353478Z [00:00:10.196]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T20:19:27.1353964Z [00:00:10.196]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T20:19:27.1354474Z [00:00:10.196]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T20:19:27.1354966Z [00:00:10.196]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T20:19:27.1355454Z [00:00:10.196]➜  in the business of distributing software, under which you make payment
2025-08-20T20:19:27.1355946Z [00:00:10.196]➜  to the third party based on the extent of your activity of conveying
2025-08-20T20:19:27.1356640Z [00:00:10.196]➜  the work, and under which the third party grants, to any of the
2025-08-20T20:19:27.1357140Z [00:00:10.196]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T20:19:27.1357627Z [00:00:10.196]➜  patent license (a) in connection with copies of the covered work
2025-08-20T20:19:27.1358104Z [00:00:10.196]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T20:19:27.1358590Z [00:00:10.196]➜  for and in connection with specific products or compilations that
2025-08-20T20:19:27.1359071Z [00:00:10.196]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T20:19:27.1359531Z [00:00:10.196]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T20:19:27.1359849Z [00:00:10.196]➜  
2025-08-20T20:19:27.1360178Z [00:00:10.196]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T20:19:27.1360648Z [00:00:10.196]➜  any implied license or other defenses to infringement that may
2025-08-20T20:19:27.1361111Z [00:00:10.196]➜  otherwise be available to you under applicable patent law.
2025-08-20T20:19:27.1361433Z [00:00:10.196]➜  
2025-08-20T20:19:27.1361678Z [00:00:10.196]➜    12. No Surrender of Others' Freedom.
2025-08-20T20:19:27.1361941Z [00:00:10.196]➜  
2025-08-20T20:19:27.1362461Z [00:00:10.196]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T20:19:27.1363024Z [00:00:10.196]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T20:19:27.1363538Z [00:00:10.196]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T20:19:27.1364042Z [00:00:10.196]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T20:19:27.1364560Z [00:00:10.196]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T20:19:27.1365079Z [00:00:10.196]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T20:19:27.1365597Z [00:00:10.196]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T20:19:27.1366093Z [00:00:10.196]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T20:19:27.1366573Z [00:00:10.196]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T20:19:27.1366906Z [00:00:10.196]➜  
2025-08-20T20:19:27.1367188Z [00:00:10.196]➜    13. Use with the GNU Affero General Public License.
2025-08-20T20:19:27.1367484Z [00:00:10.196]➜  
2025-08-20T20:19:27.1368029Z [00:00:10.196]➜    Notwithstanding any other provision of this License, you have
2025-08-20T20:19:27.1368601Z [00:00:10.196]➜  permission to link or combine any covered work with a work licensed
2025-08-20T20:19:27.1369094Z [00:00:10.196]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T20:19:27.1369580Z [00:00:10.196]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T20:19:27.1370075Z [00:00:10.196]➜  License will continue to apply to the part which is the covered work,
2025-08-20T20:19:27.1370593Z [00:00:10.196]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T20:19:27.1371103Z [00:00:10.196]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T20:19:27.1371482Z [00:00:10.196]➜  combination as such.
2025-08-20T20:19:27.1371715Z [00:00:10.196]➜  
2025-08-20T20:19:27.1371964Z [00:00:10.196]➜    14. Revised Versions of this License.
2025-08-20T20:19:27.1372460Z [00:00:10.196]➜  
2025-08-20T20:19:27.1372885Z [00:00:10.196]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T20:19:27.1373412Z [00:00:10.196]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T20:19:27.1373919Z [00:00:10.196]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T20:19:27.1374323Z [00:00:10.196]➜  address new problems or concerns.
2025-08-20T20:19:27.1374855Z [00:00:10.196]➜  
2025-08-20T20:19:27.1375191Z [00:00:10.196]➜    Each version is given a distinguishing version number.  If the
2025-08-20T20:19:27.1375676Z [00:00:10.196]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T20:19:27.1376163Z [00:00:10.196]➜  Public License "or any later version" applies to it, you have the
2025-08-20T20:19:27.1376651Z [00:00:10.196]➜  option of following the terms and conditions either of that numbered
2025-08-20T20:19:27.1377133Z [00:00:10.196]➜  version or of any later version published by the Free Software
2025-08-20T20:19:27.1377606Z [00:00:10.196]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T20:19:27.1378103Z [00:00:10.196]➜  GNU General Public License, you may choose any version ever published
2025-08-20T20:19:27.1378500Z [00:00:10.196]➜  by the Free Software Foundation.
2025-08-20T20:19:27.1378759Z [00:00:10.196]➜  
2025-08-20T20:19:27.1379071Z [00:00:10.196]➜    If the Program specifies that a proxy can decide which future
2025-08-20T20:19:27.1379553Z [00:00:10.196]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T20:19:27.1380057Z [00:00:10.196]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T20:19:27.1380483Z [00:00:10.196]➜  to choose that version for the Program.
2025-08-20T20:19:27.1380751Z [00:00:10.196]➜  
2025-08-20T20:19:27.1381062Z [00:00:10.196]➜    Later license versions may give you additional or different
2025-08-20T20:19:27.1381547Z [00:00:10.196]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T20:19:27.1382045Z [00:00:10.196]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T20:19:27.1382649Z [00:00:10.196]➜  later version.
2025-08-20T20:19:27.1382878Z [00:00:10.196]➜  
2025-08-20T20:19:27.1383106Z [00:00:10.196]➜    15. Disclaimer of Warranty.
2025-08-20T20:19:27.1383356Z [00:00:10.196]➜  
2025-08-20T20:19:27.1383680Z [00:00:10.196]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T20:19:27.1384182Z [00:00:10.196]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T20:19:27.1384703Z [00:00:10.196]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T20:19:27.1385220Z [00:00:10.196]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T20:19:27.1385732Z [00:00:10.196]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T20:19:27.1386482Z [00:00:10.196]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T20:19:27.1387051Z [00:00:10.196]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T20:19:27.1387487Z [00:00:10.196]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T20:19:27.1387774Z [00:00:10.196]➜  
2025-08-20T20:19:27.1388004Z [00:00:10.196]➜    16. Limitation of Liability.
2025-08-20T20:19:27.1388251Z [00:00:10.196]➜  
2025-08-20T20:19:27.1388773Z [00:00:10.196]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T20:19:27.1389281Z [00:00:10.196]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T20:19:27.1389812Z [00:00:10.196]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T20:19:27.1390342Z [00:00:10.196]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T20:19:27.1390870Z [00:00:10.196]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T20:19:27.1391385Z [00:00:10.196]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T20:19:27.1391905Z [00:00:10.196]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T20:19:27.1392566Z [00:00:10.196]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T20:19:27.1392951Z [00:00:10.196]➜  SUCH DAMAGES.
2025-08-20T20:19:27.1393176Z [00:00:10.196]➜  
2025-08-20T20:19:27.1393438Z [00:00:10.196]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T20:19:27.1393716Z [00:00:10.196]➜  
2025-08-20T20:19:27.1394047Z [00:00:10.196]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T20:19:27.1394528Z [00:00:10.196]➜  above cannot be given local legal effect according to their terms,
2025-08-20T20:19:27.1395025Z [00:00:10.196]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T20:19:27.1395522Z [00:00:10.196]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T20:19:27.1396009Z [00:00:10.196]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T20:19:27.1396427Z [00:00:10.196]➜  copy of the Program in return for a fee.
2025-08-20T20:19:27.1396697Z [00:00:10.196]➜  
2025-08-20T20:19:27.1396955Z [00:00:10.196]➜                       END OF TERMS AND CONDITIONS
2025-08-20T20:19:27.1397229Z [00:00:10.196]➜  
2025-08-20T20:19:27.1397516Z [00:00:10.196]➜              How to Apply These Terms to Your New Programs
2025-08-20T20:19:27.1397809Z [00:00:10.196]➜  
2025-08-20T20:19:27.1398136Z [00:00:10.196]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T20:19:27.1398622Z [00:00:10.196]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T20:19:27.1399144Z [00:00:10.196]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T20:19:27.1399739Z [00:00:10.196]➜  
2025-08-20T20:19:27.1400170Z [00:00:10.196]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T20:19:27.1400661Z [00:00:10.196]➜  to attach them to the start of each source file to most effectively
2025-08-20T20:19:27.1401143Z [00:00:10.196]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T20:19:27.1401636Z [00:00:10.196]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T20:19:27.1401988Z [00:00:10.196]➜  
2025-08-20T20:19:27.1402490Z [00:00:10.196]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T20:19:27.1402968Z [00:00:10.196]➜      Copyright (C) <year>  <name of author>
2025-08-20T20:19:27.1403245Z [00:00:10.196]➜  
2025-08-20T20:19:27.1403579Z [00:00:10.196]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T20:19:27.1404073Z [00:00:10.196]➜      it under the terms of the GNU General Public License as published by
2025-08-20T20:19:27.1404564Z [00:00:10.196]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T20:19:27.1404969Z [00:00:10.196]➜      (at your option) any later version.
2025-08-20T20:19:27.1405237Z [00:00:10.196]➜  
2025-08-20T20:19:27.1405561Z [00:00:10.196]➜      This program is distributed in the hope that it will be useful,
2025-08-20T20:19:27.1406024Z [00:00:10.196]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T20:19:27.1406783Z [00:00:10.196]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T20:19:27.1407210Z [00:00:10.196]➜      GNU General Public License for more details.
2025-08-20T20:19:27.1407496Z [00:00:10.196]➜  
2025-08-20T20:19:27.1407825Z [00:00:10.196]➜      You should have received a copy of the GNU General Public License
2025-08-20T20:19:27.1408342Z [00:00:10.196]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T20:19:27.1408694Z [00:00:10.196]➜  
2025-08-20T20:19:27.1409049Z [00:00:10.196]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T20:19:27.1409405Z [00:00:10.196]➜  
2025-08-20T20:19:27.1409730Z [00:00:10.196]➜    If the program does terminal interaction, make it output a short
2025-08-20T20:19:27.1410170Z [00:00:10.196]➜  notice like this when it starts in an interactive mode:
2025-08-20T20:19:27.1410480Z [00:00:10.196]➜  
2025-08-20T20:19:27.1410761Z [00:00:10.196]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T20:19:27.1411255Z [00:00:10.196]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T20:19:27.1411755Z [00:00:10.196]➜      This is free software, and you are welcome to redistribute it
2025-08-20T20:19:27.1412179Z [00:00:10.196]➜      under certain conditions; type `show c' for details.
2025-08-20T20:19:27.1412694Z [00:00:10.196]➜  
2025-08-20T20:19:27.1429826Z [00:00:10.196]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T20:19:27.1430572Z [00:00:10.196]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T20:19:27.1431094Z [00:00:10.196]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T20:19:27.1431443Z [00:00:10.196]➜  
2025-08-20T20:19:27.1431804Z [00:00:10.196]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T20:19:27.1432498Z [00:00:10.196]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T20:19:27.1433080Z [00:00:10.196]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T20:19:27.1433509Z [00:00:10.196]➜  <https://www.gnu.org/licenses/>.
2025-08-20T20:19:27.1433774Z [00:00:10.196]➜  
2025-08-20T20:19:27.1434130Z [00:00:10.196]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T20:19:27.1434661Z [00:00:10.196]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T20:19:27.1435493Z [00:00:10.196]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T20:19:27.1436081Z [00:00:10.196]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T20:19:27.1436564Z [00:00:10.196]➜  Public License instead of this License.  But first, please read
2025-08-20T20:19:27.1437002Z [00:00:10.196]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T20:19:27.1437304Z [00:00:10.196]➜  
2025-08-20T20:19:27.1437496Z [00:00:10.196]➜  
2025-08-20T20:19:27.1525512Z [00:00:10.235]➜  
2025-08-20T20:19:27.1525784Z [00:00:10.235]➜  File: LICENSE
2025-08-20T20:19:27.1526033Z [00:00:10.235]➜    Type: ASCII text
2025-08-20T20:19:27.1526467Z [00:00:10.235]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T20:19:27.1527045Z [00:00:10.235]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T20:19:27.1527441Z [00:00:10.235]➜    Size: 36K
2025-08-20T20:19:27.1626196Z [00:00:10.245]➜  
2025-08-20T20:19:27.1626452Z [00:00:10.245]➜  File: SBUILD
2025-08-20T20:19:27.1626866Z [00:00:10.245]➜    Type: a /SBUILD ver @v1.0.0 script, Unicode text, UTF-8 text executable
2025-08-20T20:19:27.1627399Z [00:00:10.245]➜    B3sum: 39f9996dd0bd343a23d1bbeb7a71a4576f887b573a4c185b4894a15388e05d65
2025-08-20T20:19:27.1627991Z [00:00:10.245]➜    SHA256sum: 140963f6f7c6db42406c3844b2d88ac3a58b72f72b96a629d25e48501b476511
2025-08-20T20:19:27.1628377Z [00:00:10.245]➜    Size: 4.0K
2025-08-20T20:19:27.1713416Z [00:00:10.254]➜  
2025-08-20T20:19:27.1713733Z [00:00:10.254]➜  File: fnm.static.version
2025-08-20T20:19:27.1714085Z [00:00:10.254]➜    Type: ASCII text, with no line terminators
2025-08-20T20:19:27.1714564Z [00:00:10.254]➜    B3sum: d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:19:27.1715136Z [00:00:10.254]➜    SHA256sum: 578256a049d37d54955575f7237ba0a038a6d32be00cbba9e23fc4bad4318674
2025-08-20T20:19:27.1715526Z [00:00:10.254]➜    Size: 4.0K
2025-08-20T20:19:27.1800858Z [00:00:10.263]➜  
2025-08-20T20:19:27.1801182Z [00:00:10.263]➜  File: fnm.version
2025-08-20T20:19:27.1801505Z [00:00:10.263]➜    Type: ASCII text, with no line terminators
2025-08-20T20:19:27.1801996Z [00:00:10.263]➜    B3sum: d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:19:27.1802987Z [00:00:10.263]➜    SHA256sum: 578256a049d37d54955575f7237ba0a038a6d32be00cbba9e23fc4bad4318674
2025-08-20T20:19:27.1803384Z [00:00:10.263]➜    Size: 4.0K
2025-08-20T20:19:27.1803883Z [00:00:10.263]➜  
2025-08-20T20:19:27.1804364Z [00:00:10.263]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T20:19:27.1828469Z [00:00:10.265]➜  SBUILD:39f9996dd0bd343a23d1bbeb7a71a4576f887b573a4c185b4894a15388e05d65
2025-08-20T20:19:27.1829218Z [00:00:10.265]➜  fnm.version:d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:19:27.1829940Z [00:00:10.265]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T20:19:27.1830634Z [00:00:10.265]➜  fnm.static.version:d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:19:27.1847067Z [00:00:10.267]➜  
2025-08-20T20:19:27.1848102Z [00:00:10.267]➜  [+] Signing fnm.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T20:19:27.1924244Z [00:00:10.275]➜  
2025-08-20T20:19:27.1925071Z [00:00:10.275]➜  [✓] SuccessFully Built fnm.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/fnm/static.official.stable.yaml [Wednesday, 2025-08-20 (08:19:27 PM) UTC]
2025-08-20T20:19:27.1925782Z [00:00:10.275]➜  
2025-08-20T20:19:27.1949747Z [00:00:10.278]➜  [+] Total Size: 84K (Includes DUPES+TMPFILES)
2025-08-20T20:19:27.1950313Z [00:00:10.278]➜  [+] LOGPATH='/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.log'
2025-08-20T20:19:27.1962198Z [00:00:10.279]➜  [+] ENVPATH=/tmp/pkgforge/Oe3VfAbv1_SBUILD/ENVPATH
2025-08-20T20:19:27.2051762Z 
2025-08-20T20:19:27.2052447Z [+] Sanitizing /tmp/pkgforge/Oe3VfAbv1_SBUILD/BUILD.log ==> /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/fnm.static.log
2025-08-20T20:19:30.9741515Z 
2025-08-20T20:19:30.9742499Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/fnm/official]
2025-08-20T20:19:30.9742995Z [+] LOGS (Build Dir): /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:30.9743253Z 
2025-08-20T20:19:30.9785785Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:19:30.9792185Z ./BUILD_ARTIFACTS.tar : 18.00%   (   120 KiB =>   21.6 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:19:30.9805915Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:19:30.9838481Z 
2025-08-20T20:19:30.9839524Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml :: 00(Hr):00(Min):14(Sec)
2025-08-20T20:19:30.9840147Z 
2025-08-20T20:19:30.9851992Z 
2025-08-20T20:19:30.9852816Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:19:30 PM) UTC
2025-08-20T20:19:30.9853072Z 
2025-08-20T20:19:31.0882863Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:19:31.0926169Z ##[group]Run ##Presets
2025-08-20T20:19:31.0926485Z [36;1m##Presets[0m
2025-08-20T20:19:31.0926663Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:31.0926852Z [36;1m#-------------#[0m
2025-08-20T20:19:31.0927030Z [36;1m##Debug?[0m
2025-08-20T20:19:31.0927248Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:31.0927735Z [36;1m  set -x[0m
2025-08-20T20:19:31.0927895Z [36;1mfi[0m
2025-08-20T20:19:31.0928050Z [36;1m#-------------#[0m
2025-08-20T20:19:31.0928228Z [36;1m##Set ENV[0m
2025-08-20T20:19:31.0928438Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:19:31.0928830Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:19:31.0929201Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:19:31.0929554Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-"[0m
2025-08-20T20:19:31.0929998Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:19:31.0930373Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:31.0930797Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:31.0931114Z [36;1m fi[0m
2025-08-20T20:19:31.0931274Z [36;1m##Push[0m
2025-08-20T20:19:31.0931470Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:19:31.0931724Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:19:31.0932065Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:19:31.0932742Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:19:31.0933166Z [36;1m     ls -sh "/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:19:31.0933484Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:19:31.0933673Z [36;1m       {[0m
2025-08-20T20:19:31.0933846Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:19:31.0934161Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:19:31.0934580Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:19:31.0934990Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:19:31.0935398Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:19:31.0935791Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:19:31.0936158Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:19:31.0936522Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:19:31.0936891Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:19:31.0937253Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:19:31.0937635Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:19:31.0938091Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:19:31.0938571Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:19:31.0939006Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:19:31.0939419Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:19:31.0939825Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:19:31.0940265Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fnm")[0m
2025-08-20T20:19:31.0940685Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:19:31.0941382Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:19:31.0941835Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:19:31.0942372Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:19:31.0942858Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:19:31.0943395Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:19:31.0943627Z [36;1m         #Check[0m
2025-08-20T20:19:31.0944151Z [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-20T20:19:31.0944831Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:19:31.0945157Z [36;1m            break[0m
2025-08-20T20:19:31.0945346Z [36;1m          else[0m
2025-08-20T20:19:31.0945725Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:19:31.0946134Z [36;1m          fi[0m
2025-08-20T20:19:31.0946327Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:19:31.0946569Z [36;1m        done[0m
2025-08-20T20:19:31.0946737Z [36;1m       }[0m
2025-08-20T20:19:31.0946919Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:19:31.0947148Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:19:31.0947681Z [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-20T20:19:31.0948387Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:19:31.0948773Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:19:31.0949018Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:19:31.0949571Z [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-20T20:19:31.0950258Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:19:31.0950754Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:19:31.0951131Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:19:31.0951350Z [36;1m           fi[0m
2025-08-20T20:19:31.0951527Z [36;1m       fi[0m
2025-08-20T20:19:31.0951691Z [36;1m   fi[0m
2025-08-20T20:19:31.0951849Z [36;1m fi[0m
2025-08-20T20:19:31.0952017Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:19:31.0985004Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:31.0985221Z env:
2025-08-20T20:19:31.0985380Z   CROSS_COMPILING: NO
2025-08-20T20:19:31.0985572Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:31.0985795Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:31.0985990Z   ON_QEMU: NO
2025-08-20T20:19:31.0986141Z   DEBUG: 0
2025-08-20T20:19:31.0986301Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:31.0986509Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:31.0986760Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:31.0987029Z   KEEP_LOGS: YES
2025-08-20T20:19:31.0987191Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:31.0987377Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:31.0987559Z   SBUILD_REBUILD: false
2025-08-20T20:19:31.0988049Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:31.0988569Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:31.0988765Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:31.0988941Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:31.0989114Z   SYSTMP: /tmp
2025-08-20T20:19:31.0989281Z   GHA_MODE: MATRIX
2025-08-20T20:19:31.0989927Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:31.0990431Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:31.0990731Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:31.0991090Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:31.0991660Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:31.0992016Z   PKG_TYPE: static
2025-08-20T20:19:31.0992191Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:31.0992574Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:31.0993069Z   GHCR_TOKEN: ***
2025-08-20T20:19:31.0993343Z   GITHUB_TOKEN: ***
2025-08-20T20:19:31.0993545Z   GITLAB_TOKEN: ***
2025-08-20T20:19:31.0994628Z   MINISIGN_KEY: ***
2025-08-20T20:19:31.0994793Z ##[endgroup]
2025-08-20T20:19:31.1058955Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:19:31.1067193Z 24K	./BUILD_ARTIFACTS.zstd
2025-08-20T20:19:31.1077738Z total 136K
2025-08-20T20:19:31.1077902Z 4.0K CHECKSUM
2025-08-20T20:19:31.1078060Z 4.0K CHECKSUM.sig
2025-08-20T20:19:31.1078223Z  36K LICENSE
2025-08-20T20:19:31.1078392Z 4.0K LICENSE.sig
2025-08-20T20:19:31.1078550Z 4.0K SBUILD
2025-08-20T20:19:31.1078700Z 4.0K SBUILD.sig
2025-08-20T20:19:31.1078859Z 4.0K SBUILD_TEMP
2025-08-20T20:19:31.1079033Z  60K fnm.static.log
2025-08-20T20:19:31.1079205Z 4.0K fnm.static.version
2025-08-20T20:19:31.1079395Z 4.0K fnm.static.version.sig
2025-08-20T20:19:31.1079587Z 4.0K fnm.version
2025-08-20T20:19:31.1079751Z 4.0K fnm.version.sig
2025-08-20T20:19:31.1109685Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:19:31.1110787Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:19:36.1164620Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:19:36.1165390Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:19:36.1170894Z 
2025-08-20T20:19:36.1171161Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:36.1171462Z 
2025-08-20T20:19:36.1201642Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:19:36.1202668Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:19:36.1236511Z ##[group]Run ##Presets
2025-08-20T20:19:36.1236754Z [36;1m##Presets[0m
2025-08-20T20:19:36.1236932Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:36.1237129Z [36;1m#-------------#[0m
2025-08-20T20:19:36.1237322Z [36;1m##Debug?[0m
2025-08-20T20:19:36.1237542Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:36.1237814Z [36;1m  set -x[0m
2025-08-20T20:19:36.1237978Z [36;1mfi[0m
2025-08-20T20:19:36.1238132Z [36;1m#-------------#[0m
2025-08-20T20:19:36.1238364Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:19:36.1238669Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:36.1269745Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:36.1269977Z env:
2025-08-20T20:19:36.1270136Z   CROSS_COMPILING: NO
2025-08-20T20:19:36.1270329Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:36.1270538Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:36.1270735Z   ON_QEMU: NO
2025-08-20T20:19:36.1270929Z   DEBUG: 0
2025-08-20T20:19:36.1271094Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:36.1271304Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:36.1271562Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:36.1271824Z   KEEP_LOGS: YES
2025-08-20T20:19:36.1271996Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:36.1272184Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:36.1272997Z   SBUILD_REBUILD: false
2025-08-20T20:19:36.1273521Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:36.1274054Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:36.1274252Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:36.1274433Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:36.1274983Z   SYSTMP: /tmp
2025-08-20T20:19:36.1275147Z   GHA_MODE: MATRIX
2025-08-20T20:19:36.1275552Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:36.1276047Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:36.1276351Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:36.1276717Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:36.1277178Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:36.1277536Z   PKG_TYPE: static
2025-08-20T20:19:36.1277712Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:36.1277899Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:36.1278085Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:36.1278388Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:36.1278718Z ##[endgroup]
2025-08-20T20:19:36.1407885Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:19:36.1408198Z with:
2025-08-20T20:19:36.1408372Z   name: Bincache_fnm_aarch64-Linux
2025-08-20T20:19:36.1408630Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:19:36.1408890Z   compression-level: 0
2025-08-20T20:19:36.1409080Z   retention-days: 30
2025-08-20T20:19:36.1409257Z   overwrite: true
2025-08-20T20:19:36.1409435Z   if-no-files-found: warn
2025-08-20T20:19:36.1409640Z   include-hidden-files: false
2025-08-20T20:19:36.1409834Z env:
2025-08-20T20:19:36.1409985Z   CROSS_COMPILING: NO
2025-08-20T20:19:36.1410170Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:36.1410382Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:36.1410579Z   ON_QEMU: NO
2025-08-20T20:19:36.1410733Z   DEBUG: 0
2025-08-20T20:19:36.1410895Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:36.1411109Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:36.1411365Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:36.1411695Z   KEEP_LOGS: YES
2025-08-20T20:19:36.1411880Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:36.1412072Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:36.1412510Z   SBUILD_REBUILD: false
2025-08-20T20:19:36.1413016Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:36.1413537Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:36.1413731Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:36.1413910Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:36.1414085Z   SYSTMP: /tmp
2025-08-20T20:19:36.1414248Z   GHA_MODE: MATRIX
2025-08-20T20:19:36.1414647Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:36.1415159Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:36.1415459Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:36.1415825Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:36.1416296Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:36.1416651Z   PKG_TYPE: static
2025-08-20T20:19:36.1416825Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:36.1417013Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:36.1417198Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:36.1417499Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:36.1417837Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:36.1418038Z ##[endgroup]
2025-08-20T20:19:36.3250622Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:19:36.3252881Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:19:36.3253294Z With the provided path, there will be 2 files uploaded
2025-08-20T20:19:36.5062331Z Artifact name is valid!
2025-08-20T20:19:36.5063653Z Root directory input is valid!
2025-08-20T20:19:36.5960292Z Beginning upload of artifact content to blob storage
2025-08-20T20:19:36.9599484Z Uploaded bytes 361724
2025-08-20T20:19:37.0156885Z Finished uploading artifact content to blob storage!
2025-08-20T20:19:37.0157676Z SHA256 digest of uploaded artifact zip is 2fbcf8722ddca95b8c557296e7865f80c34ff4d69b7bae9111adda1cfdfcff1e
2025-08-20T20:19:37.0158725Z Finalizing artifact upload
2025-08-20T20:19:37.1420423Z Artifact Bincache_fnm_aarch64-Linux.zip successfully finalized. Artifact ID 3812834615
2025-08-20T20:19:37.1421065Z Artifact Bincache_fnm_aarch64-Linux has been successfully uploaded! Final size is 361724 bytes. Artifact ID is 3812834615
2025-08-20T20:19:37.1427533Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107764912/artifacts/3812834615
2025-08-20T20:19:37.1564527Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:19:37.1564833Z with:
2025-08-20T20:19:37.1564998Z   subject-name: fnm--
2025-08-20T20:19:37.1565661Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:19:37.1566376Z   show-summary: true
2025-08-20T20:19:37.1566565Z   push-to-registry: false
2025-08-20T20:19:37.1566926Z   github-token: ***
2025-08-20T20:19:37.1567096Z env:
2025-08-20T20:19:37.1567248Z   CROSS_COMPILING: NO
2025-08-20T20:19:37.1567438Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:37.1567658Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:37.1567859Z   ON_QEMU: NO
2025-08-20T20:19:37.1568012Z   DEBUG: 0
2025-08-20T20:19:37.1568176Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:37.1568393Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:37.1568685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:37.1568952Z   KEEP_LOGS: YES
2025-08-20T20:19:37.1569129Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:37.1569322Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:37.1569513Z   SBUILD_REBUILD: false
2025-08-20T20:19:37.1570002Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:37.1570536Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:37.1570739Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:37.1570922Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:37.1571102Z   SYSTMP: /tmp
2025-08-20T20:19:37.1571269Z   GHA_MODE: MATRIX
2025-08-20T20:19:37.1571670Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:37.1572168Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:37.1572746Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:37.1573121Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:37.1573585Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:37.1573947Z   PKG_TYPE: static
2025-08-20T20:19:37.1574126Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:37.1574318Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:37.1574520Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:37.1574831Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:37.1575173Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:37.1575380Z ##[endgroup]
2025-08-20T20:19:37.1649489Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:19:37.1649899Z env:
2025-08-20T20:19:37.1650062Z   CROSS_COMPILING: NO
2025-08-20T20:19:37.1650258Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:37.1650473Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:37.1650677Z   ON_QEMU: NO
2025-08-20T20:19:37.1650835Z   DEBUG: 0
2025-08-20T20:19:37.1651014Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:37.1651234Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:37.1651493Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:37.1651764Z   KEEP_LOGS: YES
2025-08-20T20:19:37.1651940Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:37.1652134Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:37.1652823Z   SBUILD_REBUILD: false
2025-08-20T20:19:37.1653321Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:37.1653851Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:37.1654053Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:37.1654237Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:37.1654413Z   SYSTMP: /tmp
2025-08-20T20:19:37.1654577Z   GHA_MODE: MATRIX
2025-08-20T20:19:37.1654984Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:37.1655474Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:37.1655949Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:37.1656337Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:37.1656800Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:37.1657173Z   PKG_TYPE: static
2025-08-20T20:19:37.1657353Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:37.1657549Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:37.1657741Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:37.1658049Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:37.1658390Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:37.1658597Z ##[endgroup]
2025-08-20T20:19:37.7278852Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:19:37.7279176Z with:
2025-08-20T20:19:37.7279836Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:19:37.7280538Z   subject-name: fnm--
2025-08-20T20:19:37.7280777Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:19:37.7283625Z   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/17107764912/attempts/1"}}}
2025-08-20T20:19:37.7286142Z   push-to-registry: false
2025-08-20T20:19:37.7286341Z   show-summary: true
2025-08-20T20:19:37.7286707Z   github-token: ***
2025-08-20T20:19:37.7286884Z env:
2025-08-20T20:19:37.7287037Z   CROSS_COMPILING: NO
2025-08-20T20:19:37.7287229Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:37.7287454Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:37.7287657Z   ON_QEMU: NO
2025-08-20T20:19:37.7287813Z   DEBUG: 0
2025-08-20T20:19:37.7287981Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:37.7288194Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:37.7288455Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:37.7288724Z   KEEP_LOGS: YES
2025-08-20T20:19:37.7288903Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:37.7289099Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:37.7289291Z   SBUILD_REBUILD: false
2025-08-20T20:19:37.7289775Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:37.7290311Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:37.7290522Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:37.7290707Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:37.7290890Z   SYSTMP: /tmp
2025-08-20T20:19:37.7291061Z   GHA_MODE: MATRIX
2025-08-20T20:19:37.7291470Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:37.7292471Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:37.7292787Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:37.7293163Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:37.7293629Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:37.7293994Z   PKG_TYPE: static
2025-08-20T20:19:37.7294173Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:37.7294368Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:37.7294559Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:37.7295075Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:37.7295434Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:37.7295643Z ##[endgroup]
2025-08-20T20:19:39.1741106Z Attestation created for 12 subjects
2025-08-20T20:19:39.1746419Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:19:39.1746908Z -----BEGIN CERTIFICATE-----
2025-08-20T20:19:39.1747236Z MIIG7zCCBnSgAwIBAgIUOADX/5CzOh6Qh/0dQZ5UyRO37uIwCgYIKoZIzj0EAwMw
2025-08-20T20:19:39.1747679Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:19:39.1748149Z cm1lZGlhdGUwHhcNMjUwODIwMjAxOTM4WhcNMjUwODIwMjAyOTM4WjAAMFkwEwYH
2025-08-20T20:19:39.1748609Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEjZ3EAQ80l+oz8IRXwtqkSNgo6mg7tw8Pf0yB
2025-08-20T20:19:39.1749063Z 1QFC6lqcLf5kyce3WbhJiTBR5GPKuQHznQqaeu4cHREhGEzxfqOCBZMwggWPMA4G
2025-08-20T20:19:39.1749520Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUFzrY
2025-08-20T20:19:39.1749994Z l+aRDstP+12xJvQvdt8tgg8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:19:39.1750437Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:19:39.1750877Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:19:39.1751330Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:19:39.1751783Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:19:39.1752393Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:19:39.1752866Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:19:39.1753327Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:19:39.1753785Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:19:39.1754237Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:19:39.1754678Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:19:39.1755132Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:19:39.1755590Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:19:39.1756035Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:19:39.1756486Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:19:39.1756955Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:19:39.1757418Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:19:39.1757877Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:19:39.1758328Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:19:39.1758778Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:19:39.1759230Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:19:39.1759688Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:19:39.1760156Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:19:39.1760620Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:19:39.1761077Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzY0OTEyL2F0
2025-08-20T20:19:39.1761534Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:19:39.1762578Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJIxx0
2025-08-20T20:19:39.1763026Z AAAEAwBGMEQCICTLFFsib2YtNrZqsWKVg15HID9C2Y3/rUelpqDkYO20AiBhqOKt
2025-08-20T20:19:39.1763472Z mNPeEy02v5gLnQrhjrG0Se7Qck9kmAChi1CnajAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T20:19:39.1763906Z 2FLPeQEadrUF9DIkKtKEjZaq41JEd/U9ypmxDvjo/oB7G+Eaf5HdAww7STBCU7yh
2025-08-20T20:19:39.1764338Z AjEAkplhBX8v+s1pFhS+46YMRcejrERHTH4vrh2GBWQyd6zmZLNr1+t1VL4Cwg+m
2025-08-20T20:19:39.1764663Z 24VD
2025-08-20T20:19:39.1764821Z -----END CERTIFICATE-----
2025-08-20T20:19:39.1764956Z 
2025-08-20T20:19:39.1765484Z ##[endgroup]
2025-08-20T20:19:39.1766164Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:19:39.1766563Z https://search.sigstore.dev?logIndex=414250350
2025-08-20T20:19:39.1766947Z [36mAttestation uploaded to repository[39m
2025-08-20T20:19:39.1767258Z https://github.com/pkgforge/bincache/attestations/9871861
2025-08-20T20:19:39.2648929Z ##[group]Run ##Presets
2025-08-20T20:19:39.2649193Z [36;1m##Presets[0m
2025-08-20T20:19:39.2649377Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:39.2649573Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2649767Z [36;1m##Debug?[0m
2025-08-20T20:19:39.2649987Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:39.2650261Z [36;1m  set -x[0m
2025-08-20T20:19:39.2650430Z [36;1mfi[0m
2025-08-20T20:19:39.2650590Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2650874Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:19:39.2651359Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fnm/official"[0m
2025-08-20T20:19:39.2651745Z [36;1m exit 1[0m
2025-08-20T20:19:39.2651918Z [36;1mfi[0m
2025-08-20T20:19:39.2684270Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:39.2684489Z env:
2025-08-20T20:19:39.2684652Z   CROSS_COMPILING: NO
2025-08-20T20:19:39.2684904Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:39.2685141Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:39.2685350Z   ON_QEMU: NO
2025-08-20T20:19:39.2685511Z   DEBUG: 0
2025-08-20T20:19:39.2685680Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:39.2685897Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:39.2686163Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:39.2686437Z   KEEP_LOGS: YES
2025-08-20T20:19:39.2686615Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:39.2686813Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:39.2687006Z   SBUILD_REBUILD: false
2025-08-20T20:19:39.2687501Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:39.2688036Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:39.2688240Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:39.2688433Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:39.2688614Z   SYSTMP: /tmp
2025-08-20T20:19:39.2688782Z   GHA_MODE: MATRIX
2025-08-20T20:19:39.2689197Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:39.2689700Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2690013Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2690391Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:39.2690865Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:39.2691241Z   PKG_TYPE: static
2025-08-20T20:19:39.2691424Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:39.2691624Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:39.2691815Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:39.2692128Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:39.2692666Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:39.2692877Z ##[endgroup]
2025-08-20T20:19:39.2760554Z ##[group]Run ##Presets
2025-08-20T20:19:39.2760809Z [36;1m##Presets[0m
2025-08-20T20:19:39.2761209Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:39.2761406Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2761593Z [36;1m##Debug?[0m
2025-08-20T20:19:39.2761818Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:39.2762092Z [36;1m  set -x[0m
2025-08-20T20:19:39.2762541Z [36;1mfi[0m
2025-08-20T20:19:39.2762715Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2762944Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:19:39.2763358Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fnm/official"[0m
2025-08-20T20:19:39.2763737Z [36;1m exit 1[0m
2025-08-20T20:19:39.2763903Z [36;1mfi[0m
2025-08-20T20:19:39.2790196Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:39.2790416Z env:
2025-08-20T20:19:39.2790576Z   CROSS_COMPILING: NO
2025-08-20T20:19:39.2790773Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:39.2791031Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:39.2791235Z   ON_QEMU: NO
2025-08-20T20:19:39.2791403Z   DEBUG: 0
2025-08-20T20:19:39.2791571Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:39.2791788Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:39.2792050Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:39.2792485Z   KEEP_LOGS: YES
2025-08-20T20:19:39.2792667Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:39.2792867Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:39.2793058Z   SBUILD_REBUILD: false
2025-08-20T20:19:39.2793551Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:39.2794081Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:39.2794284Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:39.2794466Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:39.2794649Z   SYSTMP: /tmp
2025-08-20T20:19:39.2794815Z   GHA_MODE: MATRIX
2025-08-20T20:19:39.2795225Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:39.2795727Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2796036Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2796407Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:39.2796877Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:39.2797245Z   PKG_TYPE: static
2025-08-20T20:19:39.2797560Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:39.2797758Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:39.2797947Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:39.2798258Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:39.2798604Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:39.2798817Z ##[endgroup]
2025-08-20T20:19:39.2839409Z 
2025-08-20T20:19:39.2839666Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:39.2855108Z ##[error]Process completed with exit code 1.
2025-08-20T20:19:39.2894355Z ##[group]Run ##Presets
2025-08-20T20:19:39.2894624Z [36;1m##Presets[0m
2025-08-20T20:19:39.2894812Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:39.2895009Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2895202Z [36;1m##Debug?[0m
2025-08-20T20:19:39.2895427Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:39.2895698Z [36;1m  set -x[0m
2025-08-20T20:19:39.2895867Z [36;1mfi[0m
2025-08-20T20:19:39.2896030Z [36;1m#-------------#[0m
2025-08-20T20:19:39.2896349Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:19:39.2896718Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:19:39.2896996Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:19:39.2897248Z [36;1mfi[0m
2025-08-20T20:19:39.2922673Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:39.2922899Z env:
2025-08-20T20:19:39.2923065Z   CROSS_COMPILING: NO
2025-08-20T20:19:39.2923333Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:39.2923750Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:39.2923955Z   ON_QEMU: NO
2025-08-20T20:19:39.2924113Z   DEBUG: 0
2025-08-20T20:19:39.2924278Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:39.2924494Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:39.2924759Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:39.2925028Z   KEEP_LOGS: YES
2025-08-20T20:19:39.2925202Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:39.2925400Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:39.2925589Z   SBUILD_REBUILD: false
2025-08-20T20:19:39.2926081Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:39.2926608Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:39.2926811Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:39.2927000Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:39.2927180Z   SYSTMP: /tmp
2025-08-20T20:19:39.2927344Z   GHA_MODE: MATRIX
2025-08-20T20:19:39.2927757Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:39.2928251Z   INPUT_SBUILD: /tmp/pkgforge/mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2928562Z   BUILD_DIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml
2025-08-20T20:19:39.2928937Z   SBUILD_OUTDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR
2025-08-20T20:19:39.2929404Z   SBUILD_TMPDIR: /tmp/pkgforge/fAnHwpq_mMVaHlEZS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:19:39.2929770Z   PKG_TYPE: static
2025-08-20T20:19:39.2929952Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:19:39.2930147Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:19:39.2930338Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:19:39.2930648Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:19:39.2930996Z   UTC_TIME: 2025_08_20T08_19_36_PM
2025-08-20T20:19:39.2931205Z ##[endgroup]
2025-08-20T20:19:39.2980872Z EXITED
2025-08-20T20:19:39.3024528Z Cleaning up orphan processes
