﻿2025-08-20T20:14:59.1502090Z Current runner version: '2.328.0'
2025-08-20T20:14:59.1536664Z ##[group]Runner Image Provisioner
2025-08-20T20:14:59.1537659Z Hosted Compute Agent
2025-08-20T20:14:59.1538220Z Version: 20250818.377
2025-08-20T20:14:59.1538981Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:14:59.1539724Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:14:59.1540359Z ##[endgroup]
2025-08-20T20:14:59.1541004Z ##[group]VM Image
2025-08-20T20:14:59.1541842Z - OS: Linux (arm64)
2025-08-20T20:14:59.1542399Z - Source: Partner
2025-08-20T20:14:59.1543079Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:14:59.1543701Z - Version: 20250728.24.1
2025-08-20T20:14:59.1544746Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:14:59.1545768Z ##[endgroup]
2025-08-20T20:14:59.1547059Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:14:59.1550633Z Attestations: write
2025-08-20T20:14:59.1551497Z Contents: write
2025-08-20T20:14:59.1552435Z Metadata: read
2025-08-20T20:14:59.1553039Z Packages: write
2025-08-20T20:14:59.1553705Z ##[endgroup]
2025-08-20T20:14:59.1556826Z Secret source: Actions
2025-08-20T20:14:59.1558136Z Prepare workflow directory
2025-08-20T20:14:59.1996446Z Prepare all required actions
2025-08-20T20:14:59.2041544Z Getting action download info
2025-08-20T20:14:59.5665067Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:15:00.4678380Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:15:01.0271802Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:15:01.2775781Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:15:01.7799449Z Getting action download info
2025-08-20T20:15:01.9230128Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:15:02.3222164Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:15:02.8232436Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/fping/official)
2025-08-20T20:15:02.8870685Z ##[group]Run ##Presets
2025-08-20T20:15:02.8871602Z [36;1m##Presets[0m
2025-08-20T20:15:02.8872106Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:02.8872440Z [36;1m#-------------#[0m
2025-08-20T20:15:02.8872893Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:15:02.8873422Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:15:02.8873859Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.8874298Z [36;1m  fi[0m
2025-08-20T20:15:02.8874665Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:15:02.8875138Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:15:02.8875659Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.8876049Z [36;1m  fi[0m
2025-08-20T20:15:02.8876383Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:15:02.8876969Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:15:02.8877419Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.8877850Z [36;1m  fi[0m
2025-08-20T20:15:02.8878193Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:15:02.8878623Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:15:02.8879107Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:15:02.8879519Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:15:02.8879974Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.8880736Z [36;1m     else[0m
2025-08-20T20:15:02.8881565Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.8882054Z [36;1m     fi[0m
2025-08-20T20:15:02.8882378Z [36;1m  fi[0m
2025-08-20T20:15:02.8882637Z [36;1mfi[0m
2025-08-20T20:15:02.8914683Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:02.8915622Z env:
2025-08-20T20:15:02.8916472Z   GH_TOKEN: ***
2025-08-20T20:15:02.8916781Z ##[endgroup]
2025-08-20T20:15:02.9154188Z ##[group]Run ##Presets
2025-08-20T20:15:02.9154719Z [36;1m##Presets[0m
2025-08-20T20:15:02.9155017Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:02.9155626Z [36;1m#-------------#[0m
2025-08-20T20:15:02.9156033Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:15:02.9156606Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:15:02.9157238Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:15:02.9157747Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:15:02.9158290Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:15:02.9158804Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:15:02.9159252Z [36;1m  exit 1[0m
2025-08-20T20:15:02.9159583Z [36;1mfi[0m
2025-08-20T20:15:02.9187085Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:02.9187486Z env:
2025-08-20T20:15:02.9188041Z   RO_GHTOKEN: ***
2025-08-20T20:15:02.9188548Z   RO_GLTOKEN: ***
2025-08-20T20:15:02.9189811Z   MINISIGN_KEY: ***
2025-08-20T20:15:02.9190177Z ##[endgroup]
2025-08-20T20:15:02.9332422Z ##[group]Run ##Presets
2025-08-20T20:15:02.9333041Z [36;1m##Presets[0m
2025-08-20T20:15:02.9333452Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:02.9333766Z [36;1m#-------------#[0m
2025-08-20T20:15:02.9334067Z [36;1m##Host Triplet[0m
2025-08-20T20:15:02.9334666Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:15:02.9335140Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:15:02.9335577Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:15:02.9335993Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:15:02.9336370Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:15:02.9336871Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:15:02.9337318Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:15:02.9337706Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:15:02.9338109Z [36;1m   fi[0m
2025-08-20T20:15:02.9338553Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:15:02.9339059Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:15:02.9339495Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:15:02.9339897Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:15:02.9340334Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:15:02.9340666Z [36;1m fi[0m
2025-08-20T20:15:02.9341315Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9341860Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9342334Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9342843Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9343204Z [36;1m##Debug[0m
2025-08-20T20:15:02.9343494Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:15:02.9343951Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:15:02.9344288Z [36;1m else[0m
2025-08-20T20:15:02.9344644Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:15:02.9344969Z [36;1m fi[0m
2025-08-20T20:15:02.9345278Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9345705Z [36;1m##Docker Platform[0m
2025-08-20T20:15:02.9346441Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:15:02.9346853Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:15:02.9347345Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:15:02.9347769Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:15:02.9348165Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:15:02.9348670Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:15:02.9349095Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:15:02.9349554Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:15:02.9349901Z [36;1m fi[0m
2025-08-20T20:15:02.9350290Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9350875Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9351488Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:15:02.9352035Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fping/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:15:02.9352704Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:15:02.9353290Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9353785Z [36;1m##Logs[0m
2025-08-20T20:15:02.9354106Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:15:02.9354626Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:15:02.9355025Z [36;1m else[0m
2025-08-20T20:15:02.9355324Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:15:02.9355694Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:15:02.9356113Z [36;1m fi[0m
2025-08-20T20:15:02.9356757Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9357320Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9357764Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:15:02.9358241Z [36;1m PKG_FAMILY_LOCAL="$(echo "fping" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:15:02.9358786Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:15:02.9359184Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9359588Z [36;1m##Rebuild[0m
2025-08-20T20:15:02.9359967Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:15:02.9360383Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:15:02.9360690Z [36;1m else[0m
2025-08-20T20:15:02.9361222Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:15:02.9361560Z [36;1m fi[0m
2025-08-20T20:15:02.9361953Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9362368Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:15:02.9362926Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:15:02.9363667Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:15:02.9364595Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:15:02.9365411Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:15:02.9365952Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:15:02.9366503Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:15:02.9367083Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:15:02.9367541Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9367910Z [36;1m    exit 1[0m
2025-08-20T20:15:02.9368258Z [36;1m   else[0m
2025-08-20T20:15:02.9368600Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:15:02.9369012Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9369503Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:15:02.9370230Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:15:02.9370737Z [36;1m      #check if supported[0m
2025-08-20T20:15:02.9371547Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:15:02.9372177Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:15:02.9372760Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:15:02.9373160Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9373516Z [36;1m         exit 1[0m
2025-08-20T20:15:02.9373890Z [36;1m       fi[0m
2025-08-20T20:15:02.9374212Z [36;1m      #get build system[0m
2025-08-20T20:15:02.9374733Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:15:02.9375226Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:15:02.9375615Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9376157Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:15:02.9376679Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9377092Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9377573Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:15:02.9377993Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9378383Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:02.9378806Z [36;1m       fi[0m
2025-08-20T20:15:02.9379331Z [36;1m     fi[0m
2025-08-20T20:15:02.9379719Z [36;1m   fi[0m
2025-08-20T20:15:02.9380031Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:15:02.9407266Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:02.9407672Z ##[endgroup]
2025-08-20T20:15:04.0099848Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:15:04.0100689Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:15:04.0100956Z 
2025-08-20T20:15:04.1614207Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:15:04.1614759Z 100  4606  100  4606    0     0  30071      0 --:--:-- --:--:-- --:--:-- 30104
2025-08-20T20:15:04.1626007Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:15:04.1827694Z ##[group]Run ##Presets
2025-08-20T20:15:04.1828258Z [36;1m##Presets[0m
2025-08-20T20:15:04.1828528Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:04.1828827Z [36;1m#-------------#[0m
2025-08-20T20:15:04.1829153Z [36;1m##Debug?[0m
2025-08-20T20:15:04.1829473Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:04.1829812Z [36;1m  set -x[0m
2025-08-20T20:15:04.1830125Z [36;1mfi[0m
2025-08-20T20:15:04.1830451Z [36;1m#-------------#[0m
2025-08-20T20:15:04.1830774Z [36;1m##CoreUtils[0m
2025-08-20T20:15:04.1831264Z [36;1msudo apt update -y[0m
2025-08-20T20:15:04.1831716Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:15:04.1832808Z [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:15:04.1833836Z [36;1m##tmp[0m
2025-08-20T20:15:04.1834252Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:15:04.1834629Z [36;1m#GH ENV[0m
2025-08-20T20:15:04.1834904Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:04.1835325Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:04.1835703Z [36;1m#-------------#[0m
2025-08-20T20:15:04.1836040Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:15:04.1836635Z [36;1msudo apt update -y[0m
2025-08-20T20:15:04.1836938Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:15:04.1837278Z [36;1m##Setup Minisign[0m
2025-08-20T20:15:04.1837620Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:15:04.1838170Z [36;1mecho "***[0m
2025-08-20T20:15:04.1839595Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:15:04.1839963Z [36;1m##User-Agent[0m
2025-08-20T20:15:04.1840805Z [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:15:04.1842047Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:04.1869933Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:04.1870270Z env:
2025-08-20T20:15:04.1870571Z   CROSS_COMPILING: NO
2025-08-20T20:15:04.1870958Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:15:04.1871681Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:15:04.1872042Z   ON_QEMU: NO
2025-08-20T20:15:04.1872379Z   DEBUG: 0
2025-08-20T20:15:04.1872668Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:15:04.1873021Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:15:04.1873382Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:15:04.1873721Z   KEEP_LOGS: YES
2025-08-20T20:15:04.1874031Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:04.1874346Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:15:04.1874618Z   SBUILD_REBUILD: false
2025-08-20T20:15:04.1875306Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:15:04.1875950Z   BUILD_SYS: docker://clang+make
2025-08-20T20:15:04.1876290Z   BUILD_ON_HOST: FALSE
2025-08-20T20:15:04.1876569Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:15:04.1876863Z ##[endgroup]
2025-08-20T20:15:04.4254539Z 
2025-08-20T20:15:04.4255237Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:15:04.4255621Z 
2025-08-20T20:15:05.0106674Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:15:05.1145813Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:15:05.1727186Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:15:05.2546982Z Get:4 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:15:05.2782928Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:15:05.3007264Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:15:05.3149724Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:15:05.3311335Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:15:05.3430515Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:15:05.7298686Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:15:05.9118062Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:15:06.0851916Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:15:06.5886777Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:15:06.8033939Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:15:06.9175122Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:15:07.3465990Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:15:07.5623037Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:15:07.7829716Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:15:08.5339949Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:15:09.1982519Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:15:09.3070105Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:15:09.4202236Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:15:09.5296473Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:15:09.6384860Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:15:09.7541508Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:15:09.8641537Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:15:09.9726370Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:15:10.0870508Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:15:10.1982575Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:15:10.4119402Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:15:10.5176202Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:15:10.6233701Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:15:11.4033021Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:15:11.6141237Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:15:11.7200789Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:15:12.0567022Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:15:12.2678900Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:15:12.3760855Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:15:13.0186500Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:15:13.2380093Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:15:13.4395527Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:15:13.6398969Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:15:13.7503970Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:15:21.6619760Z Fetched 11.9 MB in 9s (1332 kB/s)
2025-08-20T20:15:22.4409794Z Reading package lists...
2025-08-20T20:15:22.6784078Z Building dependency tree...
2025-08-20T20:15:22.6791430Z Reading state information...
2025-08-20T20:15:22.7036248Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:15:22.7130936Z 
2025-08-20T20:15:22.7131589Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:15:22.7131968Z 
2025-08-20T20:15:22.7245155Z Reading package lists...
2025-08-20T20:15:22.9624721Z Building dependency tree...
2025-08-20T20:15:22.9633672Z Reading state information...
2025-08-20T20:15:23.2384775Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:15:23.2385204Z bc set to manually installed.
2025-08-20T20:15:23.2385566Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:15:23.2386400Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:15:23.2386782Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:15:23.2969558Z The following NEW packages will be installed:
2025-08-20T20:15:23.2976033Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:15:23.2977915Z   moreutils
2025-08-20T20:15:23.2984305Z The following packages will be upgraded:
2025-08-20T20:15:23.2991430Z   jq libjq1
2025-08-20T20:15:23.3162472Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:15:23.4642023Z Need to get 936 kB of archives.
2025-08-20T20:15:23.4642550Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:15:23.4643530Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:15:23.5884307Z 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:15:23.6735957Z 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:15:23.7600479Z 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:15:23.8048225Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:15:23.8565151Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:15:23.8990378Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:15:23.9463234Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:15:24.3310822Z Fetched 936 kB in 1s (1380 kB/s)
2025-08-20T20:15:24.4113549Z Selecting previously unselected package fdupes.
2025-08-20T20:15:24.5240047Z (Reading database ... 
2025-08-20T20:15:24.5240434Z (Reading database ... 5%
2025-08-20T20:15:24.5240698Z (Reading database ... 10%
2025-08-20T20:15:24.5241400Z (Reading database ... 15%
2025-08-20T20:15:24.5241737Z (Reading database ... 20%
2025-08-20T20:15:24.5242094Z (Reading database ... 25%
2025-08-20T20:15:24.5242362Z (Reading database ... 30%
2025-08-20T20:15:24.5242610Z (Reading database ... 35%
2025-08-20T20:15:24.5242908Z (Reading database ... 40%
2025-08-20T20:15:24.5243168Z (Reading database ... 45%
2025-08-20T20:15:24.5243443Z (Reading database ... 50%
2025-08-20T20:15:24.8010145Z (Reading database ... 55%
2025-08-20T20:15:25.3108756Z (Reading database ... 60%
2025-08-20T20:15:25.8286432Z (Reading database ... 65%
2025-08-20T20:15:26.3277314Z (Reading database ... 70%
2025-08-20T20:15:26.7689522Z (Reading database ... 75%
2025-08-20T20:15:27.3314076Z (Reading database ... 80%
2025-08-20T20:15:27.8629078Z (Reading database ... 85%
2025-08-20T20:15:28.4276806Z (Reading database ... 90%
2025-08-20T20:15:28.9679091Z (Reading database ... 95%
2025-08-20T20:15:28.9679472Z (Reading database ... 100%
2025-08-20T20:15:28.9680072Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:15:28.9721107Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:15:28.9833596Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:15:29.0755894Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:15:29.0956783Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:15:29.1947532Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:15:29.2233657Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:15:29.2878608Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:15:29.3034139Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:15:29.3095769Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:15:29.3892248Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:15:29.4074247Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:15:29.4129465Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:15:29.4854302Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:15:29.5030124Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:15:29.5090196Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:15:29.5637933Z Selecting previously unselected package moreutils.
2025-08-20T20:15:29.5814516Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:15:29.5867908Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:15:29.6991300Z Selecting previously unselected package dos2unix.
2025-08-20T20:15:29.7142257Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:15:29.7199896Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:15:30.0186461Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:15:30.0377295Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:15:30.0550126Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:15:30.0727735Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:15:30.0916925Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:15:30.1101677Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:15:30.1269893Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:15:30.1447469Z Setting up moreutils (0.69-1) ...
2025-08-20T20:15:30.1632151Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:44.8581472Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:46.3563444Z Reading package lists...
2025-08-20T20:15:46.6118016Z Building dependency tree...
2025-08-20T20:15:46.6127733Z Reading state information...
2025-08-20T20:15:46.9105802Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:15:46.9106591Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:15:46.9106938Z apt-utils set to manually installed.
2025-08-20T20:15:46.9107272Z ca-certificates is already the newest version (20240203).
2025-08-20T20:15:46.9107726Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:15:46.9108158Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:15:46.9108589Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:15:46.9108971Z moreutils is already the newest version (0.69-1).
2025-08-20T20:15:46.9109937Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:15:46.9110365Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:15:46.9110726Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:15:46.9111887Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:15:46.9112259Z tmux set to manually installed.
2025-08-20T20:15:46.9112592Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:15:46.9113022Z The following additional packages will be installed:
2025-08-20T20:15:46.9113461Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:15:46.9113950Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:15:46.9114917Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:15:46.9115664Z   uuid-runtime
2025-08-20T20:15:46.9122702Z Suggested packages:
2025-08-20T20:15:46.9123386Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:15:46.9123967Z   util-linux-extra util-linux-locales
2025-08-20T20:15:46.9124320Z Recommended packages:
2025-08-20T20:15:46.9124557Z   unattended-upgrades
2025-08-20T20:15:46.9666891Z The following NEW packages will be installed:
2025-08-20T20:15:46.9667327Z   rename
2025-08-20T20:15:46.9672838Z The following packages will be upgraded:
2025-08-20T20:15:46.9673361Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:15:46.9674737Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:15:46.9682028Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:15:46.9682545Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:15:46.9879156Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:15:47.1367981Z Need to get 4390 kB of archives.
2025-08-20T20:15:47.1368447Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:15:47.1369295Z 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:47.3066478Z 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:47.5152864Z 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:47.5594841Z 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:47.6018273Z 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:47.6439896Z 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:47.6862156Z 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:47.7303245Z 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:47.7745900Z 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:47.8173449Z 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:47.8656688Z 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:47.9089385Z 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:47.9557075Z 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:48.0025419Z 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:48.0569772Z 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:48.1004614Z 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:48.1497817Z 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:48.1925342Z 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:48.2366730Z 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:48.3607173Z 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:48.4052272Z 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:48.4479248Z 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:48.4920302Z 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:48.5344808Z 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:48.5765964Z 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:48.6186922Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:15:48.6608154Z 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:48.9327959Z Fetched 4390 kB in 2s (2645 kB/s)
2025-08-20T20:15:48.9610938Z (Reading database ... 
2025-08-20T20:15:48.9611466Z (Reading database ... 5%
2025-08-20T20:15:48.9611725Z (Reading database ... 10%
2025-08-20T20:15:48.9612051Z (Reading database ... 15%
2025-08-20T20:15:48.9612312Z (Reading database ... 20%
2025-08-20T20:15:48.9612583Z (Reading database ... 25%
2025-08-20T20:15:48.9613916Z (Reading database ... 30%
2025-08-20T20:15:48.9614191Z (Reading database ... 35%
2025-08-20T20:15:48.9614448Z (Reading database ... 40%
2025-08-20T20:15:48.9614853Z (Reading database ... 45%
2025-08-20T20:15:48.9615147Z (Reading database ... 50%
2025-08-20T20:15:48.9634681Z (Reading database ... 55%
2025-08-20T20:15:48.9721393Z (Reading database ... 60%
2025-08-20T20:15:48.9761535Z (Reading database ... 65%
2025-08-20T20:15:48.9776363Z (Reading database ... 70%
2025-08-20T20:15:48.9797592Z (Reading database ... 75%
2025-08-20T20:15:48.9831381Z (Reading database ... 80%
2025-08-20T20:15:49.0010571Z (Reading database ... 85%
2025-08-20T20:15:49.0029671Z (Reading database ... 90%
2025-08-20T20:15:49.0128716Z (Reading database ... 95%
2025-08-20T20:15:49.0128995Z (Reading database ... 100%
2025-08-20T20:15:49.0129454Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:49.0167187Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:49.0338438Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:49.1463885Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:49.2178791Z (Reading database ... 
2025-08-20T20:15:49.2179950Z (Reading database ... 5%
2025-08-20T20:15:49.2180299Z (Reading database ... 10%
2025-08-20T20:15:49.2180701Z (Reading database ... 15%
2025-08-20T20:15:49.2181233Z (Reading database ... 20%
2025-08-20T20:15:49.2181512Z (Reading database ... 25%
2025-08-20T20:15:49.2181827Z (Reading database ... 30%
2025-08-20T20:15:49.2182093Z (Reading database ... 35%
2025-08-20T20:15:49.2182362Z (Reading database ... 40%
2025-08-20T20:15:49.2182768Z (Reading database ... 45%
2025-08-20T20:15:49.2183030Z (Reading database ... 50%
2025-08-20T20:15:49.2203341Z (Reading database ... 55%
2025-08-20T20:15:49.2296114Z (Reading database ... 60%
2025-08-20T20:15:49.2337919Z (Reading database ... 65%
2025-08-20T20:15:49.2352926Z (Reading database ... 70%
2025-08-20T20:15:49.2373302Z (Reading database ... 75%
2025-08-20T20:15:49.2406762Z (Reading database ... 80%
2025-08-20T20:15:49.2589763Z (Reading database ... 85%
2025-08-20T20:15:49.2611649Z (Reading database ... 90%
2025-08-20T20:15:49.2726190Z (Reading database ... 95%
2025-08-20T20:15:49.2726709Z (Reading database ... 100%
2025-08-20T20:15:49.2727100Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:49.2769742Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:49.3025963Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:49.5122093Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:50.1396307Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:15:50.1940331Z (Reading database ... 
2025-08-20T20:15:50.1940706Z (Reading database ... 5%
2025-08-20T20:15:50.1941643Z (Reading database ... 10%
2025-08-20T20:15:50.1941954Z (Reading database ... 15%
2025-08-20T20:15:50.1942214Z (Reading database ... 20%
2025-08-20T20:15:50.1942582Z (Reading database ... 25%
2025-08-20T20:15:50.1942838Z (Reading database ... 30%
2025-08-20T20:15:50.1943123Z (Reading database ... 35%
2025-08-20T20:15:50.1943443Z (Reading database ... 40%
2025-08-20T20:15:50.1943686Z (Reading database ... 45%
2025-08-20T20:15:50.1943983Z (Reading database ... 50%
2025-08-20T20:15:50.1972464Z (Reading database ... 55%
2025-08-20T20:15:50.2066727Z (Reading database ... 60%
2025-08-20T20:15:50.2109590Z (Reading database ... 65%
2025-08-20T20:15:50.2125268Z (Reading database ... 70%
2025-08-20T20:15:50.2146633Z (Reading database ... 75%
2025-08-20T20:15:50.2182070Z (Reading database ... 80%
2025-08-20T20:15:50.2368062Z (Reading database ... 85%
2025-08-20T20:15:50.2388476Z (Reading database ... 90%
2025-08-20T20:15:50.2496718Z (Reading database ... 95%
2025-08-20T20:15:50.2497113Z (Reading database ... 100%
2025-08-20T20:15:50.2497495Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:50.2538690Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:50.2709535Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:50.3587290Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:50.3822534Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:50.4580642Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:50.5276765Z (Reading database ... 
2025-08-20T20:15:50.5277408Z (Reading database ... 5%
2025-08-20T20:15:50.5277692Z (Reading database ... 10%
2025-08-20T20:15:50.5277983Z (Reading database ... 15%
2025-08-20T20:15:50.5278285Z (Reading database ... 20%
2025-08-20T20:15:50.5278558Z (Reading database ... 25%
2025-08-20T20:15:50.5278876Z (Reading database ... 30%
2025-08-20T20:15:50.5279139Z (Reading database ... 35%
2025-08-20T20:15:50.5279377Z (Reading database ... 40%
2025-08-20T20:15:50.5279671Z (Reading database ... 45%
2025-08-20T20:15:50.5279944Z (Reading database ... 50%
2025-08-20T20:15:50.5298585Z (Reading database ... 55%
2025-08-20T20:15:50.5390657Z (Reading database ... 60%
2025-08-20T20:15:50.5431242Z (Reading database ... 65%
2025-08-20T20:15:50.5446215Z (Reading database ... 70%
2025-08-20T20:15:50.5466644Z (Reading database ... 75%
2025-08-20T20:15:50.5501818Z (Reading database ... 80%
2025-08-20T20:15:50.5680160Z (Reading database ... 85%
2025-08-20T20:15:50.5699520Z (Reading database ... 90%
2025-08-20T20:15:50.5799571Z (Reading database ... 95%
2025-08-20T20:15:50.5799874Z (Reading database ... 100%
2025-08-20T20:15:50.5800227Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:50.5837636Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:50.6036044Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:50.6808841Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:50.8082077Z (Reading database ... 
2025-08-20T20:15:50.8083213Z (Reading database ... 5%
2025-08-20T20:15:50.8083505Z (Reading database ... 10%
2025-08-20T20:15:50.8083758Z (Reading database ... 15%
2025-08-20T20:15:50.8084422Z (Reading database ... 20%
2025-08-20T20:15:50.8084745Z (Reading database ... 25%
2025-08-20T20:15:50.8085902Z (Reading database ... 30%
2025-08-20T20:15:50.8086351Z (Reading database ... 35%
2025-08-20T20:15:50.8086617Z (Reading database ... 40%
2025-08-20T20:15:50.8086903Z (Reading database ... 45%
2025-08-20T20:15:50.8087143Z (Reading database ... 50%
2025-08-20T20:15:50.8106231Z (Reading database ... 55%
2025-08-20T20:15:50.8196194Z (Reading database ... 60%
2025-08-20T20:15:50.8235559Z (Reading database ... 65%
2025-08-20T20:15:50.8250315Z (Reading database ... 70%
2025-08-20T20:15:50.8270700Z (Reading database ... 75%
2025-08-20T20:15:50.8304172Z (Reading database ... 80%
2025-08-20T20:15:50.8486332Z (Reading database ... 85%
2025-08-20T20:15:50.8505731Z (Reading database ... 90%
2025-08-20T20:15:50.8607547Z (Reading database ... 95%
2025-08-20T20:15:50.8607955Z (Reading database ... 100%
2025-08-20T20:15:50.8608355Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:50.8646915Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:50.8919967Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:50.9803689Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:50.9992251Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:51.1311402Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:51.2052725Z (Reading database ... 
2025-08-20T20:15:51.2053141Z (Reading database ... 5%
2025-08-20T20:15:51.2053397Z (Reading database ... 10%
2025-08-20T20:15:51.2053828Z (Reading database ... 15%
2025-08-20T20:15:51.2054072Z (Reading database ... 20%
2025-08-20T20:15:51.2054411Z (Reading database ... 25%
2025-08-20T20:15:51.2054660Z (Reading database ... 30%
2025-08-20T20:15:51.2054899Z (Reading database ... 35%
2025-08-20T20:15:51.2055186Z (Reading database ... 40%
2025-08-20T20:15:51.2055425Z (Reading database ... 45%
2025-08-20T20:15:51.2055723Z (Reading database ... 50%
2025-08-20T20:15:51.2077793Z (Reading database ... 55%
2025-08-20T20:15:51.2170638Z (Reading database ... 60%
2025-08-20T20:15:51.2211711Z (Reading database ... 65%
2025-08-20T20:15:51.2226771Z (Reading database ... 70%
2025-08-20T20:15:51.2247891Z (Reading database ... 75%
2025-08-20T20:15:51.2282216Z (Reading database ... 80%
2025-08-20T20:15:51.2462488Z (Reading database ... 85%
2025-08-20T20:15:51.2482337Z (Reading database ... 90%
2025-08-20T20:15:51.2583759Z (Reading database ... 95%
2025-08-20T20:15:51.2584065Z (Reading database ... 100%
2025-08-20T20:15:51.2584574Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:51.2623362Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:51.2849776Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:51.3669264Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:51.4288408Z (Reading database ... 
2025-08-20T20:15:51.4289021Z (Reading database ... 5%
2025-08-20T20:15:51.4289303Z (Reading database ... 10%
2025-08-20T20:15:51.4289563Z (Reading database ... 15%
2025-08-20T20:15:51.4289912Z (Reading database ... 20%
2025-08-20T20:15:51.4290168Z (Reading database ... 25%
2025-08-20T20:15:51.4290405Z (Reading database ... 30%
2025-08-20T20:15:51.4290711Z (Reading database ... 35%
2025-08-20T20:15:51.4290960Z (Reading database ... 40%
2025-08-20T20:15:51.4292253Z (Reading database ... 45%
2025-08-20T20:15:51.4292645Z (Reading database ... 50%
2025-08-20T20:15:51.4311860Z (Reading database ... 55%
2025-08-20T20:15:51.4401982Z (Reading database ... 60%
2025-08-20T20:15:51.4442115Z (Reading database ... 65%
2025-08-20T20:15:51.4456364Z (Reading database ... 70%
2025-08-20T20:15:51.4477209Z (Reading database ... 75%
2025-08-20T20:15:51.4510807Z (Reading database ... 80%
2025-08-20T20:15:51.4693021Z (Reading database ... 85%
2025-08-20T20:15:51.4712677Z (Reading database ... 90%
2025-08-20T20:15:51.4815711Z (Reading database ... 95%
2025-08-20T20:15:51.4816154Z (Reading database ... 100%
2025-08-20T20:15:51.4816517Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:51.4853896Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:51.5031679Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:51.5954034Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:51.6425483Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:51.7319330Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:51.7485868Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:51.8306802Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:51.8474127Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:51.9350432Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:51.9534249Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.0447063Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:52.0620779Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.1447867Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:52.1718448Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.2462882Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:52.2616456Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.3530679Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:52.3685343Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.4480839Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:15:52.4638779Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:52.5461869Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:52.6062659Z (Reading database ... 
2025-08-20T20:15:52.6063037Z (Reading database ... 5%
2025-08-20T20:15:52.6063513Z (Reading database ... 10%
2025-08-20T20:15:52.6063763Z (Reading database ... 15%
2025-08-20T20:15:52.6064049Z (Reading database ... 20%
2025-08-20T20:15:52.6064335Z (Reading database ... 25%
2025-08-20T20:15:52.6064585Z (Reading database ... 30%
2025-08-20T20:15:52.6064920Z (Reading database ... 35%
2025-08-20T20:15:52.6065193Z (Reading database ... 40%
2025-08-20T20:15:52.6065428Z (Reading database ... 45%
2025-08-20T20:15:52.6065748Z (Reading database ... 50%
2025-08-20T20:15:52.6085333Z (Reading database ... 55%
2025-08-20T20:15:52.6173535Z (Reading database ... 60%
2025-08-20T20:15:52.6213384Z (Reading database ... 65%
2025-08-20T20:15:52.6228026Z (Reading database ... 70%
2025-08-20T20:15:52.6248799Z (Reading database ... 75%
2025-08-20T20:15:52.6280914Z (Reading database ... 80%
2025-08-20T20:15:52.6455311Z (Reading database ... 85%
2025-08-20T20:15:52.6474680Z (Reading database ... 90%
2025-08-20T20:15:52.6574390Z (Reading database ... 95%
2025-08-20T20:15:52.6574664Z (Reading database ... 100%
2025-08-20T20:15:52.6575194Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:15:52.6611819Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:52.6803287Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:52.7647565Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:52.7836717Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:52.8602241Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:52.8813276Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:52.9612115Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:15:52.9781716Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:15:53.3342895Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:53.3513884Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:53.4374957Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:15:53.5533857Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:15:53.6558156Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:15:53.7343563Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:15:53.7922465Z Selecting previously unselected package rename.
2025-08-20T20:15:53.8107055Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:15:53.8172271Z Unpacking rename (2.02-1) ...
2025-08-20T20:15:53.8843530Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:15:53.8996851Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:15:53.9729300Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:53.9896148Z Setting up rename (2.02-1) ...
2025-08-20T20:15:54.0029534Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:15:54.0137679Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:54.0308043Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:54.0467357Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:54.0617222Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:54.0774454Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:54.6897040Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:15:54.7095286Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:54.7282383Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:54.7456368Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:54.7667580Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.1154829Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.1314764Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:15:55.1473599Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.2565171Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:15:55.3824836Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.4813668Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.4981020Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.5149094Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:15:55.5305942Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:15:55.6431771Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:15:55.9662412Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:55.9932070Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:01.8959633Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:16:03.2888709Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:03.2889954Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:03.3825547Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:03.4243520Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:16:03.6097107Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:03.6505752Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:03.6926600Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:16:03.8930228Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:16:04.1372982Z Fetched 2624 kB in 1s (3332 kB/s)
2025-08-20T20:16:04.8973885Z Reading package lists...
2025-08-20T20:16:05.1188815Z Building dependency tree...
2025-08-20T20:16:05.1194415Z Reading state information...
2025-08-20T20:16:05.1430439Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:16:05.1559170Z 
2025-08-20T20:16:05.1560200Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:05.1560553Z 
2025-08-20T20:16:05.2478014Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:05.2533784Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:05.4928175Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:05.5928899Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:16:05.6932212Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:05.7937323Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:06.6854401Z Reading package lists...
2025-08-20T20:16:06.9221758Z Building dependency tree...
2025-08-20T20:16:06.9229002Z Reading state information...
2025-08-20T20:16:06.9503448Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:16:06.9598522Z 
2025-08-20T20:16:06.9599108Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:06.9599450Z 
2025-08-20T20:16:06.9714966Z Reading package lists...
2025-08-20T20:16:07.2105459Z Building dependency tree...
2025-08-20T20:16:07.2112057Z Reading state information...
2025-08-20T20:16:07.4737059Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:16:07.5154597Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:16:07.5450148Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:16:07.6091970Z ##[group]Run ##Presets
2025-08-20T20:16:07.6092434Z [36;1m##Presets[0m
2025-08-20T20:16:07.6092665Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:07.6092968Z [36;1m#-------------#[0m
2025-08-20T20:16:07.6093200Z [36;1m##Debug?[0m
2025-08-20T20:16:07.6093457Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:16:07.6093867Z [36;1m  set -x[0m
2025-08-20T20:16:07.6094080Z [36;1mfi[0m
2025-08-20T20:16:07.6094318Z [36;1m#-------------#[0m
2025-08-20T20:16:07.6094762Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:16:07.6095362Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:16:07.6095809Z [36;1msudo service procps restart[0m
2025-08-20T20:16:07.6096143Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:16:07.6124015Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:07.6124334Z env:
2025-08-20T20:16:07.6124702Z   CROSS_COMPILING: NO
2025-08-20T20:16:07.6124944Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:16:07.6125202Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:16:07.6125496Z   ON_QEMU: NO
2025-08-20T20:16:07.6125722Z   DEBUG: 0
2025-08-20T20:16:07.6126018Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:16:07.6126294Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:16:07.6126602Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:16:07.6126959Z   KEEP_LOGS: YES
2025-08-20T20:16:07.6127202Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:16:07.6127432Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:16:07.6127730Z   SBUILD_REBUILD: false
2025-08-20T20:16:07.6128281Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:16:07.6128912Z   BUILD_SYS: docker://clang+make
2025-08-20T20:16:07.6129185Z   BUILD_ON_HOST: FALSE
2025-08-20T20:16:07.6129437Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:16:07.6129714Z   SYSTMP: /tmp
2025-08-20T20:16:07.6129928Z   GHA_MODE: MATRIX
2025-08-20T20:16:07.6130375Z   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:16:07.6130911Z ##[endgroup]
2025-08-20T20:16:07.6232191Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:16:07.6294196Z 0
2025-08-20T20:16:07.6662273Z vm.max_map_count = 262144
2025-08-20T20:16:07.6662734Z fs.inotify.max_user_watches = 655360
2025-08-20T20:16:07.6663223Z fs.inotify.max_user_instances = 1280
2025-08-20T20:16:07.6663524Z vm.mmap_rnd_bits = 28
2025-08-20T20:16:07.6760754Z ##[group]Run ##Presets
2025-08-20T20:16:07.6761545Z [36;1m##Presets[0m
2025-08-20T20:16:07.6761773Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:07.6762165Z [36;1m#-------------#[0m
2025-08-20T20:16:07.6762398Z [36;1m##Debug?[0m
2025-08-20T20:16:07.6762690Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:16:07.6763015Z [36;1m  set -x[0m
2025-08-20T20:16:07.6763222Z [36;1mfi[0m
2025-08-20T20:16:07.6763479Z [36;1m#-------------#[0m
2025-08-20T20:16:07.6763722Z [36;1m##Main[0m
2025-08-20T20:16:07.6763956Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:16:07.6764673Z [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:16:07.6765402Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:16:07.6765846Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:16:07.6766199Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:16:07.6766494Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:16:07.6767255Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:16:07.6767594Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:16:07.6768004Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:16:07.6768370Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:16:07.6768687Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:16:07.6769066Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:16:07.6769466Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:16:07.6769790Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:16:07.6770129Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:16:07.6770435Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:16:07.6770769Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:16:07.6771400Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:16:07.6771753Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:16:07.6772148Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:16:07.6772482Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:16:07.6772806Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:16:07.6773208Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:16:07.6773593Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:16:07.6773965Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:16:07.6774310Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:16:07.6774610Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:16:07.6775018Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:16:07.6775482Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:16:07.6775992Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:16:07.6776519Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:16:07.6776889Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:16:07.6777251Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:16:07.6777932Z [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:16:07.6778771Z [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:16:07.6779367Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:07.6779648Z [36;1m else[0m
2025-08-20T20:16:07.6780315Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:16:07.6780769Z [36;1m fi[0m
2025-08-20T20:16:07.6781284Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:16:07.6781747Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:16:07.6782267Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6782679Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6783122Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6783592Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6784042Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6784527Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6784979Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:16:07.6785416Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:16:07.6786091Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:16:07.6814340Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:07.6814663Z env:
2025-08-20T20:16:07.6814892Z   CROSS_COMPILING: NO
2025-08-20T20:16:07.6815248Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:16:07.6815528Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:16:07.6815768Z   ON_QEMU: NO
2025-08-20T20:16:07.6816052Z   DEBUG: 0
2025-08-20T20:16:07.6816265Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:16:07.6816582Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:16:07.6816907Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:16:07.6817223Z   KEEP_LOGS: YES
2025-08-20T20:16:07.6817483Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:16:07.6817721Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:16:07.6817975Z   SBUILD_REBUILD: false
2025-08-20T20:16:07.6818576Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:16:07.6819187Z   BUILD_SYS: docker://clang+make
2025-08-20T20:16:07.6819505Z   BUILD_ON_HOST: FALSE
2025-08-20T20:16:07.6819745Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:16:07.6819998Z   SYSTMP: /tmp
2025-08-20T20:16:07.6820415Z   GHA_MODE: MATRIX
2025-08-20T20:16:07.6820879Z   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:16:07.6822147Z   GHCR_TOKEN: ***
2025-08-20T20:16:07.6822654Z   GITHUB_TOKEN: ***
2025-08-20T20:16:07.6822998Z   GITLAB_TOKEN: ***
2025-08-20T20:16:07.6824296Z   MINISIGN_KEY: ***
2025-08-20T20:16:07.6824722Z ##[endgroup]
2025-08-20T20:16:07.8132060Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:16:07.9150003Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:16:07.9150756Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:16:07.9150999Z 
2025-08-20T20:16:08.0083566Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:16:08.0084093Z 100  4606  100  4606    0     0  49337      0 --:--:-- --:--:-- --:--:-- 49000
2025-08-20T20:16:08.0084788Z 100  4606  100  4606    0     0  49306      0 --:--:-- --:--:-- --:--:-- 49000
2025-08-20T20:16:08.0096094Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:16:08.0179632Z 
2025-08-20T20:16:08.0180376Z [+] Building [/tmp/tmp.RDLNU4yk8J/SBUILD_INPUT] Locally
2025-08-20T20:16:08.0180688Z 
2025-08-20T20:16:08.0191716Z '/tmp/tmp.RDLNU4yk8J/SBUILD_INPUT' -> '/tmp/pkgforge/pyOWONRKx_build.yaml'
2025-08-20T20:16:08.2062982Z 
2025-08-20T20:16:08.2063666Z [+] Passwordless sudo is Configured
2025-08-20T20:16:08.3143562Z 
2025-08-20T20:16:08.3155737Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:16:08.3156051Z 
2025-08-20T20:16:08.3558744Z 
2025-08-20T20:16:08.3560158Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:16:08.3560538Z 
2025-08-20T20:16:08.3560543Z 
2025-08-20T20:16:08.3560816Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:16:08.3561353Z 
2025-08-20T20:16:08.3601641Z [+] Installing: 7z -> 7z
2025-08-20T20:16:08.9057661Z [+] Installing: actionlint -> actionlint
2025-08-20T20:16:09.4799903Z [+] Installing: anew -> anew
2025-08-20T20:16:09.9994572Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:16:10.1911710Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:16:10.6690487Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:16:11.1625705Z [+] Installing: archey -> archey
2025-08-20T20:16:11.7467666Z [+] Installing: aria2 -> aria2c
2025-08-20T20:16:12.3034729Z [+] Installing: askalono -> askalono
2025-08-20T20:16:12.8499555Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:16:13.4178037Z [+] Installing: b3sum -> b3sum
2025-08-20T20:16:13.9413051Z [+] Installing: bita -> bita
2025-08-20T20:16:14.5123762Z [+] Installing: btop -> btop
2025-08-20T20:16:14.7424252Z [+] Installing: chafa -> chafa
2025-08-20T20:16:15.3194573Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:16:15.9771002Z [+] Installing: croc -> croc
2025-08-20T20:16:16.5539290Z [+] Installing: csvtk -> csvtk
2025-08-20T20:16:17.1677366Z [+] Installing: cutlines -> cutlines
2025-08-20T20:16:17.6162931Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:17.6199103Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:16:17.6199560Z [+] Installing: dbin -> dbin
2025-08-20T20:16:17.8695046Z [+] Installing: dasel -> dasel
2025-08-20T20:16:18.4392589Z [+] Installing: delta -> delta
2025-08-20T20:16:18.9874627Z [+] Installing: ds -> ds
2025-08-20T20:16:19.4463603Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:19.4499187Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:16:19.4499835Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:16:19.9315980Z [+] Installing: duf -> duf
2025-08-20T20:16:20.4627319Z [+] Installing: duplicut -> duplicut
2025-08-20T20:16:20.9791546Z [+] Installing: dust -> dust
2025-08-20T20:16:21.1896579Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:16:21.7541425Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:16:22.3105023Z [+] Installing: dysk -> dysk
2025-08-20T20:16:22.8626219Z [+] Installing: eget -> eget
2025-08-20T20:16:23.6398664Z [+] Installing: epoch -> epoch
2025-08-20T20:16:24.1544832Z [+] Installing: faketty -> faketty
2025-08-20T20:16:24.6684194Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:16:25.2013294Z [+] Installing: freeze -> freeze
2025-08-20T20:16:25.7977267Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:16:26.2864303Z [+] Installing: gdu -> gdu
2025-08-20T20:16:26.9123965Z [+] Installing: gh -> gh
2025-08-20T20:16:27.6199171Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:16:28.2351780Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:16:28.7777720Z [+] Installing: glab -> glab
2025-08-20T20:16:29.5249712Z [+] Installing: glow -> glow
2025-08-20T20:16:30.0955690Z [+] Installing: httpx -> httpx
2025-08-20T20:16:30.8547893Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:16:31.4674893Z [+] Installing: husarnet -> husarnet
2025-08-20T20:16:31.9479718Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:31.9515791Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:16:31.9516173Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:16:32.0791628Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:32.0827920Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:16:32.0828444Z [+] Installing: imgcat -> imgcat
2025-08-20T20:16:32.3044825Z [+] Installing: jc -> jc
2025-08-20T20:16:32.8797013Z [+] Installing: jq -> jq
2025-08-20T20:16:33.4698140Z [+] Installing: logdy -> logdy
2025-08-20T20:16:34.0569907Z [+] Installing: micro -> micro
2025-08-20T20:16:34.6398102Z [+] Installing: miniserve -> miniserve
2025-08-20T20:16:35.1990619Z [+] Installing: minisign -> minisign
2025-08-20T20:16:35.7182460Z [+] Installing: ncdu -> ncdu
2025-08-20T20:16:36.2255847Z [+] Installing: notify -> notify
2025-08-20T20:16:36.8521638Z [+] Installing: ouch -> ouch
2025-08-20T20:16:37.4030792Z [+] Installing: oras -> oras
2025-08-20T20:16:37.9872483Z [+] Installing: pipetty -> pipetty
2025-08-20T20:16:38.4477695Z [+] Installing: pixterm -> pixterm
2025-08-20T20:16:39.0084171Z [+] Installing: qsv -> qsv
2025-08-20T20:16:39.5960561Z [+] Installing: rclone -> rclone
2025-08-20T20:16:40.3209797Z [+] Installing: ripgrep -> rg
2025-08-20T20:16:40.5074554Z [+] Installing: rga -> rga
2025-08-20T20:16:40.7495658Z [+] Installing: rsync -> rsync
2025-08-20T20:16:41.2812747Z [+] Installing: script -> script
2025-08-20T20:16:41.7467239Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:16:42.4679124Z [+] Installing: soar -> soar
2025-08-20T20:16:43.0398098Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:16:44.9473702Z [+] Installing: sstrip -> sstrip
2025-08-20T20:16:45.0942990Z [+] Installing: strace -> strace
2025-08-20T20:16:45.6627026Z [+] Installing: sttr -> sttr
2025-08-20T20:16:46.4056708Z [+] Installing: tailscale -> tailscale
2025-08-20T20:16:46.9778350Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:16:47.2867886Z [+] Installing: taplo -> taplo
2025-08-20T20:16:47.8539347Z [+] Installing: tldr -> tldr
2025-08-20T20:16:48.3973246Z [+] Installing: tldr -> tealdeer
2025-08-20T20:16:48.9584631Z [+] Installing: tmux -> tmux
2025-08-20T20:16:49.4782694Z [+] Installing: tok -> tok
2025-08-20T20:16:50.3163542Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:16:50.9195194Z [+] Installing: trurl -> trurl
2025-08-20T20:16:51.4780132Z [+] Installing: tss -> tss
2025-08-20T20:16:51.9630383Z [+] Installing: ulexec -> ulexec
2025-08-20T20:16:52.5171387Z [+] Installing: unfurl -> unfurl
2025-08-20T20:16:52.7612837Z [+] Installing: upx -> upx
2025-08-20T20:16:53.3729923Z [+] Installing: validtoml -> validtoml
2025-08-20T20:16:53.6203856Z [+] Installing: wget -> wget
2025-08-20T20:16:54.1570303Z [+] Installing: wget2 -> wget2
2025-08-20T20:16:54.6828445Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:16:55.2362068Z [+] Installing: xq -> xq
2025-08-20T20:16:55.7988018Z [+] Installing: xz -> xz
2025-08-20T20:16:56.2905495Z [+] Installing: unxz -> unxz
2025-08-20T20:16:56.7957093Z [+] Installing: yq -> yq
2025-08-20T20:16:57.4300011Z [+] Installing: yj -> yj
2025-08-20T20:16:57.9622027Z [+] Installing: zapper -> zapper
2025-08-20T20:16:58.4391565Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:16:58.8958321Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:16:59.3505881Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:59.3542718Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:16:59.3543239Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:16:59.7906678Z curl: (22) The requested URL returned error: 404
2025-08-20T20:16:59.7941466Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:16:59.7942301Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:17:00.2282393Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:00.2317782Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:17:00.2318156Z [+] Installing: zstd -> zstd
2025-08-20T20:17:00.7429408Z [+] Creating symlinks...
2025-08-20T20:17:00.7507060Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:17:00.7592181Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:17:00.7677392Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:17:00.7763702Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:17:00.7852268Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:17:00.7942094Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:17:00.8027007Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:17:00.8112234Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:17:00.8198445Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:17:00.8286060Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:17:00.8373251Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:17:00.8459193Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:17:00.8544785Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:17:00.8628567Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:17:00.8713070Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:17:00.8798291Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:17:00.8885239Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:17:00.8920230Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:17:00.8997332Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:17:00.9083036Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:17:00.9170183Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:17:00.9205472Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:17:00.9283231Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:17:00.9367627Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:17:00.9451956Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:17:00.9536348Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:17:00.9619740Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:17:00.9705112Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:17:00.9789288Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:17:00.9871776Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:17:00.9950178Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:17:01.0029919Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:17:01.0113607Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:17:01.0232553Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:17:01.0337715Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:17:01.0427719Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:17:01.0515194Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:17:01.0601994Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:17:01.0691362Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:17:01.0779043Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:17:01.0868666Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:17:01.0957850Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:17:01.1048055Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:17:01.1140354Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:17:01.1178344Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:17:01.1205287Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:17:01.1285971Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:17:01.1375824Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:17:01.1465911Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:17:01.1555944Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:17:01.1645290Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:17:01.1732909Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:17:01.1819442Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:17:01.1907928Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:17:01.1998162Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:17:01.2086742Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:17:01.2174334Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:17:01.2262892Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:17:01.2349537Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:17:01.2435254Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:17:01.2530905Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:17:01.2637344Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:17:01.2739405Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:17:01.2826762Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:17:01.2913028Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:17:01.2999755Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:17:01.3084895Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:17:01.3177275Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:17:01.3267237Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:17:01.3355032Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:17:01.3439017Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:17:01.3524990Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:17:01.3611650Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:17:01.3697754Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:17:01.3779832Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:17:01.3864897Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:17:01.3950728Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:17:01.4036460Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:17:01.4121349Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:17:01.4204968Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:17:01.4287647Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:17:01.4371366Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:17:01.4455478Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:17:01.4538075Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:17:01.4619767Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:17:01.4701566Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:17:01.4784208Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:17:01.4869012Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:17:01.4953182Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:17:01.5037468Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:17:01.5122466Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:17:01.5206006Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:17:01.5290280Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:17:01.5372596Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:17:01.5459024Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:17:01.5493327Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:17:01.5518564Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:17:01.5542582Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:17:01.5617892Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:17:01.5642721Z 
2025-08-20T20:17:01.5643378Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:17:01.5643747Z 
2025-08-20T20:17:01.5769701Z 
2025-08-20T20:17:01.5856816Z 
2025-08-20T20:17:01.5857477Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:17:01.5857717Z 
2025-08-20T20:17:01.5857801Z [+] Installation completed!
2025-08-20T20:17:01.5937868Z 
2025-08-20T20:17:01.9324917Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:17:01.9325189Z github.com
2025-08-20T20:17:01.9325775Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:17:01.9326073Z   - Active account: true
2025-08-20T20:17:01.9326277Z   - Git operations protocol: https
2025-08-20T20:17:01.9326523Z   - Token: ghp_************************************
2025-08-20T20:17:01.9327147Z   - 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:17:01.9327784Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:17:01.9328578Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:17:02.1006279Z Limit: 5000, Remaining: 4291, Reset: 2025-08-20 20:25:34 +0000 UTC (8m32s)
2025-08-20T20:17:02.1016766Z 
2025-08-20T20:17:02.1017004Z [+] GHCR_TOKEN is Exported
2025-08-20T20:17:02.1048515Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:17:02.3291449Z Login Succeeded
2025-08-20T20:17:02.3302306Z 
2025-08-20T20:17:02.3302434Z [+] GITLAB is Exported
2025-08-20T20:17:02.4765399Z [git remote -v]
2025-08-20T20:17:02.7664604Z gitlab.com
2025-08-20T20:17:02.7665190Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:17:02.7667454Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:17:02.7667986Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:17:02.7668379Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:17:02.7668729Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:17:02.7669077Z   ✓ Token found: **************************
2025-08-20T20:17:02.7669259Z 
2025-08-20T20:17:02.7669571Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:17:02.7670390Z [git remote -v]
2025-08-20T20:17:02.7678711Z 2025/08/20 20:17:02 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:17:02.7679197Z git: exit status 128]
2025-08-20T20:17:03.0758442Z 
2025-08-20T20:17:03.0758454Z 
2025-08-20T20:17:03.0759444Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:17:03 PM)
2025-08-20T20:17:03.0759853Z 
2025-08-20T20:17:03.0759881Z 
2025-08-20T20:17:03.0759954Z [+] USER = runner
2025-08-20T20:17:03.0760122Z [+] HOME = /home/runner
2025-08-20T20:17:03.0762423Z [+] 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:17:03.0764661Z 
2025-08-20T20:17:03.1870367Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:17:03.2229262Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:17:03.2589162Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:17:03.3004942Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:17:03.3421509Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:17:03.3837698Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:17:04.3092472Z Reading package lists...
2025-08-20T20:17:04.3395280Z Reading package lists...
2025-08-20T20:17:04.5699773Z Building dependency tree...
2025-08-20T20:17:04.5707738Z Reading state information...
2025-08-20T20:17:04.8524117Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:17:04.8524597Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:17:04.8525116Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:04.8525493Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:17:04.8525877Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:17:04.8526280Z moreutils is already the newest version (0.69-1).
2025-08-20T20:17:04.8526706Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:17:04.8527206Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:17:04.9731715Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:04.9732329Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:17:04.9760712Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:17:05.0216748Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:17:05.0605466Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:17:05.0992951Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:17:05.1381170Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:17:06.0920780Z Reading package lists...
2025-08-20T20:17:06.1232435Z Reading package lists...
2025-08-20T20:17:06.3601742Z Building dependency tree...
2025-08-20T20:17:06.3611987Z Reading state information...
2025-08-20T20:17:06.6366736Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:17:06.6367272Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:06.6367658Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:17:06.6368464Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:06.6368867Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:06.6369287Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:17:06.6369715Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:17:06.6370066Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:17:06.6370424Z gawk set to manually installed.
2025-08-20T20:17:06.6370739Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:17:06.6371403Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:06.6371840Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:06.6372193Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:17:06.6372594Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:17:06.6373069Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:17:06.6373453Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:17:06.6373854Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:06.6374210Z The following additional packages will be installed:
2025-08-20T20:17:06.6374648Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:17:06.6375149Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:17:06.6375651Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:17:06.6376143Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:17:06.6376692Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:17:06.6377136Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:17:06.6385703Z Suggested packages:
2025-08-20T20:17:06.6386254Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:17:06.6386735Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:17:06.6387225Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:17:06.6387659Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:17:06.6388036Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:17:06.6388401Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:17:06.6388753Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:17:06.6616207Z The following NEW packages will be installed:
2025-08-20T20:17:06.6616817Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:17:06.6617664Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:17:06.6618353Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:17:06.6619179Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:17:06.6619729Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:17:06.6623975Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:17:06.6627117Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:17:07.0311633Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:07.0312003Z Need to get 27.2 MB of archives.
2025-08-20T20:17:07.0312295Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:17:07.0312836Z 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:17:07.8753975Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:17:08.3876150Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:17:08.5923081Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:17:08.6931845Z 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:17:08.7945575Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:17:09.0069511Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:17:09.2147921Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:17:09.5158245Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:17:09.6196220Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:17:10.6724715Z 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:17:10.8859853Z 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:17:11.5720406Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:17:11.6859583Z 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:17:11.7932894Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:17:11.9081199Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:17:12.0151640Z 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:17:12.6009476Z 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:17:12.7068398Z 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:17:12.8169699Z 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:17:12.9228993Z 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:17:13.0294287Z 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:17:13.3587699Z 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:17:13.7335395Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:17:14.0497440Z 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:17:14.1641806Z 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:17:14.6168276Z 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:17:14.7294454Z 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:17:14.8418682Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:17:14.9587517Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:17:15.0671407Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:17:15.1815784Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:17:15.2961216Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:17:16.0505751Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:17:16.6724605Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:17:17.0067934Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:17:17.2573151Z Preconfiguring packages ...
2025-08-20T20:17:17.6240549Z Fetched 27.2 MB in 10s (2631 kB/s)
2025-08-20T20:17:17.6686118Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:17:17.6717468Z (Reading database ... 
2025-08-20T20:17:17.6717692Z (Reading database ... 5%
2025-08-20T20:17:17.6717897Z (Reading database ... 10%
2025-08-20T20:17:17.6718102Z (Reading database ... 15%
2025-08-20T20:17:17.6718296Z (Reading database ... 20%
2025-08-20T20:17:17.6718519Z (Reading database ... 25%
2025-08-20T20:17:17.6718716Z (Reading database ... 30%
2025-08-20T20:17:17.6718907Z (Reading database ... 35%
2025-08-20T20:17:17.6719113Z (Reading database ... 40%
2025-08-20T20:17:17.6719305Z (Reading database ... 45%
2025-08-20T20:17:17.6719501Z (Reading database ... 50%
2025-08-20T20:17:17.6741950Z (Reading database ... 55%
2025-08-20T20:17:17.6827112Z (Reading database ... 60%
2025-08-20T20:17:17.6866293Z (Reading database ... 65%
2025-08-20T20:17:17.6880245Z (Reading database ... 70%
2025-08-20T20:17:17.6900641Z (Reading database ... 75%
2025-08-20T20:17:17.6931828Z (Reading database ... 80%
2025-08-20T20:17:17.7094602Z (Reading database ... 85%
2025-08-20T20:17:17.7112318Z (Reading database ... 90%
2025-08-20T20:17:17.7202016Z (Reading database ... 95%
2025-08-20T20:17:17.7202229Z (Reading database ... 100%
2025-08-20T20:17:17.7202514Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:17:17.7233744Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:17:17.7466195Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:17:17.9020826Z Selecting previously unselected package poppler-data.
2025-08-20T20:17:17.9174083Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:17:17.9228540Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:17:18.0439685Z Selecting previously unselected package b3sum.
2025-08-20T20:17:18.0589646Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:17:18.0650229Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:17:18.1268505Z Selecting previously unselected package build-essential.
2025-08-20T20:17:18.1451255Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:17:18.1523372Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:17:18.2140928Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:17:18.2321227Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:17:18.2439382Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:17:18.3087769Z Selecting previously unselected package ccache.
2025-08-20T20:17:18.3265987Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:17:18.3323373Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:17:18.4067251Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:17:18.4246419Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:17:18.4304669Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:17:18.4875930Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:17:18.5042414Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:17:18.5116813Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:17:18.5717928Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:17:18.5865885Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:17:18.5924696Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:17:18.6662671Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:17:18.6816614Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:17:18.7421336Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:17:18.8611418Z Selecting previously unselected package libgs-common.
2025-08-20T20:17:18.8789826Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:17:18.8867267Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:18.9388385Z Selecting previously unselected package libgs10-common.
2025-08-20T20:17:18.9567692Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:17:18.9622674Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:19.0358900Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:17:19.0572614Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:17:19.0637815Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:17:19.1187892Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:17:19.1339371Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:17:19.1398635Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:17:19.1958967Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:17:19.2109401Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:17:19.2166624Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:17:19.2826558Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:17:19.2984658Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:17:19.3044363Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:17:19.3625190Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:17:19.3809065Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:17:19.3865419Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:19.5957737Z Selecting previously unselected package ghostscript.
2025-08-20T20:17:19.6136082Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:17:19.6193874Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:19.6782198Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:17:19.6932998Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:19.6991281Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:19.8297955Z Selecting previously unselected package imagemagick.
2025-08-20T20:17:19.8448285Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:19.8511237Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:19.9007302Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:17:19.9167169Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:17:19.9223514Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:19.9779764Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:17:19.9967207Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:17:20.0022374Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:20.0706909Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:17:20.0885049Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:17:20.0956801Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:17:20.1583237Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:17:20.1759410Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:17:20.1833025Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:20.2386309Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:17:20.2557084Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:17:20.2612218Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:20.3170188Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:17:20.3320022Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:17:20.3373851Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:17:20.4254113Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:17:20.4411791Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:17:20.4489605Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:17:20.4977269Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:17:20.5131183Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:20.5185941Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:20.5786646Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:17:20.6017663Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:17:20.6080449Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:17:20.6588308Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:17:20.6768470Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:17:20.6821899Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:17:20.7661186Z Selecting previously unselected package libtool-bin.
2025-08-20T20:17:20.7887599Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:17:20.7942361Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:17:20.8518832Z Selecting previously unselected package lzip.
2025-08-20T20:17:20.8691920Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:17:20.8747450Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:17:20.9331521Z Selecting previously unselected package netpbm.
2025-08-20T20:17:20.9492530Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:17:20.9568090Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:17:21.2470818Z Selecting previously unselected package musl:arm64.
2025-08-20T20:17:21.2659257Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:17:21.2719199Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:17:21.3329000Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:17:21.3510220Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:17:21.3575260Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:17:21.4384993Z Selecting previously unselected package musl-tools.
2025-08-20T20:17:21.4570659Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:17:21.4625551Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:17:21.5369384Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:17:21.6770842Z 
2025-08-20T20:17:21.6771442Z Creating config file /etc/papersize with new version
2025-08-20T20:17:21.7614624Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:17:21.7772059Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:17:21.7991876Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:17:21.8170525Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:17:21.8338780Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:21.8498756Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:17:21.8695175Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:17:21.8867930Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:17:21.9365614Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:21.9533631Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:17:21.9696382Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:17:21.9832108Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:17:21.9903598Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:17:21.9974613Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:17:22.0097063Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:17:22.0264055Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:17:22.0435396Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:17:22.0616123Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:17:22.0792405Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:22.0952753Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:17:22.1026778Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:17:22.1106673Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:17:22.5762831Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:17:22.5960186Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:17:22.6092956Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:17:22.6169897Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:17:22.6900236Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:17:22.7378934Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:17:22.7445923Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:17:22.7522051Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:17:22.7585555Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:17:22.7659084Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:17:22.7724495Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:17:22.7796268Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:17:22.7858472Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:17:22.7929650Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:17:22.7994357Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:17:22.8076053Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:17:22.8140972Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:17:22.8212777Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:17:22.8276912Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:17:22.8377274Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:17:22.8543104Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:17:22.8806320Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:17:22.8957870Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:17:22.9349008Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:22.9514780Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:17:22.9684918Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:22.9832939Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:17:22.9961790Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:17:23.0103303Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:23.0276562Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:17:23.0478704Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:17:23.0660610Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:17:23.0821677Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:23.0996662Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:23.1180985Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:17:23.3086603Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:17:23.3283367Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:23.3473670Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:23.3648592Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:23.3869611Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:17:23.4709546Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:17:23.7967263Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:17:24.7133797Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:24.7415569Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:27.4122341Z Reading package lists...
2025-08-20T20:17:27.6450775Z Building dependency tree...
2025-08-20T20:17:27.6457094Z Reading state information...
2025-08-20T20:17:27.9043016Z autoconf is already the newest version (2.71-3).
2025-08-20T20:17:27.9043461Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:27.9043808Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:27.9044132Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:17:27.9044500Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:17:27.9044842Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:27.9045151Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:17:27.9045441Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:17:27.9045742Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:27.9046044Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:27.9046793Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:17:27.9047170Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:17:27.9047437Z patch set to manually installed.
2025-08-20T20:17:27.9047708Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:17:27.9048028Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:17:27.9048329Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:17:27.9048619Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:27.9048879Z Suggested packages:
2025-08-20T20:17:27.9049043Z   scons-doc
2025-08-20T20:17:27.9204992Z The following NEW packages will be installed:
2025-08-20T20:17:27.9213462Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:17:28.2001807Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:28.2002156Z Need to get 17.8 MB of archives.
2025-08-20T20:17:28.2002454Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:17:28.2002998Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:17:28.8801372Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:17:28.9890201Z 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:30.0222849Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:17:30.2402809Z 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:30.5046991Z Fetched 17.8 MB in 2s (7708 kB/s)
2025-08-20T20:17:30.5288150Z Selecting previously unselected package autopoint.
2025-08-20T20:17:30.5321211Z (Reading database ... 
2025-08-20T20:17:30.5321467Z (Reading database ... 5%
2025-08-20T20:17:30.5321671Z (Reading database ... 10%
2025-08-20T20:17:30.5321863Z (Reading database ... 15%
2025-08-20T20:17:30.5322088Z (Reading database ... 20%
2025-08-20T20:17:30.5322281Z (Reading database ... 25%
2025-08-20T20:17:30.5322471Z (Reading database ... 30%
2025-08-20T20:17:30.5322673Z (Reading database ... 35%
2025-08-20T20:17:30.5323565Z (Reading database ... 40%
2025-08-20T20:17:30.5323771Z (Reading database ... 45%
2025-08-20T20:17:30.5323961Z (Reading database ... 50%
2025-08-20T20:17:30.5345121Z (Reading database ... 55%
2025-08-20T20:17:30.5434129Z (Reading database ... 60%
2025-08-20T20:17:30.5475912Z (Reading database ... 65%
2025-08-20T20:17:30.5489817Z (Reading database ... 70%
2025-08-20T20:17:30.5511272Z (Reading database ... 75%
2025-08-20T20:17:30.5643287Z (Reading database ... 80%
2025-08-20T20:17:30.5718045Z (Reading database ... 85%
2025-08-20T20:17:30.5743704Z (Reading database ... 90%
2025-08-20T20:17:30.5837651Z (Reading database ... 95%
2025-08-20T20:17:30.5837860Z (Reading database ... 100%
2025-08-20T20:17:30.5838146Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:17:30.5874345Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:17:30.5929221Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:17:30.6515195Z Selecting previously unselected package clang.
2025-08-20T20:17:30.6687007Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:17:30.6741013Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:17:30.7812613Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:17:30.7975284Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:17:30.8328488Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:17:31.8327941Z Selecting previously unselected package scons.
2025-08-20T20:17:31.8506117Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:17:31.8560931Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:17:31.9387472Z Selecting previously unselected package byacc.
2025-08-20T20:17:31.9560184Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:17:31.9614815Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:17:32.0299093Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:17:32.0491546Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:17:32.0730190Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:17:32.1133142Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:17:32.4853477Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:17:32.5003463Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:33.7177592Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:17:34.9439256Z Reading package lists...
2025-08-20T20:17:35.1758411Z Building dependency tree...
2025-08-20T20:17:35.1766254Z Reading state information...
2025-08-20T20:17:35.4435925Z The following additional packages will be installed:
2025-08-20T20:17:35.4436318Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:17:35.4436687Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:17:35.4437074Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:17:35.4438032Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:17:35.4438474Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:17:35.4438894Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:17:35.4439336Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:17:35.4439748Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:17:35.4441476Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:17:35.4452563Z Suggested packages:
2025-08-20T20:17:35.4452873Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:17:35.4453255Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:17:35.4453683Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:17:35.4454248Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:17:35.4454649Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:17:35.4455053Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:17:35.4455507Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:17:35.4455976Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:17:35.4456330Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:17:35.4456537Z Recommended packages:
2025-08-20T20:17:35.4456812Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:17:35.4457233Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:17:35.4457625Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:17:35.4457979Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:17:35.4458307Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:17:35.4650598Z The following NEW packages will be installed:
2025-08-20T20:17:35.4651479Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:17:35.4651885Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:17:35.4652274Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:17:35.4652750Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:17:35.4653189Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:17:35.4653615Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:17:35.4654058Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:17:35.4655771Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:17:35.4659664Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:17:35.6160896Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:35.6161456Z Need to get 2409 kB of archives.
2025-08-20T20:17:35.6161771Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:17:35.6162282Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:17:35.6553617Z 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:35.7023349Z 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:35.7869975Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:17:35.8278080Z 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:35.8721455Z 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:35.9237597Z 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:35.9665737Z 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:36.0097435Z 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:36.0528063Z 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:36.0979152Z 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:36.1421755Z 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:36.1839035Z 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:36.2282303Z 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:36.2747318Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:17:36.3321637Z 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:36.3749938Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:17:36.5712420Z 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:36.6118921Z 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:36.6520632Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:17:36.6912204Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:17:36.7709877Z 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:36.8181260Z 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:36.8575901Z 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:36.8966627Z 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:36.9363182Z 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:36.9754392Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:17:37.0196176Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:17:37.0610774Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:17:37.1008855Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:17:37.4185455Z Fetched 2409 kB in 2s (1440 kB/s)
2025-08-20T20:17:37.4448563Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:17:37.4482889Z (Reading database ... 
2025-08-20T20:17:37.4483102Z (Reading database ... 5%
2025-08-20T20:17:37.4483324Z (Reading database ... 10%
2025-08-20T20:17:37.4483517Z (Reading database ... 15%
2025-08-20T20:17:37.4483714Z (Reading database ... 20%
2025-08-20T20:17:37.4483906Z (Reading database ... 25%
2025-08-20T20:17:37.4484096Z (Reading database ... 30%
2025-08-20T20:17:37.4484284Z (Reading database ... 35%
2025-08-20T20:17:37.4485072Z (Reading database ... 40%
2025-08-20T20:17:37.4485307Z (Reading database ... 45%
2025-08-20T20:17:37.4485502Z (Reading database ... 50%
2025-08-20T20:17:37.4505493Z (Reading database ... 55%
2025-08-20T20:17:37.4592074Z (Reading database ... 60%
2025-08-20T20:17:37.4632677Z (Reading database ... 65%
2025-08-20T20:17:37.4646973Z (Reading database ... 70%
2025-08-20T20:17:37.4668171Z (Reading database ... 75%
2025-08-20T20:17:37.4798862Z (Reading database ... 80%
2025-08-20T20:17:37.4876525Z (Reading database ... 85%
2025-08-20T20:17:37.4902838Z (Reading database ... 90%
2025-08-20T20:17:37.4999353Z (Reading database ... 95%
2025-08-20T20:17:37.4999583Z (Reading database ... 100%
2025-08-20T20:17:37.4999880Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:17:37.5037291Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:17:37.7390718Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:17:37.7919758Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:17:37.8102333Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:17:37.8157759Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:17:37.8626829Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:17:37.8804298Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:17:37.8856151Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:17:37.9343695Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:17:37.9516399Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:17:37.9571318Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:17:38.0896500Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:17:38.1053016Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:17:38.1103174Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:17:38.1560409Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:17:38.1734263Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:17:38.1792351Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:17:38.2254806Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:17:38.2406699Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:17:38.2461194Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:17:38.2921780Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:17:38.3105293Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:17:38.3160535Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:17:38.3611785Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:17:38.3788310Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:17:38.3857043Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:17:38.4366126Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:17:38.4543610Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:17:38.4598442Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:17:38.5065531Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:17:38.5245662Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:17:38.5296796Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:17:38.5817801Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:17:38.5993063Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:17:38.6048826Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:17:38.6500198Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:17:38.6669843Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:17:38.6724062Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:17:38.7209314Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:17:38.7355746Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:17:38.7407361Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:17:38.7982779Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:17:38.8133886Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:17:38.8187324Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:17:38.8644064Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:17:38.8794619Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:17:38.8872228Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:17:38.9327154Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:17:38.9506108Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:17:38.9560378Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:17:39.0050869Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:17:39.0236703Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:17:39.0297833Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:17:39.0757345Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:17:39.0936179Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:17:39.1000439Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:17:39.1438414Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:17:39.1609637Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:17:39.1670639Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:17:39.2245730Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:17:39.2420635Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:17:39.2476576Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:17:39.3081160Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:17:39.3234556Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:17:39.3293296Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:17:39.3821593Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:17:39.3972958Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:17:39.4026296Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:17:39.4453473Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:17:39.4603979Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:17:39.4656443Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:17:39.5097945Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:17:39.5278186Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:17:39.5330394Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:17:39.5821126Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:17:39.5999032Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:17:39.6051464Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:17:39.6505375Z Selecting previously unselected package libwww-perl.
2025-08-20T20:17:39.6686060Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:17:39.6738768Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:17:39.7223317Z Selecting previously unselected package patchutils.
2025-08-20T20:17:39.7400825Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:17:39.7456683Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:17:39.7995550Z Selecting previously unselected package wdiff.
2025-08-20T20:17:39.8176190Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:17:39.8236750Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:17:39.8923970Z Selecting previously unselected package devscripts.
2025-08-20T20:17:39.9091166Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:17:39.9306087Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:17:40.1092700Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:17:40.1263447Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:17:40.1429771Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:17:40.1589326Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:17:40.1761573Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:17:40.1919263Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:17:40.2081853Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:17:40.2235117Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:17:40.2391867Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:17:40.2548580Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:17:40.2714381Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:17:40.2871416Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:17:40.3030687Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:17:40.3182105Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:17:40.3332024Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:17:40.3501285Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:17:40.3648896Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:17:40.3801427Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:17:40.3961361Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:17:40.4109598Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:17:40.4297409Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:17:40.4440069Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:17:40.4588381Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:17:40.4737478Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:17:40.4890383Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:17:40.5051276Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:17:40.5212478Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:17:40.5369083Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:17:40.5537269Z Setting up devscripts (2.23.7) ...
2025-08-20T20:17:40.6812943Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:17:40.6984088Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:42.4955521Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:17:43.8273735Z Reading package lists...
2025-08-20T20:17:44.0618015Z Building dependency tree...
2025-08-20T20:17:44.0624873Z Reading state information...
2025-08-20T20:17:44.3177772Z The following additional packages will be installed:
2025-08-20T20:17:44.3183935Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:17:44.3192703Z Suggested packages:
2025-08-20T20:17:44.3193273Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:17:44.3348890Z The following NEW packages will be installed:
2025-08-20T20:17:44.3357217Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:17:44.4384355Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:44.4384729Z Need to get 12.7 MB of archives.
2025-08-20T20:17:44.4385025Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:17:44.4385534Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:17:44.5931764Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:17:44.6896297Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:17:44.8983639Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:17:45.2904735Z Fetched 12.7 MB in 1s (18.6 MB/s)
2025-08-20T20:17:45.3250189Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:17:45.3285422Z (Reading database ... 
2025-08-20T20:17:45.3286003Z (Reading database ... 5%
2025-08-20T20:17:45.3286205Z (Reading database ... 10%
2025-08-20T20:17:45.3286401Z (Reading database ... 15%
2025-08-20T20:17:45.3286593Z (Reading database ... 20%
2025-08-20T20:17:45.3286787Z (Reading database ... 25%
2025-08-20T20:17:45.3286974Z (Reading database ... 30%
2025-08-20T20:17:45.3287169Z (Reading database ... 35%
2025-08-20T20:17:45.3287359Z (Reading database ... 40%
2025-08-20T20:17:45.3287553Z (Reading database ... 45%
2025-08-20T20:17:45.3287742Z (Reading database ... 50%
2025-08-20T20:17:45.3309207Z (Reading database ... 55%
2025-08-20T20:17:45.3397410Z (Reading database ... 60%
2025-08-20T20:17:45.3439255Z (Reading database ... 65%
2025-08-20T20:17:45.3454150Z (Reading database ... 70%
2025-08-20T20:17:45.3478545Z (Reading database ... 75%
2025-08-20T20:17:45.3607320Z (Reading database ... 80%
2025-08-20T20:17:45.3683356Z (Reading database ... 85%
2025-08-20T20:17:45.3742115Z (Reading database ... 90%
2025-08-20T20:17:45.3808014Z (Reading database ... 95%
2025-08-20T20:17:45.3808280Z (Reading database ... 100%
2025-08-20T20:17:45.3808569Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:17:45.3845918Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:17:45.3972976Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:17:45.4565052Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:17:45.4742426Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:17:45.4799287Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:17:45.5430218Z Selecting previously unselected package cmake-data.
2025-08-20T20:17:45.5585996Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:17:45.5693327Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:17:46.5775508Z Selecting previously unselected package cmake.
2025-08-20T20:17:46.5972397Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:17:46.6026516Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:17:46.8571614Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:17:46.8739258Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:17:46.8887345Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:17:46.9108730Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:17:46.9282191Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:17:48.3099289Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:17:49.6037770Z Reading package lists...
2025-08-20T20:17:49.8206502Z Building dependency tree...
2025-08-20T20:17:49.8215373Z Reading state information...
2025-08-20T20:17:50.0883866Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:17:50.0884307Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:50.0885082Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:17:50.0885427Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:50.0885745Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:17:50.0886061Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:17:50.0886434Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:50.0886865Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:17:50.0887158Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:17:50.0887459Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:17:50.0887747Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:17:50.0888025Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:17:50.0888358Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:17:50.0888707Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:17:50.0889018Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:50.0889322Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:50.0889631Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:17:50.0890188Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:17:50.0890461Z musl is already the newest version (1.2.4-2).
2025-08-20T20:17:50.0890730Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:17:50.0891015Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:17:50.0891502Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:17:50.0891844Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:17:50.0892221Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:17:50.0892520Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:50.0892851Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:50.1083264Z Reading package lists...
2025-08-20T20:17:50.3424378Z Building dependency tree...
2025-08-20T20:17:50.3431308Z Reading state information...
2025-08-20T20:17:50.6369366Z autoconf is already the newest version (2.71-3).
2025-08-20T20:17:50.6369794Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:50.6370154Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:17:50.6370494Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:50.6370816Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:17:50.6371386Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:17:50.6371730Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:17:50.6372040Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:50.6372348Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:17:50.6372640Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:17:50.6372938Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:17:50.6373241Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:50.6373545Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:50.6373860Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:17:50.6374166Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:17:50.6374474Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:17:50.6374794Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:17:50.6375154Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:17:50.6375498Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:17:50.6375787Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:17:50.6376082Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:50.6376405Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:50.6574033Z Reading package lists...
2025-08-20T20:17:50.9021212Z Building dependency tree...
2025-08-20T20:17:50.9028960Z Reading state information...
2025-08-20T20:17:51.1942567Z devscripts is already the newest version (2.23.7).
2025-08-20T20:17:51.1942965Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:51.2138771Z Reading package lists...
2025-08-20T20:17:51.4562257Z Building dependency tree...
2025-08-20T20:17:51.4569972Z Reading state information...
2025-08-20T20:17:51.7400596Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:17:51.7401013Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:51.7595699Z Reading package lists...
2025-08-20T20:17:51.9747113Z Building dependency tree...
2025-08-20T20:17:51.9753315Z Reading state information...
2025-08-20T20:17:52.2364358Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:52.2364800Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:17:52.2790168Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:52.3243972Z Reading package lists...
2025-08-20T20:17:52.5568919Z Building dependency tree...
2025-08-20T20:17:52.5576619Z Reading state information...
2025-08-20T20:17:52.8158310Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:17:52.8158739Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:17:52.8159081Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:17:52.8159442Z The following additional packages will be installed:
2025-08-20T20:17:52.8159765Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:17:52.8160160Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:17:52.8160603Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:17:52.8160992Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:17:52.8161702Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:17:52.8162133Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:17:52.8162553Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:17:52.8162957Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:17:52.8163328Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:17:52.8163714Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:17:52.8164126Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:17:52.8164469Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:17:52.8164836Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:17:52.8165272Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:17:52.8165610Z   linux-libc-dev-armhf-cross
2025-08-20T20:17:52.8175728Z Suggested packages:
2025-08-20T20:17:52.8176063Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:17:52.8176448Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:17:52.8513587Z The following NEW packages will be installed:
2025-08-20T20:17:52.8513966Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:17:52.8514370Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:17:52.8514822Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:17:52.8515255Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:17:52.8515631Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:17:52.8516020Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:17:52.8516434Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:17:52.8517279Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:17:52.8517688Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:17:52.8518081Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:17:52.8518488Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:17:52.8519280Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:17:52.8519644Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:17:52.8520021Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:17:52.8523685Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:17:52.9617562Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:52.9617920Z Need to get 112 MB of archives.
2025-08-20T20:17:52.9618205Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:17:52.9618906Z 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:53.0842391Z 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:53.4400499Z 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:53.4796023Z 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:53.6059496Z 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:53.6451936Z 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:53.6847780Z 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:53.7448978Z 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:53.7844021Z 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:53.8238872Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:17:53.8694625Z 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:53.9090079Z 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:53.9488044Z 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:53.9881736Z 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:54.0455869Z 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:54.0887162Z 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:54.2143931Z 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:54.2588703Z 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:54.5082495Z 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:54.5592086Z 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:54.6111605Z 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:54.6721799Z 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:54.8120740Z 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:54.8817387Z 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:54.9209287Z 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:54.9604551Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:17:55.0105948Z 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:55.0501718Z 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:55.0900616Z 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:55.1290407Z 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:55.1939288Z 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:55.2382701Z 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:55.2871304Z 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:55.4131367Z 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:55.6241904Z 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:55.6750495Z 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:55.7261711Z 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:55.7869536Z 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:55.9272691Z 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:55.9664697Z 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:56.0054571Z 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:56.0445016Z 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:56.3390597Z Fetched 112 MB in 3s (35.3 MB/s)
2025-08-20T20:17:56.3810630Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:17:56.3844888Z (Reading database ... 
2025-08-20T20:17:56.3845105Z (Reading database ... 5%
2025-08-20T20:17:56.3845304Z (Reading database ... 10%
2025-08-20T20:17:56.3845500Z (Reading database ... 15%
2025-08-20T20:17:56.3845689Z (Reading database ... 20%
2025-08-20T20:17:56.3846268Z (Reading database ... 25%
2025-08-20T20:17:56.3848504Z (Reading database ... 30%
2025-08-20T20:17:56.3848755Z (Reading database ... 35%
2025-08-20T20:17:56.3848973Z (Reading database ... 40%
2025-08-20T20:17:56.3849168Z (Reading database ... 45%
2025-08-20T20:17:56.3849356Z (Reading database ... 50%
2025-08-20T20:17:56.3868762Z (Reading database ... 55%
2025-08-20T20:17:56.3954939Z (Reading database ... 60%
2025-08-20T20:17:56.3995495Z (Reading database ... 65%
2025-08-20T20:17:56.4009836Z (Reading database ... 70%
2025-08-20T20:17:56.4034715Z (Reading database ... 75%
2025-08-20T20:17:56.4161983Z (Reading database ... 80%
2025-08-20T20:17:56.4232515Z (Reading database ... 85%
2025-08-20T20:17:56.4287864Z (Reading database ... 90%
2025-08-20T20:17:56.4359174Z (Reading database ... 95%
2025-08-20T20:17:56.4359478Z (Reading database ... 100%
2025-08-20T20:17:56.4359769Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:17:56.4395667Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:56.4452811Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:56.4923608Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:17:56.5101573Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:56.5182248Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:56.7876504Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:17:56.8064425Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:56.8124439Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:56.8614344Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:17:56.8798317Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:56.8877178Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.1751750Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:17:57.1913788Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:17:57.1979339Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:17:57.2457992Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:17:57.2614804Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:17:57.2671376Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:17:57.3184584Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:17:57.3351644Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:17:57.3463944Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:17:57.4886760Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:17:57.5075262Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.5129503Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.5576961Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:17:57.5762118Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.5820227Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.6313271Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:17:57.6494245Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:57.6571673Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:57.7229984Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:17:57.7403429Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.7461876Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.7985473Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:17:57.8142758Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.8220153Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.8775536Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:17:57.8975306Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.9043237Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:57.9561447Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:17:57.9718309Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:57.9782603Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:58.0758205Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:17:58.0993925Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:58.1051908Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:58.1656255Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:17:58.1838754Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:58.1900047Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:17:58.2565810Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:17:58.2815579Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:58.2869922Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:58.3764732Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:17:58.3919486Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:58.3996608Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:58.8310470Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:17:58.8493536Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:17:58.8546824Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:17:59.1439328Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:17:59.1602762Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:17:59.1658633Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:17:59.3542719Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:17:59.3733115Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:17:59.3804474Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:59.6789439Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:17:59.6952632Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:17:59.7038772Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:17:59.9740080Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:17:59.9933205Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:17:59.9987079Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:18:00.1296343Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:18:00.1477157Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.1539628Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.1986504Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:18:00.2168040Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.2230321Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.2774829Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:18:00.2934538Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:00.2997335Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:00.3682398Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:18:00.3841300Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.3903190Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.4437444Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:18:00.4600156Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.4660444Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.5258324Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:18:00.5443514Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.5508534Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.5995833Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:18:00.6186963Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.6257629Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.7991218Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:18:00.8198875Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.8255620Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.8872359Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:18:00.9027584Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.9090905Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:00.9718522Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:18:00.9875756Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:00.9927993Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:01.0758756Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:18:01.0919249Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:01.1011849Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:01.5227617Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:18:01.5385016Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:18:01.5440480Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:01.8419112Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:18:01.8613257Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:01.8669329Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:02.0254840Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:18:02.0442322Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:02.0505305Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:02.3372825Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:18:02.3540640Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:02.3633507Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:02.6764439Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:18:02.6950798Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:18:02.7017055Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:02.7443303Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:18:02.7599881Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:18:02.7657476Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:02.8035834Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:18:02.8195231Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:18:02.8248372Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:02.8694575Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:18:02.8853101Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:18:02.8907218Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:02.9636436Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:18:02.9800991Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:02.9970582Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.0160914Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.0337205Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.0516550Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:03.0701202Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.0908735Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:03.1080309Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:03.1266883Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.1423789Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.1601108Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:03.1764236Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:18:03.1939873Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.2106042Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.2280497Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.2460082Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.2626649Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.2806671Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.3007183Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.3187581Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:03.3382877Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.3552774Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.3720110Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:03.3905090Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.4066422Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.4247988Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.4416391Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:03.4580927Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.4767035Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.4938464Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.5120380Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.5274475Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.5449046Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.5628598Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:03.5884893Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.6371543Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.6531885Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.6716723Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:03.6867551Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:03.7069848Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:03.7241568Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:03.7400899Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:18:03.7474142Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:18:03.7611423Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:05.0957977Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:06.3085972Z Reading package lists...
2025-08-20T20:18:06.5527965Z Building dependency tree...
2025-08-20T20:18:06.5534789Z Reading state information...
2025-08-20T20:18:06.8160119Z The following additional packages will be installed:
2025-08-20T20:18:06.8161455Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:18:06.8165697Z   libpcap0.8-dev
2025-08-20T20:18:06.8446507Z The following NEW packages will be installed:
2025-08-20T20:18:06.8447221Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:18:06.8452802Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:18:06.8649282Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:07.1367914Z Need to get 1640 kB of archives.
2025-08-20T20:18:07.1368293Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:18:07.1368858Z 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:18:07.3527262Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:18:07.4092000Z 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:18:07.4666844Z 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:18:07.5419249Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:18:07.6614591Z 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:18:07.7120662Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:18:07.7540988Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:18:08.0291460Z Fetched 1640 kB in 1s (1869 kB/s)
2025-08-20T20:18:08.0655471Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:18:08.0690506Z (Reading database ... 
2025-08-20T20:18:08.0690737Z (Reading database ... 5%
2025-08-20T20:18:08.0690936Z (Reading database ... 10%
2025-08-20T20:18:08.0691301Z (Reading database ... 15%
2025-08-20T20:18:08.0691513Z (Reading database ... 20%
2025-08-20T20:18:08.0692153Z (Reading database ... 25%
2025-08-20T20:18:08.0692373Z (Reading database ... 30%
2025-08-20T20:18:08.0692565Z (Reading database ... 35%
2025-08-20T20:18:08.0692777Z (Reading database ... 40%
2025-08-20T20:18:08.0693745Z (Reading database ... 45%
2025-08-20T20:18:08.0693988Z (Reading database ... 50%
2025-08-20T20:18:08.0714678Z (Reading database ... 55%
2025-08-20T20:18:08.0807122Z (Reading database ... 60%
2025-08-20T20:18:08.0847950Z (Reading database ... 65%
2025-08-20T20:18:08.0866298Z (Reading database ... 70%
2025-08-20T20:18:08.0894014Z (Reading database ... 75%
2025-08-20T20:18:08.1021439Z (Reading database ... 80%
2025-08-20T20:18:08.1093687Z (Reading database ... 85%
2025-08-20T20:18:08.1156663Z (Reading database ... 90%
2025-08-20T20:18:08.1228511Z (Reading database ... 95%
2025-08-20T20:18:08.1228724Z (Reading database ... 100%
2025-08-20T20:18:08.1229030Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:18:08.1263545Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:18:08.1322775Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:18:08.2253341Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:18:08.2436975Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:18:08.2567107Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:18:08.3087145Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:18:08.3266412Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:18:08.3324202Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:08.3900982Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:18:08.4066822Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:18:08.4129239Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:08.4954519Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:18:08.5233171Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:18:08.5292276Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:18:08.6246960Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:18:08.6440428Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:18:08.6518836Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:08.7068351Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:18:08.7253622Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:18:08.7346739Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:08.7968367Z Selecting previously unselected package pcaputils.
2025-08-20T20:18:08.8157189Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:18:08.8241695Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:18:08.9063934Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:18:08.9233104Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:18:09.0613880Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:09.0769366Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:18:09.1026414Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:18:09.3361594Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:09.3509671Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:18:09.3698113Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:09.3984868Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:11.0028418Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:18:11.0524411Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:11.0701426Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:12.3040531Z Reading package lists...
2025-08-20T20:18:12.5457529Z Building dependency tree...
2025-08-20T20:18:12.5464466Z Reading state information...
2025-08-20T20:18:12.5889824Z Reading package lists...
2025-08-20T20:18:12.8080156Z Building dependency tree...
2025-08-20T20:18:12.8087784Z Reading state information...
2025-08-20T20:18:13.0578083Z The following additional packages will be installed:
2025-08-20T20:18:13.0583024Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:18:13.0590644Z Suggested packages:
2025-08-20T20:18:13.0590954Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:18:13.0591484Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:18:13.0765749Z The following NEW packages will be installed:
2025-08-20T20:18:13.0767001Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:18:13.0772013Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:18:13.1793159Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:13.1793547Z Need to get 801 kB of archives.
2025-08-20T20:18:13.1793844Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:18:13.1794728Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:18:13.2837764Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:18:13.3703287Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:18:13.5147876Z 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:18:13.5597923Z 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:18:13.6023287Z 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:18:13.6560246Z 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:18:13.6979071Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:18:13.7421363Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:18:14.0113141Z Fetched 801 kB in 1s (1219 kB/s)
2025-08-20T20:18:14.0429737Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:18:14.0465833Z (Reading database ... 
2025-08-20T20:18:14.0466403Z (Reading database ... 5%
2025-08-20T20:18:14.0466645Z (Reading database ... 10%
2025-08-20T20:18:14.0466841Z (Reading database ... 15%
2025-08-20T20:18:14.0467040Z (Reading database ... 20%
2025-08-20T20:18:14.0467231Z (Reading database ... 25%
2025-08-20T20:18:14.0467435Z (Reading database ... 30%
2025-08-20T20:18:14.0467624Z (Reading database ... 35%
2025-08-20T20:18:14.0467814Z (Reading database ... 40%
2025-08-20T20:18:14.0468001Z (Reading database ... 45%
2025-08-20T20:18:14.0468226Z (Reading database ... 50%
2025-08-20T20:18:14.0490756Z (Reading database ... 55%
2025-08-20T20:18:14.0586811Z (Reading database ... 60%
2025-08-20T20:18:14.0625644Z (Reading database ... 65%
2025-08-20T20:18:14.0643934Z (Reading database ... 70%
2025-08-20T20:18:14.0673220Z (Reading database ... 75%
2025-08-20T20:18:14.0807012Z (Reading database ... 80%
2025-08-20T20:18:14.0883123Z (Reading database ... 85%
2025-08-20T20:18:14.0951447Z (Reading database ... 90%
2025-08-20T20:18:14.1027403Z (Reading database ... 95%
2025-08-20T20:18:14.1027638Z (Reading database ... 100%
2025-08-20T20:18:14.1027930Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:18:14.1064620Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:18:14.1168762Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:18:14.1645455Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:18:14.1833106Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:18:14.1894219Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:18:14.2457109Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:18:14.2640800Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:18:14.2704435Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:18:14.3904809Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:18:14.4078151Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:18:14.4135110Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:18:14.4609078Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:18:14.4773744Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:18:14.4825833Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:18:14.5305811Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:18:14.5468466Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:18:14.5520838Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:18:14.6016641Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:18:14.6183558Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:18:14.6239147Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:18:14.6762231Z Selecting previously unselected package lzma.
2025-08-20T20:18:14.6955550Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:18:14.7013010Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:18:14.7567793Z Selecting previously unselected package lzma-dev.
2025-08-20T20:18:14.7757420Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:18:14.7812501Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:18:14.8538027Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:18:14.8698518Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:18:14.8857142Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:18:14.9008514Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:18:14.9173923Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:18:14.9322359Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:18:14.9449012Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:18:14.9617141Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:18:14.9773602Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:18:14.9927615Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:18:15.0104346Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:15.0369476Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:16.4005292Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:18:17.8711518Z Reading package lists...
2025-08-20T20:18:18.1342955Z Building dependency tree...
2025-08-20T20:18:18.1352057Z Reading state information...
2025-08-20T20:18:18.4994452Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:18:18.4994936Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:18:18.4995259Z inetutils-telnet set to manually installed.
2025-08-20T20:18:18.4995555Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:18:18.4995878Z The following additional packages will be installed:
2025-08-20T20:18:18.4996141Z   tcpd update-inetd
2025-08-20T20:18:18.5179825Z The following packages will be REMOVED:
2025-08-20T20:18:18.5187628Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:18:18.5189071Z The following NEW packages will be installed:
2025-08-20T20:18:18.5189439Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:18:18.5189829Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:18:18.5197382Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:18:18.7390118Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:18:18.7390499Z Need to get 691 kB of archives.
2025-08-20T20:18:18.7390772Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:18:18.7391461Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:18:19.0701356Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:18:19.1937999Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:18:19.3183694Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:18:19.4644609Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:18:19.6522209Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:18:19.8061398Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:18:19.9489702Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:18:20.0788662Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:18:20.2020084Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:18:20.3458474Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:18:20.6113574Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:18:20.9668490Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:18:21.2506876Z Preconfiguring packages ...
2025-08-20T20:18:21.3652527Z Fetched 691 kB in 2s (278 kB/s)
2025-08-20T20:18:21.3868947Z (Reading database ... 
2025-08-20T20:18:21.3869231Z (Reading database ... 5%
2025-08-20T20:18:21.3869450Z (Reading database ... 10%
2025-08-20T20:18:21.3869645Z (Reading database ... 15%
2025-08-20T20:18:21.3869835Z (Reading database ... 20%
2025-08-20T20:18:21.3870027Z (Reading database ... 25%
2025-08-20T20:18:21.3870219Z (Reading database ... 30%
2025-08-20T20:18:21.3870407Z (Reading database ... 35%
2025-08-20T20:18:21.3870610Z (Reading database ... 40%
2025-08-20T20:18:21.3870801Z (Reading database ... 45%
2025-08-20T20:18:21.3870993Z (Reading database ... 50%
2025-08-20T20:18:21.3892863Z (Reading database ... 55%
2025-08-20T20:18:21.3981139Z (Reading database ... 60%
2025-08-20T20:18:21.4021111Z (Reading database ... 65%
2025-08-20T20:18:21.4039830Z (Reading database ... 70%
2025-08-20T20:18:21.4068552Z (Reading database ... 75%
2025-08-20T20:18:21.4197238Z (Reading database ... 80%
2025-08-20T20:18:21.4274653Z (Reading database ... 85%
2025-08-20T20:18:21.4343007Z (Reading database ... 90%
2025-08-20T20:18:21.4421230Z (Reading database ... 95%
2025-08-20T20:18:21.4421546Z (Reading database ... 100%
2025-08-20T20:18:21.4421833Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:18:21.4462411Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:18:21.5059040Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:18:21.5743447Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:18:21.9332793Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:18:21.9369057Z (Reading database ... 
2025-08-20T20:18:21.9369280Z (Reading database ... 5%
2025-08-20T20:18:21.9369483Z (Reading database ... 10%
2025-08-20T20:18:21.9369676Z (Reading database ... 15%
2025-08-20T20:18:21.9369871Z (Reading database ... 20%
2025-08-20T20:18:21.9370060Z (Reading database ... 25%
2025-08-20T20:18:21.9370263Z (Reading database ... 30%
2025-08-20T20:18:21.9370869Z (Reading database ... 35%
2025-08-20T20:18:21.9371312Z (Reading database ... 40%
2025-08-20T20:18:21.9371547Z (Reading database ... 45%
2025-08-20T20:18:21.9371764Z (Reading database ... 50%
2025-08-20T20:18:21.9394817Z (Reading database ... 55%
2025-08-20T20:18:21.9488450Z (Reading database ... 60%
2025-08-20T20:18:21.9532849Z (Reading database ... 65%
2025-08-20T20:18:21.9550214Z (Reading database ... 70%
2025-08-20T20:18:21.9578335Z (Reading database ... 75%
2025-08-20T20:18:21.9709071Z (Reading database ... 80%
2025-08-20T20:18:21.9789960Z (Reading database ... 85%
2025-08-20T20:18:21.9860451Z (Reading database ... 90%
2025-08-20T20:18:21.9937920Z (Reading database ... 95%
2025-08-20T20:18:21.9938149Z (Reading database ... 100%
2025-08-20T20:18:21.9938446Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:18:21.9978769Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.0061385Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.0578453Z Selecting previously unselected package tcpd.
2025-08-20T20:18:22.0768236Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:18:22.0834013Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:18:22.1404594Z Selecting previously unselected package update-inetd.
2025-08-20T20:18:22.1595955Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:18:22.1699442Z Unpacking update-inetd (4.53) ...
2025-08-20T20:18:22.2515054Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:18:22.2692330Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.2797221Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.3370592Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:18:22.3545610Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.3628578Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.4208936Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:18:22.4377766Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.4439355Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.4982421Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:18:22.5178298Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.5232305Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.5827777Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:18:22.6020168Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.6076874Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.6640152Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:18:22.6834596Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.6897559Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.7456233Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:18:22.7649653Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.7703615Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.8169762Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:18:22.8340948Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:22.8402618Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:18:22.9000476Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:18:22.9171477Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:18:22.9228288Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:18:22.9803148Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:18:22.9979353Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:23.0033057Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.0762429Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:18:23.1005841Z Setting up update-inetd (4.53) ...
2025-08-20T20:18:23.1931297Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.2071845Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:18:23.2178553Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.5451961Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:23.5452380Z 
2025-08-20T20:18:23.5452506Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:18:23.5452692Z 
2025-08-20T20:18:23.5453079Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:23.5453444Z 
2025-08-20T20:18:23.5453976Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:23.5454461Z 
2025-08-20T20:18:23.7844479Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.8076723Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.8209857Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:18:23.8309970Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.8481423Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:18:23.8638394Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:18:23.8822510Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:24.2034680Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:18:24.2035074Z 
2025-08-20T20:18:24.2035565Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:18:24.2036042Z 
2025-08-20T20:18:24.4426758Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:24.5543933Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:24.6496471Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:24.7155772Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:27.7718164Z Reading package lists...
2025-08-20T20:18:28.0223484Z Building dependency tree...
2025-08-20T20:18:28.0232459Z Reading state information...
2025-08-20T20:18:28.3925804Z The following packages will be REMOVED:
2025-08-20T20:18:28.3934401Z   inetutils-ping
2025-08-20T20:18:28.3935634Z The following NEW packages will be installed:
2025-08-20T20:18:28.3944674Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:18:28.3949632Z The following packages will be upgraded:
2025-08-20T20:18:28.3957525Z   iputils-tracepath
2025-08-20T20:18:28.4962468Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:18:28.4962814Z Need to get 84.5 kB of archives.
2025-08-20T20:18:28.4963142Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:18:28.4963706Z 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:28.6121609Z 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:28.6555807Z 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:28.7005634Z 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:29.0380204Z Fetched 84.5 kB in 0s (282 kB/s)
2025-08-20T20:18:29.0583711Z (Reading database ... 
2025-08-20T20:18:29.0583978Z (Reading database ... 5%
2025-08-20T20:18:29.0584185Z (Reading database ... 10%
2025-08-20T20:18:29.0584407Z (Reading database ... 15%
2025-08-20T20:18:29.0584598Z (Reading database ... 20%
2025-08-20T20:18:29.0585200Z (Reading database ... 25%
2025-08-20T20:18:29.0585406Z (Reading database ... 30%
2025-08-20T20:18:29.0585597Z (Reading database ... 35%
2025-08-20T20:18:29.0585803Z (Reading database ... 40%
2025-08-20T20:18:29.0585998Z (Reading database ... 45%
2025-08-20T20:18:29.0586187Z (Reading database ... 50%
2025-08-20T20:18:29.0607076Z (Reading database ... 55%
2025-08-20T20:18:29.0697496Z (Reading database ... 60%
2025-08-20T20:18:29.0739312Z (Reading database ... 65%
2025-08-20T20:18:29.0757030Z (Reading database ... 70%
2025-08-20T20:18:29.0784604Z (Reading database ... 75%
2025-08-20T20:18:29.0915466Z (Reading database ... 80%
2025-08-20T20:18:29.0994104Z (Reading database ... 85%
2025-08-20T20:18:29.1063465Z (Reading database ... 90%
2025-08-20T20:18:29.1140600Z (Reading database ... 95%
2025-08-20T20:18:29.1141418Z (Reading database ... 100%
2025-08-20T20:18:29.1141781Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:18:29.1182004Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:29.2211856Z Selecting previously unselected package iputils-ping.
2025-08-20T20:18:29.2248174Z (Reading database ... 
2025-08-20T20:18:29.2248398Z (Reading database ... 5%
2025-08-20T20:18:29.2248596Z (Reading database ... 10%
2025-08-20T20:18:29.2248786Z (Reading database ... 15%
2025-08-20T20:18:29.2248975Z (Reading database ... 20%
2025-08-20T20:18:29.2249877Z (Reading database ... 25%
2025-08-20T20:18:29.2250112Z (Reading database ... 30%
2025-08-20T20:18:29.2250309Z (Reading database ... 35%
2025-08-20T20:18:29.2250501Z (Reading database ... 40%
2025-08-20T20:18:29.2250697Z (Reading database ... 45%
2025-08-20T20:18:29.2250886Z (Reading database ... 50%
2025-08-20T20:18:29.2272196Z (Reading database ... 55%
2025-08-20T20:18:29.2362590Z (Reading database ... 60%
2025-08-20T20:18:29.2403372Z (Reading database ... 65%
2025-08-20T20:18:29.2421210Z (Reading database ... 70%
2025-08-20T20:18:29.2449294Z (Reading database ... 75%
2025-08-20T20:18:29.2579469Z (Reading database ... 80%
2025-08-20T20:18:29.2658769Z (Reading database ... 85%
2025-08-20T20:18:29.2729349Z (Reading database ... 90%
2025-08-20T20:18:29.2808003Z (Reading database ... 95%
2025-08-20T20:18:29.2808239Z (Reading database ... 100%
2025-08-20T20:18:29.2808524Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:18:29.2849949Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:29.2910618Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.3632983Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:29.3843212Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:18:29.4475401Z Selecting previously unselected package iputils-arping.
2025-08-20T20:18:29.4656292Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:29.4712618Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.5225414Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:18:29.5395659Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:29.5454275Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.6223322Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.6610569Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.6892285Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.7167499Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:29.7332669Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:32.5806061Z Reading package lists...
2025-08-20T20:18:32.8252608Z Building dependency tree...
2025-08-20T20:18:32.8260673Z Reading state information...
2025-08-20T20:18:33.1000688Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:18:33.1334149Z The following packages will be upgraded:
2025-08-20T20:18:33.1334885Z   python3-pip python3-pip-whl
2025-08-20T20:18:33.1531226Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:33.2993198Z Need to get 3020 kB of archives.
2025-08-20T20:18:33.2993571Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:18:33.2994147Z 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:33.6305105Z 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:33.9592505Z Fetched 3020 kB in 1s (5886 kB/s)
2025-08-20T20:18:34.0007212Z (Reading database ... 
2025-08-20T20:18:34.0007489Z (Reading database ... 5%
2025-08-20T20:18:34.0007696Z (Reading database ... 10%
2025-08-20T20:18:34.0008455Z (Reading database ... 15%
2025-08-20T20:18:34.0008662Z (Reading database ... 20%
2025-08-20T20:18:34.0008855Z (Reading database ... 25%
2025-08-20T20:18:34.0009081Z (Reading database ... 30%
2025-08-20T20:18:34.0014279Z (Reading database ... 35%
2025-08-20T20:18:34.0014521Z (Reading database ... 40%
2025-08-20T20:18:34.0015064Z (Reading database ... 45%
2025-08-20T20:18:34.0015256Z (Reading database ... 50%
2025-08-20T20:18:34.0031453Z (Reading database ... 55%
2025-08-20T20:18:34.0122311Z (Reading database ... 60%
2025-08-20T20:18:34.0162837Z (Reading database ... 65%
2025-08-20T20:18:34.0180513Z (Reading database ... 70%
2025-08-20T20:18:34.0207624Z (Reading database ... 75%
2025-08-20T20:18:34.0332676Z (Reading database ... 80%
2025-08-20T20:18:34.0407347Z (Reading database ... 85%
2025-08-20T20:18:34.0473589Z (Reading database ... 90%
2025-08-20T20:18:34.0547131Z (Reading database ... 95%
2025-08-20T20:18:34.0547363Z (Reading database ... 100%
2025-08-20T20:18:34.0547656Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:18:34.0584943Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:18:34.2355016Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:18:34.4680921Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:18:34.4840411Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:18:34.5748456Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:18:34.5943485Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:18:35.5288565Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:38.4740609Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:18:38.7595955Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:39.6770247Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:18:39.8221466Z Collecting pip
2025-08-20T20:18:39.9087220Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:18:39.9343170Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:18:40.0259398Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 20.3 MB/s eta 0:00:00
2025-08-20T20:18:40.2942510Z Installing collected packages: pip
2025-08-20T20:18:40.9626736Z Successfully installed pip-25.2
2025-08-20T20:18:41.1632750Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:18:41.2080069Z Reading package lists...
2025-08-20T20:18:41.4471483Z Building dependency tree...
2025-08-20T20:18:41.4478822Z Reading state information...
2025-08-20T20:18:41.7253208Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:18:41.7253550Z pciutils set to manually installed.
2025-08-20T20:18:41.7253830Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:18:41.7254155Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:18:41.7254443Z python3-distro set to manually installed.
2025-08-20T20:18:41.7255208Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:18:41.7255573Z python3-netifaces set to manually installed.
2025-08-20T20:18:41.7255861Z The following additional packages will be installed:
2025-08-20T20:18:41.7256151Z   libsysfs2
2025-08-20T20:18:41.7265453Z Suggested packages:
2025-08-20T20:18:41.7265683Z   fancontrol read-edid i2c-tools
2025-08-20T20:18:41.7600409Z The following NEW packages will be installed:
2025-08-20T20:18:41.7603277Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:18:41.7815402Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:41.9281335Z Need to get 133 kB of archives.
2025-08-20T20:18:41.9281734Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:18:41.9282240Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:18:42.0153855Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:18:42.0681848Z 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:42.1788422Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:18:42.4606280Z Fetched 133 kB in 0s (344 kB/s)
2025-08-20T20:18:42.4956948Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:18:42.4994548Z (Reading database ... 
2025-08-20T20:18:42.4995167Z (Reading database ... 5%
2025-08-20T20:18:42.4995400Z (Reading database ... 10%
2025-08-20T20:18:42.4995600Z (Reading database ... 15%
2025-08-20T20:18:42.4995802Z (Reading database ... 20%
2025-08-20T20:18:42.4995994Z (Reading database ... 25%
2025-08-20T20:18:42.4996186Z (Reading database ... 30%
2025-08-20T20:18:42.4996377Z (Reading database ... 35%
2025-08-20T20:18:42.4996571Z (Reading database ... 40%
2025-08-20T20:18:42.4996761Z (Reading database ... 45%
2025-08-20T20:18:42.4996955Z (Reading database ... 50%
2025-08-20T20:18:42.5018805Z (Reading database ... 55%
2025-08-20T20:18:42.5111909Z (Reading database ... 60%
2025-08-20T20:18:42.5154121Z (Reading database ... 65%
2025-08-20T20:18:42.5172426Z (Reading database ... 70%
2025-08-20T20:18:42.5200438Z (Reading database ... 75%
2025-08-20T20:18:42.5331324Z (Reading database ... 80%
2025-08-20T20:18:42.5411384Z (Reading database ... 85%
2025-08-20T20:18:42.5482655Z (Reading database ... 90%
2025-08-20T20:18:42.5562567Z (Reading database ... 95%
2025-08-20T20:18:42.5562780Z (Reading database ... 100%
2025-08-20T20:18:42.5563068Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:18:42.5604289Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:18:42.5718381Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:18:42.6380114Z Selecting previously unselected package sysfsutils.
2025-08-20T20:18:42.6546845Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:18:42.6632322Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:18:42.7532400Z Selecting previously unselected package lm-sensors.
2025-08-20T20:18:42.7712829Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:18:42.7924160Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:18:42.8425018Z Selecting previously unselected package virt-what.
2025-08-20T20:18:42.8616681Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:18:42.8696895Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:18:42.9552436Z Setting up virt-what (1.25-2) ...
2025-08-20T20:18:42.9709029Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:18:42.9872111Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:18:43.3080961Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:18:43.3081511Z 
2025-08-20T20:18:43.3082008Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:18:43.3082547Z 
2025-08-20T20:18:43.5467440Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:18:43.8527926Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:18:43.8528462Z 
2025-08-20T20:18:43.8621261Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:45.4993989Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:46.8728813Z Reading package lists...
2025-08-20T20:18:47.1081944Z Building dependency tree...
2025-08-20T20:18:47.1089307Z Reading state information...
2025-08-20T20:18:47.3613213Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:18:47.3613598Z The following additional packages will be installed:
2025-08-20T20:18:47.3617759Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:18:47.3618099Z   xorg-sgml-doctools
2025-08-20T20:18:47.3624784Z Suggested packages:
2025-08-20T20:18:47.3624964Z   libxcb-doc
2025-08-20T20:18:47.3799016Z The following NEW packages will be installed:
2025-08-20T20:18:47.3801581Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:18:47.3804791Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:18:47.3805147Z   xcb xorg-sgml-doctools
2025-08-20T20:18:47.6608435Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:18:47.6608809Z Need to get 816 kB of archives.
2025-08-20T20:18:47.6609098Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:18:47.6609636Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:18:47.7695299Z 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:47.8850183Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:18:48.5222041Z 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:48.6310123Z 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:48.7416005Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:18:48.8605100Z 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:48.9702667Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:18:49.0789778Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:18:49.1876303Z 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:49.2975684Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:18:49.5815197Z Fetched 816 kB in 2s (428 kB/s)
2025-08-20T20:18:49.6081686Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:18:49.6118928Z (Reading database ... 
2025-08-20T20:18:49.6119186Z (Reading database ... 5%
2025-08-20T20:18:49.6119386Z (Reading database ... 10%
2025-08-20T20:18:49.6119580Z (Reading database ... 15%
2025-08-20T20:18:49.6119773Z (Reading database ... 20%
2025-08-20T20:18:49.6119963Z (Reading database ... 25%
2025-08-20T20:18:49.6120154Z (Reading database ... 30%
2025-08-20T20:18:49.6120343Z (Reading database ... 35%
2025-08-20T20:18:49.6120546Z (Reading database ... 40%
2025-08-20T20:18:49.6120733Z (Reading database ... 45%
2025-08-20T20:18:49.6120923Z (Reading database ... 50%
2025-08-20T20:18:49.6144572Z (Reading database ... 55%
2025-08-20T20:18:49.6239414Z (Reading database ... 60%
2025-08-20T20:18:49.6282631Z (Reading database ... 65%
2025-08-20T20:18:49.6302116Z (Reading database ... 70%
2025-08-20T20:18:49.6331942Z (Reading database ... 75%
2025-08-20T20:18:49.6474280Z (Reading database ... 80%
2025-08-20T20:18:49.6557456Z (Reading database ... 85%
2025-08-20T20:18:49.6630699Z (Reading database ... 90%
2025-08-20T20:18:49.6713953Z (Reading database ... 95%
2025-08-20T20:18:49.6714188Z (Reading database ... 100%
2025-08-20T20:18:49.6714481Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:18:49.6756710Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:18:49.6818769Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:18:49.7322440Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:18:49.7512907Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:18:49.7587496Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:18:49.8241313Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:18:49.8403148Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:18:49.8467758Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:18:49.9386525Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:18:49.9555809Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:18:49.9616728Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:18:50.0224121Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:18:50.0423947Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:18:50.0483159Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:18:50.1078179Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:18:50.1275796Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:50.1334445Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.1892196Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:18:50.2082321Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:50.2139347Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.2780980Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:18:50.2968347Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:50.3122406Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.3720971Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:18:50.3891988Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:50.3967461Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.4534743Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:18:50.4703194Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:18:50.4777925Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.5414428Z Selecting previously unselected package xcb.
2025-08-20T20:18:50.5591732Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:18:50.5658607Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:18:50.6575547Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:50.6806366Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:18:50.6987053Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:18:50.7763818Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:18:50.7988768Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:50.8295897Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:52.3943650Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:18:52.4193268Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:18:52.4386599Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:18:52.4539899Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:18:52.4704101Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:52.4851418Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:52.5005880Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:52.5161166Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:18:53.9700786Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:54.6320292Z Collecting build
2025-08-20T20:18:54.7023036Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:18:54.8282046Z Collecting cffi
2025-08-20T20:18:54.8446162Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:18:54.8829128Z Collecting scons
2025-08-20T20:18:54.9002504Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:54.9425622Z Collecting scuba
2025-08-20T20:18:54.9593574Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:18:55.0233680Z Collecting pytest
2025-08-20T20:18:55.0385175Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:18:55.0813847Z Collecting packaging>=19.1 (from build)
2025-08-20T20:18:55.0965422Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:55.1317937Z Collecting pyproject_hooks (from build)
2025-08-20T20:18:55.1469919Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:18:55.1817388Z Collecting pycparser (from cffi)
2025-08-20T20:18:55.1968601Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:18:55.2476405Z Collecting PyYAML (from scuba)
2025-08-20T20:18:55.2639706Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:18:55.2994034Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:18:55.3146859Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:18:55.3546289Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:18:55.3699370Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:18:55.4136873Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:18:55.4289616Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:55.4559488Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:18:55.4924344Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:18:55.5647379Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:18:55.6264660Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 67.4 MB/s  0:00:00
2025-08-20T20:18:55.6428506Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:18:55.6696103Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:18:55.6970775Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:18:55.7749762Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:18:55.7986447Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:18:55.8236566Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:18:55.8441006Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.1 MB/s  0:00:00
2025-08-20T20:18:55.8593703Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:18:55.8845253Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:18:55.9091573Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:18:55.9233408Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 39.5 MB/s  0:00:00
2025-08-20T20:18:56.0206585Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:18:57.6332120Z 
2025-08-20T20:18:57.6346230Z 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:57.9304945Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:18:58.5866044Z Collecting ansi2txt
2025-08-20T20:18:58.6451258Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:18:58.6905221Z Collecting pipx
2025-08-20T20:18:58.7024518Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:58.7414026Z Collecting scons
2025-08-20T20:18:58.7424410Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:18:58.7742510Z Collecting py2static
2025-08-20T20:18:58.7903454Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:18:58.8326619Z Collecting typer
2025-08-20T20:18:58.8429672Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:18:58.8952820Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:18:58.9058304Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:18:58.9455027Z Collecting packaging>=20 (from pipx)
2025-08-20T20:18:58.9465272Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:18:58.9808433Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:18:58.9911911Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:18:59.0305574Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:18:59.0427961Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:59.1109619Z Collecting pyinstaller (from py2static)
2025-08-20T20:18:59.1225189Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:18:59.1653996Z Collecting staticx (from py2static)
2025-08-20T20:18:59.1770485Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:18:59.2132013Z   Preparing metadata (setup.py): started
2025-08-20T20:18:59.6898590Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:18:59.7269158Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:18:59.7384654Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:18:59.7898542Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:18:59.8000735Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:18:59.8394316Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:18:59.8496868Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:18:59.9066927Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:18:59.9174881Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:18:59.9590515Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:18:59.9695236Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:00.0120785Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:00.0131302Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:00.0413187Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:19:00.0515332Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:19:00.1802568Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:19:00.1907020Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:00.2345751Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:19:00.2449587Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:00.2883977Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:19:00.2985851Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:00.3441363Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:19:00.3543883Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:19:00.3772170Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:19:00.3983169Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:19:00.4100961Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:00.4249921Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:19:00.4490589Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:19:00.4687380Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:19:00.4886468Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:19:00.5000814Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:00.5105733Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:19:00.5296727Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:19:00.5516197Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:00.5629144Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:19:00.5868738Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:19:00.6064824Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:19:00.6260453Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:19:00.6457723Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:19:00.6665624Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:19:00.7479697Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 6.2 MB/s  0:00:00
2025-08-20T20:19:00.7593982Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:00.7834271Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:00.8113597Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 36.8 MB/s  0:00:00
2025-08-20T20:19:00.8216845Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:00.8415515Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:19:00.8843081Z Building wheels for collected packages: staticx
2025-08-20T20:19:00.8850039Z   Building wheel for staticx (setup.py): started
2025-08-20T20:19:11.3423045Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:19:11.3432731Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790695 sha256=9e8e0f16f096b7883e18eda4891db56b79e6b61ad13413502e83f6063a43331c
2025-08-20T20:19:11.3433582Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:19:11.3448743Z Successfully built staticx
2025-08-20T20:19:11.4393177Z 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:19:12.2497712Z   Attempting uninstall: scons
2025-08-20T20:19:12.2569859Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:12.2859983Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:12.2921268Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:12.7888988Z   Attempting uninstall: pygments
2025-08-20T20:19:12.7966730Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:12.8118077Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:12.8140556Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:13.4039077Z   Attempting uninstall: packaging
2025-08-20T20:19:13.4110113Z     Found existing installation: packaging 25.0
2025-08-20T20:19:13.4130240Z     Uninstalling packaging-25.0:
2025-08-20T20:19:13.4136431Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:14.3526486Z 
2025-08-20T20:19:14.3550961Z 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:19:14.6532560Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:14.8868932Z Collecting build
2025-08-20T20:19:14.8881230Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:19:14.9685773Z Collecting cffi
2025-08-20T20:19:14.9697769Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:19:14.9953912Z Collecting scons
2025-08-20T20:19:14.9962867Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:15.0220330Z Collecting scuba
2025-08-20T20:19:15.0230212Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:19:15.0733201Z Collecting pytest
2025-08-20T20:19:15.0743301Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:19:15.1034259Z Collecting packaging>=19.1 (from build)
2025-08-20T20:19:15.1043729Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:15.1260082Z Collecting pyproject_hooks (from build)
2025-08-20T20:19:15.1270046Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:19:15.1500358Z Collecting pycparser (from cffi)
2025-08-20T20:19:15.1510713Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:19:15.1880909Z Collecting PyYAML (from scuba)
2025-08-20T20:19:15.1897123Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:19:15.2134527Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:19:15.2144322Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:19:15.2418040Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:19:15.2428230Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:19:15.2720110Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:19:15.2730304Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:15.2780853Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:19:15.2790520Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:19:15.2803124Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:15.2836171Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:19:15.2846873Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:19:15.2857849Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:19:15.2867126Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:19:15.2876063Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:15.2885306Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:15.2901530Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:19:15.2911288Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:19:15.2920446Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:19:15.3974855Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:19:15.3979172Z   Attempting uninstall: scons
2025-08-20T20:19:15.4050516Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:15.4338523Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:15.4401100Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:15.9378588Z   Attempting uninstall: PyYAML
2025-08-20T20:19:15.9446524Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:19:15.9473138Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:19:15.9479863Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:19:16.0037543Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:19:16.0106780Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:19:16.0120552Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:19:16.0126047Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:19:16.0275928Z   Attempting uninstall: pygments
2025-08-20T20:19:16.0344405Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:16.0499646Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:16.0523362Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:16.6435749Z   Attempting uninstall: pycparser
2025-08-20T20:19:16.6505656Z     Found existing installation: pycparser 2.22
2025-08-20T20:19:16.6525425Z     Uninstalling pycparser-2.22:
2025-08-20T20:19:16.6531298Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:19:16.7752306Z   Attempting uninstall: pluggy
2025-08-20T20:19:16.7821503Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:19:16.7837924Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:19:16.7843548Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:19:16.8042904Z   Attempting uninstall: packaging
2025-08-20T20:19:16.8115530Z     Found existing installation: packaging 25.0
2025-08-20T20:19:16.8135229Z     Uninstalling packaging-25.0:
2025-08-20T20:19:16.8141235Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:16.8566749Z   Attempting uninstall: iniconfig
2025-08-20T20:19:16.8638863Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:19:16.8653056Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:19:16.8657899Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:19:16.8784006Z   Attempting uninstall: scuba
2025-08-20T20:19:16.8850932Z     Found existing installation: scuba 2.14.1
2025-08-20T20:19:16.8868402Z     Uninstalling scuba-2.14.1:
2025-08-20T20:19:16.8875606Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:19:16.9118384Z   Attempting uninstall: pytest
2025-08-20T20:19:16.9192169Z     Found existing installation: pytest 8.4.1
2025-08-20T20:19:16.9239188Z     Uninstalling pytest-8.4.1:
2025-08-20T20:19:16.9442535Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:19:17.1438686Z   Attempting uninstall: cffi
2025-08-20T20:19:17.1505457Z     Found existing installation: cffi 1.17.1
2025-08-20T20:19:17.1525488Z     Uninstalling cffi-1.17.1:
2025-08-20T20:19:17.1715127Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:19:17.2385054Z   Attempting uninstall: build
2025-08-20T20:19:17.2455787Z     Found existing installation: build 1.3.0
2025-08-20T20:19:17.2475219Z     Uninstalling build-1.3.0:
2025-08-20T20:19:17.2483002Z       Successfully uninstalled build-1.3.0
2025-08-20T20:19:17.2696849Z 
2025-08-20T20:19:17.2720127Z 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:19:17.5647703Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:17.7487263Z Collecting ansi2txt
2025-08-20T20:19:17.7498524Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:19:17.7817514Z Collecting pipx
2025-08-20T20:19:17.7828067Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:17.8085082Z Collecting scons
2025-08-20T20:19:17.8095664Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:17.8382483Z Collecting py2static
2025-08-20T20:19:17.8391445Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:19:17.8680503Z Collecting typer
2025-08-20T20:19:17.8689917Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:19:17.9026296Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:19:17.9036212Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:17.9310588Z Collecting packaging>=20 (from pipx)
2025-08-20T20:19:17.9320271Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:17.9596789Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:19:17.9606610Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:19:17.9864823Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:19:17.9874872Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:18.0332211Z Collecting pyinstaller (from py2static)
2025-08-20T20:19:18.0345239Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:19:18.0664283Z Collecting staticx (from py2static)
2025-08-20T20:19:18.0675032Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:19:18.0812316Z   Preparing metadata (setup.py): started
2025-08-20T20:19:18.2756567Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:19:18.3060349Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:19:18.3070718Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:18.3352549Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:19:18.3362639Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:18.3719938Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:19:18.3730146Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:19:18.4148847Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:19:18.4159257Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:18.4458990Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:18.4468939Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:18.4788299Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:18.4797488Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:18.5092658Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:19:18.5102409Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:19:18.6088645Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:19:18.6098397Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:18.6417070Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:19:18.6426964Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:18.6736449Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:19:18.6747103Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:18.7046786Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:19:18.7056931Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:19:18.7089013Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:19:18.7098430Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:19:18.7107978Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:18.7140770Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:19:18.7149756Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:19:18.7159051Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:19:18.7168518Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:19:18.7178429Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:18.7188005Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:19:18.7197096Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:19:18.7207352Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:18.7223946Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:19:18.7233500Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:19:18.7242807Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:19:18.7252137Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:19:18.7260932Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:19:18.7270046Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:19:18.7283942Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:18.7295787Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:18.7312098Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:18.7321458Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:19:18.7636472Z Building wheels for collected packages: staticx
2025-08-20T20:19:18.7643265Z   Building wheel for staticx (setup.py): started
2025-08-20T20:19:21.2055107Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:19:21.2066330Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790767 sha256=bc3866b39cc37bb365fd4bd21c40758350f83591932dc95a48fcf6d366ba75e1
2025-08-20T20:19:21.2067523Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:19:21.2085413Z Successfully built staticx
2025-08-20T20:19:21.3046613Z 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:19:21.3050834Z   Attempting uninstall: pyelftools
2025-08-20T20:19:21.3118606Z     Found existing installation: pyelftools 0.32
2025-08-20T20:19:21.3155113Z     Uninstalling pyelftools-0.32:
2025-08-20T20:19:21.3166722Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:19:21.4222495Z   Attempting uninstall: altgraph
2025-08-20T20:19:21.4293558Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:19:21.4308928Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:19:21.4313721Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:19:21.4499198Z   Attempting uninstall: typing-extensions
2025-08-20T20:19:21.4567410Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:19:21.4579396Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:19:21.4767872Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:19:21.5044295Z   Attempting uninstall: staticx
2025-08-20T20:19:21.5115870Z     Found existing installation: staticx 0.14.1
2025-08-20T20:19:21.5136693Z     Uninstalling staticx-0.14.1:
2025-08-20T20:19:21.5144604Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:19:21.5438919Z   Attempting uninstall: shellingham
2025-08-20T20:19:21.5511107Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:19:21.5526167Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:19:21.5531207Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:19:21.5667986Z   Attempting uninstall: setuptools
2025-08-20T20:19:21.5736375Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:19:21.5936818Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:19:21.6155811Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:19:22.2124118Z   Attempting uninstall: scons
2025-08-20T20:19:22.2199343Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:22.2503071Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:22.2561182Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:22.7449562Z   Attempting uninstall: pygments
2025-08-20T20:19:22.7518856Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:22.7690966Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:22.7714784Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:23.3445678Z   Attempting uninstall: platformdirs
2025-08-20T20:19:23.3520993Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:19:23.3537919Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:19:23.3543149Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:19:23.3752095Z   Attempting uninstall: packaging
2025-08-20T20:19:23.3824243Z     Found existing installation: packaging 25.0
2025-08-20T20:19:23.3842946Z     Uninstalling packaging-25.0:
2025-08-20T20:19:23.3848428Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:23.4260990Z   Attempting uninstall: mdurl
2025-08-20T20:19:23.4328500Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:19:23.4343199Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:19:23.4348114Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:19:23.4483305Z   Attempting uninstall: click
2025-08-20T20:19:23.4552588Z     Found existing installation: click 8.2.1
2025-08-20T20:19:23.4570501Z     Uninstalling click-8.2.1:
2025-08-20T20:19:23.4575585Z       Successfully uninstalled click-8.2.1
2025-08-20T20:19:23.5172345Z   Attempting uninstall: argcomplete
2025-08-20T20:19:23.5245581Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:19:23.5268429Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:19:23.5277375Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:19:23.5548013Z   Attempting uninstall: ansi2txt
2025-08-20T20:19:23.5618921Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:19:23.5631368Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:19:23.5820515Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:19:23.5943279Z   Attempting uninstall: userpath
2025-08-20T20:19:23.6014324Z     Found existing installation: userpath 1.9.2
2025-08-20T20:19:23.6029305Z     Uninstalling userpath-1.9.2:
2025-08-20T20:19:23.6036065Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:19:23.6212875Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:19:23.6285963Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:19:23.6587506Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:19:23.6625338Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:19:23.8553695Z   Attempting uninstall: markdown-it-py
2025-08-20T20:19:23.8637027Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:19:23.8680354Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:19:23.8691723Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:19:23.9312088Z   Attempting uninstall: rich
2025-08-20T20:19:23.9386585Z     Found existing installation: rich 14.1.0
2025-08-20T20:19:23.9431632Z     Uninstalling rich-14.1.0:
2025-08-20T20:19:23.9440103Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:19:24.0976598Z   Attempting uninstall: pyinstaller
2025-08-20T20:19:24.1049322Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:19:24.1298482Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:19:24.1335239Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:19:24.4044408Z   Attempting uninstall: pipx
2025-08-20T20:19:24.4123445Z     Found existing installation: pipx 1.7.1
2025-08-20T20:19:24.4164071Z     Uninstalling pipx-1.7.1:
2025-08-20T20:19:24.4172599Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:19:24.4703808Z   Attempting uninstall: typer
2025-08-20T20:19:24.4777338Z     Found existing installation: typer 0.16.1
2025-08-20T20:19:24.4799144Z     Uninstalling typer-0.16.1:
2025-08-20T20:19:24.4806644Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:19:24.5199850Z   Attempting uninstall: py2static
2025-08-20T20:19:24.5267931Z     Found existing installation: py2static 0.0.1
2025-08-20T20:19:24.5284510Z     Uninstalling py2static-0.0.1:
2025-08-20T20:19:24.5292700Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:19:24.5415410Z 
2025-08-20T20:19:24.5440355Z 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:19:24.8407470Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:24.9422817Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:19:24.9426780Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-8cvprtcz
2025-08-20T20:19:24.9445227Z 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-8cvprtcz
2025-08-20T20:19:26.6621333Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:19:26.6656857Z   Installing build dependencies: started
2025-08-20T20:19:27.3233453Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:19:27.3243705Z   Getting requirements to build wheel: started
2025-08-20T20:19:27.5887609Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:19:27.5897270Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:19:27.7603985Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:19:27.9297805Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:27.9307371Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:27.9597509Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:19:27.9608495Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:27.9899026Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:19:27.9908895Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:28.0179297Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:28.0188620Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:28.0227391Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:28.0236566Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:28.0248336Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:28.0264793Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:28.0370994Z Building wheels for collected packages: pyinstaller
2025-08-20T20:19:28.0377903Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:19:30.7689305Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:19:30.7711800Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=35469a70b36d7513c7bf79ff9b2762d440e9245da4e7351d5a6682dbdbbad8c8
2025-08-20T20:19:30.7713366Z   Stored in directory: /tmp/pip-ephem-wheel-cache-45nf696n/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:19:30.7751699Z Successfully built pyinstaller
2025-08-20T20:19:30.8550991Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:19:30.8554281Z   Attempting uninstall: altgraph
2025-08-20T20:19:30.8625218Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:19:30.8641604Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:19:30.8647598Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:19:30.8869806Z   Attempting uninstall: setuptools
2025-08-20T20:19:30.8938770Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:19:30.9143606Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:19:30.9367081Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:19:31.5335808Z   Attempting uninstall: packaging
2025-08-20T20:19:31.5417927Z     Found existing installation: packaging 25.0
2025-08-20T20:19:31.5437222Z     Uninstalling packaging-25.0:
2025-08-20T20:19:31.5443155Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:31.5868908Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:19:31.5942607Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:19:31.6242802Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:19:31.6281228Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:19:31.8232255Z   Attempting uninstall: pyinstaller
2025-08-20T20:19:31.8303604Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:19:31.8562199Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:19:31.8599756Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:19:32.1360317Z 
2025-08-20T20:19:32.1386024Z 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:32.3667049Z 6.15.0
2025-08-20T20:19:33.8365609Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:19:33.8375160Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:19:33.8375495Z 
2025-08-20T20:19:33.8375698Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:19:33.8376197Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:19:33.8376632Z installation.
2025-08-20T20:19:33.8376771Z 
2025-08-20T20:19:33.8377012Z If you installed the current Docker package using this script and are using it
2025-08-20T20:19:33.8377530Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:19:33.8378055Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:19:33.8378866Z files to match the parameters passed to the script.
2025-08-20T20:19:33.8379074Z 
2025-08-20T20:19:33.8379430Z You may press Ctrl+C now to abort this script.
2025-08-20T20:19:33.8534886Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:19:35.1232913Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:19:35.6877116Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:19:35.6893308Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:19:35.7878633Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:19:35.7895442Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:19:35.7903018Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:19:37.0812447Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:19:47.7129398Z + sh -c 'docker version'
2025-08-20T20:19:47.7275341Z Client: Docker Engine - Community
2025-08-20T20:19:47.7279834Z  Version:           28.3.3
2025-08-20T20:19:47.7280125Z  API version:       1.51
2025-08-20T20:19:47.7280485Z  Go version:        go1.24.5
2025-08-20T20:19:47.7280737Z  Git commit:        980b856
2025-08-20T20:19:47.7281257Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:19:47.7281658Z  OS/Arch:           linux/arm64
2025-08-20T20:19:47.7281916Z  Context:           default
2025-08-20T20:19:47.7282069Z 
2025-08-20T20:19:47.7282231Z Server: Docker Engine - Community
2025-08-20T20:19:47.7282493Z  Engine:
2025-08-20T20:19:47.7282758Z   Version:          28.3.3
2025-08-20T20:19:47.7283081Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:19:47.7283373Z   Go version:       go1.24.5
2025-08-20T20:19:47.7283622Z   Git commit:       bea959c
2025-08-20T20:19:47.7283919Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:19:47.7284222Z   OS/Arch:          linux/arm64
2025-08-20T20:19:47.7284498Z   Experimental:     false
2025-08-20T20:19:47.7284756Z  containerd:
2025-08-20T20:19:47.7284950Z   Version:          1.7.27
2025-08-20T20:19:47.7285271Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:19:47.7285590Z  runc:
2025-08-20T20:19:47.7285810Z   Version:          1.2.5
2025-08-20T20:19:47.7286089Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:19:47.7286346Z  docker-init:
2025-08-20T20:19:47.7286544Z   Version:          0.19.0
2025-08-20T20:19:47.7286832Z   GitCommit:        de40ad0
2025-08-20T20:19:47.7295943Z 
2025-08-20T20:19:47.7296658Z ================================================================================
2025-08-20T20:19:47.7297118Z 
2025-08-20T20:19:47.7297325Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:19:47.7297767Z Docker daemon in rootless mode for your user:
2025-08-20T20:19:47.7297964Z 
2025-08-20T20:19:47.7298102Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:19:47.7298352Z 
2025-08-20T20:19:47.7298636Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:19:47.7298914Z 
2025-08-20T20:19:47.7298943Z 
2025-08-20T20:19:47.7299140Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:19:47.7299637Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:19:47.7299899Z 
2025-08-20T20:19:47.7300116Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:19:47.7300631Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:19:47.7301352Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:19:47.7301671Z 
2025-08-20T20:19:47.7301811Z ================================================================================
2025-08-20T20:19:47.7302248Z 
2025-08-20T20:19:58.7522098Z ● docker.service - Docker Application Container Engine
2025-08-20T20:19:58.7522678Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:19:58.7523337Z      Active: active (running) since Wed 2025-08-20 20:19:48 UTC; 10s ago
2025-08-20T20:19:58.7523888Z TriggeredBy: ● docker.socket
2025-08-20T20:19:58.7524287Z        Docs: https://docs.docker.com
2025-08-20T20:19:58.7524590Z    Main PID: 21030 (dockerd)
2025-08-20T20:19:58.7524836Z       Tasks: 10
2025-08-20T20:19:58.7525110Z      Memory: 20.6M (peak: 24.3M)
2025-08-20T20:19:58.7525381Z         CPU: 271ms
2025-08-20T20:19:58.7525648Z      CGroup: /system.slice/docker.service
2025-08-20T20:19:58.7528066Z              └─21030 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:19:58.7528414Z 
2025-08-20T20:19:58.7528761Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.114878172Z" level=info msg="Loading containers: start."
2025-08-20T20:19:58.7530003Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.657876000Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 72e80b9963c70fc6247a66956f49e93be3fd31944029a8e2e63933acc7407bca], retrying...."
2025-08-20T20:19:58.7531375Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.694594540Z" level=info msg="Loading containers: done."
2025-08-20T20:19:58.7532549Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715122590Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:19:58.7533975Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715241426Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:19:58.7534897Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715272219Z" level=info msg="Initializing buildkit"
2025-08-20T20:19:58.7535627Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.732622737Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:19:58.7536446Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735616607Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:19:58.7537250Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735672121Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:19:58.7537972Z Aug 20 20:19:48 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:19:58.7625883Z ● docker.service - Docker Application Container Engine
2025-08-20T20:19:58.7626916Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:19:58.7627856Z      Active: active (running) since Wed 2025-08-20 20:19:48 UTC; 10s ago
2025-08-20T20:19:58.7628452Z TriggeredBy: ● docker.socket
2025-08-20T20:19:58.7628926Z        Docs: https://docs.docker.com
2025-08-20T20:19:58.7629352Z    Main PID: 21030 (dockerd)
2025-08-20T20:19:58.7629722Z       Tasks: 10
2025-08-20T20:19:58.7630133Z      Memory: 20.6M (peak: 24.3M)
2025-08-20T20:19:58.7630537Z         CPU: 271ms
2025-08-20T20:19:58.7630777Z      CGroup: /system.slice/docker.service
2025-08-20T20:19:58.7631591Z              └─21030 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:19:58.7631901Z 
2025-08-20T20:19:58.7632233Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.114878172Z" level=info msg="Loading containers: start."
2025-08-20T20:19:58.7633495Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.657876000Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 72e80b9963c70fc6247a66956f49e93be3fd31944029a8e2e63933acc7407bca], retrying...."
2025-08-20T20:19:58.7634950Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.694594540Z" level=info msg="Loading containers: done."
2025-08-20T20:19:58.7636053Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715122590Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:19:58.7637421Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715241426Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:19:58.7638312Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715272219Z" level=info msg="Initializing buildkit"
2025-08-20T20:19:58.7639036Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.732622737Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:19:58.7639824Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735616607Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:19:58.7640568Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735672121Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:19:58.7641412Z Aug 20 20:19:48 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:19:58.7808564Z ● docker.service - Docker Application Container Engine
2025-08-20T20:19:58.7809227Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:19:58.7809923Z      Active: active (running) since Wed 2025-08-20 20:19:48 UTC; 10s ago
2025-08-20T20:19:58.7810389Z TriggeredBy: ● docker.socket
2025-08-20T20:19:58.7810780Z        Docs: https://docs.docker.com
2025-08-20T20:19:58.7811379Z    Main PID: 21030 (dockerd)
2025-08-20T20:19:58.7811644Z       Tasks: 10
2025-08-20T20:19:58.7811944Z      Memory: 20.6M (peak: 24.3M)
2025-08-20T20:19:58.7812426Z         CPU: 271ms
2025-08-20T20:19:58.7812767Z      CGroup: /system.slice/docker.service
2025-08-20T20:19:58.7813557Z              └─21030 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:19:58.7813957Z 
2025-08-20T20:19:58.7814494Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.114878172Z" level=info msg="Loading containers: start."
2025-08-20T20:19:58.7815708Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.657876000Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 72e80b9963c70fc6247a66956f49e93be3fd31944029a8e2e63933acc7407bca], retrying...."
2025-08-20T20:19:58.7817226Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.694594540Z" level=info msg="Loading containers: done."
2025-08-20T20:19:58.7818382Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715122590Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:19:58.7819805Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715241426Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:19:58.7820694Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.715272219Z" level=info msg="Initializing buildkit"
2025-08-20T20:19:58.7821570Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.732622737Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:19:58.7822394Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735616607Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:19:58.7823142Z Aug 20 20:19:48 runnervmdbl46 dockerd[21030]: time="2025-08-20T20:19:48.735672121Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:19:58.7824066Z Aug 20 20:19:48 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:19:58.7906389Z Docker version 28.3.3, build 980b856
2025-08-20T20:19:58.8071422Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:19:59.3553737Z latest: Pulling from library/hello-world
2025-08-20T20:19:59.5185943Z 198f93fd5094: Pulling fs layer
2025-08-20T20:19:59.8472622Z 198f93fd5094: Verifying Checksum
2025-08-20T20:19:59.8473015Z 198f93fd5094: Download complete
2025-08-20T20:19:59.8762128Z 198f93fd5094: Pull complete
2025-08-20T20:19:59.8948231Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:19:59.9019923Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:20:00.6598900Z 
2025-08-20T20:20:00.6599792Z Hello from Docker!
2025-08-20T20:20:00.6600271Z This message shows that your installation appears to be working correctly.
2025-08-20T20:20:00.6600567Z 
2025-08-20T20:20:00.6600943Z To generate this message, Docker took the following steps:
2025-08-20T20:20:00.6601577Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:20:00.6601975Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:20:00.6602473Z     (arm64v8)
2025-08-20T20:20:00.6602767Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:20:00.6603214Z     executable that produces the output you are currently reading.
2025-08-20T20:20:00.6603729Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:20:00.6604106Z     to your terminal.
2025-08-20T20:20:00.6604246Z 
2025-08-20T20:20:00.6604466Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:20:00.6604894Z  $ docker run -it ubuntu bash
2025-08-20T20:20:00.6605069Z 
2025-08-20T20:20:00.6605258Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:20:00.6605695Z  https://hub.docker.com/
2025-08-20T20:20:00.6605863Z 
2025-08-20T20:20:00.6605962Z For more examples and ideas, visit:
2025-08-20T20:20:00.6606252Z  https://docs.docker.com/get-started/
2025-08-20T20:20:00.6606532Z 
2025-08-20T20:20:00.7893724Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:00.7894368Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:00.7895196Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:00.7895637Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:00.7896089Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:00.7896581Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:00.7897387Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:00.7897819Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:00.7898427Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:00.7898859Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:00.7899344Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:00.7899873Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:00.7900387Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:00.7901191Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:00.7963152Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:00.7963585Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:00.7963990Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:00.7964376Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:00.7964750Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:00.7965598Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:00.7966041Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:00.7966427Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:00.7966839Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:00.7967230Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:00.7967575Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:00.7967961Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:00.7968389Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:00.7968806Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:00.7969203Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:00.7969615Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:00.7970028Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:00.7970449Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:00.7970873Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:00.7971532Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:00.7971978Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:00.7972400Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:00.7972804Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:00.7973203Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:00.7973598Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:00.7974001Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:00.7974420Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:00.7974834Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:00.7975233Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:00.7975625Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:00.7976073Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:00.7976542Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:00.7977232Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:00.7977735Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:00.7978179Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:00.7978593Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:00.7979012Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:00.7979419Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:00.7979830Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:00.7980226Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:00.7980589Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:00.7980942Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:00.7981478Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:00.7981878Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:00.7982437Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:00.7982810Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:00.7983218Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:00.7983651Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:00.7984068Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:00.7984475Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:00.7984892Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:00.7985322Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:00.7985724Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:00.7986118Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:00.7986626Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:00.7987119Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:00.7987612Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:00.7988070Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:00.7988486Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:00.7988871Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:00.7989261Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:00.7989660Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:00.7990057Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:00.7990516Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:00.7991012Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:00.7992043Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:00.7992538Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:00.7992968Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:00.7993362Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:00.7993751Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:00.7994406Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:00.7994811Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:00.7995200Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:00.7995621Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:00.7996042Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:00.7996420Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:00.7996787Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:00.7997192Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:00.7997594Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:00.7997964Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:00.7998331Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:00.7998723Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:00.7999248Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:00.7999594Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:00.7999966Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:00.8000376Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:00.8000757Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:00.8001305Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:00.8001677Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:00.8002050Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:00.8002441Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:00.8002834Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:00.8003230Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:00.8003608Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:00.8003987Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:00.8004381Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:00.8004777Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:00.8005143Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:00.8005495Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:00.8005840Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:00.8006189Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:00.8006552Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:00.8006899Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:00.8007276Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:00.8007674Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:00.8008099Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:00.8008528Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:00.8008925Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:00.8009315Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:00.8009704Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:00.8010092Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:00.8010708Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:00.8011262Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:00.8011649Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:00.8012036Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:00.8012446Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:00.8012882Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:00.8013307Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:00.8013696Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:00.8014089Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:00.8014498Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:00.8014903Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:00.8015306Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:00.8015872Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:00.8016269Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:00.8016667Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:00.8017044Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:00.8017394Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:00.8017757Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:00.8018148Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:00.8018540Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:00.8018946Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:00.8019333Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:00.8019706Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:00.8020077Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:00.8020453Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:00.8020837Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:00.8021387Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:00.8021837Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:00.8022235Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:00.8022602Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:00.8022994Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:00.8023411Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:00.8023826Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:00.8024179Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:00.8024519Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:00.8024934Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:00.8025355Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:00.8025761Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:00.8026140Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:00.8026519Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:00.8027130Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:00.8027579Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:00.8028047Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:00.8028456Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:00.8028821Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:00.8029178Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:00.8029615Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:00.8030115Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:00.8030550Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:00.8030924Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:00.8031581Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:00.8032270Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:00.8032768Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:00.8033199Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:00.8033557Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:00.8033933Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:00.8034338Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:00.8034744Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:00.8035143Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:00.8035518Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:00.8035889Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:00.8036288Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:00.8036682Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:00.8037077Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:00.8037473Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:00.8037863Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:00.8038250Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:00.8038663Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:00.8039105Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:00.8039533Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:00.8039922Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:00.8040298Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:00.8040669Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:00.8041188Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:00.8041589Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:00.8042043Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:00.8042507Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:00.8042954Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:00.8043584Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:00.8043991Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:00.8044377Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:00.8044748Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:00.8045119Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:00.8045502Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:00.8045881Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:00.8046322Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:00.8046788Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:00.8047244Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:00.8047761Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:00.8048270Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:00.8048924Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:00.8049362Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:00.8049723Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:00.8050084Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:00.8050458Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:00.8050834Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:00.8051334Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:00.8051713Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:00.8052097Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:00.8052478Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:00.8052851Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:00.8053222Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:00.8053617Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:00.8054005Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:00.8054417Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:00.8054848Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:00.8055388Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:00.8055798Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:00.8056207Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:00.8056613Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:00.8057035Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:00.8057422Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:00.8057779Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:00.8058279Z 	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:20:00.8058793Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:00.8059160Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:00.8059607Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:00.8060209Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:00.8060637Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:00.8061261Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:00.8061691Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:00.8062116Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:00.8062516Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:00.8062914Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:00.8063330Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:00.8063738Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:00.8064125Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:00.8064558Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:00.8065046Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:00.8065711Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:00.8066334Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:00.8066743Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:00.8067143Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:00.8067616Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:00.8068097Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:00.8068507Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:00.8068946Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:00.8069400Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:00.8069808Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:00.8070167Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:00.8070519Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:00.8070886Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:00.8071399Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:00.8071763Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:00.8072108Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:00.8072474Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:00.8072837Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:00.8073198Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:00.8073564Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:00.8073922Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:00.8074295Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:00.8074680Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:00.8075036Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:00.8075391Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:00.8075751Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:00.8076114Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:00.8076488Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:00.8077096Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:00.8077473Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:00.8077852Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:00.8078266Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:00.8078696Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:00.8079102Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:00.8079457Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:00.8079834Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:00.8080255Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:00.8080651Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:00.8081014Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:00.8081584Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:00.8082100Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:00.8082440Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:00.8082784Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:00.8083137Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:00.8083500Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:00.8083856Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:00.8084200Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:00.8084532Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:00.8084905Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:00.8085313Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:00.8085705Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:00.8086102Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:00.8086492Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:00.8086902Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:00.8087398Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:00.8088008Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:00.8088632Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:00.8089170Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:00.8089643Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:00.8090103Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:00.8090619Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:00.8091372Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:00.8091935Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:00.8092425Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:00.8092864Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:00.8093230Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:00.8093874Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:00.8094254Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:00.8094632Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:00.8095019Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:00.8095407Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:00.8095791Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:00.8096171Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:00.8096553Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:00.8096926Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:00.8097298Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:00.8097669Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:00.8098057Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:00.8098448Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:00.8098999Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:00.8099410Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:00.8099774Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:00.8100162Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:00.8100571Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:00.8100978Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:00.8101567Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:00.8101999Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:00.8102367Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:00.8102729Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:00.8103114Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:00.8103480Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:00.8103870Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:00.8104257Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:00.8104642Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:00.8105020Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:00.8105380Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:00.8105744Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:00.8106288Z 	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:20:00.8107004Z 	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:20:00.8107687Z 	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:20:00.8108350Z 	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:20:00.8108871Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:00.8109277Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:00.8109684Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:00.8110083Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:00.8110680Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:00.8111203Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:00.8111582Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:00.8111956Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:00.8112332Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:00.8112707Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:00.8113082Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:00.8113466Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:00.8113862Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:00.8114258Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:00.8114656Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:00.8115045Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:00.8115568Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:00.8115954Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:00.8116349Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:00.8116742Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:00.8117137Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:00.8117520Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:00.8117942Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:00.8118368Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:00.8118772Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:00.8119208Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:00.8119666Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:00.8120067Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:00.8120433Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:00.8120808Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:00.8121374Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:00.8121783Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:00.8122187Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:00.8122570Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:00.8122958Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:00.8123427Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:00.8123895Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:00.8124288Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:00.8124691Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:00.8125139Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:00.8125580Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:00.8126050Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:00.8126533Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:00.8127178Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:00.8127632Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:00.8128035Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:00.8128424Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:00.8128840Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:00.8129222Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:00.8129592Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:00.8129996Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:00.8130392Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:00.8130796Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:00.8131389Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:00.8131929Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:00.8132304Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:00.8132666Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:00.8133016Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:00.8133398Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:00.8133815Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:00.8134205Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:00.8134646Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:00.8135099Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:00.8135493Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:00.8135934Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:00.8136354Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:00.8136757Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:00.8137161Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:00.8137514Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:00.8137876Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:00.8138264Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:00.8138658Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:00.8139040Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:00.8139398Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:00.8139752Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:00.8140098Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:00.8140586Z 	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:20:00.8141251Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:00.8141645Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:00.8142059Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:00.8142459Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:00.8142866Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:00.8143569Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:00.8144003Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:00.8144415Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:00.8144824Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:00.8145196Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:00.8145561Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:00.8145921Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:00.8146294Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:00.8146711Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:00.8147139Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:00.8147536Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:00.8147956Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:00.8148577Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:00.8148974Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:00.8149339Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:00.8149683Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:00.8150028Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:00.8150392Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:00.8150764Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:00.8151284Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:00.8151701Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:00.8152114Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:00.8152572Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:00.8153005Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:00.8153378Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:00.8153764Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:00.8154147Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:00.8154531Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:00.8154907Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:00.8155277Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:00.8155718Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:00.8156211Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:00.8156642Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:00.8157018Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:00.8157391Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:00.8157789Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:00.8158187Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:00.8158558Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:00.8158949Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:00.8159325Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:00.8159905Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:00.8160277Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:00.8160673Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:00.8161221Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:00.8161604Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:00.8161986Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:00.8162424Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:00.8162861Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:00.8163285Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:00.8163675Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:00.8164188Z 	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:20:00.8164833Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:00.8165222Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:00.8165629Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:00.8166053Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:00.8166572Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:00.8167150Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:00.8167758Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:00.8168407Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:00.8169054Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:00.8169686Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:00.8170309Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:00.8170887Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:00.8171491Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:00.8171937Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:00.8172370Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:00.8172798Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:00.8173270Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:00.8173699Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:00.8174074Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:00.8174437Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:00.8174812Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:00.8175189Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:00.8175594Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:00.8176006Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:00.8176372Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:00.8176962Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:00.8177448Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:00.8177940Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:00.8178427Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:00.8178912Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:00.8179362Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:00.8179771Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:00.8180182Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:00.8180590Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:00.8181015Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:00.8181577Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:00.8181967Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:00.8182508Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:00.8182875Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:00.8183252Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:00.8183685Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:00.8184137Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:00.8184537Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:00.8184955Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:00.8185386Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:00.8185833Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:00.8186281Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:00.8186711Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:00.8187107Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:00.8187479Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:00.8187863Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:00.8188230Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:00.8188604Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:00.8189004Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:00.8189406Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:00.8189832Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:00.8190305Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:00.8190763Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:00.8191300Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:00.8191652Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:00.8192019Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:00.8192412Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:00.8192800Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:00.8193186Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:00.8193808Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:00.8194260Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:00.8194679Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:00.8195062Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:00.8195460Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:00.8195999Z 	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:20:00.8196575Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:00.8197024Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:00.8197462Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:00.8197886Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:00.8198281Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:00.8198798Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:00.8199180Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:00.8199577Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:00.8199977Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:00.8200352Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:00.8200740Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:00.8201285Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:00.8201665Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:00.8202076Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:00.8202537Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:00.8202963Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:00.8203339Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:00.8203711Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:00.8204099Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:00.8204472Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:00.8204841Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:00.8205267Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:00.8205715Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:00.8206115Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:00.8206508Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:00.8206905Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:00.8207286Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:00.8207659Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:00.8208041Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:00.8208442Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:00.8208887Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:00.8209334Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:00.8209981Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:00.8210412Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:00.8210818Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:00.8211392Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:00.8211779Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:00.8212134Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:00.8212482Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:00.8212843Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:00.8213214Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:00.8213565Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:00.8213933Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:00.8214330Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:00.8214713Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:00.8215283Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:00.8215631Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:00.8216008Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:00.8216403Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:00.8216776Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:00.8217138Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:00.8217499Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:00.8217876Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:00.8218261Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:00.8218610Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:00.8218988Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:00.8219378Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:00.8219758Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:00.8220134Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:00.8220512Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:00.8220896Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:00.8221452Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:00.8221873Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:00.8222278Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:00.8222633Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:00.8222981Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:00.8223320Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:00.8223739Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:00.8224238Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:00.8224741Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:00.8225215Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:00.8225716Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:00.8226355Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:00.8226751Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:00.8227140Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:00.8227532Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:00.8227916Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:00.8228300Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:00.8228682Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:00.8229052Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:00.8229446Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:00.8229885Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:00.8230317Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:00.8230689Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:00.8231345Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:00.8231767Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:00.8232143Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:00.8232491Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:00.8232871Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:00.8233319Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:00.8233775Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:00.8234182Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:00.8234597Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:00.8235020Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:00.8235455Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:00.8531832Z [+] Installing Go for linux-arm64...
2025-08-20T20:20:01.2559372Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:20:01.2560219Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:20:01.2560483Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:20:01.2569971Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:20:01.2570340Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:20:01.2570687Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:20:01.2638857Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:20:01.2639381Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:20:01.2639830Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:20:01.2640290Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:20:01.2640724Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:20:01.2641280Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:20:01.2641771Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:20:01.2642222Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:20:01.2642647Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:20:01.2643079Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:20:01.2643514Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:20:01.2644295Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:20:01.2644770Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:20:01.2645218Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:20:01.2645662Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:20:01.2646132Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:20:01.2646594Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:20:01.2647047Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:20:01.2647495Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:20:01.2647905Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:20:01.2648254Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:20:01.2648580Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:20:01.2649084Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:20:01.2649413Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:20:01.2649747Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:20:01.2680851Z go version go1.22.2 linux/arm64
2025-08-20T20:20:01.2949226Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:01.2949723Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:01.2950071Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:01.2950423Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:01.2950785Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:01.2951308Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:01.2951687Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:01.2952052Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:01.2952407Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:01.2952731Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:01.2953083Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:01.2953461Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:01.2953837Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:01.2954241Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:01.2954632Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:01.2955027Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:01.2955430Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:01.2955789Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:01.2956167Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:01.2956619Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:01.2957055Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:01.2957442Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:01.2957857Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:01.2958252Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:01.2958600Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:01.2958985Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:01.2959800Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:01.2960231Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:01.2960639Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:01.2961425Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:01.2961895Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:01.2962318Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:01.2962746Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:01.2963163Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:01.2963601Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:01.2964029Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:01.2964428Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:01.2965073Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:01.2965465Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:01.2965870Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:01.2966291Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:01.2966701Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:01.2967105Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:01.2967497Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:01.2967947Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:01.2968421Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:01.2968888Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:01.2969379Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:01.2969819Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:01.2970235Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:01.2970650Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:01.2971375Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:01.2971849Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:01.2972249Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:01.2972617Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:01.2972979Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:01.2973345Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:01.2973740Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:01.2974140Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:01.2974515Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:01.2974918Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:01.2975353Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:01.2975769Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:01.2976176Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:01.2976877Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:01.2977368Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:01.2977780Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:01.2978175Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:01.2978606Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:01.2979100Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:01.2979594Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:01.2980048Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:01.2980463Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:01.2980849Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:01.2981447Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:01.2981853Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:01.2982460Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:01.2982918Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:01.2983418Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:01.2983920Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:01.2984406Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:01.2984841Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:01.2985237Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:01.2985630Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:01.2986033Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:01.2986429Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:01.2986820Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:01.2987239Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:01.2987660Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:01.2988039Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:01.2988411Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:01.2988819Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:01.2989221Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:01.2989597Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:01.2989963Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:01.2990357Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:01.2990741Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:01.2991269Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:01.2991685Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:01.2992098Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:01.2992479Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:01.2992839Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:01.2993194Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:01.2993786Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:01.2994191Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:01.2994593Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:01.2994983Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:01.2995361Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:01.2995738Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:01.2996132Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:01.2996526Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:01.2996895Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:01.2997245Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:01.2997587Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:01.2997938Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:01.2998301Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:01.2998855Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:01.2999230Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:01.2999622Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:01.3000046Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:01.3000478Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:01.3000877Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:01.3001459Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:01.3001852Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:01.3002238Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:01.3002636Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:01.3003046Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:01.3003428Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:01.3003817Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:01.3004227Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:01.3004663Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:01.3005089Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:01.3005473Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:01.3005862Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:01.3006273Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:01.3006680Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:01.3007084Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:01.3007474Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:01.3007870Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:01.3008272Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:01.3008651Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:01.3009007Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:01.3009369Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:01.3009768Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:01.3010378Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:01.3010796Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:01.3011324Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:01.3011691Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:01.3012063Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:01.3012438Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:01.3012823Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:01.3013242Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:01.3013680Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:01.3014078Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:01.3014454Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:01.3014842Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:01.3015409Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:01.3015829Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:01.3016181Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:01.3016523Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:01.3016939Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:01.3017366Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:01.3017771Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:01.3018151Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:01.3018529Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:01.3018909Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:01.3019355Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:01.3019821Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:01.3020230Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:01.3020595Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:01.3020952Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:01.3021619Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:01.3022127Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:01.3022570Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:01.3022942Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:01.3023405Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:01.3023938Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:01.3024436Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:01.3024872Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:01.3025230Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:01.3025606Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:01.3026013Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:01.3026431Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:01.3027045Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:01.3027444Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:01.3027822Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:01.3028214Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:01.3028612Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:01.3029009Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:01.3029403Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:01.3029797Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:01.3030191Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:01.3030609Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:01.3031288Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:01.3031757Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:01.3032322Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:01.3032697Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:01.3033067Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:01.3033438Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:01.3033825Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:01.3034239Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:01.3034704Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:01.3035153Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:01.3035555Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:01.3035949Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:01.3036332Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:01.3036704Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:01.3037073Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:01.3037457Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:01.3037841Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:01.3038287Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:01.3038766Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:01.3039229Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:01.3039745Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:01.3040262Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:01.3040764Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:01.3041358Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:01.3041724Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:01.3042082Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:01.3042458Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:01.3042835Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:01.3043203Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:01.3043816Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:01.3044216Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:01.3044604Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:01.3044980Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:01.3045354Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:01.3045745Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:01.3046132Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:01.3046543Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:01.3046974Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:01.3047392Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:01.3047803Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:01.3048203Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:01.3048741Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:01.3049159Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:01.3049548Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:01.3049907Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:01.3050413Z 	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:20:01.3050936Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:01.3051485Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:01.3051874Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:01.3052237Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:01.3052633Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:01.3053065Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:01.3053489Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:01.3053917Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:01.3054315Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:01.3054722Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:01.3055138Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:01.3055547Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:01.3055939Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:01.3056367Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:01.3056860Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:01.3057356Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:01.3057804Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:01.3058212Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:01.3058618Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:01.3059094Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:01.3059578Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:01.3060176Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:01.3060670Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:01.3061247Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:01.3061664Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:01.3062025Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:01.3062374Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:01.3062741Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:01.3063123Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:01.3063617Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:01.3063967Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:01.3064328Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:01.3064695Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:01.3065050Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:01.3065602Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:01.3065958Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:01.3066332Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:01.3066712Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:01.3067071Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:01.3067425Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:01.3067781Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:01.3068145Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:01.3068522Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:01.3068886Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:01.3069245Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:01.3069619Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:01.3070040Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:01.3070473Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:01.3070879Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:01.3071489Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:01.3071873Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:01.3072301Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:01.3072702Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:01.3073062Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:01.3073431Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:01.3073788Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:01.3074128Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:01.3074475Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:01.3074824Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:01.3075189Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:01.3075544Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:01.3075888Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:01.3076220Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:01.3076910Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:01.3077337Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:01.3077739Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:01.3078137Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:01.3078531Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:01.3078948Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:01.3079449Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:01.3080057Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:01.3080683Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:01.3081383Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:01.3082007Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:01.3082661Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:01.3083180Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:01.3083800Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:01.3084358Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:01.3084849Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:01.3085292Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:01.3085663Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:01.3086034Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:01.3086408Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:01.3086789Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:01.3087176Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:01.3087563Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:01.3087948Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:01.3088334Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:01.3088721Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:01.3089100Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:01.3089474Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:01.3089853Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:01.3090247Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:01.3090646Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:01.3091217Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:01.3091681Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:01.3092050Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:01.3092442Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:01.3092853Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:01.3093272Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:01.3093937Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:01.3094378Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:01.3094748Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:01.3095115Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:01.3095492Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:01.3095864Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:01.3096250Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:01.3096640Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:01.3097020Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:01.3097398Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:01.3097756Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:01.3098124Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:01.3098670Z 	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:20:01.3099543Z 	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:20:01.3100228Z 	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:20:01.3100890Z 	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:20:01.3101550Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:01.3101931Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:01.3102335Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:01.3102737Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:01.3103114Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:01.3103494Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:01.3103860Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:01.3104233Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:01.3104614Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:01.3104988Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:01.3105363Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:01.3105746Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:01.3106150Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:01.3106553Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:01.3106953Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:01.3107342Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:01.3107719Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:01.3108105Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:01.3108503Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:01.3108902Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:01.3109296Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:01.3109684Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:01.3110110Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:01.3110740Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:01.3111351Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:01.3111803Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:01.3112258Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:01.3112662Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:01.3113028Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:01.3113406Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:01.3113802Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:01.3114207Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:01.3114612Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:01.3114992Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:01.3115381Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:01.3116021Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:01.3116490Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:01.3116883Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:01.3117286Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:01.3117737Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:01.3118180Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:01.3118652Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:01.3119148Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:01.3119591Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:01.3120030Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:01.3120428Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:01.3120817Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:01.3121364Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:01.3121753Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:01.3122125Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:01.3122530Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:01.3122933Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:01.3123337Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:01.3123759Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:01.3124147Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:01.3124521Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:01.3124884Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:01.3125240Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:01.3125626Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:01.3126042Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:01.3126437Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:01.3127108Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:01.3127578Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:01.3127982Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:01.3128416Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:01.3128839Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:01.3129246Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:01.3129649Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:01.3130005Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:01.3130366Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:01.3130759Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:01.3131311Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:01.3131696Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:01.3132240Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:01.3132588Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:01.3132935Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:01.3133417Z 	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:20:01.3133925Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:01.3134307Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:01.3134684Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:01.3135080Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:01.3135493Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:01.3135903Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:01.3136310Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:01.3136721Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:01.3137132Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:01.3137503Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:01.3137864Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:01.3138223Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:01.3138599Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:01.3139019Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:01.3139449Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:01.3139849Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:01.3140272Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:01.3140713Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:01.3141287Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:01.3141685Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:01.3142036Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:01.3142382Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:01.3142747Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:01.3143118Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:01.3143755Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:01.3144169Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:01.3144591Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:01.3145047Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:01.3145481Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:01.3145851Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:01.3146236Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:01.3146621Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:01.3147008Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:01.3147387Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:01.3147762Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:01.3148201Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:01.3148823Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:01.3149243Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:01.3149618Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:01.3149994Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:01.3150396Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:01.3150789Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:01.3151351Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:01.3151771Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:01.3152159Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:01.3152506Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:01.3152861Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:01.3153256Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:01.3153672Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:01.3154048Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:01.3154435Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:01.3154876Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:01.3155319Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:01.3155745Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:01.3156140Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:01.3156654Z 	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:20:01.3157164Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:01.3157553Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:01.3157962Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:01.3158388Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:01.3158905Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:01.3159486Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:01.3160320Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:01.3161001Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:01.3161790Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:01.3162421Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:01.3163045Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:01.3163624Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:01.3164104Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:01.3164544Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:01.3164978Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:01.3165405Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:01.3165880Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:01.3166452Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:01.3166828Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:01.3167197Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:01.3167572Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:01.3167951Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:01.3168355Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:01.3168787Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:01.3169154Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:01.3169541Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:01.3170006Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:01.3170495Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:01.3170985Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:01.3171663Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:01.3172121Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:01.3172536Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:01.3172949Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:01.3173362Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:01.3173793Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:01.3174220Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:01.3174613Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:01.3174995Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:01.3175370Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:01.3175746Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:01.3176178Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:01.3176669Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:01.3177069Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:01.3177699Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:01.3178152Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:01.3178605Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:01.3179047Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:01.3179480Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:01.3179874Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:01.3180244Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:01.3180631Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:01.3181002Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:01.3181680Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:01.3182093Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:01.3182492Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:01.3183108Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:01.3183582Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:01.3184035Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:01.3184425Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:01.3184776Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:01.3185139Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:01.3185527Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:01.3185914Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:01.3186307Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:01.3186737Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:01.3187186Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:01.3187602Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:01.3187991Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:01.3188388Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:01.3188928Z 	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:20:01.3189504Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:01.3189955Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:01.3190400Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:01.3190823Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:01.3191415Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:01.3191809Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:01.3192196Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:01.3192596Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:01.3192994Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:01.3193372Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:01.3193761Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:01.3194161Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:01.3194746Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:01.3195205Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:01.3195670Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:01.3196092Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:01.3196470Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:01.3196845Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:01.3197230Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:01.3197605Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:01.3197972Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:01.3198399Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:01.3198850Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:01.3199255Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:01.3199783Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:01.3200180Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:01.3200559Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:01.3200931Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:01.3201609Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:01.3202016Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:01.3202457Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:01.3202910Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:01.3203331Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:01.3203732Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:01.3204137Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:01.3204561Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:01.3204950Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:01.3205302Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:01.3205653Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:01.3206016Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:01.3206389Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:01.3206741Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:01.3207116Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:01.3207509Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:01.3207897Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:01.3208250Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:01.3208600Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:01.3208978Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:01.3209374Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:01.3209749Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:01.3210113Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:01.3210480Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:01.3211381Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:01.3211826Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:01.3212183Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:01.3212555Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:01.3212944Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:01.3213321Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:01.3213694Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:01.3214068Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:01.3214451Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:01.3214851Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:01.3215278Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:01.3215676Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:01.3216205Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:01.3216555Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:01.3216898Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:01.3217314Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:01.3217813Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:01.3218290Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:01.3218764Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:01.3219273Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:01.3219711Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:01.3220084Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:01.3220475Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:01.3220860Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:01.3221542Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:01.3221932Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:01.3222317Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:01.3222689Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:01.3223081Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:01.3223529Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:01.3223964Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:01.3224341Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:01.3224737Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:01.3225159Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:01.3225538Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:01.3225882Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:01.3226268Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:01.3226720Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:01.3227181Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:01.3227837Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:01.3228273Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:01.3228702Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:01.3229133Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:01.5180756Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:20:01.7076339Z Collecting meson
2025-08-20T20:20:01.7799130Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:20:01.8299718Z Collecting ninja
2025-08-20T20:20:01.8474144Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:20:01.8734323Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:20:01.9794809Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 11.6 MB/s  0:00:00
2025-08-20T20:20:01.9964272Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:20:02.0809142Z Installing collected packages: ninja, meson
2025-08-20T20:20:02.7477944Z 
2025-08-20T20:20:02.7501668Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:20:03.0216184Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:20:03.1134583Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:20:03.2059495Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:20:03.5940822Z 1.8.4
2025-08-20T20:20:03.6253530Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:20:03.6646654Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:03.6647049Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:03.6647420Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:03.6647815Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:03.6648384Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:03.6648757Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:03.6649118Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:03.6649475Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:03.6649817Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:03.6650144Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:03.6650501Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:03.6650886Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:03.6651474Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:03.6651880Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:03.6652282Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:03.6652684Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:03.6653091Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:03.6653450Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:03.6653827Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:03.6654285Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:03.6654727Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:03.6655114Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:03.6655532Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:03.6655930Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:03.6656726Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:03.6657141Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:03.6657580Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:03.6657996Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:03.6658408Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:03.6658821Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:03.6659243Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:03.6659666Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:03.6660095Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:03.6660513Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:03.6660950Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:03.6661729Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:03.6662135Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:03.6662540Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:03.6662933Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:03.6663336Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:03.6663761Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:03.6664178Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:03.6664581Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:03.6664978Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:03.6665432Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:03.6665908Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:03.6666376Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:03.6666864Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:03.6667308Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:03.6667724Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:03.6668140Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:03.6668547Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:03.6668966Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:03.6669365Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:03.6669739Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:03.6670092Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:03.6670468Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:03.6670865Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:03.6671911Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:03.6672303Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:03.6672712Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:03.6673146Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:03.6673844Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:03.6674275Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:03.6674704Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:03.6675132Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:03.6675535Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:03.6675929Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:03.6676365Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:03.6676859Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:03.6677356Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:03.6677814Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:03.6678235Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:03.6678620Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:03.6679187Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:03.6679592Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:03.6679985Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:03.6680444Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:03.6680940Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:03.6681619Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:03.6682111Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:03.6682551Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:03.6682953Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:03.6683349Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:03.6683748Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:03.6684146Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:03.6684530Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:03.6684951Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:03.6685372Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:03.6685755Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:03.6686124Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:03.6686530Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:03.6686937Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:03.6687313Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:03.6687679Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:03.6688073Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:03.6688458Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:03.6688801Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:03.6689179Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:03.6689588Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:03.6689973Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:03.6690595Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:03.6690981Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:03.6691508Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:03.6691895Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:03.6692289Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:03.6692682Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:03.6693062Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:03.6693442Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:03.6693838Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:03.6694235Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:03.6694608Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:03.6694961Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:03.6695469Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:03.6695823Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:03.6696182Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:03.6696576Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:03.6696943Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:03.6697339Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:03.6697764Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:03.6698202Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:03.6698603Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:03.6698998Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:03.6699385Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:03.6699776Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:03.6700176Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:03.6700586Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:03.6700969Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:03.6702471Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:03.6702895Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:03.6703333Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:03.6703773Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:03.6704166Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:03.6704557Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:03.6704970Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:03.6705377Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:03.6705778Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:03.6706168Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:03.6706566Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:03.6706967Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:03.6707346Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:03.6707961Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:03.6708365Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:03.6708764Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:03.6709164Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:03.6709562Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:03.6709949Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:03.6710315Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:03.6710687Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:03.6711250Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:03.6711652Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:03.6712072Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:03.6712522Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:03.6712915Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:03.6713461Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:03.6713848Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:03.6714263Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:03.6714677Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:03.6715026Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:03.6715371Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:03.6715785Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:03.6716215Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:03.6716620Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:03.6717003Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:03.6717382Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:03.6717761Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:03.6718183Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:03.6718643Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:03.6719055Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:03.6719414Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:03.6719768Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:03.6720214Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:03.6720717Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:03.6721317Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:03.6721708Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:03.6722169Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:03.6722702Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:03.6723201Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:03.6723632Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:03.6723988Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:03.6724362Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:03.6724997Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:03.6725429Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:03.6725837Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:03.6726206Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:03.6726580Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:03.6726975Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:03.6727370Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:03.6727767Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:03.6728163Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:03.6728550Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:03.6728942Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:03.6729359Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:03.6729956Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:03.6730380Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:03.6730762Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:03.6731266Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:03.6731655Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:03.6732036Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:03.6732424Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:03.6732838Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:03.6733309Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:03.6733757Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:03.6734190Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:03.6734576Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:03.6734959Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:03.6735332Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:03.6735697Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:03.6736083Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:03.6736461Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:03.6736905Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:03.6737373Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:03.6737832Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:03.6738349Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:03.6738860Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:03.6739361Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:03.6739800Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:03.6740164Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:03.6740525Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:03.6740903Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:03.6741668Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:03.6742052Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:03.6742437Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:03.6742815Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:03.6743197Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:03.6743570Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:03.6743939Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:03.6744333Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:03.6744722Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:03.6745134Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:03.6745570Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:03.6745985Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:03.6746554Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:03.6746960Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:03.6747368Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:03.6747788Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:03.6748177Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:03.6748534Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:03.6749040Z 	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:20:03.6749556Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:03.6749927Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:03.6750303Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:03.6750666Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:03.6751237Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:03.6751700Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:03.6752122Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:03.6752552Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:03.6752950Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:03.6753350Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:03.6753775Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:03.6754184Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:03.6754576Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:03.6755002Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:03.6755485Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:03.6755976Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:03.6756425Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:03.6756832Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:03.6757233Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:03.6758052Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:03.6758562Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:03.6758973Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:03.6759404Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:03.6759852Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:03.6760254Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:03.6760613Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:03.6760959Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:03.6761654Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:03.6762046Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:03.6762415Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:03.6762765Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:03.6763288Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:03.6763645Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:03.6764000Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:03.6764363Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:03.6764717Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:03.6765089Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:03.6765470Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:03.6765829Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:03.6766185Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:03.6766544Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:03.6766907Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:03.6767282Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:03.6767646Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:03.6768000Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:03.6768372Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:03.6768786Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:03.6769219Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:03.6769624Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:03.6769989Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:03.6770375Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:03.6770800Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:03.6771498Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:03.6771864Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:03.6772230Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:03.6772586Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:03.6772928Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:03.6773274Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:03.6773625Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:03.6773992Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:03.6774350Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:03.6774944Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:03.6775353Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:03.6775734Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:03.6776141Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:03.6776536Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:03.6776936Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:03.6777326Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:03.6777737Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:03.6778233Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:03.6778846Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:03.6779467Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:03.6780145Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:03.6780614Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:03.6781234Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:03.6781798Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:03.6782416Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:03.6782976Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:03.6783472Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:03.6783914Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:03.6784284Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:03.6784655Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:03.6785047Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:03.6785426Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:03.6785810Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:03.6786194Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:03.6786580Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:03.6786963Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:03.6787350Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:03.6787724Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:03.6788098Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:03.6788475Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:03.6788864Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:03.6789253Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:03.6789664Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:03.6790075Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:03.6790436Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:03.6790829Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:03.6791679Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:03.6792110Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:03.6792557Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:03.6792984Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:03.6793351Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:03.6793716Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:03.6794097Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:03.6794464Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:03.6794851Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:03.6795239Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:03.6795630Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:03.6796008Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:03.6796422Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:03.6796992Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:03.6797542Z 	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:20:03.6798257Z 	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:20:03.6798939Z 	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:20:03.6799601Z 	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:20:03.6800127Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:03.6800506Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:03.6800911Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:03.6801551Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:03.6801940Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:03.6802315Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:03.6802681Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:03.6803056Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:03.6803433Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:03.6803808Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:03.6804185Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:03.6804572Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:03.6804971Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:03.6805370Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:03.6805764Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:03.6806148Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:03.6806521Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:03.6806907Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:03.6807305Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:03.6807701Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:03.6808095Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:03.6808728Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:03.6809174Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:03.6809607Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:03.6810006Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:03.6810440Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:03.6810896Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:03.6811521Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:03.6811903Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:03.6812281Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:03.6812682Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:03.6813086Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:03.6813645Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:03.6814021Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:03.6814412Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:03.6814878Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:03.6815349Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:03.6815745Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:03.6816150Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:03.6816596Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:03.6817042Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:03.6817516Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:03.6818008Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:03.6818447Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:03.6818882Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:03.6819279Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:03.6819669Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:03.6820087Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:03.6820473Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:03.6820850Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:03.6821432Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:03.6821841Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:03.6822241Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:03.6822660Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:03.6823052Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:03.6823426Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:03.6823793Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:03.6824145Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:03.6824529Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:03.6825196Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:03.6825615Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:03.6826064Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:03.6826518Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:03.6826918Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:03.6827355Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:03.6827779Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:03.6828184Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:03.6828589Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:03.6828944Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:03.6829308Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:03.6829699Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:03.6830253Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:03.6830634Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:03.6830989Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:03.6831480Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:03.6831825Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:03.6832308Z 	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:20:03.6832824Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:03.6833204Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:03.6833588Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:03.6833982Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:03.6834395Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:03.6834801Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:03.6835204Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:03.6835617Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:03.6836027Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:03.6836403Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:03.6836768Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:03.6837128Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:03.6837514Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:03.6837935Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:03.6838371Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:03.6838771Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:03.6839193Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:03.6839631Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:03.6840031Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:03.6840398Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:03.6840745Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:03.6841243Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:03.6841856Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:03.6842254Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:03.6842634Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:03.6843030Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:03.6843443Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:03.6843903Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:03.6844338Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:03.6844707Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:03.6845093Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:03.6845479Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:03.6845869Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:03.6846254Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:03.6846758Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:03.6847198Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:03.6847687Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:03.6848110Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:03.6848484Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:03.6848857Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:03.6849257Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:03.6849645Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:03.6850019Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:03.6850415Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:03.6850797Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:03.6851426Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:03.6851797Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:03.6852192Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:03.6852615Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:03.6852993Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:03.6853371Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:03.6853808Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:03.6854254Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:03.6854680Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:03.6855078Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:03.6855585Z 	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:20:03.6856093Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:03.6856486Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:03.6856899Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:03.6857325Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:03.6857848Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:03.6858691Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:03.6859341Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:03.6859994Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:03.6860639Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:03.6861414Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:03.6862048Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:03.6862627Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:03.6863110Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:03.6863554Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:03.6863989Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:03.6864595Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:03.6865071Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:03.6865501Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:03.6865879Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:03.6866240Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:03.6866618Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:03.6866997Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:03.6867407Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:03.6867819Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:03.6868185Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:03.6868574Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:03.6869031Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:03.6869520Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:03.6870008Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:03.6870495Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:03.6870943Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:03.6871493Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:03.6871920Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:03.6872338Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:03.6872772Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:03.6873197Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:03.6873585Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:03.6873963Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:03.6874339Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:03.6874714Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:03.6875148Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:03.6875809Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:03.6876235Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:03.6876658Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:03.6877086Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:03.6877533Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:03.6877978Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:03.6878412Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:03.6878809Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:03.6879181Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:03.6879565Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:03.6879939Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:03.6880308Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:03.6880867Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:03.6881441Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:03.6881873Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:03.6882341Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:03.6882796Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:03.6883191Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:03.6883541Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:03.6883914Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:03.6884310Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:03.6884691Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:03.6885084Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:03.6885509Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:03.6885955Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:03.6886366Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:03.6886749Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:03.6887149Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:03.6887691Z 	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:20:03.6888271Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:03.6888727Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:03.6889174Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:03.6889598Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:03.6889996Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:03.6890385Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:03.6890773Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:03.6891298Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:03.6891712Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:03.6892090Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:03.6892789Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:03.6893214Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:03.6893588Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:03.6893996Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:03.6894452Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:03.6894873Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:03.6895248Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:03.6895622Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:03.6896008Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:03.6896431Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:03.6896804Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:03.6897234Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:03.6897855Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:03.6898260Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:03.6898656Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:03.6899052Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:03.6899432Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:03.6899805Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:03.6900188Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:03.6900591Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:03.6901200Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:03.6901665Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:03.6902086Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:03.6902486Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:03.6902888Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:03.6903307Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:03.6903691Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:03.6904044Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:03.6904390Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:03.6904758Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:03.6905136Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:03.6905493Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:03.6905869Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:03.6906262Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:03.6906645Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:03.6907004Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:03.6907356Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:03.6907731Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:03.6908127Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:03.6908503Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:03.6909114Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:03.6909513Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:03.6909901Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:03.6910279Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:03.6910625Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:03.6910997Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:03.6911567Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:03.6911953Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:03.6912327Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:03.6912703Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:03.6913092Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:03.6913492Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:03.6914095Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:03.6914499Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:03.6914856Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:03.6915202Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:03.6915541Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:03.6915960Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:03.6916464Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:03.6916937Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:03.6917418Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:03.6917918Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:03.6918359Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:03.6918737Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:03.6919125Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:03.6919511Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:03.6919900Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:03.6920283Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:03.6920666Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:03.6921210Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:03.6921622Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:03.6922070Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:03.6922503Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:03.6922875Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:03.6923274Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:03.6923696Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:03.6924074Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:03.6924422Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:03.6924806Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:03.6925499Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:03.6925973Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:03.6926389Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:03.6926801Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:03.6927229Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:03.6927659Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:03.8678916Z info: downloading installer
2025-08-20T20:20:04.3353821Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:20:04.3354194Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:20:04.3354554Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:20:04.3354967Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:20:04.3533334Z info: profile set to 'default'
2025-08-20T20:20:04.3533661Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:20:04.3534379Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:20:04.4079867Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:04.5781431Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:04.6095880Z info: downloading component 'clippy'
2025-08-20T20:20:04.7141276Z info: downloading component 'rustfmt'
2025-08-20T20:20:04.8045686Z info: downloading component 'cargo'
2025-08-20T20:20:04.9832497Z info: downloading component 'rust-std'
2025-08-20T20:20:05.2978419Z info: downloading component 'rustc'
2025-08-20T20:20:06.0344853Z info: removing previous version of component 'clippy'
2025-08-20T20:20:06.0494381Z info: removing previous version of component 'rustfmt'
2025-08-20T20:20:06.0549901Z info: removing previous version of component 'cargo'
2025-08-20T20:20:06.0735684Z info: removing previous version of component 'rust-std'
2025-08-20T20:20:06.0832073Z info: removing previous version of component 'rustc'
2025-08-20T20:20:06.1027315Z info: installing component 'clippy'
2025-08-20T20:20:06.3655054Z info: installing component 'rustfmt'
2025-08-20T20:20:06.5635804Z info: installing component 'cargo'
2025-08-20T20:20:07.0613469Z info: installing component 'rust-std'
2025-08-20T20:20:08.3695762Z info: installing component 'rustc'
2025-08-20T20:20:11.1378352Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:11.1378653Z 
2025-08-20T20:20:11.1453001Z   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:20:11.1453419Z 
2025-08-20T20:20:11.1453423Z 
2025-08-20T20:20:11.1453504Z Rust is installed now. Great!
2025-08-20T20:20:11.1453645Z 
2025-08-20T20:20:11.1453822Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:20:11.1454237Z environment variable. This has not been done automatically.
2025-08-20T20:20:11.1454462Z 
2025-08-20T20:20:11.1454567Z To configure your current shell, you need to source
2025-08-20T20:20:11.1454864Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:20:11.1455043Z 
2025-08-20T20:20:11.1455208Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:20:11.1455591Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:20:11.1455885Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:20:11.1456155Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:20:11.1615754Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:11.1932491Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:11.1932779Z 
2025-08-20T20:20:11.2005978Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:11.2006296Z 
2025-08-20T20:20:11.2405351Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:11.2779531Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:20:11.3060840Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:11.3061444Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:11.3061818Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:11.3062187Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:11.3062552Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:11.3062908Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:11.3063264Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:11.3063618Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:11.3063960Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:11.3064309Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:11.3064665Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:11.3065440Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:11.3065823Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:11.3066222Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:11.3066611Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:11.3067009Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:11.3067406Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:11.3067764Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:11.3068139Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:11.3068598Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:11.3069047Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:11.3069439Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:11.3069856Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:11.3070249Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:11.3070597Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:11.3070983Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:11.3071568Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:11.3071984Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:11.3072386Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:11.3072808Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:11.3073231Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:11.3073654Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:11.3074080Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:11.3074498Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:11.3074930Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:11.3075351Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:11.3075749Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:11.3076152Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:11.3076545Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:11.3077212Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:11.3077662Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:11.3078083Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:11.3078484Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:11.3078873Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:11.3079323Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:11.3079792Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:11.3080255Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:11.3080744Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:11.3081362Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:11.3081785Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:11.3082379Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:11.3082788Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:11.3083199Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:11.3083600Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:11.3083968Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:11.3084318Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:11.3084684Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:11.3085077Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:11.3085481Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:11.3085857Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:11.3086263Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:11.3086698Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:11.3087115Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:11.3087522Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:11.3087939Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:11.3088367Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:11.3088770Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:11.3089162Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:11.3089600Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:11.3090096Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:11.3090597Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:11.3091166Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:11.3091599Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:11.3091984Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:11.3092374Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:11.3092771Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:11.3093165Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:11.3093821Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:11.3094369Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:11.3094878Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:11.3095366Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:11.3095802Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:11.3096199Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:11.3096587Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:11.3096994Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:11.3097391Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:11.3097778Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:11.3098204Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:11.3098624Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:11.3099148Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:11.3099516Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:11.3099917Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:11.3100321Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:11.3100691Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:11.3101161Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:11.3101559Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:11.3101945Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:11.3102297Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:11.3102669Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:11.3103076Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:11.3103458Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:11.3103820Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:11.3104179Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:11.3104550Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:11.3104931Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:11.3105328Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:11.3105721Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:11.3106108Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:11.3106491Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:11.3106897Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:11.3107293Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:11.3107660Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:11.3108047Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:11.3108398Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:11.3108751Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:11.3109112Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:11.3109471Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:11.3110066Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:11.3110482Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:11.3110917Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:11.3112754Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:11.3113163Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:11.3113553Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:11.3113937Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:11.3114321Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:11.3114720Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:11.3115126Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:11.3115516Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:11.3115905Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:11.3116574Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:11.3117011Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:11.3117438Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:11.3117823Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:11.3118213Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:11.3118617Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:11.3119023Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:11.3119426Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:11.3119824Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:11.3120224Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:11.3120638Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:11.3121018Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:11.3121539Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:11.3121907Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:11.3122302Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:11.3122694Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:11.3123090Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:11.3123475Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:11.3123850Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:11.3124227Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:11.3124606Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:11.3124988Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:11.3125407Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:11.3125853Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:11.3126247Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:11.3126619Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:11.3127007Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:11.3127424Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:11.3128066Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:11.3128436Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:11.3128782Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:11.3129198Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:11.3129628Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:11.3130037Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:11.3130418Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:11.3130797Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:11.3131311Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:11.3131740Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:11.3132206Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:11.3132620Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:11.3133145Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:11.3133507Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:11.3133950Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:11.3134448Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:11.3134884Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:11.3135254Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:11.3135713Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:11.3136244Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:11.3136750Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:11.3137187Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:11.3137545Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:11.3137922Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:11.3138330Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:11.3138748Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:11.3139155Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:11.3139527Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:11.3139901Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:11.3140304Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:11.3140702Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:11.3141224Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:11.3141640Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:11.3142034Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:11.3142425Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:11.3142841Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:11.3143282Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:11.3143709Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:11.3144135Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:11.3144717Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:11.3145114Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:11.3145490Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:11.3145877Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:11.3146292Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:11.3146757Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:11.3147203Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:11.3147606Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:11.3147992Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:11.3148370Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:11.3148745Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:11.3149109Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:11.3149684Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:11.3150067Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:11.3150513Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:11.3150981Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:11.3151551Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:11.3152064Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:11.3152573Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:11.3153080Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:11.3153515Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:11.3153879Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:11.3154238Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:11.3154731Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:11.3155107Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:11.3155471Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:11.3155852Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:11.3156234Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:11.3156616Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:11.3156986Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:11.3157364Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:11.3157760Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:11.3158151Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:11.3158564Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:11.3159000Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:11.3159417Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:11.3159827Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:11.3160224Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:11.3160632Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:11.3161365Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:11.3161793Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:11.3162158Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:11.3162666Z 	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:20:11.3163182Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:11.3163553Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:11.3163930Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:11.3164293Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:11.3164691Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:11.3165132Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:11.3165567Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:11.3166000Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:11.3166596Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:11.3166997Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:11.3167415Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:11.3167823Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:11.3168208Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:11.3168633Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:11.3169118Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:11.3169618Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:11.3170063Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:11.3170470Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:11.3170871Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:11.3171545Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:11.3172036Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:11.3172444Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:11.3172875Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:11.3173323Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:11.3173724Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:11.3174091Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:11.3174440Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:11.3174817Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:11.3175199Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:11.3175561Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:11.3175911Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:11.3176282Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:11.3176647Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:11.3177003Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:11.3177371Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:11.3177725Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:11.3178326Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:11.3178719Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:11.3179083Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:11.3179439Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:11.3179796Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:11.3180162Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:11.3180533Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:11.3180894Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:11.3181370Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:11.3181774Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:11.3182195Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:11.3182627Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:11.3183201Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:11.3183563Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:11.3183943Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:11.3184366Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:11.3184762Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:11.3185119Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:11.3185483Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:11.3185837Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:11.3186180Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:11.3186527Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:11.3186879Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:11.3187244Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:11.3187600Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:11.3187946Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:11.3188279Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:11.3188652Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:11.3189055Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:11.3189450Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:11.3189851Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:11.3190246Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:11.3190665Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:11.3191297Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:11.3191936Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:11.3192559Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:11.3193102Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:11.3193569Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:11.3194020Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:11.3194724Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:11.3195399Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:11.3195964Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:11.3196452Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:11.3196889Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:11.3197253Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:11.3197621Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:11.3197993Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:11.3198370Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:11.3198758Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:11.3199148Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:11.3199717Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:11.3200104Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:11.3200488Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:11.3200861Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:11.3201355Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:11.3201729Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:11.3202122Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:11.3202511Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:11.3202925Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:11.3203337Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:11.3203707Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:11.3204095Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:11.3204504Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:11.3204909Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:11.3205344Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:11.3205770Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:11.3206136Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:11.3206503Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:11.3206890Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:11.3207256Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:11.3207647Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:11.3208036Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:11.3208422Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:11.3208806Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:11.3209169Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:11.3209536Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:11.3210083Z 	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:20:11.3211140Z 	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:20:11.3211898Z 	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:20:11.3212570Z 	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:20:11.3213094Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:11.3213474Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:11.3213879Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:11.3214277Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:11.3214650Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:11.3215021Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:11.3215383Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:11.3215758Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:11.3216320Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:11.3216695Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:11.3217067Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:11.3217453Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:11.3217853Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:11.3218248Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:11.3218643Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:11.3219028Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:11.3219407Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:11.3219795Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:11.3220194Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:11.3220596Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:11.3220991Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:11.3221515Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:11.3221940Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:11.3222367Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:11.3222766Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:11.3223201Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:11.3223661Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:11.3224058Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:11.3224427Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:11.3224805Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:11.3225199Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:11.3225606Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:11.3226005Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:11.3226384Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:11.3226771Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:11.3227239Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:11.3227940Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:11.3228362Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:11.3228771Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:11.3229221Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:11.3229667Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:11.3230138Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:11.3230624Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:11.3231294Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:11.3231778Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:11.3232185Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:11.3232573Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:11.3233173Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:11.3233554Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:11.3233933Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:11.3234337Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:11.3234732Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:11.3235134Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:11.3235550Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:11.3235943Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:11.3236325Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:11.3236690Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:11.3237046Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:11.3237432Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:11.3237854Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:11.3238246Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:11.3238690Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:11.3239137Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:11.3239535Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:11.3239972Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:11.3240396Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:11.3240802Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:11.3241352Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:11.3241710Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:11.3242065Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:11.3242457Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:11.3242851Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:11.3243230Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:11.3243586Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:11.3243933Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:11.3244534Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:11.3245045Z 	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:20:11.3245558Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:11.3245938Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:11.3246316Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:11.3246710Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:11.3247120Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:11.3247527Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:11.3247927Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:11.3248339Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:11.3248753Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:11.3249131Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:11.3249658Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:11.3250017Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:11.3250387Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:11.3250806Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:11.3251354Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:11.3251751Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:11.3252170Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:11.3252605Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:11.3253008Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:11.3253379Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:11.3253735Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:11.3254082Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:11.3254447Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:11.3254821Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:11.3255195Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:11.3255617Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:11.3256031Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:11.3256490Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:11.3256924Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:11.3257294Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:11.3257686Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:11.3258073Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:11.3258460Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:11.3258834Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:11.3259209Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:11.3259646Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:11.3260139Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:11.3260765Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:11.3261314Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:11.3261694Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:11.3262101Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:11.3262491Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:11.3262864Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:11.3263258Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:11.3263635Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:11.3263980Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:11.3264331Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:11.3264729Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:11.3265153Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:11.3265529Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:11.3266103Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:11.3266548Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:11.3266989Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:11.3267408Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:11.3267799Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:11.3268308Z 	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:20:11.3268808Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:11.3269198Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:11.3269607Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:11.3270035Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:11.3270555Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:11.3271274Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:11.3271903Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:11.3272553Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:11.3273200Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:11.3273833Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:11.3274455Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:11.3275039Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:11.3275520Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:11.3275962Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:11.3276396Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:11.3276820Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:11.3277292Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:11.3277725Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:11.3278319Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:11.3278705Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:11.3279086Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:11.3279466Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:11.3279864Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:11.3280274Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:11.3280635Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:11.3281117Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:11.3281591Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:11.3282078Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:11.3282576Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:11.3283063Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:11.3283682Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:11.3284101Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:11.3284513Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:11.3284926Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:11.3285355Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:11.3285782Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:11.3286167Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:11.3286554Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:11.3286927Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:11.3287305Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:11.3287738Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:11.3288171Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:11.3288570Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:11.3288984Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:11.3289406Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:11.3289850Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:11.3290289Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:11.3290726Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:11.3291230Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:11.3291618Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:11.3292001Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:11.3292369Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:11.3292739Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:11.3293136Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:11.3293532Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:11.3293956Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:11.3294431Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:11.3295113Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:11.3295530Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:11.3295887Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:11.3296257Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:11.3296648Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:11.3297030Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:11.3297418Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:11.3297845Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:11.3298287Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:11.3298701Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:11.3299086Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:11.3299486Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:11.3300214Z 	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:20:11.3300791Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:11.3301364Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:11.3301808Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:11.3302229Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:11.3302626Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:11.3303018Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:11.3303408Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:11.3303804Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:11.3304206Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:11.3304582Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:11.3304972Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:11.3305376Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:11.3305748Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:11.3306157Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:11.3306619Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:11.3307044Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:11.3307418Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:11.3307792Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:11.3308176Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:11.3308548Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:11.3308912Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:11.3309340Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:11.3309783Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:11.3310188Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:11.3310584Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:11.3311308Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:11.3311767Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:11.3312150Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:11.3312534Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:11.3312932Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:11.3313373Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:11.3313816Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:11.3314238Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:11.3314638Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:11.3315039Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:11.3315464Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:11.3315850Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:11.3316342Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:11.3316682Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:11.3317043Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:11.3317413Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:11.3317761Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:11.3318128Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:11.3318519Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:11.3318900Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:11.3319263Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:11.3319610Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:11.3319993Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:11.3320391Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:11.3320765Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:11.3321449Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:11.3321858Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:11.3322245Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:11.3322622Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:11.3322969Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:11.3323339Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:11.3323737Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:11.3324110Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:11.3324487Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:11.3324860Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:11.3325243Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:11.3325642Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:11.3326059Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:11.3326460Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:11.3326812Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:11.3327160Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:11.3327708Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:11.3328193Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:11.3328700Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:11.3329168Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:11.3329642Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:11.3330145Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:11.3347510Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:11.3348073Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:11.3348467Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:11.3348877Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:11.3349267Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:11.3349979Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:11.3350369Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:11.3350741Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:11.3351345Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:11.3351814Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:11.3352246Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:11.3352618Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:11.3353018Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:11.3353446Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:11.3353823Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:11.3354176Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:11.3354563Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:11.3355011Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:11.3355469Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:11.3355878Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:11.3356294Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:11.3356721Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:11.3357150Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:11.3357446Z 
2025-08-20T20:20:11.3357450Z 
2025-08-20T20:20:11.3357809Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:20:11 PM)
2025-08-20T20:20:11.3358175Z 
2025-08-20T20:20:11.3358178Z 
2025-08-20T20:20:11.3358182Z 
2025-08-20T20:20:11.3358247Z [+] Continue : YES
2025-08-20T20:20:11.3358355Z 
2025-08-20T20:20:11.3358610Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:20:11.4114031Z 
2025-08-20T20:20:11.4114590Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:20:11 PM) UTC
2025-08-20T20:20:11.4114854Z 
2025-08-20T20:20:11.4130001Z 
2025-08-20T20:20:11.4130167Z [+] Total RECIPES :: 1
2025-08-20T20:20:11.4130309Z 
2025-08-20T20:20:11.4204966Z 
2025-08-20T20:20:11.4205548Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml (1/1)
2025-08-20T20:20:11.4206043Z 
2025-08-20T20:20:11.4751665Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:20:11.4762546Z mode of '/tmp/pkgforge/pyOWONRKx_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:20:11.4809298Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fping/official [Provided]
2025-08-20T20:20:11.4809692Z [+] Setting '.pkg_family' --> fping [Provided]
2025-08-20T20:20:11.4822460Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:20:11.4827380Z [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:20:11.4852826Z [00:00:00.003]➜  
2025-08-20T20:20:11.4853301Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:20:11.4853712Z [00:00:00.003]➜  
2025-08-20T20:20:11.4888249Z [00:00:00.006]➜  
2025-08-20T20:20:11.4888726Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:20:11.4889121Z [00:00:00.006]➜  
2025-08-20T20:20:11.4960262Z [00:00:00.013]➜  
2025-08-20T20:20:11.4961342Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fping/static.official.source.yaml) --> /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:20:11 PM) UTC]
2025-08-20T20:20:11.4962200Z [00:00:00.013]➜  
2025-08-20T20:20:11.4962392Z [00:00:00.013]➜  
2025-08-20T20:20:11.4962574Z [00:00:00.013]➜  
2025-08-20T20:20:11.4962842Z [00:00:00.013]➜  ###################################################################
2025-08-20T20:20:11.4973018Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0    
2025-08-20T20:20:11.4973709Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:20:11.4974273Z [00:00:00.014]➜  _disabled: false
2025-08-20T20:20:11.4974523Z [00:00:00.014]➜  
2025-08-20T20:20:11.4974729Z [00:00:00.014]➜  pkg: "fping"
2025-08-20T20:20:11.4975011Z [00:00:00.014]➜  pkg_id: "github.com.schweikert.fping"
2025-08-20T20:20:11.4975325Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T20:20:11.4975562Z [00:00:00.014]➜  category:
2025-08-20T20:20:11.4976247Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T20:20:11.4976561Z [00:00:00.014]➜    - "Utility"
2025-08-20T20:20:11.4976974Z [00:00:00.014]➜  description: "Quickly ping N number of hosts to determine their reachability"
2025-08-20T20:20:11.4977361Z [00:00:00.014]➜  distro_pkg:
2025-08-20T20:20:11.4977584Z [00:00:00.014]➜    alpine:
2025-08-20T20:20:11.4977804Z [00:00:00.014]➜      - "fping"
2025-08-20T20:20:11.4978039Z [00:00:00.014]➜    archlinux:
2025-08-20T20:20:11.4978259Z [00:00:00.014]➜      aur:
2025-08-20T20:20:11.4978485Z [00:00:00.014]➜        - "fping-git"
2025-08-20T20:20:11.4978767Z [00:00:00.014]➜      extra:
2025-08-20T20:20:11.4978987Z [00:00:00.014]➜        - "fping"
2025-08-20T20:20:11.4979231Z [00:00:00.014]➜    debian:
2025-08-20T20:20:11.4979450Z [00:00:00.014]➜      - "fping"
2025-08-20T20:20:11.4979682Z [00:00:00.014]➜    gnuguix:
2025-08-20T20:20:11.4979968Z [00:00:00.014]➜      - "fping"
2025-08-20T20:20:11.4980192Z [00:00:00.014]➜    homebrew:
2025-08-20T20:20:11.4980431Z [00:00:00.014]➜      - "fping"
2025-08-20T20:20:11.4980697Z [00:00:00.014]➜    nixpkgs:
2025-08-20T20:20:11.4980923Z [00:00:00.014]➜      - "fping"
2025-08-20T20:20:11.4981359Z [00:00:00.014]➜  homepage:
2025-08-20T20:20:11.4981660Z [00:00:00.014]➜    - "https://github.com/schweikert/fping"
2025-08-20T20:20:11.4981951Z [00:00:00.014]➜  license:
2025-08-20T20:20:11.4982172Z [00:00:00.014]➜    - id: "Custom"
2025-08-20T20:20:11.4982734Z [00:00:00.014]➜      url: "https://github.com/schweikert/fping/raw/57d91b13f20529a23df8c29eaf612d8483e318d8/COPYING"
2025-08-20T20:20:11.4983188Z [00:00:00.014]➜  maintainer:
2025-08-20T20:20:11.4983493Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:20:11.4984086Z [00:00:00.014]➜  note:
2025-08-20T20:20:11.4984448Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:20:11.4984970Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/schweikert/fping"
2025-08-20T20:20:11.4985383Z [00:00:00.014]➜  provides:
2025-08-20T20:20:11.4985602Z [00:00:00.014]➜    - "fping"  
2025-08-20T20:20:11.4985850Z [00:00:00.014]➜  repology:
2025-08-20T20:20:11.4986068Z [00:00:00.014]➜    - "fping"
2025-08-20T20:20:11.4986286Z [00:00:00.014]➜  src_url:
2025-08-20T20:20:11.4986563Z [00:00:00.014]➜    - "https://github.com/schweikert/fping"
2025-08-20T20:20:11.4986849Z [00:00:00.014]➜  tag:
2025-08-20T20:20:11.4987057Z [00:00:00.014]➜    - "Utility"
2025-08-20T20:20:11.4987269Z [00:00:00.014]➜  x_exec:
2025-08-20T20:20:11.4987521Z [00:00:00.014]➜    bsys: "docker://clang+make"
2025-08-20T20:20:11.4987781Z [00:00:00.014]➜    host:
2025-08-20T20:20:11.4988010Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-20T20:20:11.4988284Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-20T20:20:11.4988533Z [00:00:00.014]➜    shell: "bash"
2025-08-20T20:20:11.4988766Z [00:00:00.014]➜    pkgver: |
2025-08-20T20:20:11.4989426Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:20:11.4990128Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/schweikert/fping" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:20:11.4990971Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:20:11.4991857Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:20:11.4992234Z [00:00:00.014]➜    run: |
2025-08-20T20:20:11.4992443Z [00:00:00.014]➜      #Build
2025-08-20T20:20:11.4993044Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:20:11.4993756Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:20:11.4994343Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:20:11.4994799Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:20:11.4995199Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:20:11.4995534Z [00:00:00.014]➜        bash -l -c '
2025-08-20T20:20:11.4995773Z [00:00:00.014]➜        #Setup ENV
2025-08-20T20:20:11.4996138Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:20:11.4996478Z [00:00:00.014]➜        #Build
2025-08-20T20:20:11.4997014Z [00:00:00.014]➜         git clone --filter "blob:none" --depth="1" --quiet "https://github.com/schweikert/fping" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:20:11.4997528Z [00:00:00.014]➜         export CC="clang"
2025-08-20T20:20:11.4997805Z [00:00:00.014]➜         export CXX="clang++"
2025-08-20T20:20:11.4998319Z [00:00:00.014]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T20:20:11.4998791Z [00:00:00.014]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T20:20:11.4999103Z [00:00:00.014]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T20:20:11.4999410Z [00:00:00.014]➜         export LD="$(which mold)"
2025-08-20T20:20:11.5000308Z [00:00:00.014]➜         export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T20:20:11.5001807Z [00:00:00.014]➜         bash "./autogen.sh" ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T20:20:11.5002744Z [00:00:00.014]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T20:20:11.5003747Z [00:00:00.014]➜         find "./src" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T20:20:11.5004674Z [00:00:00.015]➜        #Copy
2025-08-20T20:20:11.5005563Z [00:00:00.015]➜         find "./src" -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 "{}" "/build-bins/"
2025-08-20T20:20:11.5006712Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:20:11.5007281Z [00:00:00.015]➜        #strip & info 
2025-08-20T20:20:11.5007796Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:20:11.5008474Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:20:11.5009379Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:20:11.5009966Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:20:11.5010521Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:20:11.5010933Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T20:20:11.5011448Z [00:00:00.015]➜        '
2025-08-20T20:20:11.5011678Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T20:20:11.5012036Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:20:11.5012593Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:20:11.5013690Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:20:11.5014466Z [00:00:00.015]➜  
2025-08-20T20:20:11.5014648Z [00:00:00.015]➜  
2025-08-20T20:20:11.5014915Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:20:11.5015189Z [00:00:00.015]➜  
2025-08-20T20:20:11.5015369Z [00:00:00.015]➜  
2025-08-20T20:20:11.5015548Z [00:00:00.015]➜  
2025-08-20T20:20:11.5016040Z [00:00:00.016]➜  '/tmp/pkgforge/pyOWONRKx_build.yaml' -> '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:20:12.8809486Z [00:00:01.398]➜  '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.version' -> '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.version'
2025-08-20T20:20:12.8859963Z [00:00:01.403]➜  [+] Version: HEAD-e1bbe1e-250819T101942 ('.x_exec.pkgver') [/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.version]
2025-08-20T20:20:12.9047556Z [00:00:01.422]➜  [+] Progs: fping
2025-08-20T20:20:13.1616281Z [00:00:01.679]➜  
2025-08-20T20:20:13.1616680Z [00:00:01.679]➜  [-] Missing packages. Found: 
2025-08-20T20:20:13.1616983Z [00:00:01.679]➜  [+] Expected: fping
2025-08-20T20:20:13.1617265Z [00:00:01.679]➜  [+] Continuing with build...
2025-08-20T20:20:13.1617517Z [00:00:01.679]➜  
2025-08-20T20:20:13.5014913Z [00:00:02.019]➜  
2025-08-20T20:20:13.5015215Z [00:00:02.019]➜  
2025-08-20T20:20:13.5092508Z [00:00:02.027]➜  + mkdir -pv /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:20:13.5107856Z [00:00:02.028]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=fping -e PKG_ID=github.com.schweikert.fping -e PKG_TYPE=static -e PKG_VER=HEAD-e1bbe1e-250819T101942 -e PKGVER=HEAD-e1bbe1e-250819T101942 -e SBUILD_PKG=fping.static -e SBUILD_PKGVER=HEAD-e1bbe1e-250819T101942 --volume /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:20:13.5109557Z [00:00:02.028]➜    #Setup ENV
2025-08-20T20:20:13.5109932Z [00:00:02.028]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:20:13.5110275Z [00:00:02.028]➜    #Build
2025-08-20T20:20:13.5110810Z [00:00:02.028]➜     git clone --filter "blob:none" --depth="1" --quiet "https://github.com/schweikert/fping" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:20:13.5111567Z [00:00:02.028]➜     export CC="clang"
2025-08-20T20:20:13.5111837Z [00:00:02.028]➜     export CXX="clang++"
2025-08-20T20:20:13.5112339Z [00:00:02.028]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T20:20:13.5112834Z [00:00:02.028]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T20:20:13.5113133Z [00:00:02.028]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T20:20:13.5113785Z [00:00:02.028]➜     export LD="$(which mold)"
2025-08-20T20:20:13.5114677Z [00:00:02.028]➜     export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T20:20:13.5115809Z [00:00:02.028]➜     bash "./autogen.sh" ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T20:20:13.5116426Z [00:00:02.028]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T20:20:13.5117351Z [00:00:02.028]➜     find "./src" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T20:20:13.5118106Z [00:00:02.028]➜    #Copy
2025-08-20T20:20:13.5118935Z [00:00:02.028]➜     find "./src" -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 "{}" "/build-bins/"
2025-08-20T20:20:13.5120083Z [00:00:02.028]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:20:13.5120647Z [00:00:02.028]➜    #strip & info 
2025-08-20T20:20:13.5121349Z [00:00:02.028]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:20:13.5122071Z [00:00:02.028]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:20:13.5122755Z [00:00:02.028]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:20:13.5123336Z [00:00:02.028]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:20:13.5123891Z [00:00:02.028]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:20:13.5124295Z [00:00:02.028]➜     popd &>/dev/null
2025-08-20T20:20:13.5124527Z [00:00:02.028]➜    '
2025-08-20T20:20:14.0658026Z [00:00:02.583]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:20:14.2068747Z [00:00:02.724]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:20:14.2069152Z [00:00:02.724]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:20:14.2069459Z [00:00:02.724]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:20:14.2069760Z [00:00:02.724]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:20:14.2070058Z [00:00:02.724]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:20:14.2070352Z [00:00:02.724]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:20:14.2071018Z [00:00:02.724]➜  4239b2f25ebc: Waiting
2025-08-20T20:20:14.2071486Z [00:00:02.724]➜  2b92eb3035e7: Waiting
2025-08-20T20:20:14.2071766Z [00:00:02.724]➜  323e89f8c367: Waiting
2025-08-20T20:20:14.3775206Z [00:00:02.895]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:20:14.3775581Z [00:00:02.895]➜  99fd740fb142: Download complete
2025-08-20T20:20:14.5624997Z [00:00:03.079]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:20:14.5625438Z [00:00:03.079]➜  996f2cb07f7c: Download complete
2025-08-20T20:20:14.5706777Z [00:00:03.088]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:20:14.5707425Z [00:00:03.088]➜  b2e6f696af52: Download complete
2025-08-20T20:20:14.6625096Z [00:00:03.180]➜  b2e6f696af52: Pull complete
2025-08-20T20:20:14.7921388Z [00:00:03.309]➜  323e89f8c367: Download complete
2025-08-20T20:20:15.3942191Z [00:00:03.911]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:20:15.3942596Z [00:00:03.911]➜  4239b2f25ebc: Download complete
2025-08-20T20:20:19.1228069Z [00:00:07.640]➜  996f2cb07f7c: Pull complete
2025-08-20T20:20:26.3113018Z [00:00:14.829]➜  99fd740fb142: Pull complete
2025-08-20T20:20:30.4816447Z [00:00:18.999]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:20:30.4820724Z [00:00:18.999]➜  2b92eb3035e7: Download complete
2025-08-20T20:22:24.9866605Z [00:02:13.504]➜  2b92eb3035e7: Pull complete
2025-08-20T20:22:40.6594393Z [00:02:29.177]➜  4239b2f25ebc: Pull complete
2025-08-20T20:22:40.8321697Z [00:02:29.349]➜  323e89f8c367: Pull complete
2025-08-20T20:22:40.8816297Z [00:02:29.399]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:22:40.8884576Z [00:02:29.406]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:22:41.3406202Z [00:02:29.858]➜  + mkdir -p /build-bins
2025-08-20T20:22:41.3422912Z [00:02:29.860]➜  ++ mktemp -d
2025-08-20T20:22:41.3436478Z [00:02:29.861]➜  + pushd /tmp/tmp.1GZRVNp9Lz
2025-08-20T20:22:41.3438996Z [00:02:29.861]➜  + git clone --filter blob:none --depth=1 --quiet https://github.com/schweikert/fping ./TEMPREPO
2025-08-20T20:22:41.8781491Z [00:02:30.395]➜  + cd ./TEMPREPO
2025-08-20T20:22:41.8781889Z [00:02:30.395]➜  + export CC=clang
2025-08-20T20:22:41.8782189Z [00:02:30.395]➜  + CC=clang
2025-08-20T20:22:41.8782434Z [00:02:30.395]➜  + export CXX=clang++
2025-08-20T20:22:41.8782686Z [00:02:30.395]➜  + CXX=clang++
2025-08-20T20:22:41.8784663Z [00:02:30.396]➜  ++ which mold
2025-08-20T20:22:41.8811950Z [00:02:30.399]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8812661Z [00:02:30.399]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8813338Z [00:02:30.399]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8814012Z [00:02:30.399]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8814718Z [00:02:30.399]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8815403Z [00:02:30.399]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T20:22:41.8818581Z [00:02:30.399]➜  ++ which mold
2025-08-20T20:22:41.8821364Z [00:02:30.399]➜  + export LD=/usr/bin/mold
2025-08-20T20:22:41.8821657Z [00:02:30.400]➜  + LD=/usr/bin/mold
2025-08-20T20:22:41.8822877Z [00:02:30.400]➜  + export 'LDFLAGS=-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T20:22:41.8824253Z [00:02:30.400]➜  + LDFLAGS='-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T20:22:41.8825454Z [00:02:30.400]➜  + bash ./autogen.sh
2025-08-20T20:22:44.1767691Z [00:02:32.694]➜  configure.ac:8: installing './compile'
2025-08-20T20:22:44.1789523Z [00:02:32.696]➜  configure.ac:11: installing './config.guess'
2025-08-20T20:22:44.1812545Z [00:02:32.699]➜  configure.ac:11: installing './config.sub'
2025-08-20T20:22:44.1835702Z [00:02:32.701]➜  configure.ac:82: installing './install-sh'
2025-08-20T20:22:44.1858130Z [00:02:32.703]➜  configure.ac:82: installing './missing'
2025-08-20T20:22:44.2264005Z [00:02:32.744]➜  src/Makefile.am: installing './depcomp'
2025-08-20T20:22:44.2560746Z [00:02:32.773]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-20T20:22:44.3037877Z [00:02:32.821]➜  configure: WARNING: unrecognized options: --disable-shared, --disable-Werror, --enable-static, --enable-year2038, --enable-compile-warnings
2025-08-20T20:22:44.3316097Z [00:02:32.849]➜  checking for gcc... clang
2025-08-20T20:22:44.5839228Z [00:02:33.101]➜  checking whether the C compiler works... yes
2025-08-20T20:22:44.5839764Z [00:02:33.101]➜  checking for C compiler default output file name... a.out
2025-08-20T20:22:44.6813607Z [00:02:33.199]➜  checking for suffix of executables... 
2025-08-20T20:22:44.7854852Z [00:02:33.303]➜  checking whether we are cross compiling... no
2025-08-20T20:22:44.8276285Z [00:02:33.345]➜  checking for suffix of object files... o
2025-08-20T20:22:44.8705956Z [00:02:33.388]➜  checking whether the compiler supports GNU C... yes
2025-08-20T20:22:44.9952867Z [00:02:33.512]➜  checking whether clang accepts -g... yes
2025-08-20T20:22:45.0559974Z [00:02:33.573]➜  checking for clang option to enable C11 features... none needed
2025-08-20T20:22:45.1271515Z [00:02:33.644]➜  checking whether clang understands -c and -o together... yes
2025-08-20T20:22:45.1716889Z [00:02:33.689]➜  checking for stdio.h... yes
2025-08-20T20:22:45.2182158Z [00:02:33.735]➜  checking for stdlib.h... yes
2025-08-20T20:22:45.2694460Z [00:02:33.787]➜  checking for string.h... yes
2025-08-20T20:22:45.3196595Z [00:02:33.837]➜  checking for inttypes.h... yes
2025-08-20T20:22:45.3701934Z [00:02:33.887]➜  checking for stdint.h... yes
2025-08-20T20:22:45.4218356Z [00:02:33.939]➜  checking for strings.h... yes
2025-08-20T20:22:45.4722872Z [00:02:33.989]➜  checking for sys/stat.h... yes
2025-08-20T20:22:45.5232096Z [00:02:34.040]➜  checking for sys/types.h... yes
2025-08-20T20:22:45.5774814Z [00:02:34.095]➜  checking for unistd.h... yes
2025-08-20T20:22:45.6383668Z [00:02:34.156]➜  checking for wchar.h... yes
2025-08-20T20:22:45.6948296Z [00:02:34.212]➜  checking for minix/config.h... no
2025-08-20T20:22:45.7551515Z [00:02:34.272]➜  checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T20:22:45.8085082Z [00:02:34.326]➜  checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T20:22:45.8884948Z [00:02:34.406]➜  checking build system type... aarch64-unknown-linux-musl
2025-08-20T20:22:45.8885481Z [00:02:34.406]➜  checking host system type... aarch64-unknown-linux-musl
2025-08-20T20:22:45.8886265Z [00:02:34.406]➜  checking target system type... aarch64-unknown-linux-musl
2025-08-20T20:22:45.9406699Z [00:02:34.458]➜  checking for netinet/icmp6.h... yes
2025-08-20T20:22:45.9885335Z [00:02:34.506]➜  checking for netinet/ip6.h... yes
2025-08-20T20:22:46.0702572Z [00:02:34.587]➜  checking for clang options needed to detect all undeclared functions... none needed
2025-08-20T20:22:46.1192789Z [00:02:34.636]➜  checking whether SO_TIMESTAMPNS is declared... yes
2025-08-20T20:22:46.1301340Z [00:02:34.647]➜  checking for a BSD-compatible install... /usr/bin/install -c
2025-08-20T20:22:46.1324676Z [00:02:34.650]➜  checking whether sleep supports fractional seconds... yes
2025-08-20T20:22:46.2113531Z [00:02:34.729]➜  checking filesystem timestamp resolution... 0.01
2025-08-20T20:22:46.2147488Z [00:02:34.732]➜  checking whether build environment is sane... yes
2025-08-20T20:22:46.2197975Z [00:02:34.737]➜  checking for a race-free mkdir -p... /bin/mkdir -p
2025-08-20T20:22:46.2199030Z [00:02:34.737]➜  checking for gawk... gawk
2025-08-20T20:22:46.2265692Z [00:02:34.744]➜  checking whether make sets $(MAKE)... yes
2025-08-20T20:22:46.2386874Z [00:02:34.756]➜  checking whether make supports the include directive... yes (GNU style)
2025-08-20T20:22:46.2410323Z [00:02:34.758]➜  checking whether make supports nested variables... yes
2025-08-20T20:22:46.2486483Z [00:02:34.766]➜  checking xargs -n works... yes
2025-08-20T20:22:46.2530804Z [00:02:34.770]➜  checking whether UID '0' is supported by ustar format... yes
2025-08-20T20:22:46.2531898Z [00:02:34.770]➜  checking whether GID '0' is supported by ustar format... yes
2025-08-20T20:22:46.2700836Z [00:02:34.787]➜  checking how to create a ustar tar archive... gnutar
2025-08-20T20:22:46.3203189Z [00:02:34.838]➜  checking dependency style of clang... gcc3
2025-08-20T20:22:46.3203734Z [00:02:34.838]➜  checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T20:22:46.3204173Z [00:02:34.838]➜  checking for gcc... (cached) clang
2025-08-20T20:22:46.4802949Z [00:02:34.997]➜  checking whether the compiler supports GNU C... (cached) yes
2025-08-20T20:22:46.4803479Z [00:02:34.997]➜  checking whether clang accepts -g... (cached) yes
2025-08-20T20:22:46.4803979Z [00:02:34.997]➜  checking for clang option to enable C11 features... (cached) none needed
2025-08-20T20:22:46.4804494Z [00:02:34.998]➜  checking whether clang understands -c and -o together... (cached) yes
2025-08-20T20:22:46.5584892Z [00:02:35.076]➜  checking how to run the C preprocessor... clang -E
2025-08-20T20:22:46.7382039Z [00:02:35.255]➜  checking for gethostbyname... yes
2025-08-20T20:22:46.8389771Z [00:02:35.356]➜  checking for connect... yes
2025-08-20T20:22:46.9414276Z [00:02:35.459]➜  checking for sigaction... yes
2025-08-20T20:22:47.0485205Z [00:02:35.566]➜  checking for strftime... yes
2025-08-20T20:22:47.0485625Z [00:02:35.566]➜  checking for unistd.h... (cached) yes
2025-08-20T20:22:47.1065163Z [00:02:35.624]➜  checking for sys/file.h... yes
2025-08-20T20:22:47.1065643Z [00:02:35.624]➜  checking for stdlib.h... (cached) yes
2025-08-20T20:22:47.1689275Z [00:02:35.686]➜  checking for sys/select.h... yes
2025-08-20T20:22:47.1787952Z [00:02:35.696]➜  checking that generated files are newer than configure... done
2025-08-20T20:22:47.1788535Z [00:02:35.696]➜  configure: creating ./config.status
2025-08-20T20:22:47.2608128Z [00:02:35.778]➜  config.status: creating Makefile
2025-08-20T20:22:47.2709201Z [00:02:35.788]➜  config.status: creating doc/Makefile
2025-08-20T20:22:47.2829001Z [00:02:35.800]➜  config.status: creating src/Makefile
2025-08-20T20:22:47.2952743Z [00:02:35.813]➜  config.status: creating config.h
2025-08-20T20:22:47.3044867Z [00:02:35.822]➜  config.status: executing depfiles commands
2025-08-20T20:22:47.3262099Z [00:02:35.843]➜  configure: WARNING: unrecognized options: --disable-shared, --disable-Werror, --enable-static, --enable-year2038, --enable-compile-warnings
2025-08-20T20:22:47.3431717Z [00:02:35.860]➜  ++ nproc
2025-08-20T20:22:47.3444033Z [00:02:35.862]➜  + make --jobs=5 --keep-going
2025-08-20T20:22:47.3468729Z [00:02:35.864]➜  make  all-recursive
2025-08-20T20:22:47.3480542Z [00:02:35.865]➜  make[1]: Entering directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO'
2025-08-20T20:22:47.3500205Z [00:02:35.867]➜  Making all in doc
2025-08-20T20:22:47.3510746Z [00:02:35.868]➜  make[2]: Entering directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc'
2025-08-20T20:22:47.3512083Z [00:02:35.868]➜  pod2man  -c "" -s 8 -r "fping" fping.pod >fping.8
2025-08-20T20:22:47.4106164Z [00:02:35.928]➜  make[2]: Leaving directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc'
2025-08-20T20:22:47.4107891Z [00:02:35.928]➜  Making all in src
2025-08-20T20:22:47.4131808Z [00:02:35.930]➜  make[2]: Entering directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src'
2025-08-20T20:22:47.4133347Z [00:02:35.930]➜  clang -DHAVE_CONFIG_H -I. -I..   -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c
2025-08-20T20:22:47.4138618Z [00:02:35.931]➜  clang -DHAVE_CONFIG_H -I. -I..   -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -MT fping-seqmap.o -MD -MP -MF .deps/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c
2025-08-20T20:22:47.4163781Z [00:02:35.932]➜  clang -DHAVE_CONFIG_H -I. -I..   -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -MT fping-socket4.o -MD -MP -MF .deps/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c
2025-08-20T20:22:47.4186696Z [00:02:35.936]➜  clang -DHAVE_CONFIG_H -I. -I..   -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c
2025-08-20T20:22:47.4189483Z [00:02:35.936]➜  clang -DHAVE_CONFIG_H -I. -I..   -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c
2025-08-20T20:22:47.4378972Z [00:02:35.955]➜  Alpine clang version 20.1.8Alpine clang version 20.1.8
2025-08-20T20:22:47.4379874Z [00:02:35.955]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.4380690Z [00:02:35.955]➜  Thread model: posix
2025-08-20T20:22:47.4381186Z [00:02:35.955]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T20:22:47.4381720Z [00:02:35.955]➜  Configuration file: /etc/clang20/aarch64-alpine-linux-musl.cfg
2025-08-20T20:22:47.4382161Z [00:02:35.955]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.4382678Z [00:02:35.955]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4383234Z [00:02:35.955]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.4383771Z [00:02:35.955]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4384178Z [00:02:35.955]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.4384462Z [00:02:35.955]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.4384750Z [00:02:35.955]➜  Alpine clang version 20.1.8
2025-08-20T20:22:47.4385057Z [00:02:35.955]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.4385349Z [00:02:35.955]➜  Thread model: posix
2025-08-20T20:22:47.4385657Z [00:02:35.955]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T20:22:47.4386447Z [00:02:35.955]➜  Configuration file: /etc/clang20/aarch64-alpine-linux-musl.cfg
2025-08-20T20:22:47.4386961Z [00:02:35.955]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.4387473Z [00:02:35.955]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4388026Z [00:02:35.955]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.4388561Z [00:02:35.955]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4388964Z [00:02:35.955]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.4389250Z [00:02:35.955]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.4391955Z [00:02:35.956]➜  
2025-08-20T20:22:47.4392201Z [00:02:35.956]➜   (in-process)
2025-08-20T20:22:47.4392439Z [00:02:35.956]➜   (in-process)
2025-08-20T20:22:47.4397750Z [00:02:35.956]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple aarch64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fping.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -v -v -fcoverage-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -resource-dir /usr/lib/llvm20/lib/clang/20 -dependency-file .deps/fping-fping.Tpo -MT fping-fping.o -sys-header-deps -MP -D HAVE_CONFIG_H -I . -I .. -D IPV6 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wno-sign-compare -Wno-error -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o fping-fping.o -x c fping.c
2025-08-20T20:22:47.4417248Z [00:02:35.958]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple aarch64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name optparse.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -v -v -fcoverage-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -resource-dir /usr/lib/llvm20/lib/clang/20 -dependency-file .deps/fping-optparse.Tpo -MT fping-optparse.o -sys-header-deps -MP -D HAVE_CONFIG_H -I . -I .. -D IPV6 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wno-sign-compare -Wno-error -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o fping-optparse.o -x c optparse.c
2025-08-20T20:22:47.4422356Z [00:02:35.958]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target aarch64-alpine-linux-musl
2025-08-20T20:22:47.4422962Z [00:02:35.958]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target aarch64-alpine-linux-musl
2025-08-20T20:22:47.4423777Z [00:02:35.958]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T20:22:47.4424549Z [00:02:35.958]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-20T20:22:47.4425135Z [00:02:35.958]➜  #include "..." search starts here:
2025-08-20T20:22:47.4425447Z [00:02:35.958]➜  #include <...> search starts here:
2025-08-20T20:22:47.4425708Z [00:02:35.958]➜   .
2025-08-20T20:22:47.4425895Z [00:02:35.958]➜   ..
2025-08-20T20:22:47.4426113Z [00:02:35.958]➜   /usr/include/fortify
2025-08-20T20:22:47.4426365Z [00:02:35.958]➜   /usr/include
2025-08-20T20:22:47.4426643Z [00:02:35.958]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T20:22:47.4426932Z [00:02:35.958]➜  End of search list.
2025-08-20T20:22:47.4427263Z [00:02:35.958]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T20:22:47.4427934Z [00:02:35.958]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-20T20:22:47.4428515Z [00:02:35.958]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.4429098Z [00:02:35.958]➜  #include "..." search starts here:
2025-08-20T20:22:47.4429412Z [00:02:35.958]➜  #include <...> search starts here:
2025-08-20T20:22:47.4429699Z [00:02:35.958]➜  Thread model:  posix.
2025-08-20T20:22:47.4429936Z [00:02:35.958]➜  
2025-08-20T20:22:47.4430178Z [00:02:35.958]➜  InstalledDir:  ../usr/lib/llvm20/bin
2025-08-20T20:22:47.4430449Z [00:02:35.958]➜  
2025-08-20T20:22:47.4430659Z [00:02:35.958]➜   /usr/include/fortify
2025-08-20T20:22:47.4430948Z [00:02:35.958]➜   /usr/includeConfiguration file: 
2025-08-20T20:22:47.4453519Z [00:02:35.958]➜   /etc/clang20/aarch64-alpine-linux-musl.cfg/usr/lib/llvm20/lib/clang/20/include
2025-08-20T20:22:47.4453931Z [00:02:35.958]➜  
2025-08-20T20:22:47.4454143Z [00:02:35.958]➜  End of search list.
2025-08-20T20:22:47.4454469Z [00:02:35.958]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.4454985Z [00:02:35.958]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4455538Z [00:02:35.958]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.4456081Z [00:02:35.958]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4456483Z [00:02:35.958]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.4456764Z [00:02:35.958]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.4457022Z [00:02:35.958]➜   (in-process)
2025-08-20T20:22:47.4462483Z [00:02:35.958]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple aarch64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name seqmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -v -v -fcoverage-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -resource-dir /usr/lib/llvm20/lib/clang/20 -dependency-file .deps/fping-seqmap.Tpo -MT fping-seqmap.o -sys-header-deps -MP -D HAVE_CONFIG_H -I . -I .. -D IPV6 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wno-sign-compare -Wno-error -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o fping-seqmap.o -x c seqmap.c
2025-08-20T20:22:47.4467660Z [00:02:35.959]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target aarch64-alpine-linux-musl
2025-08-20T20:22:47.4468221Z [00:02:35.963]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T20:22:47.4493400Z [00:02:35.967]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-20T20:22:47.4494646Z [00:02:35.967]➜  #include "..." search starts here:
2025-08-20T20:22:47.4495504Z [00:02:35.967]➜  #include <...> search starts here:
2025-08-20T20:22:47.4495819Z [00:02:35.967]➜   .
2025-08-20T20:22:47.4496020Z [00:02:35.967]➜   ..
2025-08-20T20:22:47.4496244Z [00:02:35.967]➜   /usr/include/fortify
2025-08-20T20:22:47.4496497Z [00:02:35.967]➜   /usr/include
2025-08-20T20:22:47.4496774Z [00:02:35.967]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T20:22:47.4497060Z [00:02:35.967]➜  End of search list.
2025-08-20T20:22:47.4649687Z [00:02:35.982]➜  Alpine clang version 20.1.8
2025-08-20T20:22:47.4650437Z [00:02:35.982]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.4650902Z [00:02:35.982]➜  Thread model: posix
2025-08-20T20:22:47.4651522Z [00:02:35.982]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T20:22:47.4652795Z [00:02:35.982]➜  Configuration file: /etc/clang20/aarch64-alpine-linux-musl.cfgmv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po
2025-08-20T20:22:47.4653324Z [00:02:35.983]➜  
2025-08-20T20:22:47.4653629Z [00:02:35.983]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.4654212Z [00:02:35.983]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4654874Z [00:02:35.983]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.4655514Z [00:02:35.983]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4656491Z [00:02:35.983]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.4657267Z [00:02:35.983]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.4669379Z [00:02:35.984]➜   (in-process)
2025-08-20T20:22:47.4680601Z [00:02:35.985]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple aarch64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name socket4.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -v -v -fcoverage-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -resource-dir /usr/lib/llvm20/lib/clang/20 -dependency-file .deps/fping-socket4.Tpo -MT fping-socket4.o -sys-header-deps -MP -D HAVE_CONFIG_H -I . -I .. -D IPV6 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wno-sign-compare -Wno-error -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o fping-socket4.o -x c socket4.c
2025-08-20T20:22:47.4716444Z [00:02:35.989]➜  Alpine clang version 20.1.8
2025-08-20T20:22:47.4718472Z [00:02:35.989]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.4719570Z [00:02:35.989]➜  Thread model: posix
2025-08-20T20:22:47.4719897Z [00:02:35.989]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T20:22:47.4720321Z [00:02:35.989]➜  Configuration file: /etc/clang20/aarch64-alpine-linux-musl.cfg
2025-08-20T20:22:47.4720766Z [00:02:35.989]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.4721840Z [00:02:35.989]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4722482Z [00:02:35.989]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.4723031Z [00:02:35.989]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.4723434Z [00:02:35.989]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.4723762Z [00:02:35.989]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.4724053Z [00:02:35.989]➜   (in-process)
2025-08-20T20:22:47.4729359Z [00:02:35.989]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple aarch64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name socket6.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -v -v -fcoverage-compilation-dir=/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src -resource-dir /usr/lib/llvm20/lib/clang/20 -dependency-file .deps/fping-socket6.Tpo -MT fping-socket6.o -sys-header-deps -MP -D HAVE_CONFIG_H -I . -I .. -D IPV6 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wno-sign-compare -Wno-error -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o fping-socket6.o -x c socket6.c
2025-08-20T20:22:47.4734689Z [00:02:35.989]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target aarch64-alpine-linux-musl
2025-08-20T20:22:47.4735294Z [00:02:35.989]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target aarch64-alpine-linux-musl
2025-08-20T20:22:47.4735789Z [00:02:35.989]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T20:22:47.4736475Z [00:02:35.989]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-20T20:22:47.4737047Z [00:02:35.989]➜  #include "..." search starts here:
2025-08-20T20:22:47.4737359Z [00:02:35.989]➜  #include <...> search starts here:
2025-08-20T20:22:47.4737623Z [00:02:35.989]➜   .
2025-08-20T20:22:47.4737812Z [00:02:35.989]➜   ..
2025-08-20T20:22:47.4738028Z [00:02:35.989]➜   /usr/include/fortify
2025-08-20T20:22:47.4738275Z [00:02:35.989]➜   /usr/include
2025-08-20T20:22:47.4738548Z [00:02:35.989]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T20:22:47.4738847Z [00:02:35.989]➜  End of search list.
2025-08-20T20:22:47.4739179Z [00:02:35.989]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T20:22:47.4739839Z [00:02:35.989]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-20T20:22:47.4740419Z [00:02:35.989]➜  #include "..." search starts here:
2025-08-20T20:22:47.4740730Z [00:02:35.989]➜  #include <...> search starts here:
2025-08-20T20:22:47.4740990Z [00:02:35.989]➜   .
2025-08-20T20:22:47.4741483Z [00:02:35.989]➜   ..
2025-08-20T20:22:47.4742077Z [00:02:35.989]➜   /usr/include/fortify
2025-08-20T20:22:47.4742354Z [00:02:35.989]➜   /usr/include
2025-08-20T20:22:47.4742621Z [00:02:35.989]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T20:22:47.4742905Z [00:02:35.989]➜  End of search list.
2025-08-20T20:22:47.4938875Z [00:02:36.011]➜  mv -f .deps/fping-optparse.Tpo .deps/fping-optparse.Po
2025-08-20T20:22:47.5078376Z [00:02:36.025]➜  mv -f .deps/fping-socket6.Tpo .deps/fping-socket6.Po
2025-08-20T20:22:47.5108777Z [00:02:36.028]➜  mv -f .deps/fping-socket4.Tpo .deps/fping-socket4.Po
2025-08-20T20:22:47.6833904Z [00:02:36.201]➜  mv -f .deps/fping-fping.Tpo .deps/fping-fping.Po
2025-08-20T20:22:47.6864590Z [00:02:36.204]➜  clang -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error  -static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -o fping fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o  
2025-08-20T20:22:47.7096489Z [00:02:36.227]➜  Alpine clang version 20.1.8
2025-08-20T20:22:47.7097043Z [00:02:36.227]➜  Target: aarch64-alpine-linux-musl
2025-08-20T20:22:47.7097452Z [00:02:36.227]➜  Thread model: posix
2025-08-20T20:22:47.7097953Z [00:02:36.227]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T20:22:47.7098472Z [00:02:36.227]➜  Configuration file: /etc/clang20/aarch64-alpine-linux-musl.cfg
2025-08-20T20:22:47.7098916Z [00:02:36.227]➜  System configuration file directory: /etc/clang20
2025-08-20T20:22:47.7099412Z [00:02:36.227]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.7100443Z [00:02:36.227]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-musl/15.2.0
2025-08-20T20:22:47.7100984Z [00:02:36.227]➜  Selected GCC installation: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0
2025-08-20T20:22:47.7101580Z [00:02:36.227]➜  Candidate multilib: .;@m64
2025-08-20T20:22:47.7101873Z [00:02:36.227]➜  Selected multilib: .;@m64
2025-08-20T20:22:47.7105200Z [00:02:36.228]➜   "/usr/bin/mold" -EL -z now -z relro --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o fping /usr/lib/rcrt1.o /usr/lib/crti.o /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/crtbeginS.o -L/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0 -L/lib/../lib64 -L/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib -L/lib -L/usr/lib -plugin /usr/lib/llvm20/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --as-needed --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o -lssp_nonshared --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/crtendS.o /usr/lib/crtn.o
2025-08-20T20:22:48.0064714Z [00:02:36.524]➜        reloc_nonalloc=0
2025-08-20T20:22:48.0065104Z [00:02:36.524]➜               comdats=0
2025-08-20T20:22:48.0065403Z [00:02:36.524]➜    removed_comdat_mem=0
2025-08-20T20:22:48.0065677Z [00:02:36.524]➜              num_dsos=0
2025-08-20T20:22:48.0065936Z [00:02:36.524]➜           thunk_bytes=0
2025-08-20T20:22:48.0066196Z [00:02:36.524]➜       num_unique_cies=2
2025-08-20T20:22:48.0066462Z [00:02:36.524]➜       parsed_lto_objs=5
2025-08-20T20:22:48.0066767Z [00:02:36.524]➜              num_cies=18
2025-08-20T20:22:48.0067037Z [00:02:36.524]➜         output_chunks=30
2025-08-20T20:22:48.0067345Z [00:02:36.524]➜              num_fdes=54
2025-08-20T20:22:48.0067627Z [00:02:36.524]➜              num_objs=221
2025-08-20T20:22:48.0067899Z [00:02:36.524]➜        merged_strings=418
2025-08-20T20:22:48.0068174Z [00:02:36.524]➜      string_fragments=1068
2025-08-20T20:22:48.0068450Z [00:02:36.524]➜           parsed_objs=1762
2025-08-20T20:22:48.0068728Z [00:02:36.524]➜        undefined_syms=2043
2025-08-20T20:22:48.0069005Z [00:02:36.524]➜           reloc_alloc=4520
2025-08-20T20:22:48.0069274Z [00:02:36.524]➜          defined_syms=4630
2025-08-20T20:22:48.0069546Z [00:02:36.524]➜        input_sections=5885
2025-08-20T20:22:48.0069825Z [00:02:36.524]➜      regular_sections=9948
2025-08-20T20:22:48.0070102Z [00:02:36.524]➜              all_syms=35917
2025-08-20T20:22:48.0070390Z [00:02:36.524]➜     total_input_bytes=44210760
2025-08-20T20:22:48.0071259Z [00:02:36.524]➜  .comment estimation=1627 actual=4
2025-08-20T20:22:48.0071694Z [00:02:36.524]➜  .rodata.cst16 estimation=1639 actual=27
2025-08-20T20:22:48.0072039Z [00:02:36.524]➜  .rodata.str1.8 estimation=1654 actual=55
2025-08-20T20:22:48.0072384Z [00:02:36.524]➜  .rodata.cst8 estimation=1630 actual=7
2025-08-20T20:22:48.0072714Z [00:02:36.524]➜  .rodata.cst4 estimation=1626 actual=1
2025-08-20T20:22:48.0073052Z [00:02:36.524]➜  .rodata.str1.1 estimation=1800 actual=324
2025-08-20T20:22:48.0116221Z [00:02:36.529]➜  make[2]: Leaving directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src'
2025-08-20T20:22:48.0131724Z [00:02:36.530]➜  make[2]: Entering directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO'
2025-08-20T20:22:48.0143006Z [00:02:36.532]➜  make[2]: Leaving directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO'
2025-08-20T20:22:48.0144551Z [00:02:36.532]➜  make[1]: Leaving directory '/tmp/tmp.1GZRVNp9Lz/TEMPREPO'
2025-08-20T20:22:48.0160635Z [00:02:36.533]➜  + + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:22:48.0162278Z [00:02:36.533]➜  find ./src -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:22:48.0163017Z [00:02:36.533]➜  + xargs realpath
2025-08-20T20:22:48.0171761Z [00:02:36.534]➜  + cut -d: -f1
2025-08-20T20:22:48.0172439Z [00:02:36.534]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-20T20:22:48.1354396Z [00:02:36.653]➜  File: /tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping
2025-08-20T20:22:48.1379528Z [00:02:36.655]➜  
2025-08-20T20:22:48.1379870Z [00:02:36.655]➜  String dump of section '.comment':
2025-08-20T20:22:48.1380234Z [00:02:36.655]➜    [     0]  mold 2.39.1 (compatible with GNU ld)
2025-08-20T20:22:48.1380568Z [00:02:36.655]➜    [    25]  GCC: (Alpine 15.2.0) 15.2.0
2025-08-20T20:22:48.1380891Z [00:02:36.655]➜    [    42]  Alpine clang version 20.1.8
2025-08-20T20:22:48.1381467Z [00:02:36.655]➜  
2025-08-20T20:22:48.1395391Z [00:02:36.657]➜  + find ./src -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:22:48.1396909Z [00:02:36.657]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:22:48.1397323Z [00:02:36.657]➜  + cut -d: -f1
2025-08-20T20:22:48.1397598Z [00:02:36.657]➜  + + xargs realpath --no-symlinks
2025-08-20T20:22:48.1397971Z [00:02:36.657]➜  xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T20:22:48.2593780Z [00:02:36.777]➜  sending incremental file list
2025-08-20T20:22:48.2598695Z [00:02:36.777]➜  fping
2025-08-20T20:22:48.3007915Z [00:02:36.818]➜  
2025-08-20T20:22:48.3008392Z [00:02:36.818]➜  sent 148.71K bytes  received 35 bytes  297.48K bytes/sec
2025-08-20T20:22:48.3008774Z [00:02:36.818]➜  total size is 148.56K  speedup is 1.00
2025-08-20T20:22:48.4148600Z [00:02:36.932]➜  '/tmp/tmp.1GZRVNp9Lz/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-20T20:22:48.4299642Z [00:02:36.947]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:22:48.4325014Z [00:02:36.950]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:22:48.4345744Z [00:02:36.952]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:22:48.4999469Z [00:02:37.017]➜  copy from `/build-bins/fping' [elf64-littleaarch64] to `/build-bins/stIoeibE' [elf64-littleaarch64]
2025-08-20T20:22:48.5063021Z [00:02:37.024]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:22:48.5087888Z [00:02:37.026]➜  
2025-08-20T20:22:48.5101852Z [00:02:37.028]➜  /build-bins/LICENSE
2025-08-20T20:22:48.5132285Z [00:02:37.031]➜  
2025-08-20T20:22:48.5145581Z [00:02:37.032]➜  /build-bins/fping
2025-08-20T20:22:48.5156475Z [00:02:37.033]➜  There are 27 section headers, starting at offset 0x23ce8:
2025-08-20T20:22:48.5160557Z [00:02:37.033]➜  
2025-08-20T20:22:48.5161744Z [00:02:37.033]➜  Section Headers:
2025-08-20T20:22:48.5162097Z [00:02:37.033]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:22:48.5162895Z [00:02:37.033]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:22:48.5163366Z [00:02:37.033]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:22:48.5163784Z [00:02:37.033]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:22:48.5164197Z [00:02:37.033]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:22:48.5164609Z [00:02:37.033]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T20:22:48.5165019Z [00:02:37.033]➜    [ 2] .dynsym           DYNSYM           0000000000000258  00000258
2025-08-20T20:22:48.5165433Z [00:02:37.033]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T20:22:48.5165837Z [00:02:37.033]➜    [ 3] .dynstr           STRTAB           0000000000000270  00000270
2025-08-20T20:22:48.5166249Z [00:02:37.033]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T20:22:48.5166699Z [00:02:37.033]➜    [ 4] .eh_frame         PROGBITS         0000000000000278  00000278
2025-08-20T20:22:48.5167114Z [00:02:37.033]➜         00000000000009f4  0000000000000000   A       0     0     8
2025-08-20T20:22:48.5167835Z [00:02:37.033]➜    [ 5] .eh_frame_hdr     PROGBITS         0000000000000c6c  00000c6c
2025-08-20T20:22:48.5168258Z [00:02:37.033]➜         00000000000001bc  0000000000000000   A       0     0     4
2025-08-20T20:22:48.5168667Z [00:02:37.033]➜    [ 6] .relr.dyn         RELR             0000000000000e28  00000e28
2025-08-20T20:22:48.5169075Z [00:02:37.033]➜         0000000000000048  0000000000000008   A       0     0     8
2025-08-20T20:22:48.5169482Z [00:02:37.033]➜    [ 7] .rodata           PROGBITS         0000000000000e70  00000e70
2025-08-20T20:22:48.5169896Z [00:02:37.033]➜         0000000000001c74  0000000000000000   A       0     0     16
2025-08-20T20:22:48.5170324Z [00:02:37.033]➜    [ 8] .rodata.cst16     PROGBITS         0000000000002af0  00002af0
2025-08-20T20:22:48.5170759Z [00:02:37.033]➜         00000000000001b0  0000000000000010  AM       0     0     16
2025-08-20T20:22:48.5171423Z [00:02:37.033]➜    [ 9] .rodata.cst4      PROGBITS         0000000000002ca0  00002ca0
2025-08-20T20:22:48.5171880Z [00:02:37.033]➜         0000000000000004  0000000000000004  AM       0     0     4
2025-08-20T20:22:48.5172308Z [00:02:37.033]➜    [10] .rodata.cst8      PROGBITS         0000000000002ca8  00002ca8
2025-08-20T20:22:48.5172729Z [00:02:37.033]➜         0000000000000038  0000000000000008  AM       0     0     8
2025-08-20T20:22:48.5173150Z [00:02:37.033]➜    [11] .rodata.str1.1    PROGBITS         0000000000002ce0  00002ce0
2025-08-20T20:22:48.5173579Z [00:02:37.033]➜         00000000000024c7  0000000000000001 AMS       0     0     1
2025-08-20T20:22:48.5174002Z [00:02:37.033]➜    [12] .rodata.str1.8    PROGBITS         00000000000051a8  000051a8
2025-08-20T20:22:48.5174424Z [00:02:37.033]➜         00000000000002c8  0000000000000001 AMS       0     0     8
2025-08-20T20:22:48.5174837Z [00:02:37.033]➜    [13] .fini             PROGBITS         0000000000015470  00005470
2025-08-20T20:22:48.5175244Z [00:02:37.033]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:22:48.5175704Z [00:02:37.033]➜    [14] .init             PROGBITS         0000000000015480  00005480
2025-08-20T20:22:48.5176107Z [00:02:37.033]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:22:48.5176511Z [00:02:37.033]➜    [15] .text             PROGBITS         00000000000154a0  000054a0
2025-08-20T20:22:48.5176919Z [00:02:37.033]➜         000000000001df50  0000000000000000  AX       0     0     32
2025-08-20T20:22:48.5177339Z [00:02:37.033]➜    [16] .data.rel.ro      PROGBITS         00000000000433f0  000233f0
2025-08-20T20:22:48.5177759Z [00:02:37.033]➜         0000000000000310  0000000000000000  WA       0     0     8
2025-08-20T20:22:48.5178221Z [00:02:37.033]➜    [17] .dynamic          DYNAMIC          0000000000043700  00023700
2025-08-20T20:22:48.5178891Z [00:02:37.033]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T20:22:48.5179409Z [00:02:37.033]➜    [18] .fini_array       FINI_ARRAY       0000000000043880  00023880
2025-08-20T20:22:48.5179834Z [00:02:37.033]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:22:48.5180247Z [00:02:37.033]➜    [19] .got.plt          PROGBITS         0000000000043888  00023888
2025-08-20T20:22:48.5180659Z [00:02:37.033]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:22:48.5181426Z [00:02:37.033]➜    [20] .init_array       INIT_ARRAY       00000000000438a0  000238a0
2025-08-20T20:22:48.5181922Z [00:02:37.033]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:22:48.5182328Z [00:02:37.033]➜    [21] .got              PROGBITS         00000000000438a8  000238a8
2025-08-20T20:22:48.5182734Z [00:02:37.033]➜         0000000000000038  0000000000000000  WA       0     0     8
2025-08-20T20:22:48.5183168Z [00:02:37.033]➜    [22] .relro_padding    NOBITS           00000000000438e0  000238e0
2025-08-20T20:22:48.5183593Z [00:02:37.033]➜         000000000000c720  0000000000000000  WA       0     0     1
2025-08-20T20:22:48.5184266Z [00:02:37.033]➜    [23] .data             PROGBITS         00000000000538e0  000238e0
2025-08-20T20:22:48.5184678Z [00:02:37.033]➜         00000000000002f4  0000000000000000  WA       0     0     16
2025-08-20T20:22:48.5185103Z [00:02:37.033]➜    [24] .tm_clone_table   PROGBITS         0000000000053bd8  00023bd8
2025-08-20T20:22:48.5185523Z [00:02:37.033]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T20:22:48.5185923Z [00:02:37.033]➜    [25] .bss              NOBITS           0000000000053be0  00023bd8
2025-08-20T20:22:48.5186330Z [00:02:37.033]➜         0000000000000f31  0000000000000000  WA       0     0     16
2025-08-20T20:22:48.5186776Z [00:02:37.033]➜    [26] .shstrtab         STRTAB           0000000000000000  00023bd8
2025-08-20T20:22:48.5187199Z [00:02:37.033]➜         000000000000010d  0000000000000000           0     0     1
2025-08-20T20:22:48.5187516Z [00:02:37.033]➜  Key to Flags:
2025-08-20T20:22:48.5187860Z [00:02:37.033]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:22:48.5188321Z [00:02:37.033]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:22:48.5188763Z [00:02:37.033]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:22:48.5189141Z [00:02:37.033]➜    D (mbind), p (processor specific)
2025-08-20T20:22:48.5189513Z [00:02:37.035]➜  + file /build-bins/LICENSE /build-bins/fping
2025-08-20T20:22:48.5294249Z [00:02:37.047]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:22:48.5298857Z [00:02:37.047]➜  /build-bins/fping:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:22:48.5305935Z [00:02:37.048]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/fping
2025-08-20T20:22:48.5320469Z [00:02:37.049]➜  /build-bins/LICENSE:         1067 Bytes
2025-08-20T20:22:48.5325935Z [00:02:37.049]➜  /build-bins/fping:         148392 Bytes
2025-08-20T20:22:48.5326537Z [00:02:37.050]➜  + du /build-bins/LICENSE /build-bins/fping --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:22:48.5336327Z [00:02:37.051]➜  1.1K	2025-08-20 20:22:48.413807294 +0000	/build-bins/LICENSE
2025-08-20T20:22:48.5336800Z [00:02:37.051]➜  145K	2025-08-20 20:22:48.498810534 +0000	/build-bins/fping
2025-08-20T20:22:48.5339692Z [00:02:37.051]➜  + popd
2025-08-20T20:22:48.5916271Z [00:02:37.109]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:22:48.6169366Z [00:02:37.134]➜  + '[' -s /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:22:48.6170780Z [00:02:37.134]➜  + cp -fv /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:22:48.6188404Z [00:02:37.136]➜  '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:22:48.6197214Z [00:02:37.137]➜  + find /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:22:48.6202712Z [00:02:37.138]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:22:48.6203353Z [00:02:37.138]➜  + cut -d: -f1
2025-08-20T20:22:48.6213853Z [00:02:37.138]➜  + xargs realpath --no-symlinks
2025-08-20T20:22:48.6214764Z [00:02:37.138]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:22:48.7085310Z [00:02:37.226]➜  sending incremental file list
2025-08-20T20:22:48.7087948Z [00:02:37.226]➜  fping
2025-08-20T20:22:48.7496743Z [00:02:37.267]➜  
2025-08-20T20:22:48.7497195Z [00:02:37.267]➜  sent 148.54K bytes  received 35 bytes  297.15K bytes/sec
2025-08-20T20:22:48.7497590Z [00:02:37.267]➜  total size is 148.39K  speedup is 1.00
2025-08-20T20:22:48.7510701Z [00:02:37.268]➜  
2025-08-20T20:22:49.1053436Z [00:02:37.623]➜  
2025-08-20T20:22:49.1152827Z [00:02:37.632]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:22:49.1155007Z [00:02:37.633]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:22:49.1155899Z [00:02:37.633]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fping' retained as runner:runner
2025-08-20T20:22:49.1156916Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.log' from root:root to runner:runner
2025-08-20T20:22:49.1158114Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:22:49.1159291Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.status' from root:root to runner:runner
2025-08-20T20:22:49.1160540Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/azure-pipelines.yml' from root:root to runner:runner
2025-08-20T20:22:49.1162007Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/aclocal.m4' from root:root to runner:runner
2025-08-20T20:22:49.1163145Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/depcomp' from root:root to runner:runner
2025-08-20T20:22:49.1164282Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/compile' from root:root to runner:runner
2025-08-20T20:22:49.1165465Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.vscode/launch.json' from root:root to runner:runner
2025-08-20T20:22:49.1166668Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.vscode/tasks.json' from root:root to runner:runner
2025-08-20T20:22:49.1167850Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.vscode' from root:root to runner:runner
2025-08-20T20:22:49.1169007Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.dockerignore' from root:root to runner:runner
2025-08-20T20:22:49.1170557Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.h.in' from root:root to runner:runner
2025-08-20T20:22:49.1172025Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.travis.yml' from root:root to runner:runner
2025-08-20T20:22:49.1173171Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/stamp-h1' from root:root to runner:runner
2025-08-20T20:22:49.1174381Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-13-unknown-host.pl' from root:root to runner:runner
2025-08-20T20:22:49.1175648Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-2-test-command.sh' from root:root to runner:runner
2025-08-20T20:22:49.1176919Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-06-options-f-h.pl' from root:root to runner:runner
2025-08-20T20:22:49.1178447Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-58.pl' from root:root to runner:runner
2025-08-20T20:22:49.1179662Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-56.pl' from root:root to runner:runner
2025-08-20T20:22:49.1180879Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-11-unpriv.pl' from root:root to runner:runner
2025-08-20T20:22:49.1182297Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-bintray.sh' from root:root to runner:runner
2025-08-20T20:22:49.1183585Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-14-ping-internet-hosts.pl' from root:root to runner:runner
2025-08-20T20:22:49.1184877Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-16-json-output.pl' from root:root to runner:runner
2025-08-20T20:22:49.1186121Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-09-option-r-t.pl' from root:root to runner:runner
2025-08-20T20:22:49.1187371Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-05-options-c-e.pl' from root:root to runner:runner
2025-08-20T20:22:49.1188618Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-377.pl' from root:root to runner:runner
2025-08-20T20:22:49.1189853Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-07-options-i-m.pl' from root:root to runner:runner
2025-08-20T20:22:49.1191243Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-04-options-a-b.pl' from root:root to runner:runner
2025-08-20T20:22:49.1192562Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/prepare-linux.sh' from root:root to runner:runner
2025-08-20T20:22:49.1193972Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/run-tests.sh' from root:root to runner:runner
2025-08-20T20:22:49.1195291Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-4-compile.sh' from root:root to runner:runner
2025-08-20T20:22:49.1196513Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-tarball.sh' from root:root to runner:runner
2025-08-20T20:22:49.1197730Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-coveralls.sh' from root:root to runner:runner
2025-08-20T20:22:49.1198976Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-02-help.pl' from root:root to runner:runner
2025-08-20T20:22:49.1200220Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-08-options-n-q.pl' from root:root to runner:runner
2025-08-20T20:22:49.1201522Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/run-lcov.sh' from root:root to runner:runner
2025-08-20T20:22:49.1203056Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-03-forbidden.pl' from root:root to runner:runner
2025-08-20T20:22:49.1204286Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-15-netdata.pl' from root:root to runner:runner
2025-08-20T20:22:49.1205508Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-coverity.sh' from root:root to runner:runner
2025-08-20T20:22:49.1206765Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-3-prepare-macos.sh' from root:root to runner:runner
2025-08-20T20:22:49.1208032Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-10-option-u-x.pl' from root:root to runner:runner
2025-08-20T20:22:49.1209274Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-1-autotools.sh' from root:root to runner:runner
2025-08-20T20:22:49.1210499Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-01-basics.pl' from root:root to runner:runner
2025-08-20T20:22:49.1211999Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-12-option-type.pl' from root:root to runner:runner
2025-08-20T20:22:49.1213179Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci' from root:root to runner:runner
2025-08-20T20:22:49.1214390Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:22:49.1215592Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.0' from root:root to runner:runner
2025-08-20T20:22:49.1216828Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.1' from root:root to runner:runner
2025-08-20T20:22:49.1218247Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.1' from root:root to runner:runner
2025-08-20T20:22:49.1219559Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/requests' from root:root to runner:runner
2025-08-20T20:22:49.1220806Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.0' from root:root to runner:runner
2025-08-20T20:22:49.1222260Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.2' from root:root to runner:runner
2025-08-20T20:22:49.1223503Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.2' from root:root to runner:runner
2025-08-20T20:22:49.1224715Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache' from root:root to runner:runner
2025-08-20T20:22:49.1226183Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.guess' from root:root to runner:runner
2025-08-20T20:22:49.1227348Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile.in' from root:root to runner:runner
2025-08-20T20:22:49.1228508Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/configure.ac' from root:root to runner:runner
2025-08-20T20:22:49.1229649Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-20T20:22:49.1230786Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.sub' from root:root to runner:runner
2025-08-20T20:22:49.1232061Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.h' from root:root to runner:runner
2025-08-20T20:22:49.1233276Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/contrib/fping.spec' from root:root to runner:runner
2025-08-20T20:22:49.1234482Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/contrib/Dockerfile' from root:root to runner:runner
2025-08-20T20:22:49.1235652Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/contrib' from root:root to runner:runner
2025-08-20T20:22:49.1236790Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:22:49.1237999Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T20:22:49.1239306Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T20:22:49.1240568Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:22:49.1242060Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:22:49.1243319Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/fping.pod' from root:root to runner:runner
2025-08-20T20:22:49.1244504Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/README.1992' from root:root to runner:runner
2025-08-20T20:22:49.1245684Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile.in' from root:root to runner:runner
2025-08-20T20:22:49.1246896Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/CHANGELOG.pre-v4' from root:root to runner:runner
2025-08-20T20:22:49.1248098Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile' from root:root to runner:runner
2025-08-20T20:22:49.1249503Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/fping.8' from root:root to runner:runner
2025-08-20T20:22:49.1250680Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile.am' from root:root to runner:runner
2025-08-20T20:22:49.1252001Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc' from root:root to runner:runner
2025-08-20T20:22:49.1253129Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/install-sh' from root:root to runner:runner
2025-08-20T20:22:49.1254278Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:22:49.1255418Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autogen.sh' from root:root to runner:runner
2025-08-20T20:22:49.1256553Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/configure' from root:root to runner:runner
2025-08-20T20:22:49.1257702Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autoclean.sh' from root:root to runner:runner
2025-08-20T20:22:49.1258889Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-optparse.o' from root:root to runner:runner
2025-08-20T20:22:49.1260139Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-optparse.Po' from root:root to runner:runner
2025-08-20T20:22:49.1261485Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-socket6.Po' from root:root to runner:runner
2025-08-20T20:22:49.1262792Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-seqmap.Po' from root:root to runner:runner
2025-08-20T20:22:49.1264049Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-socket4.Po' from root:root to runner:runner
2025-08-20T20:22:49.1265486Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-fping.Po' from root:root to runner:runner
2025-08-20T20:22:49.1266775Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps' from root:root to runner:runner
2025-08-20T20:22:49.1267934Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/options.h' from root:root to runner:runner
2025-08-20T20:22:49.1269093Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping.h' from root:root to runner:runner
2025-08-20T20:22:49.1270277Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-socket4.o' from root:root to runner:runner
2025-08-20T20:22:49.1271567Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping.c' from root:root to runner:runner
2025-08-20T20:22:49.1272786Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/seqmap.c' from root:root to runner:runner
2025-08-20T20:22:49.1274186Z [00:02:37.633]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile.in' from root:root to runner:runner
2025-08-20T20:22:49.1275355Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/seqmap.h' from root:root to runner:runner
2025-08-20T20:22:49.1276523Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/optparse.c' from root:root to runner:runner
2025-08-20T20:22:49.1277740Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile' from root:root to runner:runner
2025-08-20T20:22:49.1278937Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-seqmap.o' from root:root to runner:runner
2025-08-20T20:22:49.1280107Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping' from root:root to runner:runner
2025-08-20T20:22:49.1281381Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-fping.o' from root:root to runner:runner
2025-08-20T20:22:49.1282641Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/maketags.sh' from root:root to runner:runner
2025-08-20T20:22:49.1283839Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.clang-format' from root:root to runner:runner
2025-08-20T20:22:49.1285034Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/optparse.h' from root:root to runner:runner
2025-08-20T20:22:49.1286206Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/socket6.c' from root:root to runner:runner
2025-08-20T20:22:49.1287398Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-socket6.o' from root:root to runner:runner
2025-08-20T20:22:49.1288778Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile.am' from root:root to runner:runner
2025-08-20T20:22:49.1290013Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/socket4.c' from root:root to runner:runner
2025-08-20T20:22:49.1291225Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:22:49.1292395Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/missing' from root:root to runner:runner
2025-08-20T20:22:49.1293551Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:22:49.1294829Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:22:49.1296167Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:22:49.1297694Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:22:49.1298991Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:22:49.1300275Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:22:49.1301652Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:22:49.1302999Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:22:49.1304311Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:22:49.1305602Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:22:49.1306888Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:22:49.1308191Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:22:49.1309498Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:22:49.1310775Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:22:49.1312217Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:22:49.1313644Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:22:49.1314888Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:22:49.1316067Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-20T20:22:49.1317219Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:22:49.1318655Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.promisor' from root:root to runner:runner
2025-08-20T20:22:49.1320292Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.idx' from root:root to runner:runner
2025-08-20T20:22:49.1322194Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.pack' from root:root to runner:runner
2025-08-20T20:22:49.1323787Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.idx' from root:root to runner:runner
2025-08-20T20:22:49.1325430Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.pack' from root:root to runner:runner
2025-08-20T20:22:49.1327028Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.rev' from root:root to runner:runner
2025-08-20T20:22:49.1328646Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.rev' from root:root to runner:runner
2025-08-20T20:22:49.1330253Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.promisor' from root:root to runner:runner
2025-08-20T20:22:49.1331934Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:22:49.1333254Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:22:49.1334446Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:22:49.1335618Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:22:49.1336775Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:22:49.1337974Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:22:49.1339388Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:22:49.1340612Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/heads/develop' from root:root to runner:runner
2025-08-20T20:22:49.1342005Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:22:49.1343289Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:22:49.1344593Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:22:49.1345849Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:22:49.1347038Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:22:49.1348182Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:22:49.1349318Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:22:49.1350464Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:22:49.1351818Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/heads/develop' from root:root to runner:runner
2025-08-20T20:22:49.1353020Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:22:49.1354250Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:22:49.1355709Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:22:49.1357064Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:22:49.1358223Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:22:49.1359335Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:22:49.1360477Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/INSTALL' from root:root to runner:runner
2025-08-20T20:22:49.1361769Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile.am' from root:root to runner:runner
2025-08-20T20:22:49.1363110Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO' from root:root to runner:runner
2025-08-20T20:22:49.1364155Z [00:02:37.634]➜  changed ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz' from root:root to runner:runner
2025-08-20T20:22:49.1365045Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:22:49.1365830Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:22:49.1366590Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:22:49.1367387Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.version' retained as runner:runner
2025-08-20T20:22:49.1368208Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.version' retained as runner:runner
2025-08-20T20:22:49.1368974Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:22:49.1369709Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping' retained as runner:runner
2025-08-20T20:22:49.1370427Z [00:02:37.634]➜  ownership of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:22:49.1371505Z [00:02:37.642]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1372554Z [00:02:37.648]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1373418Z [00:02:37.654]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fping' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1428736Z [00:02:37.660]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1490122Z [00:02:37.666]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1551578Z [00:02:37.672]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.status' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1612533Z [00:02:37.678]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/azure-pipelines.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1673047Z [00:02:37.685]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/aclocal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1732059Z [00:02:37.690]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/depcomp' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1791228Z [00:02:37.696]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/compile' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1852064Z [00:02:37.702]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.vscode/launch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1911365Z [00:02:37.708]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.vscode/tasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.1971855Z [00:02:37.714]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2032733Z [00:02:37.721]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2094912Z [00:02:37.727]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2156469Z [00:02:37.733]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/stamp-h1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2216478Z [00:02:37.739]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-13-unknown-host.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2275613Z [00:02:37.745]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-2-test-command.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2336208Z [00:02:37.751]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-06-options-f-h.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2396195Z [00:02:37.757]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-58.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2456588Z [00:02:37.763]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-56.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2519012Z [00:02:37.769]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-11-unpriv.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2582709Z [00:02:37.776]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-bintray.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2646838Z [00:02:37.782]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-14-ping-internet-hosts.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2732287Z [00:02:37.790]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-16-json-output.pl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2794022Z [00:02:37.797]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-09-option-r-t.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2854900Z [00:02:37.803]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-05-options-c-e.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2911192Z [00:02:37.808]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-issue-377.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.2970790Z [00:02:37.814]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-07-options-i-m.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3029274Z [00:02:37.820]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-04-options-a-b.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3088849Z [00:02:37.826]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/prepare-linux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3149369Z [00:02:37.832]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/run-tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3208412Z [00:02:37.838]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-4-compile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3269339Z [00:02:37.844]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-tarball.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3331006Z [00:02:37.850]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-coveralls.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3389529Z [00:02:37.856]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-02-help.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3448399Z [00:02:37.862]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-08-options-n-q.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3507530Z [00:02:37.868]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/run-lcov.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3565261Z [00:02:37.874]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-03-forbidden.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3625427Z [00:02:37.880]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-15-netdata.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3683326Z [00:02:37.886]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/deploy-coverity.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3744377Z [00:02:37.892]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-3-prepare-macos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3804032Z [00:02:37.898]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-10-option-u-x.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3864775Z [00:02:37.904]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/build-1-autotools.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3925188Z [00:02:37.910]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-01-basics.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.3985011Z [00:02:37.916]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/ci/test-12-option-type.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4045486Z [00:02:37.922]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4104733Z [00:02:37.928]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4165247Z [00:02:37.934]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4224925Z [00:02:37.940]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4284434Z [00:02:37.946]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/requests' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4343933Z [00:02:37.952]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4404390Z [00:02:37.958]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/output.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4464018Z [00:02:37.964]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autom4te.cache/traces.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4521814Z [00:02:37.969]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.guess' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4579874Z [00:02:37.975]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4637796Z [00:02:37.981]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4699687Z [00:02:37.987]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4762551Z [00:02:37.993]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.sub' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4820308Z [00:02:37.999]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4878652Z [00:02:38.005]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/contrib/fping.spec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4936660Z [00:02:38.011]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/contrib/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.4994713Z [00:02:38.017]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5051694Z [00:02:38.022]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5109987Z [00:02:38.028]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5170741Z [00:02:38.034]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/fping.pod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5233729Z [00:02:38.041]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/README.1992' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5295595Z [00:02:38.047]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5360576Z [00:02:38.053]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/CHANGELOG.pre-v4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5426735Z [00:02:38.060]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5491886Z [00:02:38.066]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/fping.8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5554657Z [00:02:38.073]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/doc/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5616249Z [00:02:38.079]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/install-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5676654Z [00:02:38.085]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5737940Z [00:02:38.091]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autogen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5799493Z [00:02:38.097]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5858749Z [00:02:38.103]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/autoclean.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5927566Z [00:02:38.110]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-optparse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.5992029Z [00:02:38.116]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-optparse.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6061180Z [00:02:38.123]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-socket6.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6123029Z [00:02:38.129]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-seqmap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6184733Z [00:02:38.136]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-socket4.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6244983Z [00:02:38.142]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.deps/fping-fping.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6308901Z [00:02:38.148]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6367807Z [00:02:38.154]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6427280Z [00:02:38.160]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-socket4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6486805Z [00:02:38.166]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6544674Z [00:02:38.172]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/seqmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6604336Z [00:02:38.178]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6661905Z [00:02:38.183]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/seqmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6720521Z [00:02:38.189]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/optparse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6782155Z [00:02:38.195]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6842208Z [00:02:38.201]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-seqmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6899504Z [00:02:38.207]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.6957091Z [00:02:38.213]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-fping.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7015918Z [00:02:38.219]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/maketags.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7074763Z [00:02:38.225]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/.clang-format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7132829Z [00:02:38.231]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/optparse.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7190588Z [00:02:38.236]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/socket6.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7248629Z [00:02:38.242]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/fping-socket6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7308661Z [00:02:38.248]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7367917Z [00:02:38.254]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/src/socket4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7429803Z [00:02:38.260]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/missing' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7489079Z [00:02:38.266]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7547733Z [00:02:38.272]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7605933Z [00:02:38.278]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7663851Z [00:02:38.284]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7723113Z [00:02:38.290]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7782164Z [00:02:38.295]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7842568Z [00:02:38.302]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7904661Z [00:02:38.308]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.7966190Z [00:02:38.314]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8027370Z [00:02:38.320]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8087673Z [00:02:38.326]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8148000Z [00:02:38.332]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8206893Z [00:02:38.338]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8267967Z [00:02:38.344]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8329520Z [00:02:38.350]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8390692Z [00:02:38.356]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8451012Z [00:02:38.362]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8512434Z [00:02:38.369]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8577560Z [00:02:38.375]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8637366Z [00:02:38.381]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8697357Z [00:02:38.387]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8757166Z [00:02:38.393]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8816077Z [00:02:38.399]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8877722Z [00:02:38.405]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-7d1b4c4b8336b16d1c52760bf8534b437d85ef5d.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.8939382Z [00:02:38.411]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9003341Z [00:02:38.417]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/objects/pack/pack-4188819d2e5593ec92820fa562d36d8ecb5eaaed.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9062732Z [00:02:38.424]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9124589Z [00:02:38.430]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9186013Z [00:02:38.436]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9247882Z [00:02:38.442]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/heads/develop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9309944Z [00:02:38.448]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9368909Z [00:02:38.454]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9430250Z [00:02:38.460]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/heads/develop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9490024Z [00:02:38.466]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9549753Z [00:02:38.472]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/INSTALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9611175Z [00:02:38.478]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1GZRVNp9Lz/TEMPREPO/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9671829Z [00:02:38.484]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9731169Z [00:02:38.490]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9792919Z [00:02:38.497]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9852622Z [00:02:38.503]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:49.9909926Z [00:02:38.508]➜  mode of '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:50.0278854Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:22:50.0279681Z [00:02:38.545]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:22:55.9238746Z 
2025-08-20T20:22:55.9239498Z [+] Sanitizing /tmp/pkgforge/t7hLZgxPl_SBUILD/BUILD.log ==> /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.log
2025-08-20T20:22:57.9715658Z '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.static.log' -> '/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/fping.log'
2025-08-20T20:22:57.9755185Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&download=fping.log
2025-08-20T20:22:57.9755707Z 
2025-08-20T20:22:57.9756111Z [+] Parsing/Uploading fping/fping --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffping%2Ffping [aarch64-Linux]
2025-08-20T20:22:57.9783623Z {
2025-08-20T20:22:57.9783789Z   "_disabled": "false",
2025-08-20T20:22:57.9784021Z   "host": "aarch64-Linux",
2025-08-20T20:22:57.9784208Z   "rank": "",
2025-08-20T20:22:57.9784369Z   "pkg": "fping.static",
2025-08-20T20:22:57.9784571Z   "pkg_family": "fping",
2025-08-20T20:22:57.9784789Z   "pkg_id": "github.com.schweikert.fping",
2025-08-20T20:22:57.9785025Z   "pkg_name": "fping",
2025-08-20T20:22:57.9785201Z   "pkg_type": "static",
2025-08-20T20:22:57.9785549Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping",
2025-08-20T20:22:57.9785924Z   "app_id": "",
2025-08-20T20:22:57.9786088Z   "appstream": "",
2025-08-20T20:22:57.9786253Z   "category": [
2025-08-20T20:22:57.9786412Z     "ConsoleOnly",
2025-08-20T20:22:57.9786572Z     "Utility"
2025-08-20T20:22:57.9786719Z   ],
2025-08-20T20:22:57.9787022Z   "description": "Quickly ping N number of hosts to determine their reachability",
2025-08-20T20:22:57.9787358Z   "desktop": "",
2025-08-20T20:22:57.9787520Z   "homepage": [
2025-08-20T20:22:57.9787706Z     "https://github.com/schweikert/fping"
2025-08-20T20:22:57.9787933Z   ],
2025-08-20T20:22:57.9788426Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&download=fping.png",
2025-08-20T20:22:57.9788981Z   "license": [
2025-08-20T20:22:57.9789131Z     "Custom"
2025-08-20T20:22:57.9789281Z   ],
2025-08-20T20:22:57.9789424Z   "maintainer": [
2025-08-20T20:22:57.9789628Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:22:57.9789863Z   ],
2025-08-20T20:22:57.9790003Z   "provides": [
2025-08-20T20:22:57.9790157Z     "fping"
2025-08-20T20:22:57.9790300Z   ],
2025-08-20T20:22:57.9790434Z   "note": [
2025-08-20T20:22:57.9790728Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/schweikert/fping"
2025-08-20T20:22:57.9791323Z   ],
2025-08-20T20:22:57.9791480Z   "repology": [
2025-08-20T20:22:57.9791634Z     "fping"
2025-08-20T20:22:57.9791776Z   ],
2025-08-20T20:22:57.9791919Z   "screenshots": [],
2025-08-20T20:22:57.9792087Z   "src_url": [
2025-08-20T20:22:57.9792685Z     "https://github.com/schweikert/fping"
2025-08-20T20:22:57.9792920Z   ],
2025-08-20T20:22:57.9793055Z   "tag": [
2025-08-20T20:22:57.9793206Z     "Utility"
2025-08-20T20:22:57.9793353Z   ],
2025-08-20T20:22:57.9793519Z   "version": "HEAD-e1bbe1e-250819T101942",
2025-08-20T20:22:57.9793754Z   "version_upstream": "5.4",
2025-08-20T20:22:57.9794055Z   "bsum": "4368c04f3d163ac819d0ea0c4ccb6026c5c8597e76774a083a84d05fa45701e1",
2025-08-20T20:22:57.9794387Z   "build_date": "2025-08-20T20:22:50Z",
2025-08-20T20:22:57.9794712Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107773445",
2025-08-20T20:22:57.9795038Z   "build_id": "17107773445",
2025-08-20T20:22:57.9795577Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&download=fping.log",
2025-08-20T20:22:57.9796372Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fping/static.official.source.yaml",
2025-08-20T20:22:57.9797164Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&download=fping",
2025-08-20T20:22:57.9798196Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux",
2025-08-20T20:22:57.9798700Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fping/official/fping",
2025-08-20T20:22:57.9799325Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&manifest",
2025-08-20T20:22:57.9799986Z   "shasum": "9b903c326ba77d32ffd70bf04ed62effcbc52f602d69bcbe5a8c450c055fb5a9",
2025-08-20T20:22:57.9800322Z   "size": "148 KB",
2025-08-20T20:22:57.9800487Z   "size_raw": "148392",
2025-08-20T20:22:57.9800663Z   "snapshots": [
2025-08-20T20:22:57.9800861Z     "HEAD-57d91b1-250215T200258-aarch64-linux[5.3]",
2025-08-20T20:22:57.9801346Z     "HEAD-a237394-250308T161607-aarch64-linux[NA-2025-03-08]",
2025-08-20T20:22:57.9801658Z     "HEAD-50cba08-250406T172415-aarch64-linux[5.3]",
2025-08-20T20:22:57.9801936Z     "HEAD-8ca279e-250525T080128-aarch64-linux[5.3]",
2025-08-20T20:22:57.9802218Z     "HEAD-fb6f8b5-250607T202905-aarch64-linux[5.3]",
2025-08-20T20:22:57.9802492Z     "HEAD-b00bb5a-250619T160047-aarch64-linux[5.3]",
2025-08-20T20:22:57.9802771Z     "HEAD-6b4dd91-250708T071125-aarch64-linux[5.3]",
2025-08-20T20:22:57.9803048Z     "HEAD-94160e5-250712T074318-aarch64-linux[5.3]",
2025-08-20T20:22:57.9803318Z     "HEAD-6a67865-250713T154200-aarch64-linux[5.3]",
2025-08-20T20:22:57.9803592Z     "HEAD-05b8f45-250718T190320-aarch64-linux[5.3]",
2025-08-20T20:22:57.9803869Z     "HEAD-d980f9b-250802T140026-aarch64-linux[5.3]",
2025-08-20T20:22:57.9804145Z     "HEAD-21611f4-250817T171244-aarch64-linux[5.3]"
2025-08-20T20:22:57.9804375Z   ]
2025-08-20T20:22:57.9804508Z }
2025-08-20T20:22:57.9804584Z 
2025-08-20T20:22:57.9804588Z 
2025-08-20T20:22:58.1779313Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux": ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux: not found
2025-08-20T20:22:58.1823754Z Uploading empty artifact
2025-08-20T20:22:58.1825988Z time=2025-08-20T20:22:58Z level=debug msg=Request #0
2025-08-20T20:22:58.1826678Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fping/official/fping/manifests/sha256:3cec97f2e0169f149016c4890abcb89e42fe096aa1af7a170d5908ce079b1ae9"
2025-08-20T20:22:58.1827298Z > Request method: "HEAD"
2025-08-20T20:22:58.1827485Z > Request headers:
2025-08-20T20:22:58.1828375Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:22:58.1829313Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:58.2729278Z time=2025-08-20T20:22:58Z level=debug msg=Response #0
2025-08-20T20:22:58.2730178Z < Response Status: "401 Unauthorized"
2025-08-20T20:22:58.2730462Z < Response headers:
2025-08-20T20:22:58.2730699Z    "X-Github-Request-Id": "0809:186C51:1EF429:219FFC:68A62EA2"
2025-08-20T20:22:58.2731009Z    "Content-Type": "application/json"
2025-08-20T20:22:58.2734316Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fping/official/fping:pull\""
2025-08-20T20:22:58.2734847Z    "Date": "Wed, 20 Aug 2025 20:22:58 GMT"
2025-08-20T20:22:58.2735075Z    "Content-Length": "73"
2025-08-20T20:22:58.2735298Z time=2025-08-20T20:22:58Z level=debug msg=Request #1
2025-08-20T20:22:58.2735859Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffping%2Fofficial%2Ffping%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:22:58.2736361Z > Request method: "GET"
2025-08-20T20:22:58.2736538Z > Request headers:
2025-08-20T20:22:58.2736706Z    "Authorization": "*****"
2025-08-20T20:22:58.2736906Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:58.3481718Z time=2025-08-20T20:22:58Z level=debug msg=Response #1
2025-08-20T20:22:58.3482043Z < Response Status: "200 OK"
2025-08-20T20:22:58.3482710Z < Response headers:
2025-08-20T20:22:58.3482930Z    "Content-Type": "application/json"
2025-08-20T20:22:58.3483205Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:58.3483585Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:58.3483934Z    "Date": "Wed, 20 Aug 2025 20:22:58 GMT"
2025-08-20T20:22:58.3484159Z    "Content-Length": "69"
2025-08-20T20:22:58.3484408Z    "X-Github-Request-Id": "0809:186C51:1EF431:21A001:68A62EA2"
2025-08-20T20:22:58.3484719Z time=2025-08-20T20:22:58Z level=debug msg=Request #2
2025-08-20T20:22:58.3485390Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fping/official/fping/manifests/sha256:3cec97f2e0169f149016c4890abcb89e42fe096aa1af7a170d5908ce079b1ae9"
2025-08-20T20:22:58.3486012Z > Request method: "HEAD"
2025-08-20T20:22:58.3486206Z > Request headers:
2025-08-20T20:22:58.3487093Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:22:58.3488050Z    "Authorization": "*****"
2025-08-20T20:22:58.3488248Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:58.3962683Z time=2025-08-20T20:22:58Z level=debug msg=Response #2
2025-08-20T20:22:58.3963005Z < Response Status: "404 Not Found"
2025-08-20T20:22:58.3963216Z < Response headers:
2025-08-20T20:22:58.3963404Z    "Content-Type": "application/json"
2025-08-20T20:22:58.3963723Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:58.3964101Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:58.3964451Z    "Date": "Wed, 20 Aug 2025 20:22:58 GMT"
2025-08-20T20:22:58.3964675Z    "Content-Length": "70"
2025-08-20T20:22:58.3964952Z    "X-Github-Request-Id": "0809:186C51:1EF43D:21A012:68A62EA2"
2025-08-20T20:22:58.3965267Z time=2025-08-20T20:22:58Z level=debug msg=Request #3
2025-08-20T20:22:58.3965937Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fping/official/fping/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:22:58.3966540Z > Request method: "HEAD"
2025-08-20T20:22:58.3966725Z > Request headers:
2025-08-20T20:22:58.3966898Z    "Authorization": "*****"
2025-08-20T20:22:58.3967095Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:58.4306581Z time=2025-08-20T20:22:58Z level=debug msg=Response #3
2025-08-20T20:22:58.4306931Z < Response Status: "200 OK"
2025-08-20T20:22:58.4307128Z < Response headers:
2025-08-20T20:22:58.4307355Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:58.4307754Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:22:58.4308783Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:58.4309151Z    "Date": "Wed, 20 Aug 2025 20:22:58 GMT"
2025-08-20T20:22:58.4309427Z    "X-Github-Request-Id": "0809:186C51:1EF444:21A01E:68A62EA2"
2025-08-20T20:22:58.4309717Z    "Content-Length": "0"
2025-08-20T20:22:58.4309902Z    "Content-Type": ""
2025-08-20T20:22:58.4310267Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:22:58.4310707Z time=2025-08-20T20:22:58Z level=debug msg=Request #4
2025-08-20T20:22:58.4311418Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fping/official/fping/manifests/HEAD-e1bbe1e-250819T101942-aarch64-linux"
2025-08-20T20:22:58.4311936Z > Request method: "PUT"
2025-08-20T20:22:58.4312115Z > Request headers:
2025-08-20T20:22:58.4312286Z    "Authorization": "*****"
2025-08-20T20:22:58.4312482Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:58.4312751Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:22:58.6963507Z time=2025-08-20T20:22:58Z level=debug msg=Response #4
2025-08-20T20:22:58.6964233Z < Response Status: "201 Created"
2025-08-20T20:22:58.6964474Z < Response headers:
2025-08-20T20:22:58.6965106Z    "Date": "Wed, 20 Aug 2025 20:22:58 GMT"
2025-08-20T20:22:58.6965334Z    "Content-Length": "0"
2025-08-20T20:22:58.6965579Z    "X-Github-Request-Id": "0809:186C51:1EF449:21A024:68A62EA2"
2025-08-20T20:22:58.6965868Z    "Content-Type": "application/json"
2025-08-20T20:22:58.6966281Z    "Docker-Content-Digest": "sha256:3cec97f2e0169f149016c4890abcb89e42fe096aa1af7a170d5908ce079b1ae9"
2025-08-20T20:22:58.6966737Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:58.6967344Z    "Location": "/v2/pkgforge/bincache/fping/official/fping/manifests/sha256:3cec97f2e0169f149016c4890abcb89e42fe096aa1af7a170d5908ce079b1ae9"
2025-08-20T20:22:58.6968023Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:58.6968602Z Pushed [registry] ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:22:58.6969076Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:22:58.6969451Z Digest: sha256:3cec97f2e0169f149016c4890abcb89e42fe096aa1af7a170d5908ce079b1ae9
2025-08-20T20:23:00.9929868Z Uploading 5f632981140b CHECKSUM.sig
2025-08-20T20:23:00.9947708Z Uploading a99eba000a14 CHECKSUM
2025-08-20T20:23:01.0333367Z Uploading 451d6f18a379 fping.sig
2025-08-20T20:23:01.0373998Z Uploading 9b903c326ba7 fping
2025-08-20T20:23:01.0414782Z Exists    6051b27e4b4a LICENSE
2025-08-20T20:23:01.0760849Z Uploading 330e09e72eb1 LICENSE.sig
2025-08-20T20:23:01.9677813Z Uploaded  5f632981140b CHECKSUM.sig
2025-08-20T20:23:01.9826900Z Uploaded  a99eba000a14 CHECKSUM
2025-08-20T20:23:01.9880237Z Uploaded  451d6f18a379 fping.sig
2025-08-20T20:23:02.0108789Z Exists    f6e01e38356a SBUILD
2025-08-20T20:23:02.0227067Z Uploading c32f0a6d7a2a SBUILD.sig
2025-08-20T20:23:02.0520873Z Exists    11cf0313013e fping.png
2025-08-20T20:23:02.0758691Z Uploading 1bda32e7636f fping.json
2025-08-20T20:23:02.1046958Z Uploaded  330e09e72eb1 LICENSE.sig
2025-08-20T20:23:02.1681807Z Uploading b887f35f6920 fping.log
2025-08-20T20:23:02.1728661Z Uploading dc4c2edfe04e fping.json.sig
2025-08-20T20:23:02.2051744Z Uploaded  9b903c326ba7 fping
2025-08-20T20:23:02.2510885Z Uploading 73b67ad50f1b fping.log.sig
2025-08-20T20:23:03.0186016Z Uploaded  c32f0a6d7a2a SBUILD.sig
2025-08-20T20:23:03.0623940Z Uploading 6dcbbf645fbc fping.version
2025-08-20T20:23:03.2173739Z Uploaded  b887f35f6920 fping.log
2025-08-20T20:23:03.2439480Z Uploaded  dc4c2edfe04e fping.json.sig
2025-08-20T20:23:03.2879062Z Uploading 9d630ff27492 fping.version.sig
2025-08-20T20:23:03.2896007Z Uploaded  73b67ad50f1b fping.log.sig
2025-08-20T20:23:03.4545186Z Uploaded  1bda32e7636f fping.json
2025-08-20T20:23:04.0429526Z Uploaded  6dcbbf645fbc fping.version
2025-08-20T20:23:04.2508674Z Uploaded  9d630ff27492 fping.version.sig
2025-08-20T20:23:04.2508976Z Uploading eb33078bf4fa fping
2025-08-20T20:23:04.5900164Z Uploaded  eb33078bf4fa fping
2025-08-20T20:23:04.5908393Z Pushed [registry] ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:04.5908938Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:23:04.5909328Z Digest: sha256:eb33078bf4fa43bd360f75284f9edae50be8cfada63beae13ccdc8cf3a43f252
2025-08-20T20:23:09.9611446Z 
2025-08-20T20:23:09.9612148Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:09.9612814Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fping/official/fping?tag=HEAD-e1bbe1e-250819T101942-aarch64-linux&manifest 
2025-08-20T20:23:09.9613260Z 
2025-08-20T20:23:11.9024910Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:23:11.9140338Z ./BUILD_ARTIFACTS.tar : 21.21%   (  2.91 MiB =>    632 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:23:11.9164706Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:23:11.9201206Z 
2025-08-20T20:23:11.9201964Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml :: 00(Hr):03(Min):00(Sec)
2025-08-20T20:23:11.9202569Z 
2025-08-20T20:23:11.9215571Z 
2025-08-20T20:23:11.9215823Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:23:11 PM) UTC
2025-08-20T20:23:11.9216060Z 
2025-08-20T20:23:12.0663105Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:23:12.0715919Z ##[group]Run ##Presets
2025-08-20T20:23:12.0716296Z [36;1m##Presets[0m
2025-08-20T20:23:12.0716474Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:12.0716662Z [36;1m#-------------#[0m
2025-08-20T20:23:12.0716838Z [36;1m##Debug?[0m
2025-08-20T20:23:12.0717048Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:12.0717310Z [36;1m  set -x[0m
2025-08-20T20:23:12.0717469Z [36;1mfi[0m
2025-08-20T20:23:12.0717623Z [36;1m#-------------#[0m
2025-08-20T20:23:12.0717800Z [36;1m##Set ENV[0m
2025-08-20T20:23:12.0718009Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:23:12.0718476Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-e1bbe1e-250819T101942-aarch64-linux"[0m
2025-08-20T20:23:12.0719025Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-e1bbe1e-250819T101942-aarch64-linux"[0m
2025-08-20T20:23:12.0719554Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445"[0m
2025-08-20T20:23:12.0720042Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:23:12.0720416Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:12.0720843Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:12.0721909Z [36;1m fi[0m
2025-08-20T20:23:12.0722070Z [36;1m##Push[0m
2025-08-20T20:23:12.0722269Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:23:12.0722522Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:23:12.0722866Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:23:12.0723316Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:23:12.0723748Z [36;1m     ls -sh "/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:23:12.0724069Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:23:12.0724259Z [36;1m       {[0m
2025-08-20T20:23:12.0724425Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:23:12.0724737Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:23:12.0725155Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:23:12.0725617Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:23:12.0726137Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-e1bbe1e-250819T101942-aarch64-linux")[0m
2025-08-20T20:23:12.0726829Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107773445")[0m
2025-08-20T20:23:12.0727396Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107773445")[0m
2025-08-20T20:23:12.0728052Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/fping/official/fping:HEAD-e1bbe1e-250819T101942-aarch64-linux")[0m
2025-08-20T20:23:12.0728733Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:22:50Z")[0m
2025-08-20T20:23:12.0729210Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-e1bbe1e-250819T101942")[0m
2025-08-20T20:23:12.0729704Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:22:50Z")[0m
2025-08-20T20:23:12.0730349Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/fping/official/fping")[0m
2025-08-20T20:23:12.0730968Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:23:12.0731957Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-e1bbe1e-250819T101942")[0m
2025-08-20T20:23:12.0732677Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-e1bbe1e-250819T101942")[0m
2025-08-20T20:23:12.0733403Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping")[0m
2025-08-20T20:23:12.0734062Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fping")[0m
2025-08-20T20:23:12.0734586Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/schweikert/fping")[0m
2025-08-20T20:23:12.0735098Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:23:12.0735591Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-e1bbe1e-250819T101942")[0m
2025-08-20T20:23:12.0736055Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:23:12.0736536Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:23:12.0736947Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:23:12.0737176Z [36;1m         #Check[0m
2025-08-20T20:23:12.0737731Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:22:50Z" ]]; then[0m
2025-08-20T20:23:12.0738425Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:23:12.0738750Z [36;1m            break[0m
2025-08-20T20:23:12.0738936Z [36;1m          else[0m
2025-08-20T20:23:12.0739309Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:23:12.0739713Z [36;1m          fi[0m
2025-08-20T20:23:12.0739916Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:23:12.0740151Z [36;1m        done[0m
2025-08-20T20:23:12.0740319Z [36;1m       }[0m
2025-08-20T20:23:12.0740500Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:23:12.0740725Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:23:12.0741489Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:22:50Z" ]]; then[0m
2025-08-20T20:23:12.0742241Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:23:12.0742625Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:23:12.0742861Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:23:12.0743432Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:22:50Z" ]]; then[0m
2025-08-20T20:23:12.0744148Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:23:12.0744636Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:23:12.0745007Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:23:12.0745218Z [36;1m           fi[0m
2025-08-20T20:23:12.0745386Z [36;1m       fi[0m
2025-08-20T20:23:12.0745546Z [36;1m   fi[0m
2025-08-20T20:23:12.0745700Z [36;1m fi[0m
2025-08-20T20:23:12.0745863Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:23:12.0815857Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:12.0816080Z env:
2025-08-20T20:23:12.0816236Z   CROSS_COMPILING: NO
2025-08-20T20:23:12.0816425Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:12.0816632Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:12.0816822Z   ON_QEMU: NO
2025-08-20T20:23:12.0816969Z   DEBUG: 0
2025-08-20T20:23:12.0817391Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:12.0817598Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:12.0817857Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:12.0818260Z   KEEP_LOGS: YES
2025-08-20T20:23:12.0818455Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:12.0818646Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:12.0818833Z   SBUILD_REBUILD: false
2025-08-20T20:23:12.0819329Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:12.0819860Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:12.0820067Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:12.0820246Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:12.0820422Z   SYSTMP: /tmp
2025-08-20T20:23:12.0820581Z   GHA_MODE: MATRIX
2025-08-20T20:23:12.0820975Z   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:23:12.0821625Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:12.0821937Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:12.0822301Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:12.0822753Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:12.0823105Z   PKG_TYPE: static
2025-08-20T20:23:12.0823273Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:12.0823481Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:12.0823830Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:12.0824166Z   BUILD_ID: 17107773445
2025-08-20T20:23:12.0824336Z   PKG_NAME: fping
2025-08-20T20:23:12.0824508Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:12.0824726Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:12.0824959Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:12.0825218Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:12.0825548Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:12.0825954Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:12.0826365Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:12.0826615Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:12.0827060Z   GHCR_TOKEN: ***
2025-08-20T20:23:12.0827316Z   GITHUB_TOKEN: ***
2025-08-20T20:23:12.0827518Z   GITLAB_TOKEN: ***
2025-08-20T20:23:12.0828590Z   MINISIGN_KEY: ***
2025-08-20T20:23:12.0828755Z ##[endgroup]
2025-08-20T20:23:12.0900204Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:23:12.0908719Z 636K	./BUILD_ARTIFACTS.zstd
2025-08-20T20:23:12.0919434Z total 468K
2025-08-20T20:23:12.0919597Z 4.0K CHECKSUM
2025-08-20T20:23:12.0919756Z 4.0K CHECKSUM.sig
2025-08-20T20:23:12.0919916Z 4.0K LICENSE
2025-08-20T20:23:12.0920069Z 4.0K LICENSE.sig
2025-08-20T20:23:12.0920228Z 8.0K SBUILD
2025-08-20T20:23:12.0920379Z 4.0K SBUILD.sig
2025-08-20T20:23:12.0920537Z 4.0K SBUILD_TEMP
2025-08-20T20:23:12.0920720Z 148K fping
2025-08-20T20:23:12.0920868Z 4.0K fping.json
2025-08-20T20:23:12.0921172Z 4.0K fping.json.sig
2025-08-20T20:23:12.0921378Z 108K fping.log
2025-08-20T20:23:12.0921540Z 4.0K fping.log.sig
2025-08-20T20:23:12.0921720Z  40K fping.png
2025-08-20T20:23:12.0921878Z 4.0K fping.sig
2025-08-20T20:23:12.0922039Z 108K fping.static.log
2025-08-20T20:23:12.0922223Z 4.0K fping.static.version
2025-08-20T20:23:12.0922425Z 4.0K fping.static.version.sig
2025-08-20T20:23:12.0922626Z 4.0K fping.version
2025-08-20T20:23:12.0922794Z 4.0K fping.version.sig
2025-08-20T20:23:12.3267687Z Uploading dd3a220f39ed BUILD_ARTIFACTS.zstd
2025-08-20T20:23:14.1202846Z Uploaded  dd3a220f39ed BUILD_ARTIFACTS.zstd
2025-08-20T20:23:14.1203182Z Uploading 965364be22aa SRCBUILD-fping
2025-08-20T20:23:14.4508690Z Uploaded  965364be22aa SRCBUILD-fping
2025-08-20T20:23:14.4509298Z Pushed [registry] ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445:HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:14.4510442Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:23:14.4510821Z Digest: sha256:965364be22aa750b618f58c78b3d070f271bb0a2efd6374a2942900b2b1200ad
2025-08-20T20:23:19.7083990Z 
2025-08-20T20:23:19.7085313Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:19.7085744Z 
2025-08-20T20:23:20.1136932Z ##[group]Run ##Presets
2025-08-20T20:23:20.1137214Z [36;1m##Presets[0m
2025-08-20T20:23:20.1137392Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:20.1137579Z [36;1m#-------------#[0m
2025-08-20T20:23:20.1137756Z [36;1m##Debug?[0m
2025-08-20T20:23:20.1137968Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:20.1138235Z [36;1m  set -x[0m
2025-08-20T20:23:20.1138390Z [36;1mfi[0m
2025-08-20T20:23:20.1138543Z [36;1m#-------------#[0m
2025-08-20T20:23:20.1138775Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:23:20.1139080Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:20.1172230Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:20.1172444Z env:
2025-08-20T20:23:20.1172600Z   CROSS_COMPILING: NO
2025-08-20T20:23:20.1172790Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:20.1172995Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:20.1173189Z   ON_QEMU: NO
2025-08-20T20:23:20.1173393Z   DEBUG: 0
2025-08-20T20:23:20.1173555Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:20.1173764Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:20.1174024Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:20.1174286Z   KEEP_LOGS: YES
2025-08-20T20:23:20.1174455Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:20.1174649Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:20.1174840Z   SBUILD_REBUILD: false
2025-08-20T20:23:20.1175337Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:20.1175871Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:20.1176098Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:20.1176279Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:20.1176452Z   SYSTMP: /tmp
2025-08-20T20:23:20.1176609Z   GHA_MODE: MATRIX
2025-08-20T20:23:20.1177004Z   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:23:20.1177492Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:20.1177833Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:20.1178190Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:20.1178643Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:20.1178998Z   PKG_TYPE: static
2025-08-20T20:23:20.1179165Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:20.1179373Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:20.1179726Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:20.1180068Z   BUILD_ID: 17107773445
2025-08-20T20:23:20.1180244Z   PKG_NAME: fping
2025-08-20T20:23:20.1180416Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:20.1180634Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:20.1180868Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:20.1181550Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:20.1181895Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:20.1182304Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:20.1182709Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:20.1182961Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:20.1183212Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:20.1183656Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:20.1184029Z ##[endgroup]
2025-08-20T20:23:20.1320191Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:23:20.1320764Z with:
2025-08-20T20:23:20.1320940Z   name: Bincache_fping_aarch64-Linux
2025-08-20T20:23:20.1321457Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:23:20.1321720Z   compression-level: 0
2025-08-20T20:23:20.1321903Z   retention-days: 30
2025-08-20T20:23:20.1322075Z   overwrite: true
2025-08-20T20:23:20.1322248Z   if-no-files-found: warn
2025-08-20T20:23:20.1322447Z   include-hidden-files: false
2025-08-20T20:23:20.1322637Z env:
2025-08-20T20:23:20.1322785Z   CROSS_COMPILING: NO
2025-08-20T20:23:20.1322970Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:20.1323176Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:20.1323370Z   ON_QEMU: NO
2025-08-20T20:23:20.1323519Z   DEBUG: 0
2025-08-20T20:23:20.1323685Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:20.1323891Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:20.1324146Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:20.1324478Z   KEEP_LOGS: YES
2025-08-20T20:23:20.1324651Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:20.1324839Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:20.1325029Z   SBUILD_REBUILD: false
2025-08-20T20:23:20.1325525Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:20.1326060Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:20.1326267Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:20.1326443Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:20.1326619Z   SYSTMP: /tmp
2025-08-20T20:23:20.1326784Z   GHA_MODE: MATRIX
2025-08-20T20:23:20.1327179Z   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:23:20.1327655Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:20.1327956Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:20.1328315Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:20.1328767Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:20.1329130Z   PKG_TYPE: static
2025-08-20T20:23:20.1329304Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:20.1329511Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:20.1329861Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:20.1330197Z   BUILD_ID: 17107773445
2025-08-20T20:23:20.1330375Z   PKG_NAME: fping
2025-08-20T20:23:20.1330549Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:20.1330770Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:20.1331005Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:20.1331510Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:20.1331845Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:20.1332256Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:20.1332675Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:20.1332933Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:20.1333185Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:20.1333628Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:20.1334012Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:20.1334211Z ##[endgroup]
2025-08-20T20:23:20.8020110Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:23:20.8025612Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:23:20.8026433Z With the provided path, there will be 2 files uploaded
2025-08-20T20:23:21.0679736Z Artifact name is valid!
2025-08-20T20:23:21.0685127Z Root directory input is valid!
2025-08-20T20:23:21.1527689Z Beginning upload of artifact content to blob storage
2025-08-20T20:23:21.6159295Z Uploaded bytes 1100839
2025-08-20T20:23:21.6712902Z Finished uploading artifact content to blob storage!
2025-08-20T20:23:21.6725032Z SHA256 digest of uploaded artifact zip is 456d5d2ff4663a41df57c0bdf954ac09f672256efc1e767ccf75694f279e2913
2025-08-20T20:23:21.6725507Z Finalizing artifact upload
2025-08-20T20:23:21.8089590Z Artifact Bincache_fping_aarch64-Linux.zip successfully finalized. Artifact ID 3812866999
2025-08-20T20:23:21.8090252Z Artifact Bincache_fping_aarch64-Linux has been successfully uploaded! Final size is 1100839 bytes. Artifact ID is 3812866999
2025-08-20T20:23:21.8113097Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107773445/artifacts/3812866999
2025-08-20T20:23:21.8335970Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:23:21.8336295Z with:
2025-08-20T20:23:21.8336573Z   subject-name: fping-17107773445-HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:21.8337376Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:23:21.8338088Z   show-summary: true
2025-08-20T20:23:21.8338275Z   push-to-registry: false
2025-08-20T20:23:21.8338642Z   github-token: ***
2025-08-20T20:23:21.8338808Z env:
2025-08-20T20:23:21.8338958Z   CROSS_COMPILING: NO
2025-08-20T20:23:21.8339145Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:21.8339357Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:21.8339554Z   ON_QEMU: NO
2025-08-20T20:23:21.8339709Z   DEBUG: 0
2025-08-20T20:23:21.8339875Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:21.8340087Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:21.8340384Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:21.8340662Z   KEEP_LOGS: YES
2025-08-20T20:23:21.8340829Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:21.8341293Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:21.8341515Z   SBUILD_REBUILD: false
2025-08-20T20:23:21.8342010Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:21.8342558Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:21.8342771Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:21.8342950Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:21.8343129Z   SYSTMP: /tmp
2025-08-20T20:23:21.8343291Z   GHA_MODE: MATRIX
2025-08-20T20:23:21.8343689Z   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:23:21.8344176Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:21.8344479Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:21.8344851Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:21.8345307Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:21.8345704Z   PKG_TYPE: static
2025-08-20T20:23:21.8345882Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:21.8346093Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:21.8346450Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:21.8346797Z   BUILD_ID: 17107773445
2025-08-20T20:23:21.8346976Z   PKG_NAME: fping
2025-08-20T20:23:21.8347151Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:21.8347373Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:21.8347613Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:21.8347883Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:21.8348218Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:21.8348637Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:21.8349052Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:21.8349310Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:21.8349573Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:21.8350024Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:21.8350412Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:21.8350979Z ##[endgroup]
2025-08-20T20:23:21.8433539Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:23:21.8433950Z env:
2025-08-20T20:23:21.8434108Z   CROSS_COMPILING: NO
2025-08-20T20:23:21.8434303Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:21.8434516Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:21.8434716Z   ON_QEMU: NO
2025-08-20T20:23:21.8434871Z   DEBUG: 0
2025-08-20T20:23:21.8435034Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:21.8435540Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:21.8435830Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:21.8436109Z   KEEP_LOGS: YES
2025-08-20T20:23:21.8436281Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:21.8436474Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:21.8436665Z   SBUILD_REBUILD: false
2025-08-20T20:23:21.8437165Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:21.8437713Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:21.8437928Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:21.8438110Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:21.8438292Z   SYSTMP: /tmp
2025-08-20T20:23:21.8438454Z   GHA_MODE: MATRIX
2025-08-20T20:23:21.8438856Z   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:23:21.8439344Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:21.8439658Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:21.8440028Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:21.8440489Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:21.8440850Z   PKG_TYPE: static
2025-08-20T20:23:21.8441258Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:21.8441517Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:21.8441891Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:21.8442234Z   BUILD_ID: 17107773445
2025-08-20T20:23:21.8442413Z   PKG_NAME: fping
2025-08-20T20:23:21.8442589Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:21.8442814Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:21.8443055Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:21.8443324Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:21.8443658Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:21.8444074Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:21.8444490Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:21.8444747Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:21.8445005Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:21.8445461Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:21.8445857Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:21.8446064Z ##[endgroup]
2025-08-20T20:23:22.3928942Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:23:22.3929270Z with:
2025-08-20T20:23:22.3929906Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:23:22.3930704Z   subject-name: fping-17107773445-HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:22.3931426Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:23:22.3933970Z   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/17107773445/attempts/1"}}}
2025-08-20T20:23:22.3936761Z   push-to-registry: false
2025-08-20T20:23:22.3936961Z   show-summary: true
2025-08-20T20:23:22.3937582Z   github-token: ***
2025-08-20T20:23:22.3937787Z env:
2025-08-20T20:23:22.3937944Z   CROSS_COMPILING: NO
2025-08-20T20:23:22.3938136Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:22.3938349Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:22.3938552Z   ON_QEMU: NO
2025-08-20T20:23:22.3938708Z   DEBUG: 0
2025-08-20T20:23:22.3938872Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:22.3939091Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:22.3939363Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:22.3939638Z   KEEP_LOGS: YES
2025-08-20T20:23:22.3939814Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:22.3940012Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:22.3940208Z   SBUILD_REBUILD: false
2025-08-20T20:23:22.3940704Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:22.3941459Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:22.3941689Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:22.3941880Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:22.3942062Z   SYSTMP: /tmp
2025-08-20T20:23:22.3942228Z   GHA_MODE: MATRIX
2025-08-20T20:23:22.3942630Z   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:23:22.3943123Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:22.3943434Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:22.3943809Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:22.3944273Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:22.3944635Z   PKG_TYPE: static
2025-08-20T20:23:22.3944811Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:22.3945027Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:22.3945387Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:22.3945734Z   BUILD_ID: 17107773445
2025-08-20T20:23:22.3945923Z   PKG_NAME: fping
2025-08-20T20:23:22.3946106Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:22.3946336Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:22.3946580Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:22.3946855Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:22.3947193Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:22.3947622Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:22.3948043Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:22.3948304Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:22.3948569Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:22.3949030Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:22.3949421Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:22.3949630Z ##[endgroup]
2025-08-20T20:23:23.6629576Z Attestation created for 18 subjects
2025-08-20T20:23:23.6633643Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:23:23.6634112Z -----BEGIN CERTIFICATE-----
2025-08-20T20:23:23.6634447Z MIIG8TCCBnagAwIBAgIUH88pmXj5vuJiFVopQBO5q52joiUwCgYIKoZIzj0EAwMw
2025-08-20T20:23:23.6634908Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:23:23.6635370Z cm1lZGlhdGUwHhcNMjUwODIwMjAyMzIyWhcNMjUwODIwMjAzMzIyWjAAMFkwEwYH
2025-08-20T20:23:23.6636214Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEZyh12C5Li5e6TFvWmogLGdRP6ItOu1JRNTta
2025-08-20T20:23:23.6636657Z 4c/RDeuOsmpWRpaKFM5+SKHWGvhvfGADTWtyap0Q/rHhsyGsXaOCBZUwggWRMA4G
2025-08-20T20:23:23.6637100Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU/iQo
2025-08-20T20:23:23.6637545Z BNaSUUkq14thR3uZ51kuWw0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:23:23.6637979Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:23:23.6638591Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:23:23.6639052Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:23:23.6639488Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:23:23.6639916Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:23:23.6640359Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:23:23.6640812Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:23:23.6641464Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:23:23.6641919Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:23:23.6642354Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:23:23.6642796Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:23:23.6643247Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:23:23.6643699Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:23:23.6644140Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:23:23.6644596Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:23:23.6645050Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:23:23.6645503Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:23:23.6645992Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:23:23.6646453Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:23:23.6646907Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:23:23.6647357Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:23:23.6647811Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:23:23.6648265Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:23:23.6648717Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzczNDQ1L2F0
2025-08-20T20:23:23.6649170Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:23:23.6649635Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJJonQ
2025-08-20T20:23:23.6650095Z AAAEAwBIMEYCIQDfVEGVgzdyzXRpi+dPzZBNrt1ZlCrr3FZuPeq5rjiRpAIhAObo
2025-08-20T20:23:23.6650552Z LFI7ieEcVdmAy6m+LNBPDwUKdRAkY8TwfvpEUuPaMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T20:23:23.6651000Z MQCVYWJPtKax9Se3C+O5RQ8CJSm9VG6SWjGueci2w9CrPSKK0k021T845oOJ7IBE
2025-08-20T20:23:23.6651632Z zt8CMQDi98Av0zc/DnrgdCdkwBhB5Kn+8BznJLc8n4U0nQjYOfT1ZemchfGz8S25
2025-08-20T20:23:23.6651948Z 9pFcTZE=
2025-08-20T20:23:23.6652108Z -----END CERTIFICATE-----
2025-08-20T20:23:23.6652243Z 
2025-08-20T20:23:23.6652798Z ##[endgroup]
2025-08-20T20:23:23.6653258Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:23:23.6653637Z https://search.sigstore.dev?logIndex=414267110
2025-08-20T20:23:23.6654010Z [36mAttestation uploaded to repository[39m
2025-08-20T20:23:23.6654333Z https://github.com/pkgforge/bincache/attestations/9871908
2025-08-20T20:23:23.7584708Z ##[group]Run ##Presets
2025-08-20T20:23:23.7584986Z [36;1m##Presets[0m
2025-08-20T20:23:23.7585164Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:23.7585354Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7585540Z [36;1m##Debug?[0m
2025-08-20T20:23:23.7585760Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:23.7586297Z [36;1m  set -x[0m
2025-08-20T20:23:23.7586462Z [36;1mfi[0m
2025-08-20T20:23:23.7586624Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7587628Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:23:23.7588126Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fping/official"[0m
2025-08-20T20:23:23.7588509Z [36;1m exit 1[0m
2025-08-20T20:23:23.7588673Z [36;1mfi[0m
2025-08-20T20:23:23.7621594Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:23.7621819Z env:
2025-08-20T20:23:23.7621981Z   CROSS_COMPILING: NO
2025-08-20T20:23:23.7622236Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:23.7622455Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:23.7622655Z   ON_QEMU: NO
2025-08-20T20:23:23.7622811Z   DEBUG: 0
2025-08-20T20:23:23.7622977Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:23.7623194Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:23.7623462Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:23.7623757Z   KEEP_LOGS: YES
2025-08-20T20:23:23.7623932Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:23.7624129Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:23.7624325Z   SBUILD_REBUILD: false
2025-08-20T20:23:23.7624829Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:23.7625373Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:23.7625592Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:23.7625782Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:23.7625965Z   SYSTMP: /tmp
2025-08-20T20:23:23.7626130Z   GHA_MODE: MATRIX
2025-08-20T20:23:23.7626538Z   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:23:23.7627033Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:23.7627342Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:23.7627709Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:23.7628184Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:23.7628546Z   PKG_TYPE: static
2025-08-20T20:23:23.7628723Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:23.7628941Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7629302Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:23.7629645Z   BUILD_ID: 17107773445
2025-08-20T20:23:23.7629825Z   PKG_NAME: fping
2025-08-20T20:23:23.7630008Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:23.7630237Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7630480Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:23.7630757Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:23.7631420Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7631861Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:23.7632292Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:23.7632558Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:23.7632819Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7633277Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:23.7633666Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:23.7633875Z ##[endgroup]
2025-08-20T20:23:23.7712578Z ##[group]Run ##Presets
2025-08-20T20:23:23.7712847Z [36;1m##Presets[0m
2025-08-20T20:23:23.7713034Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:23.7713224Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7713409Z [36;1m##Debug?[0m
2025-08-20T20:23:23.7713628Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:23.7713901Z [36;1m  set -x[0m
2025-08-20T20:23:23.7714065Z [36;1mfi[0m
2025-08-20T20:23:23.7714221Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7714445Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:23:23.7715122Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fping/official"[0m
2025-08-20T20:23:23.7715504Z [36;1m exit 1[0m
2025-08-20T20:23:23.7715666Z [36;1mfi[0m
2025-08-20T20:23:23.7746321Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:23.7746538Z env:
2025-08-20T20:23:23.7746697Z   CROSS_COMPILING: NO
2025-08-20T20:23:23.7746894Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:23.7747161Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:23.7747370Z   ON_QEMU: NO
2025-08-20T20:23:23.7747525Z   DEBUG: 0
2025-08-20T20:23:23.7747691Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:23.7747908Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:23.7748173Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:23.7748454Z   KEEP_LOGS: YES
2025-08-20T20:23:23.7748629Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:23.7748824Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:23.7749020Z   SBUILD_REBUILD: false
2025-08-20T20:23:23.7749537Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:23.7750079Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:23.7750295Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:23.7750482Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:23.7750670Z   SYSTMP: /tmp
2025-08-20T20:23:23.7750838Z   GHA_MODE: MATRIX
2025-08-20T20:23:23.7751531Z   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:23:23.7752041Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:23.7752384Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:23.7752749Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:23.7753214Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:23.7753574Z   PKG_TYPE: static
2025-08-20T20:23:23.7753763Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:23.7753978Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7754341Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:23.7754681Z   BUILD_ID: 17107773445
2025-08-20T20:23:23.7754860Z   PKG_NAME: fping
2025-08-20T20:23:23.7755044Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:23.7755268Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7755513Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:23.7755785Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:23.7756121Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7756539Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:23.7756961Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:23.7757227Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:23.7757485Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7757950Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:23.7758343Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:23.7758553Z ##[endgroup]
2025-08-20T20:23:23.7834839Z ##[group]Run ##Presets
2025-08-20T20:23:23.7835121Z [36;1m##Presets[0m
2025-08-20T20:23:23.7835312Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:23.7835501Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7835684Z [36;1m##Debug?[0m
2025-08-20T20:23:23.7835904Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:23.7836177Z [36;1m  set -x[0m
2025-08-20T20:23:23.7836344Z [36;1mfi[0m
2025-08-20T20:23:23.7836502Z [36;1m#-------------#[0m
2025-08-20T20:23:23.7836816Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:23:23.7837179Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:23:23.7837450Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:23:23.7837975Z [36;1mfi[0m
2025-08-20T20:23:23.7868547Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:23.7868782Z env:
2025-08-20T20:23:23.7868951Z   CROSS_COMPILING: NO
2025-08-20T20:23:23.7869239Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:23.7869459Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:23.7869658Z   ON_QEMU: NO
2025-08-20T20:23:23.7869814Z   DEBUG: 0
2025-08-20T20:23:23.7869977Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:23.7870188Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:23.7870457Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fping/official
2025-08-20T20:23:23.7870733Z   KEEP_LOGS: YES
2025-08-20T20:23:23.7870908Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:23.7871319Z   PKG_FAMILY_LOCAL: fping
2025-08-20T20:23:23.7871523Z   SBUILD_REBUILD: false
2025-08-20T20:23:23.7872029Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fping/static.official.source.yaml
2025-08-20T20:23:23.7872572Z   BUILD_SYS: docker://clang+make
2025-08-20T20:23:23.7872804Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:23.7872984Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:23.7873164Z   SYSTMP: /tmp
2025-08-20T20:23:23.7873326Z   GHA_MODE: MATRIX
2025-08-20T20:23:23.7873737Z   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:23:23.7874222Z   INPUT_SBUILD: /tmp/pkgforge/pyOWONRKx_build.yaml
2025-08-20T20:23:23.7874532Z   BUILD_DIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml
2025-08-20T20:23:23.7874901Z   SBUILD_OUTDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:23.7875362Z   SBUILD_TMPDIR: /tmp/pkgforge/HcJ1J04_pyOWONRKx_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:23.7875722Z   PKG_TYPE: static
2025-08-20T20:23:23.7875899Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:23.7876120Z   SBUILD_PKGVER: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7876477Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107773445
2025-08-20T20:23:23.7876826Z   BUILD_ID: 17107773445
2025-08-20T20:23:23.7877008Z   PKG_NAME: fping
2025-08-20T20:23:23.7877191Z   PKG_DATE: 2025-08-20T20:22:50Z
2025-08-20T20:23:23.7877424Z   PKG_VERSION: HEAD-e1bbe1e-250819T101942
2025-08-20T20:23:23.7877673Z   PKG_VERSION_UPSTREAM: 5.4
2025-08-20T20:23:23.7877945Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fping/official/fping
2025-08-20T20:23:23.7878282Z   GHCRPKG_TAG: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7878742Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fping/official/fping
2025-08-20T20:23:23.7895894Z   PKG_SRCURL: https://github.com/schweikert/fping
2025-08-20T20:23:23.7896192Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:23.7896459Z   GHCRPKG_TAG_SRCBUILD: HEAD-e1bbe1e-250819T101942-aarch64-linux
2025-08-20T20:23:23.7896928Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fping/official/fping-srcbuild-17107773445
2025-08-20T20:23:23.7897322Z   UTC_TIME: 2025_08_20T08_23_20_PM
2025-08-20T20:23:23.7897554Z ##[endgroup]
2025-08-20T20:23:23.7958868Z EXITED
2025-08-20T20:23:23.8011713Z Cleaning up orphan processes
