﻿2025-08-20T18:56:32.0371787Z Current runner version: '2.328.0'
2025-08-20T18:56:32.0402753Z ##[group]Runner Image Provisioner
2025-08-20T18:56:32.0404104Z Hosted Compute Agent
2025-08-20T18:56:32.0405201Z Version: 20250818.377
2025-08-20T18:56:32.0405880Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:56:32.0406606Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:56:32.0407299Z ##[endgroup]
2025-08-20T18:56:32.0407838Z ##[group]VM Image
2025-08-20T18:56:32.0408430Z - OS: Linux (arm64)
2025-08-20T18:56:32.0409118Z - Source: Partner
2025-08-20T18:56:32.0409697Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T18:56:32.0410384Z - Version: 20250728.24.1
2025-08-20T18:56:32.0411376Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T18:56:32.0412444Z ##[endgroup]
2025-08-20T18:56:32.0414005Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:56:32.0417182Z Attestations: write
2025-08-20T18:56:32.0417994Z Contents: write
2025-08-20T18:56:32.0418797Z Metadata: read
2025-08-20T18:56:32.0419506Z Packages: write
2025-08-20T18:56:32.0420092Z ##[endgroup]
2025-08-20T18:56:32.0423776Z Secret source: Actions
2025-08-20T18:56:32.0424853Z Prepare workflow directory
2025-08-20T18:56:32.0808140Z Prepare all required actions
2025-08-20T18:56:32.0849895Z Getting action download info
2025-08-20T18:56:32.5940431Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:56:33.3293595Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:56:33.8439587Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:56:34.0193871Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:56:34.4548335Z Getting action download info
2025-08-20T18:56:34.6370876Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:56:34.9909142Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:56:35.4298057Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable)
2025-08-20T18:56:35.4947996Z ##[group]Run ##Presets
2025-08-20T18:56:35.4948590Z [36;1m##Presets[0m
2025-08-20T18:56:35.4948881Z [36;1mset +x ; set +e[0m
2025-08-20T18:56:35.4949267Z [36;1m#-------------#[0m
2025-08-20T18:56:35.4949626Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:56:35.4950116Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:56:35.4950578Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.4950911Z [36;1m  fi[0m
2025-08-20T18:56:35.4951299Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:56:35.4951772Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:56:35.4952193Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.4952596Z [36;1m  fi[0m
2025-08-20T18:56:35.4952919Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:56:35.4953952Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:56:35.4954447Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.4954787Z [36;1m  fi[0m
2025-08-20T18:56:35.4955169Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:56:35.4955577Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:56:35.4955985Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:56:35.4956348Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:56:35.4956755Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.4957489Z [36;1m     else[0m
2025-08-20T18:56:35.4957827Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.4958197Z [36;1m     fi[0m
2025-08-20T18:56:35.4958485Z [36;1m  fi[0m
2025-08-20T18:56:35.4958764Z [36;1mfi[0m
2025-08-20T18:56:35.4989882Z shell: /usr/bin/bash -e {0}
2025-08-20T18:56:35.4990625Z env:
2025-08-20T18:56:35.4991498Z   GH_TOKEN: ***
2025-08-20T18:56:35.4991769Z ##[endgroup]
2025-08-20T18:56:35.5217764Z ##[group]Run ##Presets
2025-08-20T18:56:35.5218236Z [36;1m##Presets[0m
2025-08-20T18:56:35.5218686Z [36;1mset +x ; set +e[0m
2025-08-20T18:56:35.5219070Z [36;1m#-------------#[0m
2025-08-20T18:56:35.5219447Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:56:35.5219994Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:56:35.5220585Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:56:35.5221048Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:56:35.5221487Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:56:35.5222024Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:56:35.5222436Z [36;1m  exit 1[0m
2025-08-20T18:56:35.5222715Z [36;1mfi[0m
2025-08-20T18:56:35.5246084Z shell: /usr/bin/bash -e {0}
2025-08-20T18:56:35.5246456Z env:
2025-08-20T18:56:35.5246930Z   RO_GHTOKEN: ***
2025-08-20T18:56:35.5247316Z   RO_GLTOKEN: ***
2025-08-20T18:56:35.5248543Z   MINISIGN_KEY: ***
2025-08-20T18:56:35.5248789Z ##[endgroup]
2025-08-20T18:56:35.5378640Z ##[group]Run ##Presets
2025-08-20T18:56:35.5379200Z [36;1m##Presets[0m
2025-08-20T18:56:35.5379455Z [36;1mset +x ; set +e[0m
2025-08-20T18:56:35.5379841Z [36;1m#-------------#[0m
2025-08-20T18:56:35.5380099Z [36;1m##Host Triplet[0m
2025-08-20T18:56:35.5380501Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:56:35.5380903Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:56:35.5381267Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:56:35.5381707Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:56:35.5382058Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:56:35.5382447Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:56:35.5382869Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:56:35.5383239Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:56:35.5383861Z [36;1m   fi[0m
2025-08-20T18:56:35.5384378Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:56:35.5384764Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:56:35.5385197Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:56:35.5385579Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:56:35.5385994Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:56:35.5386282Z [36;1m fi[0m
2025-08-20T18:56:35.5386607Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5387111Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5387553Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5387976Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5388382Z [36;1m##Debug[0m
2025-08-20T18:56:35.5388634Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:56:35.5388980Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:56:35.5389267Z [36;1m else[0m
2025-08-20T18:56:35.5389486Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:56:35.5389813Z [36;1m fi[0m
2025-08-20T18:56:35.5390077Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5390402Z [36;1m##Docker Platform[0m
2025-08-20T18:56:35.5391083Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:56:35.5391477Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:56:35.5391850Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:56:35.5392299Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:56:35.5392672Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:56:35.5393086Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:56:35.5393734Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:56:35.5394155Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:56:35.5394521Z [36;1m fi[0m
2025-08-20T18:56:35.5394875Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5395333Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5395781Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:56:35.5396336Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:56:35.5396969Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:56:35.5397342Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5397704Z [36;1m##Logs[0m
2025-08-20T18:56:35.5398223Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:56:35.5398588Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:56:35.5398874Z [36;1m else[0m
2025-08-20T18:56:35.5399182Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:56:35.5399494Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:56:35.5399840Z [36;1m fi[0m
2025-08-20T18:56:35.5400409Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5400861Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5401337Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:56:35.5401734Z [36;1m PKG_FAMILY_LOCAL="$(echo "bin-graph" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:56:35.5402194Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:56:35.5402666Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5403037Z [36;1m##Rebuild[0m
2025-08-20T18:56:35.5403292Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:56:35.5403854Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:56:35.5404168Z [36;1m else[0m
2025-08-20T18:56:35.5404484Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:56:35.5404845Z [36;1m fi[0m
2025-08-20T18:56:35.5405176Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5405620Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:56:35.5406098Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:56:35.5406688Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:56:35.5407679Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:56:35.5408446Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:56:35.5408904Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:56:35.5409402Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:56:35.5409882Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:56:35.5410393Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5410735Z [36;1m    exit 1[0m
2025-08-20T18:56:35.5410985Z [36;1m   else[0m
2025-08-20T18:56:35.5411304Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:56:35.5411695Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5412162Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:56:35.5412805Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:56:35.5413199Z [36;1m      #check if supported[0m
2025-08-20T18:56:35.5413945Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:56:35.5414539Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:56:35.5415042Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:56:35.5415485Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5415831Z [36;1m         exit 1[0m
2025-08-20T18:56:35.5416143Z [36;1m       fi[0m
2025-08-20T18:56:35.5416402Z [36;1m      #get build system[0m
2025-08-20T18:56:35.5416842Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:56:35.5417302Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:56:35.5417645Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5418050Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:56:35.5418503Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5418920Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5419313Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:56:35.5419761Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5420142Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.5420505Z [36;1m       fi[0m
2025-08-20T18:56:35.5420990Z [36;1m     fi[0m
2025-08-20T18:56:35.5421262Z [36;1m   fi[0m
2025-08-20T18:56:35.5421588Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:56:35.5444750Z shell: /usr/bin/bash -e {0}
2025-08-20T18:56:35.5445295Z ##[endgroup]
2025-08-20T18:56:35.7819190Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:56:35.7819867Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:56:35.7820101Z 
2025-08-20T18:56:35.9462631Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:56:35.9463691Z 100  4195  100  4195    0     0  25319      0 --:--:-- --:--:-- --:--:-- 25424
2025-08-20T18:56:35.9475674Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T18:56:35.9673723Z ##[group]Run ##Presets
2025-08-20T18:56:35.9674303Z [36;1m##Presets[0m
2025-08-20T18:56:35.9674608Z [36;1mset +x ; set +e[0m
2025-08-20T18:56:35.9674942Z [36;1m#-------------#[0m
2025-08-20T18:56:35.9675178Z [36;1m##Debug?[0m
2025-08-20T18:56:35.9675470Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:56:35.9675861Z [36;1m  set -x[0m
2025-08-20T18:56:35.9676137Z [36;1mfi[0m
2025-08-20T18:56:35.9676414Z [36;1m#-------------#[0m
2025-08-20T18:56:35.9676762Z [36;1m##CoreUtils[0m
2025-08-20T18:56:35.9677029Z [36;1msudo apt update -y[0m
2025-08-20T18:56:35.9677446Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:56:35.9678470Z [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-20T18:56:35.9679512Z [36;1m##tmp[0m
2025-08-20T18:56:35.9679865Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:56:35.9680230Z [36;1m#GH ENV[0m
2025-08-20T18:56:35.9680550Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.9680974Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.9681321Z [36;1m#-------------#[0m
2025-08-20T18:56:35.9681639Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:56:35.9682189Z [36;1msudo apt update -y[0m
2025-08-20T18:56:35.9682528Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:56:35.9682825Z [36;1m##Setup Minisign[0m
2025-08-20T18:56:35.9683153Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:56:35.9684241Z [36;1mecho "***[0m
2025-08-20T18:56:35.9685625Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:56:35.9685971Z [36;1m##User-Agent[0m
2025-08-20T18:56:35.9686824Z [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-20T18:56:35.9687710Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:56:35.9714695Z shell: /usr/bin/bash -e {0}
2025-08-20T18:56:35.9714995Z env:
2025-08-20T18:56:35.9715370Z   CROSS_COMPILING: NO
2025-08-20T18:56:35.9715668Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:56:35.9715945Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:56:35.9716293Z   ON_QEMU: NO
2025-08-20T18:56:35.9716517Z   DEBUG: 0
2025-08-20T18:56:35.9716813Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:56:35.9717180Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:56:35.9717556Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T18:56:35.9717948Z   KEEP_LOGS: YES
2025-08-20T18:56:35.9718219Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:56:35.9718495Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T18:56:35.9718849Z   SBUILD_REBUILD: false
2025-08-20T18:56:35.9719436Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T18:56:35.9720048Z   BUILD_SYS: docker://ppkg
2025-08-20T18:56:35.9720385Z   BUILD_ON_HOST: FALSE
2025-08-20T18:56:35.9720637Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:56:35.9720979Z ##[endgroup]
2025-08-20T18:56:36.0013805Z 
2025-08-20T18:56:36.0014607Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:56:36.0015022Z 
2025-08-20T18:56:36.1417857Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T18:56:36.1604680Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:56:36.2420291Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T18:56:36.2811667Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T18:56:36.2849303Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:56:36.2887357Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:56:36.2954360Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:56:36.9024997Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:56:36.9037286Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T18:56:37.3429295Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T18:56:37.6469877Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T18:56:37.8360566Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T18:56:38.4959271Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T18:56:38.7829037Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T18:56:38.9339518Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T18:56:39.5084263Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T18:56:39.7971928Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T18:56:40.0907784Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T18:56:41.0839394Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:56:41.9419564Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T18:56:42.0818798Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T18:56:42.2287153Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T18:56:42.3697748Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T18:56:42.5097132Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T18:56:42.6594996Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T18:56:42.8006715Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T18:56:42.9408678Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T18:56:43.0881087Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T18:56:43.2314320Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T18:56:43.5168179Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T18:56:43.6571619Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T18:56:43.7972677Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T18:56:44.8390490Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T18:56:45.1191773Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T18:56:45.2600278Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T18:56:45.8247318Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T18:56:46.1055770Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T18:56:46.2488294Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T18:56:47.1195302Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T18:56:47.4145523Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T18:56:47.6949923Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T18:56:47.9749494Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T18:56:48.1295480Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T18:56:54.7923156Z Fetched 11.9 MB in 12s (989 kB/s)
2025-08-20T18:56:55.5615052Z Reading package lists...
2025-08-20T18:56:55.7937242Z Building dependency tree...
2025-08-20T18:56:55.7944370Z Reading state information...
2025-08-20T18:56:55.8208656Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:56:55.8300955Z 
2025-08-20T18:56:55.8302043Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:56:55.8302558Z 
2025-08-20T18:56:55.8420940Z Reading package lists...
2025-08-20T18:56:56.0789556Z Building dependency tree...
2025-08-20T18:56:56.0796605Z Reading state information...
2025-08-20T18:56:56.3514214Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:56:56.3514906Z bc set to manually installed.
2025-08-20T18:56:56.3515303Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:56:56.3515735Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:56:56.3516127Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:56:56.4073919Z The following NEW packages will be installed:
2025-08-20T18:56:56.4080069Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T18:56:56.4081630Z   moreutils
2025-08-20T18:56:56.4087745Z The following packages will be upgraded:
2025-08-20T18:56:56.4095619Z   jq libjq1
2025-08-20T18:56:56.4275797Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T18:56:56.7395652Z Need to get 936 kB of archives.
2025-08-20T18:56:56.7396225Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T18:56:56.7397447Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T18:56:56.9607460Z 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-20T18:56:57.1125992Z 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-20T18:56:57.2671219Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T18:56:57.3476958Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T18:56:57.4408084Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:56:57.5166091Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T18:56:57.6028085Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T18:56:58.0537528Z Fetched 936 kB in 1s (737 kB/s)
2025-08-20T18:56:58.1085401Z Selecting previously unselected package fdupes.
2025-08-20T18:56:58.2046707Z (Reading database ... 
2025-08-20T18:56:58.2047032Z (Reading database ... 5%
2025-08-20T18:56:58.2047528Z (Reading database ... 10%
2025-08-20T18:56:58.2047804Z (Reading database ... 15%
2025-08-20T18:56:58.2048069Z (Reading database ... 20%
2025-08-20T18:56:58.2049306Z (Reading database ... 25%
2025-08-20T18:56:58.2049664Z (Reading database ... 30%
2025-08-20T18:56:58.2049930Z (Reading database ... 35%
2025-08-20T18:56:58.2050257Z (Reading database ... 40%
2025-08-20T18:56:58.2050520Z (Reading database ... 45%
2025-08-20T18:56:58.2050809Z (Reading database ... 50%
2025-08-20T18:56:58.4530916Z (Reading database ... 55%
2025-08-20T18:56:58.8974735Z (Reading database ... 60%
2025-08-20T18:56:59.3121354Z (Reading database ... 65%
2025-08-20T18:56:59.6989080Z (Reading database ... 70%
2025-08-20T18:57:00.0919777Z (Reading database ... 75%
2025-08-20T18:57:00.5818611Z (Reading database ... 80%
2025-08-20T18:57:01.0707499Z (Reading database ... 85%
2025-08-20T18:57:01.5430135Z (Reading database ... 90%
2025-08-20T18:57:02.0081271Z (Reading database ... 95%
2025-08-20T18:57:02.0081670Z (Reading database ... 100%
2025-08-20T18:57:02.0082352Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T18:57:02.0123496Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T18:57:02.0216897Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:57:02.1092584Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:57:02.1282200Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:57:02.2271094Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:57:02.2575840Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:57:02.3154280Z Selecting previously unselected package libio-pty-perl.
2025-08-20T18:57:02.3340122Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T18:57:02.3395744Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:57:02.4268251Z Selecting previously unselected package libipc-run-perl.
2025-08-20T18:57:02.4445698Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T18:57:02.4503254Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T18:57:02.5214361Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:57:02.5387104Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:57:02.5446323Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:57:02.6026630Z Selecting previously unselected package moreutils.
2025-08-20T18:57:02.6180462Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T18:57:02.6237907Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:57:02.7245658Z Selecting previously unselected package dos2unix.
2025-08-20T18:57:02.7398938Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T18:57:02.7462011Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:57:03.0087694Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:57:03.0283231Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:57:03.0480962Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:57:03.0656431Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T18:57:03.0828261Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:57:03.1026842Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:57:03.1320830Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:57:03.1487569Z Setting up moreutils (0.69-1) ...
2025-08-20T18:57:03.1652351Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:57:16.1671606Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:57:17.6485690Z Reading package lists...
2025-08-20T18:57:17.9073669Z Building dependency tree...
2025-08-20T18:57:17.9080735Z Reading state information...
2025-08-20T18:57:18.2183658Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:57:18.2184485Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:57:18.2184833Z apt-utils set to manually installed.
2025-08-20T18:57:18.2185166Z ca-certificates is already the newest version (20240203).
2025-08-20T18:57:18.2185604Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:57:18.2186004Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:57:18.2186429Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:57:18.2186796Z moreutils is already the newest version (0.69-1).
2025-08-20T18:57:18.2187178Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:57:18.2187627Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:57:18.2187980Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:57:18.2188774Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:57:18.2189185Z tmux set to manually installed.
2025-08-20T18:57:18.2189493Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:57:18.2189884Z The following additional packages will be installed:
2025-08-20T18:57:18.2190326Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T18:57:18.2190882Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T18:57:18.2192519Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:57:18.2192907Z   uuid-runtime
2025-08-20T18:57:18.2201781Z Suggested packages:
2025-08-20T18:57:18.2202264Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T18:57:18.2202726Z   util-linux-extra util-linux-locales
2025-08-20T18:57:18.2202999Z Recommended packages:
2025-08-20T18:57:18.2203296Z   unattended-upgrades
2025-08-20T18:57:18.2739458Z The following NEW packages will be installed:
2025-08-20T18:57:18.2739869Z   rename
2025-08-20T18:57:18.2744523Z The following packages will be upgraded:
2025-08-20T18:57:18.2745006Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T18:57:18.2746177Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T18:57:18.2753240Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:57:18.2753875Z   software-properties-common util-linux uuid-runtime
2025-08-20T18:57:18.2958000Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:57:18.6795304Z Need to get 4390 kB of archives.
2025-08-20T18:57:18.6796013Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:57:18.6796687Z 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-20T18:57:19.2529579Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T18:57:19.9584137Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T18:57:20.1076236Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T18:57:20.2519588Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T18:57:20.3947252Z 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-20T18:57:20.5368376Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T18:57:20.6865300Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T18:57:20.8376072Z 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-20T18:57:20.9827677Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T18:57:21.2745412Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T18:57:21.5615392Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T18:57:22.3116027Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T18:57:22.6287208Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T18:57:23.0655659Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T18:57:23.2187956Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T18:57:23.5181634Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T18:57:23.6672273Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T18:57:23.8274716Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T18:57:23.9700997Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T18:57:24.1286056Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T18:57:24.2776457Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T18:57:24.5736486Z 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-20T18:57:25.0570099Z 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-20T18:57:25.2160955Z 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-20T18:57:25.4014192Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:57:25.5694123Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T18:57:25.8571707Z Fetched 4390 kB in 7s (604 kB/s)
2025-08-20T18:57:25.8910170Z (Reading database ... 
2025-08-20T18:57:25.8910525Z (Reading database ... 5%
2025-08-20T18:57:25.8910777Z (Reading database ... 10%
2025-08-20T18:57:25.8911115Z (Reading database ... 15%
2025-08-20T18:57:25.8911386Z (Reading database ... 20%
2025-08-20T18:57:25.8911711Z (Reading database ... 25%
2025-08-20T18:57:25.8911980Z (Reading database ... 30%
2025-08-20T18:57:25.8912208Z (Reading database ... 35%
2025-08-20T18:57:25.8912493Z (Reading database ... 40%
2025-08-20T18:57:25.8912799Z (Reading database ... 45%
2025-08-20T18:57:25.8934283Z (Reading database ... 50%
2025-08-20T18:57:25.8934704Z (Reading database ... 55%
2025-08-20T18:57:25.9032022Z (Reading database ... 60%
2025-08-20T18:57:25.9076944Z (Reading database ... 65%
2025-08-20T18:57:25.9092702Z (Reading database ... 70%
2025-08-20T18:57:25.9114364Z (Reading database ... 75%
2025-08-20T18:57:25.9152253Z (Reading database ... 80%
2025-08-20T18:57:25.9350889Z (Reading database ... 85%
2025-08-20T18:57:25.9371764Z (Reading database ... 90%
2025-08-20T18:57:25.9485231Z (Reading database ... 95%
2025-08-20T18:57:25.9485533Z (Reading database ... 100%
2025-08-20T18:57:25.9486013Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:25.9527720Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:25.9714262Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:26.0782593Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:26.1531616Z (Reading database ... 
2025-08-20T18:57:26.1532231Z (Reading database ... 5%
2025-08-20T18:57:26.1532497Z (Reading database ... 10%
2025-08-20T18:57:26.1532743Z (Reading database ... 15%
2025-08-20T18:57:26.1533063Z (Reading database ... 20%
2025-08-20T18:57:26.1533348Z (Reading database ... 25%
2025-08-20T18:57:26.1533857Z (Reading database ... 30%
2025-08-20T18:57:26.1534121Z (Reading database ... 35%
2025-08-20T18:57:26.1534363Z (Reading database ... 40%
2025-08-20T18:57:26.1534658Z (Reading database ... 45%
2025-08-20T18:57:26.1534964Z (Reading database ... 50%
2025-08-20T18:57:26.1556081Z (Reading database ... 55%
2025-08-20T18:57:26.1649545Z (Reading database ... 60%
2025-08-20T18:57:26.1694611Z (Reading database ... 65%
2025-08-20T18:57:26.1710493Z (Reading database ... 70%
2025-08-20T18:57:26.1731214Z (Reading database ... 75%
2025-08-20T18:57:26.1767672Z (Reading database ... 80%
2025-08-20T18:57:26.1961664Z (Reading database ... 85%
2025-08-20T18:57:26.1982312Z (Reading database ... 90%
2025-08-20T18:57:26.2091506Z (Reading database ... 95%
2025-08-20T18:57:26.2091990Z (Reading database ... 100%
2025-08-20T18:57:26.2092348Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:26.2133528Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:26.2374879Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:26.4256927Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:27.0307390Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:57:27.0858973Z (Reading database ... 
2025-08-20T18:57:27.0859366Z (Reading database ... 5%
2025-08-20T18:57:27.0859618Z (Reading database ... 10%
2025-08-20T18:57:27.0859956Z (Reading database ... 15%
2025-08-20T18:57:27.0860784Z (Reading database ... 20%
2025-08-20T18:57:27.0861157Z (Reading database ... 25%
2025-08-20T18:57:27.0861436Z (Reading database ... 30%
2025-08-20T18:57:27.0861722Z (Reading database ... 35%
2025-08-20T18:57:27.0862042Z (Reading database ... 40%
2025-08-20T18:57:27.0862314Z (Reading database ... 45%
2025-08-20T18:57:27.0862591Z (Reading database ... 50%
2025-08-20T18:57:27.0886077Z (Reading database ... 55%
2025-08-20T18:57:27.0982320Z (Reading database ... 60%
2025-08-20T18:57:27.1025732Z (Reading database ... 65%
2025-08-20T18:57:27.1041184Z (Reading database ... 70%
2025-08-20T18:57:27.1062378Z (Reading database ... 75%
2025-08-20T18:57:27.1099292Z (Reading database ... 80%
2025-08-20T18:57:27.1294172Z (Reading database ... 85%
2025-08-20T18:57:27.1314391Z (Reading database ... 90%
2025-08-20T18:57:27.1425011Z (Reading database ... 95%
2025-08-20T18:57:27.1425321Z (Reading database ... 100%
2025-08-20T18:57:27.1426044Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:27.1468587Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:27.1632144Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:27.2523249Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:27.2769864Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:27.3537022Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:27.4223640Z (Reading database ... 
2025-08-20T18:57:27.4224257Z (Reading database ... 5%
2025-08-20T18:57:27.4224565Z (Reading database ... 10%
2025-08-20T18:57:27.4224889Z (Reading database ... 15%
2025-08-20T18:57:27.4225260Z (Reading database ... 20%
2025-08-20T18:57:27.4225521Z (Reading database ... 25%
2025-08-20T18:57:27.4225766Z (Reading database ... 30%
2025-08-20T18:57:27.4226082Z (Reading database ... 35%
2025-08-20T18:57:27.4227128Z (Reading database ... 40%
2025-08-20T18:57:27.4227583Z (Reading database ... 45%
2025-08-20T18:57:27.4227856Z (Reading database ... 50%
2025-08-20T18:57:27.4246630Z (Reading database ... 55%
2025-08-20T18:57:27.4342237Z (Reading database ... 60%
2025-08-20T18:57:27.4387310Z (Reading database ... 65%
2025-08-20T18:57:27.4403038Z (Reading database ... 70%
2025-08-20T18:57:27.4425366Z (Reading database ... 75%
2025-08-20T18:57:27.4463329Z (Reading database ... 80%
2025-08-20T18:57:27.4668180Z (Reading database ... 85%
2025-08-20T18:57:27.4688754Z (Reading database ... 90%
2025-08-20T18:57:27.4801529Z (Reading database ... 95%
2025-08-20T18:57:27.4802058Z (Reading database ... 100%
2025-08-20T18:57:27.4802433Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:27.4844332Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:27.5052169Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:27.5871860Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:27.6667785Z (Reading database ... 
2025-08-20T18:57:27.6668168Z (Reading database ... 5%
2025-08-20T18:57:27.6668669Z (Reading database ... 10%
2025-08-20T18:57:27.6668940Z (Reading database ... 15%
2025-08-20T18:57:27.6669621Z (Reading database ... 20%
2025-08-20T18:57:27.6670015Z (Reading database ... 25%
2025-08-20T18:57:27.6670271Z (Reading database ... 30%
2025-08-20T18:57:27.6670572Z (Reading database ... 35%
2025-08-20T18:57:27.6670840Z (Reading database ... 40%
2025-08-20T18:57:27.6671078Z (Reading database ... 45%
2025-08-20T18:57:27.6671362Z (Reading database ... 50%
2025-08-20T18:57:27.6693511Z (Reading database ... 55%
2025-08-20T18:57:27.6789587Z (Reading database ... 60%
2025-08-20T18:57:27.6832940Z (Reading database ... 65%
2025-08-20T18:57:27.6848029Z (Reading database ... 70%
2025-08-20T18:57:27.6869513Z (Reading database ... 75%
2025-08-20T18:57:27.6905005Z (Reading database ... 80%
2025-08-20T18:57:27.7096516Z (Reading database ... 85%
2025-08-20T18:57:27.7117345Z (Reading database ... 90%
2025-08-20T18:57:27.7223345Z (Reading database ... 95%
2025-08-20T18:57:27.7223802Z (Reading database ... 100%
2025-08-20T18:57:27.7224385Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:27.7264209Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:27.7522061Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:27.8501909Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:27.8872389Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:27.9780304Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:28.0491565Z (Reading database ... 
2025-08-20T18:57:28.0491957Z (Reading database ... 5%
2025-08-20T18:57:28.0492234Z (Reading database ... 10%
2025-08-20T18:57:28.0492749Z (Reading database ... 15%
2025-08-20T18:57:28.0493020Z (Reading database ... 20%
2025-08-20T18:57:28.0493315Z (Reading database ... 25%
2025-08-20T18:57:28.0493857Z (Reading database ... 30%
2025-08-20T18:57:28.0494135Z (Reading database ... 35%
2025-08-20T18:57:28.0494475Z (Reading database ... 40%
2025-08-20T18:57:28.0494740Z (Reading database ... 45%
2025-08-20T18:57:28.0495021Z (Reading database ... 50%
2025-08-20T18:57:28.0516581Z (Reading database ... 55%
2025-08-20T18:57:28.0610844Z (Reading database ... 60%
2025-08-20T18:57:28.0654021Z (Reading database ... 65%
2025-08-20T18:57:28.0670311Z (Reading database ... 70%
2025-08-20T18:57:28.0691976Z (Reading database ... 75%
2025-08-20T18:57:28.0731025Z (Reading database ... 80%
2025-08-20T18:57:28.0925595Z (Reading database ... 85%
2025-08-20T18:57:28.0953170Z (Reading database ... 90%
2025-08-20T18:57:28.1059665Z (Reading database ... 95%
2025-08-20T18:57:28.1059952Z (Reading database ... 100%
2025-08-20T18:57:28.1060333Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:28.1103523Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:28.1324322Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:28.2052254Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:28.2636051Z (Reading database ... 
2025-08-20T18:57:28.2636621Z (Reading database ... 5%
2025-08-20T18:57:28.2636889Z (Reading database ... 10%
2025-08-20T18:57:28.2637801Z (Reading database ... 15%
2025-08-20T18:57:28.2638251Z (Reading database ... 20%
2025-08-20T18:57:28.2638514Z (Reading database ... 25%
2025-08-20T18:57:28.2638818Z (Reading database ... 30%
2025-08-20T18:57:28.2639096Z (Reading database ... 35%
2025-08-20T18:57:28.2639356Z (Reading database ... 40%
2025-08-20T18:57:28.2639744Z (Reading database ... 45%
2025-08-20T18:57:28.2640004Z (Reading database ... 50%
2025-08-20T18:57:28.2661166Z (Reading database ... 55%
2025-08-20T18:57:28.2755993Z (Reading database ... 60%
2025-08-20T18:57:28.2798404Z (Reading database ... 65%
2025-08-20T18:57:28.2813728Z (Reading database ... 70%
2025-08-20T18:57:28.2836181Z (Reading database ... 75%
2025-08-20T18:57:28.2873659Z (Reading database ... 80%
2025-08-20T18:57:28.3068950Z (Reading database ... 85%
2025-08-20T18:57:28.3096355Z (Reading database ... 90%
2025-08-20T18:57:28.3199509Z (Reading database ... 95%
2025-08-20T18:57:28.3200063Z (Reading database ... 100%
2025-08-20T18:57:28.3200418Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:28.3241014Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.3401614Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:28.4299950Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.4786883Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:28.5775086Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.5952145Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:28.6770127Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.6945525Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:28.7828192Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.8005770Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:28.8985007Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:28.9158497Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:29.0150129Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:29.0339768Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:29.1302402Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:57:29.1488278Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:29.2483353Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:29.2645025Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:29.3507126Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:57:29.3669825Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:29.4487853Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:29.5155960Z (Reading database ... 
2025-08-20T18:57:29.5156322Z (Reading database ... 5%
2025-08-20T18:57:29.5156844Z (Reading database ... 10%
2025-08-20T18:57:29.5157113Z (Reading database ... 15%
2025-08-20T18:57:29.5157404Z (Reading database ... 20%
2025-08-20T18:57:29.5157700Z (Reading database ... 25%
2025-08-20T18:57:29.5157993Z (Reading database ... 30%
2025-08-20T18:57:29.5158286Z (Reading database ... 35%
2025-08-20T18:57:29.5158545Z (Reading database ... 40%
2025-08-20T18:57:29.5158788Z (Reading database ... 45%
2025-08-20T18:57:29.5159118Z (Reading database ... 50%
2025-08-20T18:57:29.5179022Z (Reading database ... 55%
2025-08-20T18:57:29.5271791Z (Reading database ... 60%
2025-08-20T18:57:29.5313276Z (Reading database ... 65%
2025-08-20T18:57:29.5328033Z (Reading database ... 70%
2025-08-20T18:57:29.5349436Z (Reading database ... 75%
2025-08-20T18:57:29.5490141Z (Reading database ... 80%
2025-08-20T18:57:29.5572815Z (Reading database ... 85%
2025-08-20T18:57:29.5599583Z (Reading database ... 90%
2025-08-20T18:57:29.5699480Z (Reading database ... 95%
2025-08-20T18:57:29.5699768Z (Reading database ... 100%
2025-08-20T18:57:29.5700273Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:57:29.5741157Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:29.5926892Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:29.6897397Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:29.7104712Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:29.7910188Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:29.8141691Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:29.8894064Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:57:29.9068947Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:57:29.9878910Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:57:30.0121493Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:30.1009587Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:57:30.2199123Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:57:30.3310255Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:57:30.4082532Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:57:30.4684763Z Selecting previously unselected package rename.
2025-08-20T18:57:30.4844565Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T18:57:30.4901321Z Unpacking rename (2.02-1) ...
2025-08-20T18:57:30.5557311Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:57:30.5779712Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:57:30.6501188Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:30.6715675Z Setting up rename (2.02-1) ...
2025-08-20T18:57:30.6910073Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:57:30.7027000Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:30.7176675Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:30.7356221Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:30.7507796Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:30.7707369Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:31.3736863Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:57:31.3946183Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.4132992Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.4304062Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.4524806Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.8075027Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.8235697Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T18:57:31.8413291Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:31.9513497Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:57:32.0856829Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:32.1857136Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:32.2015210Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:32.2249207Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T18:57:32.2420851Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:57:32.3555963Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:57:32.5881414Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:57:32.6143777Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:57:38.0153264Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:57:39.4105223Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:57:39.4106311Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:57:39.7290642Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:57:39.8030177Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:57:39.8771707Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:57:39.9512277Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:57:40.8771451Z Reading package lists...
2025-08-20T18:57:41.1345886Z Building dependency tree...
2025-08-20T18:57:41.1352508Z Reading state information...
2025-08-20T18:57:41.1656311Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:57:41.1782874Z 
2025-08-20T18:57:41.1784006Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:57:41.2512675Z 
2025-08-20T18:57:41.2513356Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:57:41.2547690Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:57:41.5802419Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:57:41.7204294Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:57:41.8602001Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:57:42.0004464Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:57:42.9042128Z Reading package lists...
2025-08-20T18:57:43.1126845Z Building dependency tree...
2025-08-20T18:57:43.1133278Z Reading state information...
2025-08-20T18:57:43.1363229Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:57:43.1452000Z 
2025-08-20T18:57:43.1452700Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:57:43.1453026Z 
2025-08-20T18:57:43.1562447Z Reading package lists...
2025-08-20T18:57:43.3601859Z Building dependency tree...
2025-08-20T18:57:43.3609707Z Reading state information...
2025-08-20T18:57:43.6049030Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:57:43.6454096Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:57:43.6730537Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:57:43.7194230Z ##[group]Run ##Presets
2025-08-20T18:57:43.7194706Z [36;1m##Presets[0m
2025-08-20T18:57:43.7194962Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:43.7195269Z [36;1m#-------------#[0m
2025-08-20T18:57:43.7195523Z [36;1m##Debug?[0m
2025-08-20T18:57:43.7195791Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:43.7196189Z [36;1m  set -x[0m
2025-08-20T18:57:43.7196413Z [36;1mfi[0m
2025-08-20T18:57:43.7196599Z [36;1m#-------------#[0m
2025-08-20T18:57:43.7197115Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:57:43.7197721Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:57:43.7198161Z [36;1msudo service procps restart[0m
2025-08-20T18:57:43.7198497Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:57:43.7226109Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:43.7226404Z env:
2025-08-20T18:57:43.7226852Z   CROSS_COMPILING: NO
2025-08-20T18:57:43.7227091Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:43.7227353Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:43.7227656Z   ON_QEMU: NO
2025-08-20T18:57:43.7227853Z   DEBUG: 0
2025-08-20T18:57:43.7228122Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:43.7228429Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:43.7228769Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T18:57:43.7229157Z   KEEP_LOGS: YES
2025-08-20T18:57:43.7229383Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:43.7229634Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T18:57:43.7229988Z   SBUILD_REBUILD: false
2025-08-20T18:57:43.7230541Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T18:57:43.7231159Z   BUILD_SYS: docker://ppkg
2025-08-20T18:57:43.7231418Z   BUILD_ON_HOST: FALSE
2025-08-20T18:57:43.7231658Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:57:43.7231966Z   SYSTMP: /tmp
2025-08-20T18:57:43.7232171Z   GHA_MODE: MATRIX
2025-08-20T18:57:43.7232620Z   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-20T18:57:43.7233144Z ##[endgroup]
2025-08-20T18:57:43.7335154Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:57:43.7393051Z 0
2025-08-20T18:57:43.7684511Z vm.max_map_count = 262144
2025-08-20T18:57:43.7685404Z fs.inotify.max_user_watches = 655360
2025-08-20T18:57:43.7685891Z fs.inotify.max_user_instances = 1280
2025-08-20T18:57:43.7686193Z vm.mmap_rnd_bits = 28
2025-08-20T18:57:43.7776273Z ##[group]Run ##Presets
2025-08-20T18:57:43.7776763Z [36;1m##Presets[0m
2025-08-20T18:57:43.7777085Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:43.7777358Z [36;1m#-------------#[0m
2025-08-20T18:57:43.7777582Z [36;1m##Debug?[0m
2025-08-20T18:57:43.7777899Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:43.7778214Z [36;1m  set -x[0m
2025-08-20T18:57:43.7778485Z [36;1mfi[0m
2025-08-20T18:57:43.7778726Z [36;1m#-------------#[0m
2025-08-20T18:57:43.7778955Z [36;1m##Main[0m
2025-08-20T18:57:43.7779311Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:57:43.7779975Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:57:43.7780696Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:57:43.7781180Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:57:43.7781517Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:57:43.7781858Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:57:43.7782189Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:57:43.7782526Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:57:43.7782940Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:57:43.7783289Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:57:43.7784136Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:57:43.7784499Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:57:43.7784893Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:57:43.7785261Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:57:43.7785548Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:57:43.7785850Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:57:43.7786209Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:57:43.7786532Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:57:43.7786897Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:57:43.7787229Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:57:43.7787569Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:57:43.7787929Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:57:43.7788259Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:57:43.7788612Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:57:43.7789021Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:57:43.7789359Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:57:43.7789652Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:57:43.7790069Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:57:43.7790545Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:57:43.7791094Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:57:43.7791597Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:57:43.7791981Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:57:43.7792401Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:57:43.7793053Z [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-20T18:57:43.7794037Z [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-20T18:57:43.7794635Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:57:43.7794929Z [36;1m else[0m
2025-08-20T18:57:43.7795534Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:57:43.7795947Z [36;1m fi[0m
2025-08-20T18:57:43.7796240Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:57:43.7797025Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:57:43.7797469Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7797887Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7798338Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7798780Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7799236Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7799673Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7800124Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:57:43.7800597Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:57:43.7800951Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:57:43.7828098Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:43.7828369Z env:
2025-08-20T18:57:43.7828713Z   CROSS_COMPILING: NO
2025-08-20T18:57:43.7829017Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:43.7829506Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:43.7829826Z   ON_QEMU: NO
2025-08-20T18:57:43.7830063Z   DEBUG: 0
2025-08-20T18:57:43.7830296Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:43.7830644Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:43.7830977Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T18:57:43.7831354Z   KEEP_LOGS: YES
2025-08-20T18:57:43.7831588Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:43.7831829Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T18:57:43.7832160Z   SBUILD_REBUILD: false
2025-08-20T18:57:43.7832734Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T18:57:43.7833311Z   BUILD_SYS: docker://ppkg
2025-08-20T18:57:43.7833843Z   BUILD_ON_HOST: FALSE
2025-08-20T18:57:43.7834056Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:57:43.7834281Z   SYSTMP: /tmp
2025-08-20T18:57:43.7834571Z   GHA_MODE: MATRIX
2025-08-20T18:57:43.7835026Z   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-20T18:57:43.7835837Z   GHCR_TOKEN: ***
2025-08-20T18:57:43.7836243Z   GITHUB_TOKEN: ***
2025-08-20T18:57:43.7836513Z   GITLAB_TOKEN: ***
2025-08-20T18:57:43.7837772Z   MINISIGN_KEY: ***
2025-08-20T18:57:43.7838014Z ##[endgroup]
2025-08-20T18:57:43.8367097Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:57:43.9035064Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:57:43.9035646Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:57:43.9035879Z 
2025-08-20T18:57:43.9418540Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:57:43.9419200Z 100  4195  100  4195    0     0   106k      0 --:--:-- --:--:-- --:--:--  107k
2025-08-20T18:57:43.9429803Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T18:57:43.9509923Z 
2025-08-20T18:57:43.9510609Z [+] Building [/tmp/tmp.5EPWXUqoDn/SBUILD_INPUT] Locally
2025-08-20T18:57:43.9510933Z 
2025-08-20T18:57:43.9521343Z '/tmp/tmp.5EPWXUqoDn/SBUILD_INPUT' -> '/tmp/pkgforge/LgAI3MIk3_build.yaml'
2025-08-20T18:57:44.0192103Z 
2025-08-20T18:57:44.0192698Z [+] Passwordless sudo is Configured
2025-08-20T18:57:44.0785276Z 
2025-08-20T18:57:44.0799106Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:57:44.0799483Z 
2025-08-20T18:57:44.1181158Z 
2025-08-20T18:57:44.1182771Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T18:57:44.1183201Z 
2025-08-20T18:57:44.1183206Z 
2025-08-20T18:57:44.1183631Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:57:44.1183963Z 
2025-08-20T18:57:44.1223134Z [+] Installing: 7z -> 7z
2025-08-20T18:57:44.2566936Z [+] Installing: actionlint -> actionlint
2025-08-20T18:57:44.3914976Z [+] Installing: anew -> anew
2025-08-20T18:57:44.9268391Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:57:45.0431834Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:57:45.1418946Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:57:45.2422432Z [+] Installing: archey -> archey
2025-08-20T18:57:45.3846917Z [+] Installing: aria2 -> aria2c
2025-08-20T18:57:45.5383309Z [+] Installing: askalono -> askalono
2025-08-20T18:57:45.6738176Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:57:45.8198321Z [+] Installing: b3sum -> b3sum
2025-08-20T18:57:45.9427060Z [+] Installing: bita -> bita
2025-08-20T18:57:46.0885804Z [+] Installing: btop -> btop
2025-08-20T18:57:46.2169536Z [+] Installing: chafa -> chafa
2025-08-20T18:57:46.3802164Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:57:46.5559008Z [+] Installing: croc -> croc
2025-08-20T18:57:46.6958873Z [+] Installing: csvtk -> csvtk
2025-08-20T18:57:46.8687130Z [+] Installing: cutlines -> cutlines
2025-08-20T18:57:47.0489879Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:47.0525353Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:57:47.0525805Z [+] Installing: dbin -> dbin
2025-08-20T18:57:47.2024803Z [+] Installing: dasel -> dasel
2025-08-20T18:57:47.3520528Z [+] Installing: delta -> delta
2025-08-20T18:57:47.4827780Z [+] Installing: ds -> ds
2025-08-20T18:57:47.6630836Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:47.6666246Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:57:47.6666688Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:57:47.7778484Z [+] Installing: duf -> duf
2025-08-20T18:57:47.9098063Z [+] Installing: duplicut -> duplicut
2025-08-20T18:57:48.0253984Z [+] Installing: dust -> dust
2025-08-20T18:57:48.1592254Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:57:48.2974348Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:57:48.4414300Z [+] Installing: dysk -> dysk
2025-08-20T18:57:48.5661133Z [+] Installing: eget -> eget
2025-08-20T18:57:48.7046893Z [+] Installing: epoch -> epoch
2025-08-20T18:57:48.8337645Z [+] Installing: faketty -> faketty
2025-08-20T18:57:48.9475869Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:57:49.0782518Z [+] Installing: freeze -> freeze
2025-08-20T18:57:49.2404100Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:57:49.3596300Z [+] Installing: gdu -> gdu
2025-08-20T18:57:49.5192131Z [+] Installing: gh -> gh
2025-08-20T18:57:49.7344794Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:57:49.8874672Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:57:50.0128404Z [+] Installing: glab -> glab
2025-08-20T18:57:50.2261682Z [+] Installing: glow -> glow
2025-08-20T18:57:50.3816243Z [+] Installing: httpx -> httpx
2025-08-20T18:57:50.5942617Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:57:50.8878904Z [+] Installing: husarnet -> husarnet
2025-08-20T18:57:51.0484400Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:51.0520215Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:57:51.0520862Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:57:51.2325356Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:51.2362660Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:57:51.2363288Z [+] Installing: imgcat -> imgcat
2025-08-20T18:57:51.3612239Z [+] Installing: jc -> jc
2025-08-20T18:57:51.5165147Z [+] Installing: jq -> jq
2025-08-20T18:57:51.6356913Z [+] Installing: logdy -> logdy
2025-08-20T18:57:51.8296729Z [+] Installing: micro -> micro
2025-08-20T18:57:51.9818831Z [+] Installing: miniserve -> miniserve
2025-08-20T18:57:52.1170101Z [+] Installing: minisign -> minisign
2025-08-20T18:57:52.2321082Z [+] Installing: ncdu -> ncdu
2025-08-20T18:57:52.3487308Z [+] Installing: notify -> notify
2025-08-20T18:57:52.5010728Z [+] Installing: ouch -> ouch
2025-08-20T18:57:52.6339017Z [+] Installing: oras -> oras
2025-08-20T18:57:52.7747091Z [+] Installing: pipetty -> pipetty
2025-08-20T18:57:52.8745444Z [+] Installing: pixterm -> pixterm
2025-08-20T18:57:53.0092415Z [+] Installing: qsv -> qsv
2025-08-20T18:57:53.1760443Z [+] Installing: rclone -> rclone
2025-08-20T18:57:53.3990361Z [+] Installing: ripgrep -> rg
2025-08-20T18:57:53.5270917Z [+] Installing: rga -> rga
2025-08-20T18:57:53.6569077Z [+] Installing: rsync -> rsync
2025-08-20T18:57:53.7945992Z [+] Installing: script -> script
2025-08-20T18:57:53.9032995Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:57:54.1072132Z [+] Installing: soar -> soar
2025-08-20T18:57:54.2463876Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:57:54.3842417Z [+] Installing: sstrip -> sstrip
2025-08-20T18:57:54.4805270Z [+] Installing: strace -> strace
2025-08-20T18:57:54.6014766Z [+] Installing: sttr -> sttr
2025-08-20T18:57:54.7386754Z [+] Installing: tailscale -> tailscale
2025-08-20T18:57:54.8880761Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:57:55.0538053Z [+] Installing: taplo -> taplo
2025-08-20T18:57:55.1934110Z [+] Installing: tldr -> tldr
2025-08-20T18:57:55.3377662Z [+] Installing: tldr -> tealdeer
2025-08-20T18:57:55.4851532Z [+] Installing: tmux -> tmux
2025-08-20T18:57:55.6055474Z [+] Installing: tok -> tok
2025-08-20T18:57:55.7415133Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:57:55.9052353Z [+] Installing: trurl -> trurl
2025-08-20T18:57:56.0396261Z [+] Installing: tss -> tss
2025-08-20T18:57:56.1610022Z [+] Installing: ulexec -> ulexec
2025-08-20T18:57:56.2924796Z [+] Installing: unfurl -> unfurl
2025-08-20T18:57:56.4198335Z [+] Installing: upx -> upx
2025-08-20T18:57:56.5385082Z [+] Installing: validtoml -> validtoml
2025-08-20T18:57:56.6674340Z [+] Installing: wget -> wget
2025-08-20T18:57:56.9496031Z [+] Installing: wget2 -> wget2
2025-08-20T18:57:57.0817151Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:57:57.2144012Z [+] Installing: xq -> xq
2025-08-20T18:57:57.3468118Z [+] Installing: xz -> xz
2025-08-20T18:57:57.4622099Z [+] Installing: unxz -> unxz
2025-08-20T18:57:57.5726132Z [+] Installing: yq -> yq
2025-08-20T18:57:57.8157697Z [+] Installing: yj -> yj
2025-08-20T18:57:57.9417455Z [+] Installing: zapper -> zapper
2025-08-20T18:57:58.0454631Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:57:58.1485048Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:57:58.3154198Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:58.3189199Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:57:58.3190002Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:57:58.4806139Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:58.4840889Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:57:58.4841561Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:57:58.6549879Z curl: (22) The requested URL returned error: 404
2025-08-20T18:57:58.6585058Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:57:58.6585819Z [+] Installing: zstd -> zstd
2025-08-20T18:57:58.7753512Z [+] Creating symlinks...
2025-08-20T18:57:58.7827688Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:57:58.7907079Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:57:58.7987570Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:57:58.8066538Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:57:58.8145541Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:57:58.8226351Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:57:58.8308424Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:57:58.8390301Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:57:58.8469939Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:57:58.8550095Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:57:58.8641660Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:57:58.8727016Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:57:58.8808775Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:57:58.8891680Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:57:58.8980244Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:57:58.9061557Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:57:58.9141031Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:57:58.9174144Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:57:58.9245293Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:57:58.9325754Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:57:58.9405920Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:57:58.9439100Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:57:58.9511343Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:57:58.9591674Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:57:58.9671373Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:57:58.9753087Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:57:58.9833921Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:57:58.9913351Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:57:58.9995135Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:57:59.0077367Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:57:59.0157548Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:57:59.0239216Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:57:59.0324568Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:57:59.0407670Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:57:59.0491619Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:57:59.0572377Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:57:59.0662416Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:57:59.0752301Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:57:59.0840160Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:57:59.0926477Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:57:59.1011142Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:57:59.1095447Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:57:59.1177939Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:57:59.1260278Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:57:59.1295597Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:57:59.1320639Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:57:59.1392715Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:57:59.1473725Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:57:59.1556230Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:57:59.1635364Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:57:59.1715278Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:57:59.1797238Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:57:59.1880585Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:57:59.1965528Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:57:59.2047190Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:57:59.2126601Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:57:59.2206765Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:57:59.2287443Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:57:59.2367240Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:57:59.2445694Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:57:59.2525942Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:57:59.2606336Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:57:59.2687035Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:57:59.2768509Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:57:59.2847948Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:57:59.2927794Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:57:59.3008172Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:57:59.3086938Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:57:59.3167501Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:57:59.3250948Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:57:59.3329894Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:57:59.3409261Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:57:59.3487646Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:57:59.3569955Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:57:59.3652500Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:57:59.3734929Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:57:59.3819748Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:57:59.3903651Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:57:59.3989526Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:57:59.4081756Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:57:59.4160470Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:57:59.4239221Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:57:59.4316939Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:57:59.4396612Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:57:59.4475153Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:57:59.4553731Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:57:59.4637847Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:57:59.4727086Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:57:59.4813638Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:57:59.4901182Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:57:59.4982522Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:57:59.5063438Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:57:59.5142854Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:57:59.5223826Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:57:59.5315440Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:57:59.5351477Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:57:59.5376811Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:57:59.5401493Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:57:59.5473585Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:57:59.5496887Z 
2025-08-20T18:57:59.5497501Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:57:59.5497859Z 
2025-08-20T18:57:59.5614265Z 
2025-08-20T18:57:59.5700908Z 
2025-08-20T18:57:59.5701733Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T18:57:59.5701959Z 
2025-08-20T18:57:59.5702041Z [+] Installation completed!
2025-08-20T18:57:59.5784514Z 
2025-08-20T18:57:59.5784914Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:57:59.9541424Z github.com
2025-08-20T18:57:59.9554493Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:57:59.9554861Z   - Active account: true
2025-08-20T18:57:59.9555072Z   - Git operations protocol: https
2025-08-20T18:57:59.9555318Z   - Token: ghp_************************************
2025-08-20T18:57:59.9555938Z   - 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-20T18:57:59.9556576Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:57:59.9556902Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:58:00.0959955Z Limit: 5000, Remaining: 3981, Reset: 2025-08-20 19:25:14 +0000 UTC (27m14s)
2025-08-20T18:58:00.0968036Z 
2025-08-20T18:58:00.0968182Z [+] GHCR_TOKEN is Exported
2025-08-20T18:58:00.0998022Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:58:00.4125367Z Login Succeeded
2025-08-20T18:58:00.4133891Z 
2025-08-20T18:58:00.4134282Z [+] GITLAB is Exported
2025-08-20T18:58:00.5275016Z [git remote -v]
2025-08-20T18:58:00.9021518Z gitlab.com
2025-08-20T18:58:00.9022135Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:58:00.9022688Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:58:00.9023141Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:58:00.9023696Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:58:00.9024078Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:58:00.9024389Z   ✓ Token found: **************************
2025-08-20T18:58:00.9024555Z 
2025-08-20T18:58:00.9024906Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:58:00.9025372Z [git remote -v]
2025-08-20T18:58:00.9036225Z 2025/08/20 18:58:00 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:58:00.9036729Z git: exit status 128]
2025-08-20T18:58:01.2972813Z 
2025-08-20T18:58:01.2972875Z 
2025-08-20T18:58:01.2974165Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:58:01 PM)
2025-08-20T18:58:01.2974683Z 
2025-08-20T18:58:01.2974688Z 
2025-08-20T18:58:01.2974761Z [+] USER = runner
2025-08-20T18:58:01.2975130Z [+] HOME = /home/runner
2025-08-20T18:58:01.2977264Z [+] 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-20T18:58:01.2979935Z 
2025-08-20T18:58:01.3779442Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:58:01.3836681Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:58:01.5791702Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:58:01.6533703Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:58:01.7278210Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:58:01.8021232Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:58:02.7014180Z Reading package lists...
2025-08-20T18:58:02.7314574Z Reading package lists...
2025-08-20T18:58:02.9497468Z Building dependency tree...
2025-08-20T18:58:02.9504350Z Reading state information...
2025-08-20T18:58:03.2140800Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:58:03.2141195Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:58:03.2141546Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:03.2141876Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:58:03.2142193Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:58:03.2142495Z moreutils is already the newest version (0.69-1).
2025-08-20T18:58:03.2142851Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:58:03.2143238Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:58:03.2143810Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:03.3116617Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:58:03.3149178Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:58:03.6209257Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:58:03.7607449Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:58:03.9008433Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:58:04.0409396Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:58:04.8988959Z Reading package lists...
2025-08-20T18:58:04.9298215Z Reading package lists...
2025-08-20T18:58:05.1339316Z Building dependency tree...
2025-08-20T18:58:05.1346700Z Reading state information...
2025-08-20T18:58:05.3790665Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:58:05.3791086Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:58:05.3791441Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:58:05.3791736Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:58:05.3792067Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:05.3792388Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:58:05.3792689Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:58:05.3792978Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:58:05.3793787Z gawk set to manually installed.
2025-08-20T18:58:05.3794019Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:58:05.3794302Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:58:05.3794606Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:58:05.3794890Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:58:05.3795212Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:58:05.3795549Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:58:05.3795852Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:58:05.3796145Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:05.3796449Z The following additional packages will be installed:
2025-08-20T18:58:05.3796815Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:58:05.3797234Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:58:05.3797665Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:58:05.3798067Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:58:05.3798501Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:58:05.3798880Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:58:05.3807688Z Suggested packages:
2025-08-20T18:58:05.3808001Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:58:05.3808435Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:58:05.3808883Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:58:05.3809322Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:58:05.3809705Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T18:58:05.3810071Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T18:58:05.3810433Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T18:58:05.4028622Z The following NEW packages will be installed:
2025-08-20T18:58:05.4029303Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:58:05.4044357Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:58:05.4044937Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:58:05.4045376Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:58:05.4046170Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:58:05.4046650Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:58:05.4047017Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:58:05.6540560Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:05.6540932Z Need to get 27.2 MB of archives.
2025-08-20T18:58:05.6541260Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T18:58:05.6541938Z 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-20T18:58:06.2775433Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:58:06.4321344Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T18:58:06.5101121Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T18:58:06.5844104Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T18:58:06.6593975Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T18:58:06.7401917Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:58:06.8196419Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:58:06.9013532Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T18:58:06.9765942Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:58:07.2312308Z 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-20T18:58:07.3065229Z 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-20T18:58:07.3836876Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T18:58:07.4585542Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:58:07.5330887Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T18:58:07.6077123Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T18:58:07.6823791Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T18:58:07.7793683Z 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-20T18:58:07.9676731Z 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-20T18:58:08.0435630Z 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-20T18:58:08.1183849Z 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-20T18:58:08.1930521Z 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-20T18:58:08.2708757Z 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-20T18:58:08.3456589Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T18:58:08.4212953Z 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-20T18:58:08.4958723Z 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-20T18:58:08.5758182Z 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-20T18:58:08.6504024Z 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-20T18:58:08.7254563Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T18:58:08.8001031Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T18:58:08.8745787Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T18:58:08.9496610Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T18:58:09.0246748Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T18:58:09.1107989Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T18:58:09.1880351Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T18:58:09.2655624Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T18:58:09.5032966Z Preconfiguring packages ...
2025-08-20T18:58:09.5984568Z Fetched 27.2 MB in 4s (7058 kB/s)
2025-08-20T18:58:09.6395536Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:58:09.6426818Z (Reading database ... 
2025-08-20T18:58:09.6427077Z (Reading database ... 5%
2025-08-20T18:58:09.6427277Z (Reading database ... 10%
2025-08-20T18:58:09.6427469Z (Reading database ... 15%
2025-08-20T18:58:09.6427659Z (Reading database ... 20%
2025-08-20T18:58:09.6427848Z (Reading database ... 25%
2025-08-20T18:58:09.6428033Z (Reading database ... 30%
2025-08-20T18:58:09.6428253Z (Reading database ... 35%
2025-08-20T18:58:09.6428444Z (Reading database ... 40%
2025-08-20T18:58:09.6428635Z (Reading database ... 45%
2025-08-20T18:58:09.6428824Z (Reading database ... 50%
2025-08-20T18:58:09.6450692Z (Reading database ... 55%
2025-08-20T18:58:09.6537730Z (Reading database ... 60%
2025-08-20T18:58:09.6577151Z (Reading database ... 65%
2025-08-20T18:58:09.6590948Z (Reading database ... 70%
2025-08-20T18:58:09.6610613Z (Reading database ... 75%
2025-08-20T18:58:09.6736655Z (Reading database ... 80%
2025-08-20T18:58:09.6807257Z (Reading database ... 85%
2025-08-20T18:58:09.6831231Z (Reading database ... 90%
2025-08-20T18:58:09.6916823Z (Reading database ... 95%
2025-08-20T18:58:09.6917032Z (Reading database ... 100%
2025-08-20T18:58:09.6917320Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T18:58:09.6948813Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:58:09.7162216Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:58:09.8725620Z Selecting previously unselected package poppler-data.
2025-08-20T18:58:09.8895546Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:58:09.8955647Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:58:10.0222120Z Selecting previously unselected package b3sum.
2025-08-20T18:58:10.0372739Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T18:58:10.0434277Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:58:10.1303759Z Selecting previously unselected package build-essential.
2025-08-20T18:58:10.1461870Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T18:58:10.1516733Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:58:10.2113632Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T18:58:10.2292267Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T18:58:10.2428706Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:58:10.2973123Z Selecting previously unselected package ccache.
2025-08-20T18:58:10.3151175Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T18:58:10.3203437Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:58:10.3830635Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:58:10.4002063Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:58:10.4062583Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:58:10.4613791Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:58:10.4779391Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:58:10.4862374Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:58:10.5416406Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:58:10.5560604Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T18:58:10.5612901Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:58:10.6389606Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:58:10.6540487Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:58:10.7160638Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:58:10.8347253Z Selecting previously unselected package libgs-common.
2025-08-20T18:58:10.8519043Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:58:10.8575388Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:10.9062207Z Selecting previously unselected package libgs10-common.
2025-08-20T18:58:10.9232417Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:58:10.9289428Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:11.0141343Z Selecting previously unselected package libidn12:arm64.
2025-08-20T18:58:11.0316954Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T18:58:11.0381399Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:58:11.1013893Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T18:58:11.1172903Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T18:58:11.1246219Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:58:11.1833547Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T18:58:11.1993111Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T18:58:11.2055388Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:58:11.2792066Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T18:58:11.2944926Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T18:58:11.3005258Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:58:11.3599186Z Selecting previously unselected package libgs10:arm64.
2025-08-20T18:58:11.3781484Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:58:11.3847189Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:11.6062738Z Selecting previously unselected package ghostscript.
2025-08-20T18:58:11.6236454Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:58:11.6286754Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:11.6961747Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:58:11.7111821Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:58:11.7182414Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:11.8450950Z Selecting previously unselected package imagemagick.
2025-08-20T18:58:11.8598874Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:58:11.8676969Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:11.9155842Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:58:11.9335753Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:58:11.9397718Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:58:11.9984822Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T18:58:12.0162528Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:58:12.0216502Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:58:12.0840822Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T18:58:12.1019765Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T18:58:12.1084426Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:58:12.1647869Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T18:58:12.1816693Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:58:12.1871394Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:58:12.2407205Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:58:12.2559698Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:58:12.2651580Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:58:12.3169248Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T18:58:12.3312514Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T18:58:12.3386035Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:58:12.4110959Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T18:58:12.4267344Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T18:58:12.4330691Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:58:12.4783513Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T18:58:12.4959553Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:58:12.5048486Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:12.5641535Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T18:58:12.5816455Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:58:12.5886189Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:58:12.6449918Z Selecting previously unselected package libpaper-utils.
2025-08-20T18:58:12.6621144Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T18:58:12.6683225Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T18:58:12.7201573Z Selecting previously unselected package libtool-bin.
2025-08-20T18:58:12.7371227Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T18:58:12.7451490Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T18:58:12.7999813Z Selecting previously unselected package lzip.
2025-08-20T18:58:12.8143753Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T18:58:12.8198346Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T18:58:12.9100853Z Selecting previously unselected package netpbm.
2025-08-20T18:58:12.9250971Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:58:12.9308206Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:58:13.2134859Z Selecting previously unselected package musl:arm64.
2025-08-20T18:58:13.2315257Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T18:58:13.2369357Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T18:58:13.2958815Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T18:58:13.3136455Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T18:58:13.3200013Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:58:13.3983906Z Selecting previously unselected package musl-tools.
2025-08-20T18:58:13.4128747Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T18:58:13.4209536Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T18:58:13.4869344Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:58:13.6216500Z 
2025-08-20T18:58:13.6216977Z Creating config file /etc/papersize with new version
2025-08-20T18:58:13.6966037Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T18:58:13.7127429Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T18:58:13.7380255Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:58:13.7561362Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:58:13.7740198Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:13.7925145Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T18:58:13.8099399Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:58:13.8259866Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T18:58:13.8762997Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:58:13.8940109Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:58:13.9104818Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T18:58:13.9279470Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T18:58:13.9342123Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T18:58:13.9401722Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T18:58:13.9505860Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:58:13.9691792Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:58:13.9854201Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:58:14.0014914Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:58:14.0186493Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:14.0350583Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T18:58:14.0412755Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T18:58:14.0481597Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T18:58:14.0537203Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T18:58:14.0610046Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T18:58:14.0668993Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T18:58:14.0729391Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T18:58:14.0795506Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T18:58:14.0877450Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T18:58:14.0936148Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T18:58:14.1017046Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T18:58:14.1079927Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T18:58:14.1153720Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T18:58:14.1214476Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T18:58:14.1279072Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T18:58:14.1343870Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T18:58:14.1423544Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T18:58:14.1482819Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T18:58:14.1552674Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T18:58:14.1609331Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T18:58:14.1676578Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T18:58:14.1732795Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T18:58:14.1876724Z Setting up b3sum (1.2.0-1) ...
2025-08-20T18:58:14.2046180Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T18:58:14.2397466Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T18:58:14.2630314Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:58:14.2987891Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:58:14.3197501Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:58:14.3367599Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:58:14.3530355Z Setting up ccache (4.9.1-1) ...
2025-08-20T18:58:14.3653518Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:58:14.3784257Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:58:14.3958884Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:58:14.4158537Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:58:14.4325667Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:58:14.4515073Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:14.4687354Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:58:14.4905698Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T18:58:14.6676494Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T18:58:14.6833767Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:14.7009692Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:14.7196936Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:58:14.7411210Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:58:14.8204650Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T18:58:15.1276066Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T18:58:15.9818289Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:58:16.0088419Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:58:18.7561150Z Reading package lists...
2025-08-20T18:58:19.0112674Z Building dependency tree...
2025-08-20T18:58:19.0119484Z Reading state information...
2025-08-20T18:58:19.3058809Z autoconf is already the newest version (2.71-3).
2025-08-20T18:58:19.3059213Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:58:19.3059560Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:58:19.3059884Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:58:19.3060223Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:58:19.3060580Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:19.3060892Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:58:19.3061184Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:58:19.3061484Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:58:19.3061788Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:58:19.3062092Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:58:19.3062401Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:58:19.3063025Z patch set to manually installed.
2025-08-20T18:58:19.3063317Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:58:19.3063992Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:58:19.3064321Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:58:19.3064616Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:19.3064886Z Suggested packages:
2025-08-20T18:58:19.3065051Z   scons-doc
2025-08-20T18:58:19.3217517Z The following NEW packages will be installed:
2025-08-20T18:58:19.3225871Z   autopoint byacc clang qemu-user-static scons
2025-08-20T18:58:19.4900790Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:19.4901141Z Need to get 17.8 MB of archives.
2025-08-20T18:58:19.4901432Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T18:58:19.4901922Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T18:58:19.9560120Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T18:58:20.0305260Z 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-20T18:58:20.5998975Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T18:58:20.6775930Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T18:58:20.9533062Z Fetched 17.8 MB in 1s (13.2 MB/s)
2025-08-20T18:58:20.9802341Z Selecting previously unselected package autopoint.
2025-08-20T18:58:20.9835881Z (Reading database ... 
2025-08-20T18:58:20.9836150Z (Reading database ... 5%
2025-08-20T18:58:20.9836357Z (Reading database ... 10%
2025-08-20T18:58:20.9836555Z (Reading database ... 15%
2025-08-20T18:58:20.9836748Z (Reading database ... 20%
2025-08-20T18:58:20.9836939Z (Reading database ... 25%
2025-08-20T18:58:20.9837159Z (Reading database ... 30%
2025-08-20T18:58:20.9837351Z (Reading database ... 35%
2025-08-20T18:58:20.9837541Z (Reading database ... 40%
2025-08-20T18:58:20.9837732Z (Reading database ... 45%
2025-08-20T18:58:20.9837916Z (Reading database ... 50%
2025-08-20T18:58:20.9861988Z (Reading database ... 55%
2025-08-20T18:58:20.9954562Z (Reading database ... 60%
2025-08-20T18:58:20.9996778Z (Reading database ... 65%
2025-08-20T18:58:21.0012597Z (Reading database ... 70%
2025-08-20T18:58:21.0034907Z (Reading database ... 75%
2025-08-20T18:58:21.0178819Z (Reading database ... 80%
2025-08-20T18:58:21.0261184Z (Reading database ... 85%
2025-08-20T18:58:21.0290487Z (Reading database ... 90%
2025-08-20T18:58:21.0391128Z (Reading database ... 95%
2025-08-20T18:58:21.0391374Z (Reading database ... 100%
2025-08-20T18:58:21.0391667Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T18:58:21.0432817Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T18:58:21.0501505Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T18:58:21.1220458Z Selecting previously unselected package clang.
2025-08-20T18:58:21.1410648Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T18:58:21.1486383Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T18:58:21.1980623Z Selecting previously unselected package qemu-user-static.
2025-08-20T18:58:21.2159497Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T18:58:21.2220589Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:58:26.3953998Z Selecting previously unselected package scons.
2025-08-20T18:58:26.4128347Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T18:58:26.4194098Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T18:58:26.5217089Z Selecting previously unselected package byacc.
2025-08-20T18:58:26.5366111Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T18:58:26.5420385Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T18:58:26.6252335Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:58:26.6531306Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T18:58:26.6761631Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T18:58:26.7157105Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T18:58:27.0865326Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T18:58:27.1035877Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:58:28.2943242Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T18:58:29.7388976Z Reading package lists...
2025-08-20T18:58:29.9957875Z Building dependency tree...
2025-08-20T18:58:29.9965558Z Reading state information...
2025-08-20T18:58:30.2940498Z The following additional packages will be installed:
2025-08-20T18:58:30.2940885Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:58:30.2941224Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:58:30.2941671Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:58:30.2942141Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:58:30.2942585Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:58:30.2943007Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:58:30.2944872Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:58:30.2945757Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:58:30.2946466Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:58:30.2956167Z Suggested packages:
2025-08-20T18:58:30.2956431Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T18:58:30.2956825Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T18:58:30.2957228Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T18:58:30.2960774Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T18:58:30.2961224Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T18:58:30.2961631Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T18:58:30.2962085Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T18:58:30.2962582Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T18:58:30.2962953Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T18:58:30.2963163Z Recommended packages:
2025-08-20T18:58:30.2963621Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T18:58:30.2964065Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T18:58:30.2964460Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T18:58:30.2964814Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T18:58:30.2965134Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T18:58:30.3167228Z The following NEW packages will be installed:
2025-08-20T18:58:30.3168315Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:58:30.3168724Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:58:30.3169133Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:58:30.3169603Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:58:30.3170067Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:58:30.3170493Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:58:30.3170935Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:58:30.3172706Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:58:30.3176656Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:58:30.6365024Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:30.6365742Z Need to get 2409 kB of archives.
2025-08-20T18:58:30.6366062Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T18:58:30.6366573Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T18:58:30.7115620Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T18:58:30.8015806Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T18:58:30.9528349Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T18:58:31.0317787Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T18:58:31.1155813Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T18:58:31.2126146Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T18:58:31.2923788Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T18:58:31.3742009Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T18:58:31.4562470Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T18:58:31.5425702Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T18:58:31.6265598Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T18:58:31.7063931Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T18:58:31.7903521Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T18:58:31.8789389Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T18:58:31.9868164Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T18:58:32.0687033Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T18:58:32.4018756Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T18:58:32.4803123Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T18:58:32.5573350Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T18:58:32.6328163Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T18:58:32.7852713Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T18:58:32.8760987Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T18:58:32.9514631Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T18:58:33.0263193Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T18:58:33.1025105Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T18:58:33.1773568Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T18:58:33.2629991Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T18:58:33.3431259Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T18:58:33.4198412Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T18:58:33.7974878Z Fetched 2409 kB in 3s (757 kB/s)
2025-08-20T18:58:33.8491871Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T18:58:33.8525965Z (Reading database ... 
2025-08-20T18:58:33.8526204Z (Reading database ... 5%
2025-08-20T18:58:33.8526402Z (Reading database ... 10%
2025-08-20T18:58:33.8526596Z (Reading database ... 15%
2025-08-20T18:58:33.8526822Z (Reading database ... 20%
2025-08-20T18:58:33.8527015Z (Reading database ... 25%
2025-08-20T18:58:33.8527203Z (Reading database ... 30%
2025-08-20T18:58:33.8527399Z (Reading database ... 35%
2025-08-20T18:58:33.8527590Z (Reading database ... 40%
2025-08-20T18:58:33.8527781Z (Reading database ... 45%
2025-08-20T18:58:33.8527975Z (Reading database ... 50%
2025-08-20T18:58:33.8555104Z (Reading database ... 55%
2025-08-20T18:58:33.8650521Z (Reading database ... 60%
2025-08-20T18:58:33.8694980Z (Reading database ... 65%
2025-08-20T18:58:33.8710906Z (Reading database ... 70%
2025-08-20T18:58:33.8733112Z (Reading database ... 75%
2025-08-20T18:58:33.8874909Z (Reading database ... 80%
2025-08-20T18:58:33.8960516Z (Reading database ... 85%
2025-08-20T18:58:33.8990888Z (Reading database ... 90%
2025-08-20T18:58:33.9097253Z (Reading database ... 95%
2025-08-20T18:58:33.9097469Z (Reading database ... 100%
2025-08-20T18:58:33.9097758Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T18:58:33.9140107Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T18:58:33.9192349Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:58:33.9805101Z Selecting previously unselected package libfile-which-perl.
2025-08-20T18:58:33.9989138Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T18:58:34.0051456Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T18:58:34.0548670Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T18:58:34.0716979Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T18:58:34.0776317Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T18:58:34.1273245Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T18:58:34.1432893Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T18:58:34.1504540Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T18:58:34.1963963Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T18:58:34.2138672Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T18:58:34.2201533Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:58:34.2706483Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T18:58:34.2879396Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T18:58:34.2946220Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:58:34.3455263Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T18:58:34.3649159Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T18:58:34.3703804Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:58:34.4269104Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T18:58:34.4452935Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T18:58:34.4513215Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:58:34.5010411Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T18:58:34.5194306Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T18:58:34.5262582Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:58:34.5790700Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T18:58:34.5976232Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T18:58:34.6034952Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:58:34.6546816Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T18:58:34.6711052Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T18:58:34.6777978Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:58:34.7335288Z Selecting previously unselected package libimport-into-perl.
2025-08-20T18:58:34.7496751Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T18:58:34.7553865Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T18:58:34.8055145Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T18:58:34.8215736Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T18:58:34.8277305Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T18:58:34.8787095Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T18:58:34.8975722Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T18:58:34.9034550Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:58:34.9515723Z Selecting previously unselected package libmoo-perl.
2025-08-20T18:58:34.9699750Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T18:58:34.9749874Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T18:58:35.0256158Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T18:58:35.0437109Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T18:58:35.0490654Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T18:58:35.1014296Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T18:58:35.1191584Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T18:58:35.1261559Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T18:58:35.1796620Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T18:58:35.1957753Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T18:58:35.2014702Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:58:35.2476780Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T18:58:35.2641476Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T18:58:35.2710727Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:58:35.3194887Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T18:58:35.3360991Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T18:58:35.3459712Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:58:35.4051098Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T18:58:35.4239140Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T18:58:35.4301090Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:58:35.4860386Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T18:58:35.5040211Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T18:58:35.5092612Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:58:35.5589672Z Selecting previously unselected package libnet-http-perl.
2025-08-20T18:58:35.5777486Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T18:58:35.5839064Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T18:58:35.6309300Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T18:58:35.6481646Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T18:58:35.6542449Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:58:35.7091404Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T18:58:35.7251450Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T18:58:35.7303497Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T18:58:35.7794500Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T18:58:35.7949585Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T18:58:35.8007037Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:58:35.8494002Z Selecting previously unselected package libwww-perl.
2025-08-20T18:58:35.8651082Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T18:58:35.8709979Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T18:58:35.9282061Z Selecting previously unselected package patchutils.
2025-08-20T18:58:35.9473905Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T18:58:35.9543100Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T18:58:36.0089319Z Selecting previously unselected package wdiff.
2025-08-20T18:58:36.0266959Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T18:58:36.0323208Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T18:58:36.1183887Z Selecting previously unselected package devscripts.
2025-08-20T18:58:36.1361310Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T18:58:36.1601796Z Unpacking devscripts (2.23.7) ...
2025-08-20T18:58:36.6047696Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T18:58:36.6219819Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:58:36.6382467Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T18:58:36.6579117Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T18:58:36.6745435Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:58:36.6925284Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:58:36.7078991Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:58:36.7243565Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T18:58:36.7414783Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T18:58:36.7576389Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:58:36.7730687Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T18:58:36.7922308Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T18:58:36.8107779Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:58:36.8277595Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:58:36.8465491Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T18:58:36.8656494Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:58:36.8811713Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:58:36.9008641Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:58:36.9217569Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T18:58:36.9374485Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T18:58:36.9559885Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:58:36.9732333Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:58:36.9919997Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:58:37.0105690Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:58:37.0323693Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:58:37.0571486Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T18:58:37.0772783Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T18:58:37.0940735Z Setting up libwww-perl (6.76-1) ...
2025-08-20T18:58:37.1106580Z Setting up devscripts (2.23.7) ...
2025-08-20T18:58:37.2376351Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:58:37.2576167Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:58:38.9866027Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:58:40.1805042Z Reading package lists...
2025-08-20T18:58:40.3799758Z Building dependency tree...
2025-08-20T18:58:40.3807763Z Reading state information...
2025-08-20T18:58:40.6112845Z The following additional packages will be installed:
2025-08-20T18:58:40.6120944Z   cmake-data libjsoncpp25 librhash0
2025-08-20T18:58:40.6129171Z Suggested packages:
2025-08-20T18:58:40.6129389Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T18:58:40.6279001Z The following NEW packages will be installed:
2025-08-20T18:58:40.6286965Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T18:58:40.9393210Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:40.9393779Z Need to get 12.7 MB of archives.
2025-08-20T18:58:40.9394099Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T18:58:41.2149430Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T18:58:41.2150083Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T18:58:41.3871375Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T18:58:41.7571110Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T18:58:42.2423022Z Fetched 12.7 MB in 1s (9415 kB/s)
2025-08-20T18:58:42.2830305Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T18:58:42.2864052Z (Reading database ... 
2025-08-20T18:58:42.2864279Z (Reading database ... 5%
2025-08-20T18:58:42.2864474Z (Reading database ... 10%
2025-08-20T18:58:42.2864670Z (Reading database ... 15%
2025-08-20T18:58:42.2864856Z (Reading database ... 20%
2025-08-20T18:58:42.2865050Z (Reading database ... 25%
2025-08-20T18:58:42.2865240Z (Reading database ... 30%
2025-08-20T18:58:42.2865431Z (Reading database ... 35%
2025-08-20T18:58:42.2866004Z (Reading database ... 40%
2025-08-20T18:58:42.2866194Z (Reading database ... 45%
2025-08-20T18:58:42.2866382Z (Reading database ... 50%
2025-08-20T18:58:42.2889065Z (Reading database ... 55%
2025-08-20T18:58:42.2978327Z (Reading database ... 60%
2025-08-20T18:58:42.3022408Z (Reading database ... 65%
2025-08-20T18:58:42.3037561Z (Reading database ... 70%
2025-08-20T18:58:42.3060280Z (Reading database ... 75%
2025-08-20T18:58:42.3193684Z (Reading database ... 80%
2025-08-20T18:58:42.3267829Z (Reading database ... 85%
2025-08-20T18:58:42.3294970Z (Reading database ... 90%
2025-08-20T18:58:42.3386694Z (Reading database ... 95%
2025-08-20T18:58:42.3386954Z (Reading database ... 100%
2025-08-20T18:58:42.3387247Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T18:58:42.3418396Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T18:58:42.3547327Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:58:42.4220058Z Selecting previously unselected package librhash0:arm64.
2025-08-20T18:58:42.4406541Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T18:58:42.4465741Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:58:42.5123186Z Selecting previously unselected package cmake-data.
2025-08-20T18:58:42.5300724Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T18:58:42.5421520Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T18:58:43.5358054Z Selecting previously unselected package cmake.
2025-08-20T18:58:43.5514035Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T18:58:43.5606082Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T18:58:43.8339758Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:58:43.8561832Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:58:43.8749697Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T18:58:43.9214966Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T18:58:43.9395836Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:58:45.3374317Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:58:46.4766905Z Reading package lists...
2025-08-20T18:58:46.6742124Z Building dependency tree...
2025-08-20T18:58:46.6749693Z Reading state information...
2025-08-20T18:58:46.9294985Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:58:46.9296224Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:58:46.9296609Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:58:46.9297290Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:58:46.9297618Z b3sum is already the newest version (1.2.0-1).
2025-08-20T18:58:46.9297920Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:58:46.9298264Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:46.9298568Z ccache is already the newest version (4.9.1-1).
2025-08-20T18:58:46.9298867Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:58:46.9299182Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:58:46.9299467Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:58:46.9299749Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:58:46.9300079Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T18:58:46.9300429Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T18:58:46.9300733Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:58:46.9301038Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:58:46.9301353Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:58:46.9301653Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:58:46.9301924Z musl is already the newest version (1.2.4-2).
2025-08-20T18:58:46.9302197Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T18:58:46.9302485Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T18:58:46.9303049Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:58:46.9303552Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:58:46.9303864Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:58:46.9304165Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:46.9304496Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:46.9492117Z Reading package lists...
2025-08-20T18:58:47.1556694Z Building dependency tree...
2025-08-20T18:58:47.1563355Z Reading state information...
2025-08-20T18:58:47.4245371Z autoconf is already the newest version (2.71-3).
2025-08-20T18:58:47.4245746Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:58:47.4246112Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T18:58:47.4246438Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:58:47.4246759Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:58:47.4247118Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:58:47.4247446Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T18:58:47.4247760Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:47.4248072Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T18:58:47.4248364Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:58:47.4248654Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:58:47.4248952Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:58:47.4249261Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:58:47.4249570Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:58:47.4249875Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:58:47.4250182Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:58:47.4250503Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:58:47.4250868Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:58:47.4251213Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:58:47.4251499Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:58:47.4251793Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:47.4252124Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:47.4439334Z Reading package lists...
2025-08-20T18:58:47.6315829Z Building dependency tree...
2025-08-20T18:58:47.6323779Z Reading state information...
2025-08-20T18:58:47.8869204Z devscripts is already the newest version (2.23.7).
2025-08-20T18:58:47.8869618Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:47.9068671Z Reading package lists...
2025-08-20T18:58:48.1245489Z Building dependency tree...
2025-08-20T18:58:48.1254084Z Reading state information...
2025-08-20T18:58:48.3838814Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T18:58:48.3839253Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:48.4034778Z Reading package lists...
2025-08-20T18:58:48.5866563Z Building dependency tree...
2025-08-20T18:58:48.5872688Z Reading state information...
2025-08-20T18:58:48.8271234Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:58:48.8271670Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T18:58:48.8652341Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:48.9101682Z Reading package lists...
2025-08-20T18:58:49.1321794Z Building dependency tree...
2025-08-20T18:58:49.1330456Z Reading state information...
2025-08-20T18:58:49.5550220Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T18:58:49.5550679Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T18:58:49.5551015Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:58:49.5551824Z The following additional packages will be installed:
2025-08-20T18:58:49.5552156Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:58:49.5552549Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:58:49.5552995Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:58:49.5553542Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:58:49.5553954Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:58:49.5554392Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:58:49.5554786Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T18:58:49.5555188Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:58:49.5555557Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T18:58:49.5555944Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T18:58:49.5556364Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T18:58:49.5556715Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T18:58:49.5557079Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:58:49.5557513Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T18:58:49.5557846Z   linux-libc-dev-armhf-cross
2025-08-20T18:58:49.5565500Z Suggested packages:
2025-08-20T18:58:49.5565840Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T18:58:49.5566210Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T18:58:49.5888419Z The following NEW packages will be installed:
2025-08-20T18:58:49.5888789Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:58:49.5889188Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:58:49.5889638Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:58:49.5890088Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T18:58:49.5890459Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T18:58:49.5890847Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T18:58:49.5891257Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T18:58:49.5891639Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:58:49.5892418Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T18:58:49.5892825Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T18:58:49.5893229Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T18:58:49.5893869Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T18:58:49.5894238Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:58:49.5894618Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T18:58:49.5895876Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T18:58:49.9644586Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:49.9644940Z Need to get 112 MB of archives.
2025-08-20T18:58:49.9645220Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T18:58:49.9645893Z 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-20T18:58:50.4057659Z 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-20T18:58:51.6582706Z 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-20T18:58:51.7991259Z 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-20T18:58:53.0656802Z 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-20T18:58:53.2060278Z 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-20T18:58:53.3468248Z 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-20T18:58:54.0481965Z 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-20T18:58:54.1892199Z 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-20T18:58:54.3302602Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T18:58:54.7512210Z 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-20T18:58:55.0338220Z 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-20T18:58:55.6640898Z 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-20T18:58:55.8112666Z 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-20T18:58:56.6321229Z 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-20T18:58:57.0559029Z 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-20T18:58:57.6202845Z 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-20T18:58:58.0524059Z 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-20T18:59:00.1891404Z 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-20T18:59:00.6125709Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T18:59:01.0378624Z 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-20T18:59:01.6035195Z 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-20T18:59:03.0185837Z 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-20T18:59:04.3222838Z 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-20T18:59:04.4629316Z 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-20T18:59:04.6038092Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T18:59:05.0347348Z 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-20T18:59:05.1752931Z 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-20T18:59:05.3173959Z 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-20T18:59:05.4576633Z 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-20T18:59:06.1579751Z 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-20T18:59:06.4470159Z 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-20T18:59:06.8750282Z 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-20T18:59:07.4346388Z 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-20T18:59:09.2730673Z 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-20T18:59:09.6961802Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T18:59:10.1203214Z 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-20T18:59:10.6855598Z 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-20T18:59:11.9533021Z 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-20T18:59:12.0933686Z 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-20T18:59:12.2334912Z 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-20T18:59:12.3730803Z 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-20T18:59:12.6689845Z Fetched 112 MB in 23s (4928 kB/s)
2025-08-20T18:59:12.6958001Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T18:59:12.6991843Z (Reading database ... 
2025-08-20T18:59:12.6992365Z (Reading database ... 5%
2025-08-20T18:59:12.6992585Z (Reading database ... 10%
2025-08-20T18:59:12.6992804Z (Reading database ... 15%
2025-08-20T18:59:12.6992991Z (Reading database ... 20%
2025-08-20T18:59:12.6993181Z (Reading database ... 25%
2025-08-20T18:59:12.6993493Z (Reading database ... 30%
2025-08-20T18:59:12.6994066Z (Reading database ... 35%
2025-08-20T18:59:12.6994278Z (Reading database ... 40%
2025-08-20T18:59:12.6994471Z (Reading database ... 45%
2025-08-20T18:59:12.6994659Z (Reading database ... 50%
2025-08-20T18:59:12.7017508Z (Reading database ... 55%
2025-08-20T18:59:12.7107634Z (Reading database ... 60%
2025-08-20T18:59:12.7149982Z (Reading database ... 65%
2025-08-20T18:59:12.7164535Z (Reading database ... 70%
2025-08-20T18:59:12.7186621Z (Reading database ... 75%
2025-08-20T18:59:12.7317768Z (Reading database ... 80%
2025-08-20T18:59:12.7392736Z (Reading database ... 85%
2025-08-20T18:59:12.7420221Z (Reading database ... 90%
2025-08-20T18:59:12.7522856Z (Reading database ... 95%
2025-08-20T18:59:12.7523068Z (Reading database ... 100%
2025-08-20T18:59:12.7523476Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T18:59:12.7559589Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:12.7613073Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:12.8142370Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T18:59:12.8342200Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:12.8422957Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:13.1011281Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T18:59:13.1179674Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:13.1247975Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:13.1739279Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T18:59:13.1906753Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:13.2000585Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:13.4930303Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T18:59:13.5117830Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:59:13.5178150Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:13.5694846Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T18:59:13.5907616Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:59:13.5964656Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:13.6518421Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T18:59:13.6727327Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:59:13.6848462Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:59:13.8089153Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T18:59:13.8254296Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:13.8320955Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:13.8788837Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T18:59:13.8981175Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:13.9049715Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:13.9583206Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T18:59:13.9781462Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:59:13.9837582Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:14.0578479Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T18:59:14.0767722Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.0831130Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.1393977Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T18:59:14.1578996Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.1662452Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.2261088Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T18:59:14.2423967Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.2478370Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.3033915Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T18:59:14.3196484Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.3259986Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.4490302Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T18:59:14.4672706Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.4729928Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.5384914Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T18:59:14.5580535Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.5648298Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.6326081Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T18:59:14.6508870Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:14.6562832Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:14.7393486Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T18:59:14.7557712Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:14.7643786Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:15.2046923Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T18:59:15.2231979Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:59:15.2291750Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:59:15.5148429Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T18:59:15.5312488Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:59:15.5381822Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:15.6879977Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T18:59:15.7069566Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:15.7138890Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:16.0189429Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T18:59:16.0362740Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:16.0451473Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:16.3475227Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T18:59:16.3667452Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:59:16.3744648Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:59:16.6993936Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T18:59:16.7161670Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:16.7221779Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:16.8456758Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T18:59:16.8644692Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:16.8709975Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:16.9242378Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T18:59:16.9430811Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:59:16.9517217Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:17.0245139Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T18:59:17.0441083Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.0500780Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.0990477Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T18:59:17.1152333Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.1209608Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.4563670Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T18:59:17.4753529Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.4809414Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.5321687Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T18:59:17.5502286Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.5568851Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.6594706Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T18:59:17.6759680Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.6808552Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.7412855Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T18:59:17.7577916Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.7645360Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.8251309Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T18:59:17.8423505Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:17.8483848Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:17.9533606Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T18:59:17.9731399Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:17.9823806Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:18.3961861Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T18:59:18.4125515Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:59:18.4187453Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:59:18.7150516Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T18:59:18.7347790Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:59:18.7398839Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:18.9004920Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T18:59:18.9176676Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:59:19.0002441Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:19.3340006Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T18:59:19.3511226Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:59:19.3595269Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:19.6794884Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T18:59:19.6989242Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:59:19.7057243Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:19.7472122Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T18:59:19.7668545Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:59:19.7727264Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:19.8159441Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T18:59:19.8346473Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:59:19.8410492Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:19.8842108Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T18:59:19.9009765Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:59:19.9085343Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:19.9741647Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:59:19.9930076Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:20.0118989Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.0286376Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.0463961Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.0691304Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:59:20.0862147Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.1063614Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:59:20.1299448Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:20.1535291Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.1811133Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.2007460Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:20.2186804Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:59:20.2404750Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.2588810Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.2759947Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.2976590Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.3168241Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.3338946Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.3532333Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.3713526Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:59:20.3884287Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.4054377Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.4249240Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:20.4444282Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.4615227Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.4780486Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.4975075Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:20.5153796Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.5337139Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.5546455Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.5710011Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.5867538Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.6035617Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.6212172Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:20.6409026Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.6589849Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.6758154Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.6956724Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:59:20.7145878Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:20.7328116Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:59:20.7508063Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:59:20.7673686Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T18:59:20.7756900Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:59:20.7875648Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:22.1314956Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:59:23.3970658Z Reading package lists...
2025-08-20T18:59:23.6370737Z Building dependency tree...
2025-08-20T18:59:23.6379763Z Reading state information...
2025-08-20T18:59:23.8929987Z The following additional packages will be installed:
2025-08-20T18:59:23.8930432Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:59:23.8934736Z   libpcap0.8-dev
2025-08-20T18:59:23.9230179Z The following NEW packages will be installed:
2025-08-20T18:59:23.9232543Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:59:23.9236409Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T18:59:23.9428512Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:59:24.1142931Z Need to get 1640 kB of archives.
2025-08-20T18:59:24.1143296Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T18:59:24.1144072Z 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-20T18:59:24.4983962Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T18:59:24.6001083Z 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-20T18:59:24.7023695Z 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-20T18:59:24.8377668Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T18:59:25.0523918Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T18:59:25.1442322Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T18:59:25.2192733Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T18:59:25.4852886Z Fetched 1640 kB in 1s (1296 kB/s)
2025-08-20T18:59:25.5254628Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T18:59:25.5289255Z (Reading database ... 
2025-08-20T18:59:25.5289755Z (Reading database ... 5%
2025-08-20T18:59:25.5292274Z (Reading database ... 10%
2025-08-20T18:59:25.5292503Z (Reading database ... 15%
2025-08-20T18:59:25.5292699Z (Reading database ... 20%
2025-08-20T18:59:25.5292890Z (Reading database ... 25%
2025-08-20T18:59:25.5293082Z (Reading database ... 30%
2025-08-20T18:59:25.5293800Z (Reading database ... 35%
2025-08-20T18:59:25.5294048Z (Reading database ... 40%
2025-08-20T18:59:25.5294239Z (Reading database ... 45%
2025-08-20T18:59:25.5294427Z (Reading database ... 50%
2025-08-20T18:59:25.5317384Z (Reading database ... 55%
2025-08-20T18:59:25.5408249Z (Reading database ... 60%
2025-08-20T18:59:25.5449427Z (Reading database ... 65%
2025-08-20T18:59:25.5467465Z (Reading database ... 70%
2025-08-20T18:59:25.5494400Z (Reading database ... 75%
2025-08-20T18:59:25.5627791Z (Reading database ... 80%
2025-08-20T18:59:25.5706662Z (Reading database ... 85%
2025-08-20T18:59:25.5733038Z (Reading database ... 90%
2025-08-20T18:59:25.5858338Z (Reading database ... 95%
2025-08-20T18:59:25.5858571Z (Reading database ... 100%
2025-08-20T18:59:25.5858869Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T18:59:25.5901336Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T18:59:25.5966479Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:59:25.6757823Z Selecting previously unselected package libjudydebian1.
2025-08-20T18:59:25.6926757Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T18:59:25.7029348Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:59:25.7525035Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T18:59:25.7689564Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:59:25.7749691Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:59:25.8351177Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T18:59:25.8514543Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:59:25.8579123Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:59:25.9196909Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T18:59:25.9391627Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T18:59:25.9451225Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:59:26.0657560Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T18:59:26.0859135Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:59:26.0942045Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:59:26.1716883Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T18:59:26.1913299Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:59:26.1983777Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:59:26.2642522Z Selecting previously unselected package pcaputils.
2025-08-20T18:59:26.2806225Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T18:59:26.2893249Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T18:59:26.3665572Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:59:26.3851923Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:59:26.5199170Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:59:26.5420395Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T18:59:26.5717616Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T18:59:26.7921579Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:59:26.8098841Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:59:26.8334423Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:59:26.8606315Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:28.4568222Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:59:28.5174623Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:59:28.5371605Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:59:29.7157655Z Reading package lists...
2025-08-20T18:59:29.9355358Z Building dependency tree...
2025-08-20T18:59:29.9362462Z Reading state information...
2025-08-20T18:59:30.0055752Z Reading package lists...
2025-08-20T18:59:30.1970142Z Building dependency tree...
2025-08-20T18:59:30.1978344Z Reading state information...
2025-08-20T18:59:30.4344035Z The following additional packages will be installed:
2025-08-20T18:59:30.4346266Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T18:59:30.4355861Z Suggested packages:
2025-08-20T18:59:30.4356242Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T18:59:30.4356606Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T18:59:30.4519855Z The following NEW packages will be installed:
2025-08-20T18:59:30.4520856Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T18:59:30.4525921Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T18:59:30.7029852Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:59:30.7030209Z Need to get 801 kB of archives.
2025-08-20T18:59:30.7030532Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T18:59:30.7031015Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T18:59:30.8906028Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T18:59:31.0456780Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T18:59:31.3048342Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T18:59:31.3868005Z 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-20T18:59:31.4631711Z 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-20T18:59:31.5610241Z 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-20T18:59:31.6361772Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T18:59:31.7154283Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T18:59:31.9788861Z Fetched 801 kB in 1s (637 kB/s)
2025-08-20T18:59:32.0229425Z Selecting previously unselected package liblz1:arm64.
2025-08-20T18:59:32.0264001Z (Reading database ... 
2025-08-20T18:59:32.0264652Z (Reading database ... 5%
2025-08-20T18:59:32.0265242Z (Reading database ... 10%
2025-08-20T18:59:32.0265480Z (Reading database ... 15%
2025-08-20T18:59:32.0265677Z (Reading database ... 20%
2025-08-20T18:59:32.0265871Z (Reading database ... 25%
2025-08-20T18:59:32.0266077Z (Reading database ... 30%
2025-08-20T18:59:32.0266270Z (Reading database ... 35%
2025-08-20T18:59:32.0266460Z (Reading database ... 40%
2025-08-20T18:59:32.0266651Z (Reading database ... 45%
2025-08-20T18:59:32.0266841Z (Reading database ... 50%
2025-08-20T18:59:32.0291208Z (Reading database ... 55%
2025-08-20T18:59:32.0381164Z (Reading database ... 60%
2025-08-20T18:59:32.0420711Z (Reading database ... 65%
2025-08-20T18:59:32.0438227Z (Reading database ... 70%
2025-08-20T18:59:32.0464868Z (Reading database ... 75%
2025-08-20T18:59:32.0589181Z (Reading database ... 80%
2025-08-20T18:59:32.0662467Z (Reading database ... 85%
2025-08-20T18:59:32.0687729Z (Reading database ... 90%
2025-08-20T18:59:32.0801615Z (Reading database ... 95%
2025-08-20T18:59:32.0801876Z (Reading database ... 100%
2025-08-20T18:59:32.0802170Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T18:59:32.0837340Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T18:59:32.1031138Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T18:59:32.1549512Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T18:59:32.1736777Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T18:59:32.1798034Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:59:32.2436354Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T18:59:32.2586604Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T18:59:32.2641594Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:59:32.3529319Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T18:59:32.3684483Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T18:59:32.3746388Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:59:32.4283914Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T18:59:32.4436438Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T18:59:32.4522495Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:59:32.5025046Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T18:59:32.5224147Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T18:59:32.5279583Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:59:32.5879419Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T18:59:32.6086295Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T18:59:32.6144901Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:59:32.6687113Z Selecting previously unselected package lzma.
2025-08-20T18:59:32.6873071Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T18:59:32.6934874Z Unpacking lzma (9.22-2.2) ...
2025-08-20T18:59:32.7484705Z Selecting previously unselected package lzma-dev.
2025-08-20T18:59:32.7664036Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T18:59:32.7720367Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T18:59:32.8533481Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T18:59:32.9315398Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:59:32.9496761Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:59:32.9692520Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:59:32.9892505Z Setting up lzma (9.22-2.2) ...
2025-08-20T18:59:33.0068114Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T18:59:33.0181583Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T18:59:33.0360385Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:59:33.0622019Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:59:33.0801718Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:59:33.1002441Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:59:33.1267068Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:34.4729576Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:59:35.6340107Z Reading package lists...
2025-08-20T18:59:35.8178177Z Building dependency tree...
2025-08-20T18:59:35.8186809Z Reading state information...
2025-08-20T18:59:36.0989603Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T18:59:36.0990045Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T18:59:36.0990364Z inetutils-telnet set to manually installed.
2025-08-20T18:59:36.0990661Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T18:59:36.0990990Z The following additional packages will be installed:
2025-08-20T18:59:36.0991249Z   tcpd update-inetd
2025-08-20T18:59:36.1156393Z The following packages will be REMOVED:
2025-08-20T18:59:36.1161314Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T18:59:36.1162288Z The following NEW packages will be installed:
2025-08-20T18:59:36.1162614Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T18:59:36.1169945Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T18:59:36.1170388Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T18:59:36.2834860Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T18:59:36.2835647Z Need to get 691 kB of archives.
2025-08-20T18:59:36.2835921Z After this operation, 987 kB disk space will be freed.
2025-08-20T18:59:36.2836427Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T18:59:36.5306874Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T18:59:36.6221685Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T18:59:36.7142098Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T18:59:36.8223038Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T18:59:36.9621783Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T18:59:37.0768944Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T18:59:37.1829397Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T18:59:37.2799679Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T18:59:37.3720120Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T18:59:37.4766384Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T18:59:37.5916204Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T18:59:37.6959414Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T18:59:37.9449637Z Preconfiguring packages ...
2025-08-20T18:59:38.0772510Z Fetched 691 kB in 2s (435 kB/s)
2025-08-20T18:59:38.0970561Z (Reading database ... 
2025-08-20T18:59:38.0970827Z (Reading database ... 5%
2025-08-20T18:59:38.0971030Z (Reading database ... 10%
2025-08-20T18:59:38.0971224Z (Reading database ... 15%
2025-08-20T18:59:38.0971412Z (Reading database ... 20%
2025-08-20T18:59:38.0971602Z (Reading database ... 25%
2025-08-20T18:59:38.0971789Z (Reading database ... 30%
2025-08-20T18:59:38.0971975Z (Reading database ... 35%
2025-08-20T18:59:38.0972189Z (Reading database ... 40%
2025-08-20T18:59:38.0972389Z (Reading database ... 45%
2025-08-20T18:59:38.0972578Z (Reading database ... 50%
2025-08-20T18:59:38.0996790Z (Reading database ... 55%
2025-08-20T18:59:38.1085242Z (Reading database ... 60%
2025-08-20T18:59:38.1126319Z (Reading database ... 65%
2025-08-20T18:59:38.1144148Z (Reading database ... 70%
2025-08-20T18:59:38.1170656Z (Reading database ... 75%
2025-08-20T18:59:38.1292956Z (Reading database ... 80%
2025-08-20T18:59:38.1364080Z (Reading database ... 85%
2025-08-20T18:59:38.1390911Z (Reading database ... 90%
2025-08-20T18:59:38.1495724Z (Reading database ... 95%
2025-08-20T18:59:38.1495952Z (Reading database ... 100%
2025-08-20T18:59:38.1496244Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T18:59:38.1527102Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T18:59:38.2107736Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T18:59:38.2797009Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T18:59:38.6198421Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T18:59:38.6232614Z (Reading database ... 
2025-08-20T18:59:38.6233132Z (Reading database ... 5%
2025-08-20T18:59:38.6233359Z (Reading database ... 10%
2025-08-20T18:59:38.6233689Z (Reading database ... 15%
2025-08-20T18:59:38.6233889Z (Reading database ... 20%
2025-08-20T18:59:38.6234081Z (Reading database ... 25%
2025-08-20T18:59:38.6234270Z (Reading database ... 30%
2025-08-20T18:59:38.6234458Z (Reading database ... 35%
2025-08-20T18:59:38.6234647Z (Reading database ... 40%
2025-08-20T18:59:38.6235219Z (Reading database ... 45%
2025-08-20T18:59:38.6235424Z (Reading database ... 50%
2025-08-20T18:59:38.6257384Z (Reading database ... 55%
2025-08-20T18:59:38.6341433Z (Reading database ... 60%
2025-08-20T18:59:38.6380916Z (Reading database ... 65%
2025-08-20T18:59:38.6398256Z (Reading database ... 70%
2025-08-20T18:59:38.6423737Z (Reading database ... 75%
2025-08-20T18:59:38.6543538Z (Reading database ... 80%
2025-08-20T18:59:38.6612997Z (Reading database ... 85%
2025-08-20T18:59:38.6639248Z (Reading database ... 90%
2025-08-20T18:59:38.6740098Z (Reading database ... 95%
2025-08-20T18:59:38.6740309Z (Reading database ... 100%
2025-08-20T18:59:38.6740601Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T18:59:38.6768652Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:38.6853541Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:38.7310549Z Selecting previously unselected package tcpd.
2025-08-20T18:59:38.7471504Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T18:59:38.7539849Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T18:59:38.8166997Z Selecting previously unselected package update-inetd.
2025-08-20T18:59:38.8316513Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T18:59:38.8379801Z Unpacking update-inetd (4.53) ...
2025-08-20T18:59:38.9053883Z Selecting previously unselected package inetutils-inetd.
2025-08-20T18:59:38.9203073Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:38.9299888Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:38.9900276Z Selecting previously unselected package inetutils-ftp.
2025-08-20T18:59:39.0056739Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.0121749Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.0704097Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T18:59:39.0896879Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.0961869Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.1535728Z Selecting previously unselected package inetutils-ping.
2025-08-20T18:59:39.1728416Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.1780069Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.2348350Z Selecting previously unselected package inetutils-talk.
2025-08-20T18:59:39.2543308Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.2601802Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.3163558Z Selecting previously unselected package inetutils-talkd.
2025-08-20T18:59:39.3343364Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.3403855Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.3960484Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T18:59:39.4116018Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.4178281Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.4747141Z Selecting previously unselected package inetutils-tools.
2025-08-20T18:59:39.4900887Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.4962908Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.5539865Z Selecting previously unselected package netcat-traditional.
2025-08-20T18:59:39.5701265Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T18:59:39.5772096Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T18:59:39.6318290Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T18:59:39.6477312Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:59:39.6540573Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.7366216Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T18:59:39.7639334Z Setting up update-inetd (4.53) ...
2025-08-20T18:59:39.8550183Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:59:39.8683152Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T18:59:39.8826642Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.2081096Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:59:40.2081561Z 
2025-08-20T18:59:40.4328258Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T18:59:40.4328493Z 
2025-08-20T18:59:40.4329107Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:59:40.4329467Z 
2025-08-20T18:59:40.4329998Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:59:40.4330477Z 
2025-08-20T18:59:40.4330614Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.4565295Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.4716816Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T18:59:40.4829602Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.5014802Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.5189838Z Setting up tcpd (7.6.q-33) ...
2025-08-20T18:59:40.5359216Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:40.8419525Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:59:40.8419922Z 
2025-08-20T18:59:40.8420409Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:59:40.8420878Z 
2025-08-20T18:59:41.0614858Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:41.1695987Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:41.2676440Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:59:41.3487591Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:44.4377568Z Reading package lists...
2025-08-20T18:59:44.6329219Z Building dependency tree...
2025-08-20T18:59:44.6336804Z Reading state information...
2025-08-20T18:59:44.9403302Z The following packages will be REMOVED:
2025-08-20T18:59:44.9409085Z   inetutils-ping
2025-08-20T18:59:44.9410209Z The following NEW packages will be installed:
2025-08-20T18:59:44.9417820Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T18:59:44.9422648Z The following packages will be upgraded:
2025-08-20T18:59:44.9430200Z   iputils-tracepath
2025-08-20T18:59:45.3182607Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T18:59:45.3182963Z Need to get 84.5 kB of archives.
2025-08-20T18:59:45.3183250Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T18:59:45.3184132Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T18:59:45.7374920Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T18:59:45.8967142Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T18:59:46.0605551Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T18:59:46.3870477Z Fetched 84.5 kB in 1s (74.9 kB/s)
2025-08-20T18:59:46.4073549Z (Reading database ... 
2025-08-20T18:59:46.4073829Z (Reading database ... 5%
2025-08-20T18:59:46.4074031Z (Reading database ... 10%
2025-08-20T18:59:46.4074230Z (Reading database ... 15%
2025-08-20T18:59:46.4074430Z (Reading database ... 20%
2025-08-20T18:59:46.4074620Z (Reading database ... 25%
2025-08-20T18:59:46.4074809Z (Reading database ... 30%
2025-08-20T18:59:46.4075345Z (Reading database ... 35%
2025-08-20T18:59:46.4075560Z (Reading database ... 40%
2025-08-20T18:59:46.4075750Z (Reading database ... 45%
2025-08-20T18:59:46.4075943Z (Reading database ... 50%
2025-08-20T18:59:46.4099749Z (Reading database ... 55%
2025-08-20T18:59:46.4188903Z (Reading database ... 60%
2025-08-20T18:59:46.4229346Z (Reading database ... 65%
2025-08-20T18:59:46.4247780Z (Reading database ... 70%
2025-08-20T18:59:46.4275166Z (Reading database ... 75%
2025-08-20T18:59:46.4411557Z (Reading database ... 80%
2025-08-20T18:59:46.4491865Z (Reading database ... 85%
2025-08-20T18:59:46.4522729Z (Reading database ... 90%
2025-08-20T18:59:46.4637494Z (Reading database ... 95%
2025-08-20T18:59:46.4637710Z (Reading database ... 100%
2025-08-20T18:59:46.4638001Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T18:59:46.4677413Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:59:46.5668720Z Selecting previously unselected package iputils-ping.
2025-08-20T18:59:46.5703186Z (Reading database ... 
2025-08-20T18:59:46.5703515Z (Reading database ... 5%
2025-08-20T18:59:46.5703714Z (Reading database ... 10%
2025-08-20T18:59:46.5703910Z (Reading database ... 15%
2025-08-20T18:59:46.5704100Z (Reading database ... 20%
2025-08-20T18:59:46.5704301Z (Reading database ... 25%
2025-08-20T18:59:46.5704491Z (Reading database ... 30%
2025-08-20T18:59:46.5704683Z (Reading database ... 35%
2025-08-20T18:59:46.5705274Z (Reading database ... 40%
2025-08-20T18:59:46.5705465Z (Reading database ... 45%
2025-08-20T18:59:46.5705657Z (Reading database ... 50%
2025-08-20T18:59:46.5729718Z (Reading database ... 55%
2025-08-20T18:59:46.5821579Z (Reading database ... 60%
2025-08-20T18:59:46.5863983Z (Reading database ... 65%
2025-08-20T18:59:46.5882244Z (Reading database ... 70%
2025-08-20T18:59:46.5909482Z (Reading database ... 75%
2025-08-20T18:59:46.6040808Z (Reading database ... 80%
2025-08-20T18:59:46.6117406Z (Reading database ... 85%
2025-08-20T18:59:46.6147612Z (Reading database ... 90%
2025-08-20T18:59:46.6257479Z (Reading database ... 95%
2025-08-20T18:59:46.6257705Z (Reading database ... 100%
2025-08-20T18:59:46.6257995Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T18:59:46.6294823Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:59:46.6363614Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:46.7049410Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:59:46.7272483Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T18:59:46.7864118Z Selecting previously unselected package iputils-arping.
2025-08-20T18:59:46.8028357Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:59:46.8083931Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:46.8587654Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T18:59:46.8764280Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:59:46.8843623Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:46.9584176Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:46.9935556Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:47.0217264Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:47.0557917Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T18:59:47.0737109Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:49.8836688Z Reading package lists...
2025-08-20T18:59:50.1297264Z Building dependency tree...
2025-08-20T18:59:50.1304682Z Reading state information...
2025-08-20T18:59:50.3902991Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T18:59:50.4191975Z The following packages will be upgraded:
2025-08-20T18:59:50.4192294Z   python3-pip python3-pip-whl
2025-08-20T18:59:50.4377311Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:59:50.6076169Z Need to get 3020 kB of archives.
2025-08-20T18:59:50.6076549Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T18:59:50.6077124Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T18:59:51.1989293Z 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-20T18:59:51.5438171Z Fetched 3020 kB in 1s (3606 kB/s)
2025-08-20T18:59:51.5789269Z (Reading database ... 
2025-08-20T18:59:51.5789523Z (Reading database ... 5%
2025-08-20T18:59:51.5789720Z (Reading database ... 10%
2025-08-20T18:59:51.5790603Z (Reading database ... 15%
2025-08-20T18:59:51.5790855Z (Reading database ... 20%
2025-08-20T18:59:51.5791056Z (Reading database ... 25%
2025-08-20T18:59:51.5791249Z (Reading database ... 30%
2025-08-20T18:59:51.5791440Z (Reading database ... 35%
2025-08-20T18:59:51.5791663Z (Reading database ... 40%
2025-08-20T18:59:51.5791855Z (Reading database ... 45%
2025-08-20T18:59:51.5792046Z (Reading database ... 50%
2025-08-20T18:59:51.5813493Z (Reading database ... 55%
2025-08-20T18:59:51.5902806Z (Reading database ... 60%
2025-08-20T18:59:51.5943669Z (Reading database ... 65%
2025-08-20T18:59:51.5961668Z (Reading database ... 70%
2025-08-20T18:59:51.5988725Z (Reading database ... 75%
2025-08-20T18:59:51.6148503Z (Reading database ... 80%
2025-08-20T18:59:51.6187767Z (Reading database ... 85%
2025-08-20T18:59:51.6222567Z (Reading database ... 90%
2025-08-20T18:59:51.6322408Z (Reading database ... 95%
2025-08-20T18:59:51.6322615Z (Reading database ... 100%
2025-08-20T18:59:51.6322908Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:59:51.6352741Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:59:51.8020366Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:59:52.0408358Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:59:52.0620935Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:59:52.1476577Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:59:52.1667671Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:59:53.1140323Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:55.8268871Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T18:59:56.1067798Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:59:56.9876116Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T18:59:57.1020918Z Collecting pip
2025-08-20T18:59:57.1575471Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T18:59:57.1751280Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T18:59:57.2811323Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.8 MB/s eta 0:00:00
2025-08-20T18:59:57.5415300Z Installing collected packages: pip
2025-08-20T18:59:58.1984682Z Successfully installed pip-25.2
2025-08-20T18:59:58.3984403Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T18:59:58.4407277Z Reading package lists...
2025-08-20T18:59:58.6351614Z Building dependency tree...
2025-08-20T18:59:58.6358961Z Reading state information...
2025-08-20T18:59:58.8660739Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T18:59:58.8661083Z pciutils set to manually installed.
2025-08-20T18:59:58.8661478Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T18:59:58.8661807Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T18:59:58.8662094Z python3-distro set to manually installed.
2025-08-20T18:59:58.8662406Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T18:59:58.8662731Z python3-netifaces set to manually installed.
2025-08-20T18:59:58.8663596Z The following additional packages will be installed:
2025-08-20T18:59:58.8663897Z   libsysfs2
2025-08-20T18:59:58.8672104Z Suggested packages:
2025-08-20T18:59:58.8672352Z   fancontrol read-edid i2c-tools
2025-08-20T18:59:58.8942280Z The following NEW packages will be installed:
2025-08-20T18:59:58.8944611Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T18:59:58.9132976Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:59:59.0841764Z Need to get 133 kB of archives.
2025-08-20T18:59:59.0842561Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T18:59:59.0843088Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T18:59:59.2397414Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T18:59:59.3337443Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T18:59:59.5325091Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T18:59:59.7908726Z Fetched 133 kB in 1s (217 kB/s)
2025-08-20T18:59:59.8374116Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T18:59:59.8410068Z (Reading database ... 
2025-08-20T18:59:59.8410623Z (Reading database ... 5%
2025-08-20T18:59:59.8410872Z (Reading database ... 10%
2025-08-20T18:59:59.8411453Z (Reading database ... 15%
2025-08-20T18:59:59.8411652Z (Reading database ... 20%
2025-08-20T18:59:59.8411841Z (Reading database ... 25%
2025-08-20T18:59:59.8412031Z (Reading database ... 30%
2025-08-20T18:59:59.8412231Z (Reading database ... 35%
2025-08-20T18:59:59.8412418Z (Reading database ... 40%
2025-08-20T18:59:59.8412605Z (Reading database ... 45%
2025-08-20T18:59:59.8412794Z (Reading database ... 50%
2025-08-20T18:59:59.8437286Z (Reading database ... 55%
2025-08-20T18:59:59.8526433Z (Reading database ... 60%
2025-08-20T18:59:59.8567050Z (Reading database ... 65%
2025-08-20T18:59:59.8584985Z (Reading database ... 70%
2025-08-20T18:59:59.8611578Z (Reading database ... 75%
2025-08-20T18:59:59.8772750Z (Reading database ... 80%
2025-08-20T18:59:59.8812505Z (Reading database ... 85%
2025-08-20T18:59:59.8847954Z (Reading database ... 90%
2025-08-20T18:59:59.8951085Z (Reading database ... 95%
2025-08-20T18:59:59.8951306Z (Reading database ... 100%
2025-08-20T18:59:59.8951589Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:59:59.8986604Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T18:59:59.9089481Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:59:59.9740740Z Selecting previously unselected package sysfsutils.
2025-08-20T18:59:59.9928295Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T19:00:00.0036028Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:00:00.2569088Z Selecting previously unselected package lm-sensors.
2025-08-20T19:00:00.2765536Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T19:00:00.2994956Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:00:00.3544119Z Selecting previously unselected package virt-what.
2025-08-20T19:00:00.3734310Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T19:00:00.3803936Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:00:00.4535491Z Setting up virt-what (1.25-2) ...
2025-08-20T19:00:00.4712330Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:00:00.4885829Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:00:00.8530628Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:00:00.8531016Z 
2025-08-20T19:00:01.0891641Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:00:01.0892128Z 
2025-08-20T19:00:01.0892220Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:00:01.3938528Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:00:01.4025822Z 
2025-08-20T19:00:01.4026047Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:03.1263571Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:04.2909452Z Reading package lists...
2025-08-20T19:00:04.4818135Z Building dependency tree...
2025-08-20T19:00:04.4825570Z Reading state information...
2025-08-20T19:00:04.7107506Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:00:04.7107864Z The following additional packages will be installed:
2025-08-20T19:00:04.7110372Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:00:04.7110715Z   xorg-sgml-doctools
2025-08-20T19:00:04.7118527Z Suggested packages:
2025-08-20T19:00:04.7118703Z   libxcb-doc
2025-08-20T19:00:04.7281667Z The following NEW packages will be installed:
2025-08-20T19:00:04.7283479Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:00:04.7286560Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:00:04.7286914Z   xcb xorg-sgml-doctools
2025-08-20T19:00:04.9037118Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:00:04.9037474Z Need to get 816 kB of archives.
2025-08-20T19:00:04.9037772Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T19:00:04.9038732Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T19:00:04.9786979Z 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-20T19:00:05.0582983Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:00:05.4916757Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T19:00:05.5667000Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T19:00:05.6429696Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T19:00:05.7245998Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T19:00:05.8001992Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T19:00:05.8750171Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T19:00:05.9498701Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T19:00:06.0249690Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T19:00:06.2915737Z Fetched 816 kB in 1s (634 kB/s)
2025-08-20T19:00:06.3169179Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T19:00:06.3203856Z (Reading database ... 
2025-08-20T19:00:06.3204087Z (Reading database ... 5%
2025-08-20T19:00:06.3204290Z (Reading database ... 10%
2025-08-20T19:00:06.3204483Z (Reading database ... 15%
2025-08-20T19:00:06.3204673Z (Reading database ... 20%
2025-08-20T19:00:06.3204859Z (Reading database ... 25%
2025-08-20T19:00:06.3205049Z (Reading database ... 30%
2025-08-20T19:00:06.3205239Z (Reading database ... 35%
2025-08-20T19:00:06.3206076Z (Reading database ... 40%
2025-08-20T19:00:06.3206277Z (Reading database ... 45%
2025-08-20T19:00:06.3206468Z (Reading database ... 50%
2025-08-20T19:00:06.3229380Z (Reading database ... 55%
2025-08-20T19:00:06.3315512Z (Reading database ... 60%
2025-08-20T19:00:06.3354523Z (Reading database ... 65%
2025-08-20T19:00:06.3371379Z (Reading database ... 70%
2025-08-20T19:00:06.3397335Z (Reading database ... 75%
2025-08-20T19:00:06.3556483Z (Reading database ... 80%
2025-08-20T19:00:06.3590496Z (Reading database ... 85%
2025-08-20T19:00:06.3624477Z (Reading database ... 90%
2025-08-20T19:00:06.3720925Z (Reading database ... 95%
2025-08-20T19:00:06.3721152Z (Reading database ... 100%
2025-08-20T19:00:06.3721442Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T19:00:06.3751893Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T19:00:06.3817812Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:00:06.4685925Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:00:06.4876784Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:00:06.4964009Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:00:06.5631688Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:00:06.5785127Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:00:06.5848295Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:00:06.6563846Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T19:00:06.6725324Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T19:00:06.6793609Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:00:06.7356289Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T19:00:06.7507944Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T19:00:06.7577320Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:00:06.8047664Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T19:00:06.8243640Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:00:06.8294896Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:06.8786922Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T19:00:06.8974425Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:00:06.9027088Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:06.9639623Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T19:00:06.9821913Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:00:06.9957167Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:07.0632698Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T19:00:07.0813527Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:00:07.0873786Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:07.1342790Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T19:00:07.1497790Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:00:07.1555682Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:07.2141365Z Selecting previously unselected package xcb.
2025-08-20T19:00:07.2300772Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T19:00:07.2359877Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:00:07.3126746Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:07.3300557Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:00:07.3480160Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:00:07.3740112Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:00:07.4041292Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:07.4333039Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:08.9101159Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:00:08.9319950Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:00:08.9494705Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:00:08.9676938Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:00:08.9857084Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:09.0045380Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:09.0247361Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:09.0462658Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:00:10.4106182Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:00:11.0371343Z Collecting build
2025-08-20T19:00:11.0852139Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:00:11.1904170Z Collecting cffi
2025-08-20T19:00:11.1969343Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:00:11.2244781Z Collecting scons
2025-08-20T19:00:11.2313294Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:00:11.2594209Z Collecting scuba
2025-08-20T19:00:11.2666475Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:00:11.3205980Z Collecting pytest
2025-08-20T19:00:11.3266472Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:00:11.3564973Z Collecting packaging>=19.1 (from build)
2025-08-20T19:00:11.3659710Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:00:11.3905129Z Collecting pyproject_hooks (from build)
2025-08-20T19:00:11.3964841Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:00:11.4202229Z Collecting pycparser (from cffi)
2025-08-20T19:00:11.4263642Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:00:11.4674767Z Collecting PyYAML (from scuba)
2025-08-20T19:00:11.4736812Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:00:11.5021644Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:00:11.5080510Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:00:11.5416169Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:00:11.5477213Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:00:11.5953804Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:00:11.6013024Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:11.6191968Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:00:12.0015272Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:00:12.0328753Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:00:12.0663115Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 125.5 MB/s  0:00:00
2025-08-20T19:00:12.0730152Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:00:12.0961282Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:00:12.1123808Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:00:12.1275035Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:00:12.1411911Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:00:12.1575090Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:12.1750521Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 62.4 MB/s  0:00:00
2025-08-20T19:00:12.1809339Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:00:12.1961629Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:00:12.2127865Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:00:12.2262304Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 41.7 MB/s  0:00:00
2025-08-20T19:00:12.3242504Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:00:13.9104163Z 
2025-08-20T19:00:13.9119189Z 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-20T19:00:14.2030237Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:00:14.5688585Z Collecting ansi2txt
2025-08-20T19:00:14.6117713Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:00:14.6540694Z Collecting pipx
2025-08-20T19:00:14.6602505Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:00:14.6867439Z Collecting scons
2025-08-20T19:00:14.6878147Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:00:14.7053929Z Collecting py2static
2025-08-20T19:00:14.7123697Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:00:14.7425968Z Collecting typer
2025-08-20T19:00:14.7485258Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:00:14.7890002Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:00:14.7949215Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:00:14.8258114Z Collecting packaging>=20 (from pipx)
2025-08-20T19:00:14.8267936Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:00:14.8502675Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:00:14.8562814Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:00:14.8833354Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:00:14.8892425Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:00:14.9404302Z Collecting pyinstaller (from py2static)
2025-08-20T19:00:14.9476611Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:00:14.9779328Z Collecting staticx (from py2static)
2025-08-20T19:00:14.9846173Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:00:15.0155660Z   Preparing metadata (setup.py): started
2025-08-20T19:00:15.4503620Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:00:15.4745638Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:00:15.4805363Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:15.5214025Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:00:15.5275620Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:00:15.5571457Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:00:15.5656331Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:00:15.6122628Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:00:15.6189343Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:00:15.6491301Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:00:15.6551268Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:00:15.6849447Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:00:15.6859031Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:15.7027084Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:00:15.7093189Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:00:15.8154503Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:00:15.8214143Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:00:15.8538143Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:00:15.8596594Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:00:15.8949528Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:00:15.9017218Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:00:15.9313202Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:00:15.9372361Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:00:15.9607406Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:00:15.9815954Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:00:15.9916184Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:00:16.0029646Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:00:16.0163541Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:00:16.0306723Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:00:16.0444193Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:00:16.0541066Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:00:16.0600979Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:00:16.0766457Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:00:16.0917577Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:16.0988736Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:00:16.1165358Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:00:16.1318280Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:00:16.1455692Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:00:16.1607452Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:00:16.1752770Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:00:16.1926536Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 30.8 MB/s  0:00:00
2025-08-20T19:00:16.2000642Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:00:16.2192866Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:16.2368097Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 60.2 MB/s  0:00:00
2025-08-20T19:00:16.2429370Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:00:16.2569499Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:00:16.2984154Z Building wheels for collected packages: staticx
2025-08-20T19:00:16.2991226Z   Building wheel for staticx (setup.py): started
2025-08-20T19:00:25.5090330Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:00:25.5100102Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=6f8b96a50b25749f380339fd6846063850b0576f35ac82aa746ce50fa64d22be
2025-08-20T19:00:25.5101387Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:00:25.5118248Z Successfully built staticx
2025-08-20T19:00:25.6083737Z 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-20T19:00:26.3918946Z   Attempting uninstall: scons
2025-08-20T19:00:26.3991362Z     Found existing installation: SCons 4.9.1
2025-08-20T19:00:26.4275144Z     Uninstalling SCons-4.9.1:
2025-08-20T19:00:26.4335796Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:00:26.9465373Z   Attempting uninstall: pygments
2025-08-20T19:00:26.9541294Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:00:26.9698784Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:00:26.9720506Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:00:27.5604077Z   Attempting uninstall: packaging
2025-08-20T19:00:27.5673723Z     Found existing installation: packaging 25.0
2025-08-20T19:00:27.5692549Z     Uninstalling packaging-25.0:
2025-08-20T19:00:27.5698183Z       Successfully uninstalled packaging-25.0
2025-08-20T19:00:28.4784140Z 
2025-08-20T19:00:28.4808026Z 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-20T19:00:28.7721633Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:00:28.9315135Z Collecting build
2025-08-20T19:00:28.9325700Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:00:29.0019400Z Collecting cffi
2025-08-20T19:00:29.0030264Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:00:29.0193661Z Collecting scons
2025-08-20T19:00:29.0204364Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:00:29.0369316Z Collecting scuba
2025-08-20T19:00:29.0378652Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:00:29.0787258Z Collecting pytest
2025-08-20T19:00:29.0797015Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:00:29.1003234Z Collecting packaging>=19.1 (from build)
2025-08-20T19:00:29.1012782Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:00:29.1153031Z Collecting pyproject_hooks (from build)
2025-08-20T19:00:29.1162203Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:00:29.1304423Z Collecting pycparser (from cffi)
2025-08-20T19:00:29.1315323Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:00:29.1596663Z Collecting PyYAML (from scuba)
2025-08-20T19:00:29.1610787Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:00:29.1745753Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:00:29.1755165Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:00:29.1926797Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:00:29.1936418Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:00:29.2130659Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:00:29.2139902Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:29.2187908Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:00:29.2197337Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:00:29.2209128Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:00:29.2240803Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:00:29.2251405Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:00:29.2262225Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:00:29.2271225Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:00:29.2280120Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:00:29.2289252Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:29.2304896Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:00:29.2313997Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:00:29.2322774Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:00:29.3354976Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:00:29.3359560Z   Attempting uninstall: scons
2025-08-20T19:00:29.3432010Z     Found existing installation: SCons 4.9.1
2025-08-20T19:00:29.3711757Z     Uninstalling SCons-4.9.1:
2025-08-20T19:00:29.3771282Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:00:29.8547039Z   Attempting uninstall: PyYAML
2025-08-20T19:00:29.8622488Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:00:29.8647436Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:00:29.8653263Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:00:29.9176368Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:00:29.9244781Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:00:29.9257904Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:00:29.9262851Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:00:29.9399974Z   Attempting uninstall: pygments
2025-08-20T19:00:29.9466494Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:00:29.9617527Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:00:29.9640262Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:00:30.5333195Z   Attempting uninstall: pycparser
2025-08-20T19:00:30.5401782Z     Found existing installation: pycparser 2.22
2025-08-20T19:00:30.5420713Z     Uninstalling pycparser-2.22:
2025-08-20T19:00:30.5426885Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:00:30.6633699Z   Attempting uninstall: pluggy
2025-08-20T19:00:30.6702215Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:00:30.6719695Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:00:30.6724878Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:00:30.6912318Z   Attempting uninstall: packaging
2025-08-20T19:00:30.6983319Z     Found existing installation: packaging 25.0
2025-08-20T19:00:30.7002542Z     Uninstalling packaging-25.0:
2025-08-20T19:00:30.7008184Z       Successfully uninstalled packaging-25.0
2025-08-20T19:00:30.7400893Z   Attempting uninstall: iniconfig
2025-08-20T19:00:30.7472377Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:00:30.7485843Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:00:30.7490499Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:00:30.7616683Z   Attempting uninstall: scuba
2025-08-20T19:00:30.7682807Z     Found existing installation: scuba 2.14.1
2025-08-20T19:00:30.7699783Z     Uninstalling scuba-2.14.1:
2025-08-20T19:00:30.7706725Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:00:30.7956342Z   Attempting uninstall: pytest
2025-08-20T19:00:30.8028719Z     Found existing installation: pytest 8.4.1
2025-08-20T19:00:30.8076042Z     Uninstalling pytest-8.4.1:
2025-08-20T19:00:30.8271520Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:00:31.0246272Z   Attempting uninstall: cffi
2025-08-20T19:00:31.0313237Z     Found existing installation: cffi 1.17.1
2025-08-20T19:00:31.0333314Z     Uninstalling cffi-1.17.1:
2025-08-20T19:00:31.0521566Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:00:31.1189247Z   Attempting uninstall: build
2025-08-20T19:00:31.1258668Z     Found existing installation: build 1.3.0
2025-08-20T19:00:31.1278370Z     Uninstalling build-1.3.0:
2025-08-20T19:00:31.1285616Z       Successfully uninstalled build-1.3.0
2025-08-20T19:00:31.1500599Z 
2025-08-20T19:00:31.1523783Z 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-20T19:00:31.4397066Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:00:31.5967588Z Collecting ansi2txt
2025-08-20T19:00:31.5977717Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:00:31.6174968Z Collecting pipx
2025-08-20T19:00:31.6184825Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:00:31.6609665Z Collecting scons
2025-08-20T19:00:31.6619771Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:00:31.6793635Z Collecting py2static
2025-08-20T19:00:31.6802559Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:00:31.7011019Z Collecting typer
2025-08-20T19:00:31.7020365Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:00:31.7266403Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:00:31.7275641Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:00:31.7467972Z Collecting packaging>=20 (from pipx)
2025-08-20T19:00:31.7477282Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:00:31.7663537Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:00:31.7672431Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:00:31.7826575Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:00:31.7835870Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:00:31.8171117Z Collecting pyinstaller (from py2static)
2025-08-20T19:00:31.8179870Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:00:31.8346070Z Collecting staticx (from py2static)
2025-08-20T19:00:31.8355367Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:00:31.8489665Z   Preparing metadata (setup.py): started
2025-08-20T19:00:32.0471062Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:00:32.0666967Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:00:32.0677195Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:32.0876423Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:00:32.0885868Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:00:32.1139738Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:00:32.1148691Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:00:32.1469785Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:00:32.1478994Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:00:32.1676316Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:00:32.1686268Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:00:32.1911867Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:00:32.1920818Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:00:32.2074887Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:00:32.2083624Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:00:32.3020320Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:00:32.3030694Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:00:32.3227336Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:00:32.3235648Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:00:32.3449809Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:00:32.3458856Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:00:32.3636094Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:00:32.3645051Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:00:32.3675139Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:00:32.3684205Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:00:32.3693231Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:00:32.3725586Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:00:32.3734158Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:00:32.3743063Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:00:32.3752045Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:00:32.3761346Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:00:32.3770621Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:00:32.3779438Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:00:32.3789241Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:32.3804870Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:00:32.3814940Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:00:32.3822336Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:00:32.3831093Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:00:32.3840028Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:00:32.3848787Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:00:32.3861915Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:00:32.3873157Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:32.3889354Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:00:32.3898151Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:00:32.4221827Z Building wheels for collected packages: staticx
2025-08-20T19:00:32.4227508Z   Building wheel for staticx (setup.py): started
2025-08-20T19:00:34.8601955Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:00:34.8613498Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=9d92faf83581ed7467134bc20b24f6a9e1ef75b5604b47ac658201ae1b1a7edc
2025-08-20T19:00:34.8614749Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:00:34.8632205Z Successfully built staticx
2025-08-20T19:00:34.9605245Z 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-20T19:00:34.9607021Z   Attempting uninstall: pyelftools
2025-08-20T19:00:34.9674047Z     Found existing installation: pyelftools 0.32
2025-08-20T19:00:34.9711021Z     Uninstalling pyelftools-0.32:
2025-08-20T19:00:34.9722943Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:00:35.0801761Z   Attempting uninstall: altgraph
2025-08-20T19:00:35.0872113Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:00:35.0888705Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:00:35.0893616Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:00:35.1081727Z   Attempting uninstall: typing-extensions
2025-08-20T19:00:35.1149720Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:00:35.1161789Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:00:35.1350575Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:00:35.1645022Z   Attempting uninstall: staticx
2025-08-20T19:00:35.1714627Z     Found existing installation: staticx 0.14.1
2025-08-20T19:00:35.1735443Z     Uninstalling staticx-0.14.1:
2025-08-20T19:00:35.1742891Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:00:35.2034824Z   Attempting uninstall: shellingham
2025-08-20T19:00:35.2106102Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:00:35.2121150Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:00:35.2126427Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:00:35.2305260Z   Attempting uninstall: setuptools
2025-08-20T19:00:35.2372153Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:00:35.2571038Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:00:35.2787819Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:00:35.8654741Z   Attempting uninstall: scons
2025-08-20T19:00:35.8739156Z     Found existing installation: SCons 4.9.1
2025-08-20T19:00:35.9024253Z     Uninstalling SCons-4.9.1:
2025-08-20T19:00:35.9083213Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:00:36.3901968Z   Attempting uninstall: pygments
2025-08-20T19:00:36.3970068Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:00:36.4134606Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:00:36.4157713Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:00:36.9958624Z   Attempting uninstall: platformdirs
2025-08-20T19:00:37.0032413Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:00:37.0050404Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:00:37.0061670Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:00:37.0252040Z   Attempting uninstall: packaging
2025-08-20T19:00:37.0324490Z     Found existing installation: packaging 25.0
2025-08-20T19:00:37.0343792Z     Uninstalling packaging-25.0:
2025-08-20T19:00:37.0349607Z       Successfully uninstalled packaging-25.0
2025-08-20T19:00:37.0855045Z   Attempting uninstall: mdurl
2025-08-20T19:00:37.0922122Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:00:37.0936522Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:00:37.0941310Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:00:37.1120977Z   Attempting uninstall: click
2025-08-20T19:00:37.1191952Z     Found existing installation: click 8.2.1
2025-08-20T19:00:37.1210570Z     Uninstalling click-8.2.1:
2025-08-20T19:00:37.1216134Z       Successfully uninstalled click-8.2.1
2025-08-20T19:00:37.1812587Z   Attempting uninstall: argcomplete
2025-08-20T19:00:37.1884799Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:00:37.1908267Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:00:37.1916778Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:00:37.2182266Z   Attempting uninstall: ansi2txt
2025-08-20T19:00:37.2252199Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:00:37.2265530Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:00:37.2454499Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:00:37.2570942Z   Attempting uninstall: userpath
2025-08-20T19:00:37.2640604Z     Found existing installation: userpath 1.9.2
2025-08-20T19:00:37.2656075Z     Uninstalling userpath-1.9.2:
2025-08-20T19:00:37.2662586Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:00:37.2810096Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:00:37.2883048Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:00:37.3181066Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:00:37.3218389Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:00:37.5296373Z   Attempting uninstall: markdown-it-py
2025-08-20T19:00:37.5368983Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:00:37.5424379Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:00:37.5435520Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:00:37.6023222Z   Attempting uninstall: rich
2025-08-20T19:00:37.6096386Z     Found existing installation: rich 14.1.0
2025-08-20T19:00:37.6142809Z     Uninstalling rich-14.1.0:
2025-08-20T19:00:37.6150746Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:00:37.7659721Z   Attempting uninstall: pyinstaller
2025-08-20T19:00:37.7731311Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:00:37.7976847Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:00:37.8013365Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:00:38.0760829Z   Attempting uninstall: pipx
2025-08-20T19:00:38.0848649Z     Found existing installation: pipx 1.7.1
2025-08-20T19:00:38.0877556Z     Uninstalling pipx-1.7.1:
2025-08-20T19:00:38.0885960Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:00:38.1420279Z   Attempting uninstall: typer
2025-08-20T19:00:38.1492013Z     Found existing installation: typer 0.16.1
2025-08-20T19:00:38.1514612Z     Uninstalling typer-0.16.1:
2025-08-20T19:00:38.1523622Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:00:38.1971798Z   Attempting uninstall: py2static
2025-08-20T19:00:38.2038189Z     Found existing installation: py2static 0.0.1
2025-08-20T19:00:38.2054648Z     Uninstalling py2static-0.0.1:
2025-08-20T19:00:38.2062453Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:00:38.2198833Z 
2025-08-20T19:00:38.2223629Z 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-20T19:00:38.5225117Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:00:38.6226608Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:00:38.6230440Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-qstf77mm
2025-08-20T19:00:38.6248525Z 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-qstf77mm
2025-08-20T19:00:40.2424905Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:00:40.2462048Z   Installing build dependencies: started
2025-08-20T19:00:40.8854760Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:00:40.8864214Z   Getting requirements to build wheel: started
2025-08-20T19:00:41.1423006Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:00:41.1433567Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:00:41.3084161Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:00:41.4509232Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:00:41.4518325Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:00:41.4711140Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:00:41.4720203Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:00:41.4989812Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:00:41.4999325Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:00:41.5239817Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:00:41.5249401Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:00:41.5288481Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:00:41.5298224Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:00:41.5310783Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:00:41.5328041Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:00:41.5436269Z Building wheels for collected packages: pyinstaller
2025-08-20T19:00:41.5443135Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:00:44.4665480Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:00:44.4685261Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=36d94352f0b9a2eafa793b3791f07f2151952a0c8e12da589757523f5f579a05
2025-08-20T19:00:44.4686385Z   Stored in directory: /tmp/pip-ephem-wheel-cache-4wu2wnyl/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:00:44.4723562Z Successfully built pyinstaller
2025-08-20T19:00:44.5502931Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:00:44.5507268Z   Attempting uninstall: altgraph
2025-08-20T19:00:44.5576753Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:00:44.5593988Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:00:44.5599804Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:00:44.5800577Z   Attempting uninstall: setuptools
2025-08-20T19:00:44.5868699Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:00:44.6068983Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:00:44.6287908Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:00:45.2025402Z   Attempting uninstall: packaging
2025-08-20T19:00:45.2096011Z     Found existing installation: packaging 25.0
2025-08-20T19:00:45.2114625Z     Uninstalling packaging-25.0:
2025-08-20T19:00:45.2120023Z       Successfully uninstalled packaging-25.0
2025-08-20T19:00:45.2555551Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:00:45.2628141Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:00:45.2922912Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:00:45.2961218Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:00:45.4923857Z   Attempting uninstall: pyinstaller
2025-08-20T19:00:45.4996574Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:00:45.5248195Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:00:45.5285216Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:00:45.7953736Z 
2025-08-20T19:00:45.7976798Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T19:00:46.0223227Z 6.15.0
2025-08-20T19:00:47.4926065Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:00:47.4935155Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:00:47.4935509Z 
2025-08-20T19:00:47.4935744Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:00:47.4936299Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:00:47.4936702Z installation.
2025-08-20T19:00:47.4936822Z 
2025-08-20T19:00:47.4937051Z If you installed the current Docker package using this script and are using it
2025-08-20T19:00:47.4937626Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:00:47.4938113Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:00:47.4938517Z files to match the parameters passed to the script.
2025-08-20T19:00:47.4938776Z 
2025-08-20T19:00:47.4938943Z You may press Ctrl+C now to abort this script.
2025-08-20T19:00:47.5088590Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:00:48.9199521Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:00:49.4240723Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:00:49.4369660Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:00:49.4852830Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:00:49.4867487Z + 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-20T19:00:49.4875144Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:00:50.8148053Z + 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-20T19:01:01.5459676Z + sh -c 'docker version'
2025-08-20T19:01:01.5602197Z Client: Docker Engine - Community
2025-08-20T19:01:01.5602593Z  Version:           28.3.3
2025-08-20T19:01:01.5603028Z  API version:       1.51
2025-08-20T19:01:01.5603331Z  Go version:        go1.24.5
2025-08-20T19:01:01.5604256Z  Git commit:        980b856
2025-08-20T19:01:01.5604566Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T19:01:01.5604860Z  OS/Arch:           linux/arm64
2025-08-20T19:01:01.5605163Z  Context:           default
2025-08-20T19:01:01.5605310Z 
2025-08-20T19:01:01.5605440Z Server: Docker Engine - Community
2025-08-20T19:01:01.5605724Z  Engine:
2025-08-20T19:01:01.5605981Z   Version:          28.3.3
2025-08-20T19:01:01.5606264Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:01:01.5606749Z   Go version:       go1.24.5
2025-08-20T19:01:01.5607052Z   Git commit:       bea959c
2025-08-20T19:01:01.5607308Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T19:01:01.5607647Z   OS/Arch:          linux/arm64
2025-08-20T19:01:01.5607923Z   Experimental:     false
2025-08-20T19:01:01.5608163Z  containerd:
2025-08-20T19:01:01.5608411Z   Version:          1.7.27
2025-08-20T19:01:01.5608702Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:01:01.5609042Z  runc:
2025-08-20T19:01:01.5609291Z   Version:          1.2.5
2025-08-20T19:01:01.5609535Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:01:01.5609834Z  docker-init:
2025-08-20T19:01:01.5610083Z   Version:          0.19.0
2025-08-20T19:01:01.5610336Z   GitCommit:        de40ad0
2025-08-20T19:01:01.5617845Z 
2025-08-20T19:01:01.5618496Z ================================================================================
2025-08-20T19:01:01.5618775Z 
2025-08-20T19:01:01.5619322Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:01:01.5619724Z Docker daemon in rootless mode for your user:
2025-08-20T19:01:01.5619995Z 
2025-08-20T19:01:01.5620229Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:01:01.5620421Z 
2025-08-20T19:01:01.5620657Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:01:01.5620938Z 
2025-08-20T19:01:01.5620943Z 
2025-08-20T19:01:01.5621213Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:01:01.5621699Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:01:01.5621955Z 
2025-08-20T19:01:01.5622177Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:01:01.5622732Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:01:01.5623197Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:01:01.5623782Z 
2025-08-20T19:01:01.5623905Z ================================================================================
2025-08-20T19:01:01.5624172Z 
2025-08-20T19:01:12.6148993Z ● docker.service - Docker Application Container Engine
2025-08-20T19:01:12.6149693Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:01:12.6150212Z      Active: active (running) since Wed 2025-08-20 19:01:02 UTC; 10s ago
2025-08-20T19:01:12.6151036Z TriggeredBy: ● docker.socket
2025-08-20T19:01:12.6151436Z        Docs: https://docs.docker.com
2025-08-20T19:01:12.6151721Z    Main PID: 20468 (dockerd)
2025-08-20T19:01:12.6151955Z       Tasks: 10
2025-08-20T19:01:12.6152233Z      Memory: 22.1M (peak: 25.0M)
2025-08-20T19:01:12.6152497Z         CPU: 253ms
2025-08-20T19:01:12.6152791Z      CGroup: /system.slice/docker.service
2025-08-20T19:01:12.6155433Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:01:12.6155793Z 
2025-08-20T19:01:12.6156164Z Aug 20 19:01:01 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:01.998023002Z" level=info msg="Loading containers: start."
2025-08-20T19:01:12.6157432Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.529058227Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 660f7f497685bb4d37b3e97e824e26b94b623949f3bf23e1e832bb757d175613], retrying...."
2025-08-20T19:01:12.6158603Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.563910560Z" level=info msg="Loading containers: done."
2025-08-20T19:01:12.6159737Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578739805Z" 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-20T19:01:12.6161158Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578828535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:01:12.6162055Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578857191Z" level=info msg="Initializing buildkit"
2025-08-20T19:01:12.6162787Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.594772388Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:01:12.6164355Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599306826Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:01:12.6165150Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599387252Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:01:12.6165889Z Aug 20 19:01:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:01:12.6244312Z ● docker.service - Docker Application Container Engine
2025-08-20T19:01:12.6245082Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:01:12.6252392Z      Active: active (running) since Wed 2025-08-20 19:01:02 UTC; 10s ago
2025-08-20T19:01:12.6252842Z TriggeredBy: ● docker.socket
2025-08-20T19:01:12.6253240Z        Docs: https://docs.docker.com
2025-08-20T19:01:12.6253717Z    Main PID: 20468 (dockerd)
2025-08-20T19:01:12.6253953Z       Tasks: 10
2025-08-20T19:01:12.6254234Z      Memory: 22.1M (peak: 25.0M)
2025-08-20T19:01:12.6254514Z         CPU: 253ms
2025-08-20T19:01:12.6254791Z      CGroup: /system.slice/docker.service
2025-08-20T19:01:12.6255394Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:01:12.6255694Z 
2025-08-20T19:01:12.6256076Z Aug 20 19:01:01 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:01.998023002Z" level=info msg="Loading containers: start."
2025-08-20T19:01:12.6257284Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.529058227Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 660f7f497685bb4d37b3e97e824e26b94b623949f3bf23e1e832bb757d175613], retrying...."
2025-08-20T19:01:12.6258433Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.563910560Z" level=info msg="Loading containers: done."
2025-08-20T19:01:12.6259526Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578739805Z" 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-20T19:01:12.6261164Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578828535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:01:12.6262047Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578857191Z" level=info msg="Initializing buildkit"
2025-08-20T19:01:12.6262784Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.594772388Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:01:12.6263668Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599306826Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:01:12.6264418Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599387252Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:01:12.6265157Z Aug 20 19:01:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:01:12.6413984Z ● docker.service - Docker Application Container Engine
2025-08-20T19:01:12.6414650Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:01:12.6415166Z      Active: active (running) since Wed 2025-08-20 19:01:02 UTC; 10s ago
2025-08-20T19:01:12.6415652Z TriggeredBy: ● docker.socket
2025-08-20T19:01:12.6416050Z        Docs: https://docs.docker.com
2025-08-20T19:01:12.6416349Z    Main PID: 20468 (dockerd)
2025-08-20T19:01:12.6416605Z       Tasks: 10
2025-08-20T19:01:12.6416894Z      Memory: 22.1M (peak: 25.0M)
2025-08-20T19:01:12.6417157Z         CPU: 253ms
2025-08-20T19:01:12.6417373Z      CGroup: /system.slice/docker.service
2025-08-20T19:01:12.6417997Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:01:12.6418311Z 
2025-08-20T19:01:12.6418622Z Aug 20 19:01:01 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:01.998023002Z" level=info msg="Loading containers: start."
2025-08-20T19:01:12.6419816Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.529058227Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 660f7f497685bb4d37b3e97e824e26b94b623949f3bf23e1e832bb757d175613], retrying...."
2025-08-20T19:01:12.6420994Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.563910560Z" level=info msg="Loading containers: done."
2025-08-20T19:01:12.6422338Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578739805Z" 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-20T19:01:12.6423939Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578828535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:01:12.6424838Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.578857191Z" level=info msg="Initializing buildkit"
2025-08-20T19:01:12.6425570Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.594772388Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:01:12.6426323Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599306826Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:01:12.6427087Z Aug 20 19:01:02 runnervmdbl46 dockerd[20468]: time="2025-08-20T19:01:02.599387252Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:01:12.6427788Z Aug 20 19:01:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:01:12.6514213Z Docker version 28.3.3, build 980b856
2025-08-20T19:01:12.6663466Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:01:13.6837707Z latest: Pulling from library/hello-world
2025-08-20T19:01:13.9511961Z 198f93fd5094: Pulling fs layer
2025-08-20T19:01:14.4037663Z 198f93fd5094: Verifying Checksum
2025-08-20T19:01:14.4038086Z 198f93fd5094: Download complete
2025-08-20T19:01:14.4323553Z 198f93fd5094: Pull complete
2025-08-20T19:01:14.4535087Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:01:14.4602335Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:01:15.0755011Z 
2025-08-20T19:01:15.0755705Z Hello from Docker!
2025-08-20T19:01:15.0756186Z This message shows that your installation appears to be working correctly.
2025-08-20T19:01:15.0756651Z 
2025-08-20T19:01:15.0756817Z To generate this message, Docker took the following steps:
2025-08-20T19:01:15.0757182Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:01:15.0757571Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:01:15.0758011Z     (arm64v8)
2025-08-20T19:01:15.0758343Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:01:15.0758824Z     executable that produces the output you are currently reading.
2025-08-20T19:01:15.0759278Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:01:15.0759650Z     to your terminal.
2025-08-20T19:01:15.0759770Z 
2025-08-20T19:01:15.0760041Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:01:15.0760426Z  $ docker run -it ubuntu bash
2025-08-20T19:01:15.0760581Z 
2025-08-20T19:01:15.0760767Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:01:15.0761195Z  https://hub.docker.com/
2025-08-20T19:01:15.0761342Z 
2025-08-20T19:01:15.0761458Z For more examples and ideas, visit:
2025-08-20T19:01:15.0761807Z  https://docs.docker.com/get-started/
2025-08-20T19:01:15.0761998Z 
2025-08-20T19:01:15.1962889Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:01:15.1963718Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:01:15.1964227Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:01:15.1964689Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:01:15.1965224Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:01:15.1965643Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:01:15.1966103Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:01:15.1966860Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:01:15.1967296Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:01:15.1967681Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:01:15.1968153Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:01:15.1968635Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:01:15.1969079Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:01:15.1969614Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:01:15.1970073Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:01:15.1970862Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:01:15.1971329Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:01:15.1971793Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:01:15.1972259Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:01:15.1972777Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:01:15.1973360Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:01:15.1974009Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:01:15.1974726Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:01:15.1975251Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:01:15.1975658Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:01:15.1976184Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:01:15.1976680Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:01:15.1977143Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:01:15.1977656Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:01:15.1978127Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:01:15.1978628Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:01:15.1979152Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:01:15.1979627Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:01:15.1980096Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:01:15.1980643Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:01:15.1981124Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:01:15.1981697Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:01:15.1982180Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:01:15.1982639Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:01:15.1983145Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:01:15.1983912Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:01:15.1984545Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:01:15.2045062Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:01:15.2045494Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:01:15.2045950Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:01:15.2046421Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:01:15.2047083Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:01:15.2047856Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:01:15.2048317Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:01:15.2048732Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:01:15.2049147Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:01:15.2049558Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:01:15.2049967Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:01:15.2050365Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:01:15.2050728Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:01:15.2051080Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:01:15.2051444Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:01:15.2051836Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:01:15.2052238Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:01:15.2052613Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:01:15.2053015Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:01:15.2053762Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:01:15.2054180Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:01:15.2054585Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:01:15.2055001Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:01:15.2055424Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:01:15.2055831Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:01:15.2056221Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:01:15.2056652Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:01:15.2057144Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:01:15.2057636Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:01:15.2058096Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:01:15.2058508Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:01:15.2058896Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:01:15.2059284Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:01:15.2059680Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:01:15.2060080Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:01:15.2060530Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:01:15.2061022Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:01:15.2061521Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:01:15.2062011Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:01:15.2062446Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:01:15.2062841Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:01:15.2063227Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:01:15.2063742Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:01:15.2064303Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:01:15.2064706Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:01:15.2065123Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:01:15.2065539Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:01:15.2065918Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:01:15.2066288Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:01:15.2066689Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:01:15.2067089Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:01:15.2067465Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:01:15.2067829Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:01:15.2068222Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:01:15.2068607Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:01:15.2068952Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:01:15.2069325Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:01:15.2069728Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:01:15.2070267Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:01:15.2070626Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:01:15.2070983Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:01:15.2071355Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:01:15.2071733Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:01:15.2072128Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:01:15.2072518Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:01:15.2072895Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:01:15.2073272Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:01:15.2073840Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:01:15.2074248Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:01:15.2074613Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:01:15.2074962Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:01:15.2075434Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:01:15.2075821Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:01:15.2076176Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:01:15.2076527Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:01:15.2076896Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:01:15.2077290Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:01:15.2077713Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:01:15.2078148Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:01:15.2078543Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:01:15.2078929Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:01:15.2079313Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:01:15.2079695Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:01:15.2080093Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:01:15.2080699Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:01:15.2081108Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:01:15.2081684Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:01:15.2082095Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:01:15.2082533Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:01:15.2083002Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:01:15.2083518Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:01:15.2083922Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:01:15.2084329Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:01:15.2084735Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:01:15.2085136Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:01:15.2085523Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:01:15.2085918Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:01:15.2086315Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:01:15.2086894Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:01:15.2087248Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:01:15.2087607Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:01:15.2088001Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:01:15.2088393Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:01:15.2088793Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:01:15.2089179Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:01:15.2089544Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:01:15.2089916Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:01:15.2090289Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:01:15.2090677Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:01:15.2091093Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:01:15.2091534Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:01:15.2091928Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:01:15.2092450Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:01:15.2092836Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:01:15.2093258Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:01:15.2093986Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:01:15.2094340Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:01:15.2094679Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:01:15.2095097Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:01:15.2095522Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:01:15.2095924Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:01:15.2096301Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:01:15.2096676Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:01:15.2097054Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:01:15.2097681Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:01:15.2098169Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:01:15.2098583Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:01:15.2098944Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:01:15.2099304Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:01:15.2099741Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:01:15.2100238Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:01:15.2100672Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:01:15.2101044Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:01:15.2101503Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:01:15.2102032Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:01:15.2102528Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:01:15.2102958Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:01:15.2103806Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:01:15.2104198Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:01:15.2104607Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:01:15.2105018Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:01:15.2105416Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:01:15.2105784Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:01:15.2106162Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:01:15.2106556Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:01:15.2106951Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:01:15.2107344Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:01:15.2107741Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:01:15.2108128Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:01:15.2108514Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:01:15.2108930Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:01:15.2109368Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:01:15.2109799Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:01:15.2110186Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:01:15.2110554Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:01:15.2110919Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:01:15.2111289Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:01:15.2111678Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:01:15.2112090Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:01:15.2112556Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:01:15.2113000Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:01:15.2113537Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:01:15.2114173Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:01:15.2114578Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:01:15.2114954Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:01:15.2115318Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:01:15.2115700Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:01:15.2116081Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:01:15.2116518Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:01:15.2116985Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:01:15.2117440Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:01:15.2117955Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:01:15.2118468Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:01:15.2118969Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:01:15.2119401Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:01:15.2119760Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:01:15.2120275Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:01:15.2120658Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:01:15.2121033Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:01:15.2121397Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:01:15.2121772Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:01:15.2122150Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:01:15.2122534Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:01:15.2122908Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:01:15.2123283Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:01:15.2123950Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:01:15.2124345Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:01:15.2124762Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:01:15.2125193Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:01:15.2125607Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:01:15.2126015Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:01:15.2126412Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:01:15.2126823Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:01:15.2127237Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:01:15.2127624Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:01:15.2127980Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:01:15.2128488Z 	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-20T19:01:15.2128995Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:01:15.2129363Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:01:15.2129734Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:01:15.2130096Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:01:15.2130668Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:01:15.2131130Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:01:15.2131552Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:01:15.2131975Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:01:15.2132373Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:01:15.2132775Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:01:15.2133191Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:01:15.2133760Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:01:15.2134154Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:01:15.2134578Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:01:15.2135068Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:01:15.2135560Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:01:15.2136005Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:01:15.2136410Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:01:15.2136987Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:01:15.2137460Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:01:15.2137939Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:01:15.2138344Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:01:15.2138771Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:01:15.2139221Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:01:15.2139620Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:01:15.2139976Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:01:15.2140322Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:01:15.2140693Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:01:15.2141078Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:01:15.2141439Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:01:15.2141789Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:01:15.2142155Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:01:15.2142515Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:01:15.2142873Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:01:15.2143243Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:01:15.2143778Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:01:15.2144157Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:01:15.2144537Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:01:15.2144892Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:01:15.2145251Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:01:15.2145606Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:01:15.2145966Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:01:15.2146331Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:01:15.2146692Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:01:15.2147249Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:01:15.2147642Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:01:15.2148062Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:01:15.2148492Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:01:15.2148896Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:01:15.2149262Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:01:15.2149641Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:01:15.2150065Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:01:15.2150460Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:01:15.2150817Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:01:15.2151183Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:01:15.2151540Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:01:15.2151885Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:01:15.2152229Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:01:15.2152579Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:01:15.2153107Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:01:15.2153610Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:01:15.2153961Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:01:15.2154295Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:01:15.2154667Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:01:15.2155067Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:01:15.2155467Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:01:15.2155859Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:01:15.2156249Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:01:15.2156660Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:01:15.2157161Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:01:15.2157767Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:01:15.2158386Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:01:15.2158923Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:01:15.2159392Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:01:15.2159843Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:01:15.2160359Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:01:15.2160974Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:01:15.2161538Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:01:15.2162031Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:01:15.2162472Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:01:15.2162836Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:01:15.2163209Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:01:15.2163875Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:01:15.2164277Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:01:15.2164660Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:01:15.2165043Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:01:15.2165428Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:01:15.2165815Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:01:15.2166196Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:01:15.2166568Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:01:15.2166940Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:01:15.2167312Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:01:15.2167698Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:01:15.2168090Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:01:15.2168498Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:01:15.2168910Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:01:15.2169275Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:01:15.2169854Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:01:15.2170262Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:01:15.2170668Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:01:15.2171099Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:01:15.2171520Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:01:15.2171889Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:01:15.2172253Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:01:15.2172635Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:01:15.2172994Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:01:15.2173542Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:01:15.2174004Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:01:15.2174386Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:01:15.2174766Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:01:15.2175122Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:01:15.2175481Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:01:15.2176025Z 	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-20T19:01:15.2176735Z 	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-20T19:01:15.2177414Z 	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-20T19:01:15.2178075Z 	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-20T19:01:15.2178597Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:01:15.2178975Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:01:15.2179376Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:01:15.2179773Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:01:15.2180144Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:01:15.2180710Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:01:15.2181097Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:01:15.2181473Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:01:15.2181848Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:01:15.2182223Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:01:15.2182658Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:01:15.2183036Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:01:15.2183664Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:01:15.2184081Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:01:15.2184560Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:01:15.2184949Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:01:15.2185322Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:01:15.2185704Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:01:15.2186099Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:01:15.2186492Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:01:15.2187094Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:01:15.2187481Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:01:15.2187899Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:01:15.2188325Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:01:15.2188724Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:01:15.2189164Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:01:15.2189619Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:01:15.2190022Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:01:15.2190388Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:01:15.2190771Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:01:15.2191185Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:01:15.2191592Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:01:15.2191993Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:01:15.2192369Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:01:15.2192763Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:01:15.2193229Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:01:15.2193871Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:01:15.2194269Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:01:15.2194672Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:01:15.2195127Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:01:15.2195567Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:01:15.2196034Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:01:15.2196519Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:01:15.2197156Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:01:15.2197618Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:01:15.2198019Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:01:15.2198409Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:01:15.2198823Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:01:15.2199207Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:01:15.2199577Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:01:15.2199984Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:01:15.2200380Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:01:15.2200778Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:01:15.2201200Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:01:15.2201588Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:01:15.2201961Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:01:15.2202324Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:01:15.2202676Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:01:15.2203226Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:01:15.2203779Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:01:15.2204176Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:01:15.2204622Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:01:15.2205070Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:01:15.2205473Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:01:15.2205908Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:01:15.2206330Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:01:15.2206731Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:01:15.2207134Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:01:15.2207493Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:01:15.2207850Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:01:15.2208238Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:01:15.2208632Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:01:15.2209006Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:01:15.2209367Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:01:15.2209714Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:01:15.2210055Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:01:15.2210538Z 	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-20T19:01:15.2211043Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:01:15.2211430Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:01:15.2211810Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:01:15.2212204Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:01:15.2212614Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:01:15.2213021Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:01:15.2213819Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:01:15.2214273Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:01:15.2214684Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:01:15.2215056Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:01:15.2215417Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:01:15.2215779Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:01:15.2216154Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:01:15.2216572Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:01:15.2216998Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:01:15.2217392Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:01:15.2217812Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:01:15.2218253Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:01:15.2218647Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:01:15.2219011Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:01:15.2219356Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:01:15.2219870Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:01:15.2220235Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:01:15.2220605Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:01:15.2220977Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:01:15.2221370Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:01:15.2221783Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:01:15.2222238Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:01:15.2222668Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:01:15.2223039Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:01:15.2223596Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:01:15.2223998Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:01:15.2224381Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:01:15.2224757Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:01:15.2225128Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:01:15.2225566Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:01:15.2226055Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:01:15.2226475Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:01:15.2226848Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:01:15.2227217Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:01:15.2227616Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:01:15.2228007Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:01:15.2228376Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:01:15.2228770Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:01:15.2229143Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:01:15.2229491Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:01:15.2230042Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:01:15.2230460Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:01:15.2230882Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:01:15.2231259Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:01:15.2231643Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:01:15.2232083Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:01:15.2232518Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:01:15.2232938Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:01:15.2233322Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:01:15.2233962Z 	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-20T19:01:15.2234471Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:01:15.2234859Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:01:15.2235265Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:01:15.2235688Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:01:15.2236381Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:01:15.2236955Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:01:15.2237561Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:01:15.2238205Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:01:15.2238855Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:01:15.2239478Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:01:15.2240102Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:01:15.2240678Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:01:15.2241161Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:01:15.2241600Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:01:15.2242031Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:01:15.2242449Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:01:15.2242924Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:01:15.2243355Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:01:15.2243858Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:01:15.2244224Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:01:15.2244597Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:01:15.2244978Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:01:15.2245376Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:01:15.2245781Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:01:15.2246139Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:01:15.2246519Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:01:15.2247155Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:01:15.2247669Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:01:15.2248154Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:01:15.2248637Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:01:15.2249078Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:01:15.2249492Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:01:15.2249897Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:01:15.2250303Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:01:15.2250729Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:01:15.2251151Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:01:15.2251537Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:01:15.2251913Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:01:15.2252282Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:01:15.2252651Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:01:15.2253218Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:01:15.2253804Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:01:15.2254205Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:01:15.2254613Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:01:15.2255034Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:01:15.2255480Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:01:15.2255921Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:01:15.2256348Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:01:15.2256736Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:01:15.2257101Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:01:15.2257484Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:01:15.2257844Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:01:15.2258207Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:01:15.2258601Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:01:15.2258995Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:01:15.2259422Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:01:15.2259883Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:01:15.2260331Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:01:15.2260718Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:01:15.2261062Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:01:15.2261429Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:01:15.2261816Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:01:15.2262198Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:01:15.2262582Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:01:15.2263004Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:01:15.2263787Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:01:15.2264227Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:01:15.2264611Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:01:15.2265004Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:01:15.2265539Z 	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-20T19:01:15.2266135Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:01:15.2266584Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:01:15.2267031Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:01:15.2267449Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:01:15.2267847Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:01:15.2268235Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:01:15.2268619Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:01:15.2269016Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:01:15.2269415Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:01:15.2269932Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:01:15.2270323Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:01:15.2270724Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:01:15.2271093Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:01:15.2271496Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:01:15.2271959Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:01:15.2272382Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:01:15.2272756Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:01:15.2273131Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:01:15.2273768Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:01:15.2274144Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:01:15.2274512Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:01:15.2274936Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:01:15.2275376Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:01:15.2275780Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:01:15.2276172Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:01:15.2276566Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:01:15.2276944Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:01:15.2277315Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:01:15.2277699Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:01:15.2278097Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:01:15.2278541Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:01:15.2278987Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:01:15.2279407Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:01:15.2280007Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:01:15.2280438Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:01:15.2280861Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:01:15.2281245Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:01:15.2281595Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:01:15.2282001Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:01:15.2282360Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:01:15.2282729Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:01:15.2283077Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:01:15.2283586Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:01:15.2283993Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:01:15.2284376Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:01:15.2284728Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:01:15.2285072Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:01:15.2285444Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:01:15.2286005Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:01:15.2286379Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:01:15.2286739Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:01:15.2287098Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:01:15.2287476Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:01:15.2287852Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:01:15.2288205Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:01:15.2288576Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:01:15.2288964Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:01:15.2289343Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:01:15.2289715Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:01:15.2290092Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:01:15.2290475Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:01:15.2290875Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:01:15.2291293Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:01:15.2291688Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:01:15.2292041Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:01:15.2292385Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:01:15.2292722Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:01:15.2293139Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:01:15.2293791Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:01:15.2294302Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:01:15.2294776Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:01:15.2295275Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:01:15.2295714Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:01:15.2296349Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:01:15.2296761Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:01:15.2297150Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:01:15.2297536Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:01:15.2297919Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:01:15.2298309Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:01:15.2298681Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:01:15.2299074Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:01:15.2299511Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:01:15.2299943Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:01:15.2300318Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:01:15.2300717Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:01:15.2301134Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:01:15.2301509Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:01:15.2301854Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:01:15.2302412Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:01:15.2302865Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:01:15.2303325Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:01:15.2303876Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:01:15.2304288Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:01:15.2304718Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:01:15.2305146Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:01:15.2417522Z [+] Installing Go for linux-arm64...
2025-08-20T19:01:15.5562720Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:01:15.5563029Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T19:01:15.5563252Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T19:01:15.5572882Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T19:01:15.5573248Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T19:01:15.5573658Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T19:01:15.5628484Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T19:01:15.5628957Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T19:01:15.5629421Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T19:01:15.5629869Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T19:01:15.5630305Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T19:01:15.5630742Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T19:01:15.5631204Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T19:01:15.5631652Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T19:01:15.5632077Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T19:01:15.5632505Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T19:01:15.5632933Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T19:01:15.5633799Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T19:01:15.5634272Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T19:01:15.5634715Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T19:01:15.5635167Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T19:01:15.5635610Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T19:01:15.5636074Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T19:01:15.5636522Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T19:01:15.5636966Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T19:01:15.5637375Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T19:01:15.5637717Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T19:01:15.5638039Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T19:01:15.5638365Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T19:01:15.5638691Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T19:01:15.5639019Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T19:01:15.5667215Z go version go1.22.2 linux/arm64
2025-08-20T19:01:15.5929318Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:01:15.5929704Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:01:15.5930049Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:01:15.5930401Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:01:15.5930765Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:01:15.5931118Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:01:15.5931491Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:01:15.5931851Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:01:15.5932193Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:01:15.5932517Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:01:15.5932871Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:01:15.5933253Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:01:15.5933827Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:01:15.5934237Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:01:15.5934628Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:01:15.5935024Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:01:15.5935424Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:01:15.5935787Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:01:15.5936163Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:01:15.5936641Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:01:15.5937111Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:01:15.5937512Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:01:15.5937942Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:01:15.5938337Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:01:15.5938684Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:01:15.5939070Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:01:15.5939493Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:01:15.5940288Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:01:15.5940715Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:01:15.5941123Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:01:15.5941538Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:01:15.5941966Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:01:15.5942389Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:01:15.5942805Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:01:15.5943241Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:01:15.5944041Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:01:15.5944459Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:01:15.5944863Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:01:15.5945255Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:01:15.5945659Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:01:15.5946079Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:01:15.5946759Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:01:15.5947161Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:01:15.5947551Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:01:15.5948001Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:01:15.5948468Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:01:15.5948940Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:01:15.5949427Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:01:15.5949861Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:01:15.5950277Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:01:15.5950694Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:01:15.5951099Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:01:15.5951510Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:01:15.5951905Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:01:15.5952273Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:01:15.5952789Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:01:15.5953161Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:01:15.5953745Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:01:15.5954153Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:01:15.5954527Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:01:15.5954936Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:01:15.5955368Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:01:15.5955792Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:01:15.5956200Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:01:15.5956616Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:01:15.5957267Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:01:15.5957696Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:01:15.5958093Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:01:15.5958525Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:01:15.5959017Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:01:15.5959511Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:01:15.5959966Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:01:15.5960377Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:01:15.5960761Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:01:15.5961147Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:01:15.5961544Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:01:15.5961940Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:01:15.5962396Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:01:15.5962894Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:01:15.5963708Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:01:15.5964204Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:01:15.5964638Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:01:15.5965034Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:01:15.5965425Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:01:15.5965830Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:01:15.5966224Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:01:15.5966605Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:01:15.5967022Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:01:15.5967443Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:01:15.5967822Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:01:15.5968188Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:01:15.5968592Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:01:15.5968989Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:01:15.5969360Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:01:15.5969725Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:01:15.5970112Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:01:15.5970492Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:01:15.5970843Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:01:15.5971216Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:01:15.5971624Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:01:15.5972008Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:01:15.5972371Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:01:15.5972731Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:01:15.5973103Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:01:15.5973982Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:01:15.5974423Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:01:15.5974815Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:01:15.5975194Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:01:15.5975574Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:01:15.5975974Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:01:15.5976369Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:01:15.5976737Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:01:15.5977083Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:01:15.5977429Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:01:15.5977780Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:01:15.5978144Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:01:15.5978493Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:01:15.5978866Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:01:15.5979258Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:01:15.5979681Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:01:15.5980285Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:01:15.5980684Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:01:15.5981074Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:01:15.5981459Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:01:15.5981839Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:01:15.5982243Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:01:15.5982647Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:01:15.5983029Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:01:15.5983604Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:01:15.5984048Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:01:15.5984481Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:01:15.5984907Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:01:15.5985289Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:01:15.5985679Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:01:15.5986090Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:01:15.5986496Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:01:15.5986897Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:01:15.5987287Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:01:15.5987683Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:01:15.5988083Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:01:15.5988460Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:01:15.5988817Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:01:15.5989178Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:01:15.5989574Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:01:15.5989974Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:01:15.5990577Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:01:15.5990998Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:01:15.5991367Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:01:15.5991737Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:01:15.5992114Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:01:15.5992495Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:01:15.5992907Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:01:15.5993344Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:01:15.5993914Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:01:15.5994287Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:01:15.5994681Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:01:15.5995099Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:01:15.5995513Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:01:15.5995865Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:01:15.5996388Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:01:15.5996804Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:01:15.5997230Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:01:15.5997634Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:01:15.5998013Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:01:15.5998386Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:01:15.5998769Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:01:15.5999185Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:01:15.5999653Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:01:15.6000061Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:01:15.6000430Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:01:15.6000786Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:01:15.6001228Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:01:15.6001723Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:01:15.6002158Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:01:15.6002534Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:01:15.6002991Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:01:15.6003707Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:01:15.6004243Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:01:15.6004682Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:01:15.6005039Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:01:15.6005417Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:01:15.6005823Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:01:15.6006234Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:01:15.6006632Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:01:15.6007215Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:01:15.6007612Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:01:15.6008012Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:01:15.6008411Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:01:15.6008810Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:01:15.6009204Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:01:15.6009597Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:01:15.6010014Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:01:15.6010429Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:01:15.6010921Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:01:15.6011352Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:01:15.6011739Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:01:15.6012107Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:01:15.6012479Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:01:15.6013058Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:01:15.6013638Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:01:15.6014084Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:01:15.6014554Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:01:15.6015003Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:01:15.6015409Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:01:15.6015794Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:01:15.6016174Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:01:15.6016546Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:01:15.6016911Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:01:15.6017299Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:01:15.6017678Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:01:15.6018119Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:01:15.6018587Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:01:15.6019037Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:01:15.6019556Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:01:15.6020069Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:01:15.6020567Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:01:15.6021006Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:01:15.6021371Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:01:15.6021734Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:01:15.6022110Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:01:15.6022492Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:01:15.6022858Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:01:15.6023236Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:01:15.6024057Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:01:15.6024465Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:01:15.6024845Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:01:15.6025216Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:01:15.6025611Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:01:15.6026004Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:01:15.6026416Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:01:15.6026848Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:01:15.6027262Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:01:15.6027672Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:01:15.6028074Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:01:15.6028480Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:01:15.6028891Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:01:15.6029277Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:01:15.6029802Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:01:15.6030310Z 	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-20T19:01:15.6030823Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:01:15.6031188Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:01:15.6031557Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:01:15.6031923Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:01:15.6032321Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:01:15.6032756Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:01:15.6033177Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:01:15.6033769Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:01:15.6034185Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:01:15.6034584Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:01:15.6035000Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:01:15.6035408Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:01:15.6035797Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:01:15.6036225Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:01:15.6036711Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:01:15.6037202Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:01:15.6037646Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:01:15.6038056Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:01:15.6038451Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:01:15.6038924Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:01:15.6039408Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:01:15.6039814Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:01:15.6040450Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:01:15.6040929Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:01:15.6041336Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:01:15.6041693Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:01:15.6042039Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:01:15.6042409Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:01:15.6042788Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:01:15.6043148Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:01:15.6043678Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:01:15.6044061Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:01:15.6044421Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:01:15.6044781Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:01:15.6045145Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:01:15.6045497Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:01:15.6045869Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:01:15.6046246Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:01:15.6046794Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:01:15.6047149Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:01:15.6047502Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:01:15.6047863Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:01:15.6048235Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:01:15.6048601Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:01:15.6048956Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:01:15.6049328Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:01:15.6049745Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:01:15.6050175Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:01:15.6050584Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:01:15.6050942Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:01:15.6051320Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:01:15.6051743Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:01:15.6052141Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:01:15.6052501Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:01:15.6052866Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:01:15.6053223Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:01:15.6053751Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:01:15.6054097Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:01:15.6054451Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:01:15.6054818Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:01:15.6055174Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:01:15.6055517Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:01:15.6055847Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:01:15.6056221Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:01:15.6056820Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:01:15.6057239Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:01:15.6057641Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:01:15.6058035Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:01:15.6058449Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:01:15.6058948Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:01:15.6059556Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:01:15.6060175Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:01:15.6060713Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:01:15.6061361Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:01:15.6061822Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:01:15.6062343Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:01:15.6062959Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:01:15.6063899Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:01:15.6064396Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:01:15.6064838Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:01:15.6065203Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:01:15.6065573Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:01:15.6065981Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:01:15.6066358Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:01:15.6066742Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:01:15.6067126Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:01:15.6067513Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:01:15.6067897Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:01:15.6068281Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:01:15.6068654Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:01:15.6069029Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:01:15.6069402Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:01:15.6069792Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:01:15.6070182Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:01:15.6070588Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:01:15.6070997Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:01:15.6071366Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:01:15.6071761Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:01:15.6072173Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:01:15.6072580Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:01:15.6073017Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:01:15.6073856Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:01:15.6074259Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:01:15.6074624Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:01:15.6075001Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:01:15.6075365Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:01:15.6075756Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:01:15.6076144Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:01:15.6076525Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:01:15.6076903Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:01:15.6077262Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:01:15.6077626Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:01:15.6078175Z 	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-20T19:01:15.6078889Z 	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-20T19:01:15.6079577Z 	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-20T19:01:15.6080455Z 	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-20T19:01:15.6080985Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:01:15.6081366Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:01:15.6081771Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:01:15.6082170Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:01:15.6082547Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:01:15.6082919Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:01:15.6083283Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:01:15.6083864Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:01:15.6084256Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:01:15.6084648Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:01:15.6085028Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:01:15.6085411Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:01:15.6085809Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:01:15.6086206Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:01:15.6086605Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:01:15.6086992Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:01:15.6087365Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:01:15.6087749Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:01:15.6088147Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:01:15.6088546Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:01:15.6088944Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:01:15.6089330Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:01:15.6089753Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:01:15.6090181Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:01:15.6090792Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:01:15.6091292Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:01:15.6091749Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:01:15.6092150Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:01:15.6092514Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:01:15.6092889Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:01:15.6093281Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:01:15.6093927Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:01:15.6094331Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:01:15.6094718Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:01:15.6095104Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:01:15.6095568Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:01:15.6096034Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:01:15.6096427Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:01:15.6096995Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:01:15.6097445Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:01:15.6097891Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:01:15.6098361Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:01:15.6098843Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:01:15.6099284Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:01:15.6099720Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:01:15.6100114Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:01:15.6100501Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:01:15.6100920Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:01:15.6101303Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:01:15.6101673Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:01:15.6102075Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:01:15.6102472Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:01:15.6102879Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:01:15.6103299Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:01:15.6103852Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:01:15.6104229Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:01:15.6104600Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:01:15.6104956Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:01:15.6105342Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:01:15.6105758Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:01:15.6106148Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:01:15.6106592Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:01:15.6107291Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:01:15.6107738Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:01:15.6108181Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:01:15.6108601Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:01:15.6109007Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:01:15.6109472Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:01:15.6109826Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:01:15.6110184Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:01:15.6110571Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:01:15.6110965Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:01:15.6111342Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:01:15.6111698Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:01:15.6112043Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:01:15.6112388Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:01:15.6112869Z 	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-20T19:01:15.6113677Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:01:15.6114068Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:01:15.6114445Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:01:15.6114837Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:01:15.6115244Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:01:15.6115661Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:01:15.6116062Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:01:15.6116472Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:01:15.6116880Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:01:15.6117249Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:01:15.6117621Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:01:15.6117976Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:01:15.6118353Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:01:15.6118775Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:01:15.6119200Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:01:15.6119598Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:01:15.6120017Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:01:15.6120457Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:01:15.6120855Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:01:15.6121224Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:01:15.6121582Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:01:15.6121929Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:01:15.6122295Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:01:15.6122667Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:01:15.6123042Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:01:15.6123802Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:01:15.6124252Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:01:15.6124709Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:01:15.6125140Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:01:15.6125511Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:01:15.6125896Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:01:15.6126279Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:01:15.6126666Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:01:15.6127046Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:01:15.6127412Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:01:15.6127853Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:01:15.6128337Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:01:15.6128753Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:01:15.6129131Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:01:15.6129503Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:01:15.6130042Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:01:15.6130434Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:01:15.6130807Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:01:15.6131201Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:01:15.6131574Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:01:15.6131925Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:01:15.6132280Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:01:15.6132678Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:01:15.6133098Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:01:15.6133694Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:01:15.6134124Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:01:15.6134561Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:01:15.6135000Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:01:15.6135422Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:01:15.6135814Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:01:15.6136323Z 	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-20T19:01:15.6136824Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:01:15.6137213Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:01:15.6137620Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:01:15.6138049Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:01:15.6138565Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:01:15.6139145Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:01:15.6139753Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:01:15.6140608Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:01:15.6141281Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:01:15.6141910Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:01:15.6142532Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:01:15.6143115Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:01:15.6143867Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:01:15.6144312Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:01:15.6144743Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:01:15.6145173Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:01:15.6145645Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:01:15.6146074Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:01:15.6146452Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:01:15.6146816Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:01:15.6147378Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:01:15.6147756Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:01:15.6148159Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:01:15.6148565Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:01:15.6148920Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:01:15.6149306Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:01:15.6149765Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:01:15.6150251Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:01:15.6150739Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:01:15.6151224Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:01:15.6151679Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:01:15.6152092Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:01:15.6152501Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:01:15.6152909Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:01:15.6153335Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:01:15.6153893Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:01:15.6154285Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:01:15.6154667Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:01:15.6155043Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:01:15.6155418Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:01:15.6155849Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:01:15.6156284Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:01:15.6156687Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:01:15.6157101Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:01:15.6157727Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:01:15.6158203Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:01:15.6158640Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:01:15.6159067Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:01:15.6159469Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:01:15.6159841Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:01:15.6160225Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:01:15.6160594Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:01:15.6160961Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:01:15.6161358Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:01:15.6161756Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:01:15.6162181Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:01:15.6162650Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:01:15.6163112Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:01:15.6163691Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:01:15.6164249Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:01:15.6164625Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:01:15.6165014Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:01:15.6165396Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:01:15.6165784Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:01:15.6166212Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:01:15.6166661Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:01:15.6167073Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:01:15.6167448Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:01:15.6167844Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:01:15.6168382Z 	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-20T19:01:15.6168958Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:01:15.6169406Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:01:15.6169847Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:01:15.6170273Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:01:15.6170671Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:01:15.6171058Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:01:15.6171445Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:01:15.6171845Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:01:15.6172248Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:01:15.6172626Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:01:15.6173023Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:01:15.6173682Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:01:15.6174091Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:01:15.6174721Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:01:15.6175205Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:01:15.6175628Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:01:15.6176002Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:01:15.6176377Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:01:15.6176764Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:01:15.6177132Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:01:15.6177496Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:01:15.6177921Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:01:15.6178366Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:01:15.6178770Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:01:15.6179165Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:01:15.6179557Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:01:15.6179936Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:01:15.6180445Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:01:15.6180830Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:01:15.6181229Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:01:15.6181672Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:01:15.6182115Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:01:15.6182537Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:01:15.6182937Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:01:15.6183338Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:01:15.6183928Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:01:15.6184318Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:01:15.6184676Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:01:15.6185021Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:01:15.6185376Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:01:15.6185745Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:01:15.6186094Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:01:15.6186461Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:01:15.6186854Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:01:15.6187236Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:01:15.6187589Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:01:15.6187933Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:01:15.6188310Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:01:15.6188713Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:01:15.6189084Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:01:15.6189443Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:01:15.6189800Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:01:15.6190182Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:01:15.6190769Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:01:15.6191146Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:01:15.6191512Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:01:15.6191899Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:01:15.6192274Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:01:15.6192649Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:01:15.6193020Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:01:15.6193520Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:01:15.6193932Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:01:15.6194352Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:01:15.6194755Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:01:15.6195107Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:01:15.6195450Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:01:15.6195785Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:01:15.6196200Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:01:15.6196868Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:01:15.6197339Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:01:15.6197810Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:01:15.6198312Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:01:15.6198748Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:01:15.6199125Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:01:15.6199507Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:01:15.6199894Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:01:15.6200277Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:01:15.6200664Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:01:15.6201047Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:01:15.6201418Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:01:15.6201808Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:01:15.6202249Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:01:15.6202681Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:01:15.6203056Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:01:15.6203638Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:01:15.6204107Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:01:15.6204488Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:01:15.6204843Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:01:15.6205224Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:01:15.6205672Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:01:15.6206128Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:01:15.6206540Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:01:15.6207149Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:01:15.6207646Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:01:15.6208076Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:01:15.8205395Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:01:15.9826086Z Collecting meson
2025-08-20T19:01:16.0279355Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:01:16.0746373Z Collecting ninja
2025-08-20T19:01:16.0817734Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T19:01:16.0988907Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:01:16.1779895Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.7 MB/s  0:00:00
2025-08-20T19:01:16.1858883Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T19:01:16.2764571Z Installing collected packages: ninja, meson
2025-08-20T19:01:16.9511701Z 
2025-08-20T19:01:16.9536999Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:01:17.2246240Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:01:17.3139406Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:01:17.3762494Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:01:17.7451964Z 1.8.4
2025-08-20T19:01:17.7747421Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:01:17.8057917Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:01:17.8058288Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:01:17.8058658Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:01:17.8059030Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:01:17.8059433Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:01:17.8059817Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:01:17.8060170Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:01:17.8060530Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:01:17.8060874Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:01:17.8061220Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:01:17.8061577Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:01:17.8061957Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:01:17.8062332Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:01:17.8062937Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:01:17.8063329Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:01:17.8063906Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:01:17.8064310Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:01:17.8064668Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:01:17.8065041Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:01:17.8065497Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:01:17.8065945Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:01:17.8066329Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:01:17.8066743Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:01:17.8067139Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:01:17.8067488Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:01:17.8068238Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:01:17.8068694Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:01:17.8069109Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:01:17.8069513Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:01:17.8069933Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:01:17.8070348Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:01:17.8070767Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:01:17.8071192Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:01:17.8071612Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:01:17.8072052Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:01:17.8072478Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:01:17.8072879Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:01:17.8073285Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:01:17.8074237Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:01:17.8074887Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:01:17.8075317Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:01:17.8075736Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:01:17.8076139Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:01:17.8076528Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:01:17.8076983Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:01:17.8077452Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:01:17.8077919Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:01:17.8078407Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:01:17.8078856Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:01:17.8079267Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:01:17.8079689Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:01:17.8080097Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:01:17.8080510Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:01:17.8080911Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:01:17.8081277Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:01:17.8081632Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:01:17.8082000Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:01:17.8082393Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:01:17.8082797Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:01:17.8083174Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:01:17.8083725Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:01:17.8084162Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:01:17.8084586Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:01:17.8085204Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:01:17.8085649Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:01:17.8086080Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:01:17.8086523Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:01:17.8086920Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:01:17.8087361Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:01:17.8087858Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:01:17.8088352Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:01:17.8088809Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:01:17.8089222Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:01:17.8089613Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:01:17.8090008Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:01:17.8090404Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:01:17.8090796Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:01:17.8091438Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:01:17.8091939Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:01:17.8092440Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:01:17.8092928Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:01:17.8093362Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:01:17.8093901Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:01:17.8094300Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:01:17.8094703Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:01:17.8095098Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:01:17.8095481Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:01:17.8095904Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:01:17.8096324Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:01:17.8096703Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:01:17.8097072Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:01:17.8097471Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:01:17.8097881Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:01:17.8098255Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:01:17.8098619Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:01:17.8099008Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:01:17.8099392Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:01:17.8099742Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:01:17.8100117Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:01:17.8100527Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:01:17.8100912Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:01:17.8101275Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:01:17.8101854Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:01:17.8102260Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:01:17.8102648Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:01:17.8103045Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:01:17.8103554Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:01:17.8103951Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:01:17.8104331Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:01:17.8104726Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:01:17.8105123Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:01:17.8105485Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:01:17.8105842Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:01:17.8106189Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:01:17.8106542Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:01:17.8106900Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:01:17.8107252Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:01:17.8107788Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:01:17.8108187Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:01:17.8108613Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:01:17.8109044Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:01:17.8109442Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:01:17.8109827Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:01:17.8110218Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:01:17.8110603Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:01:17.8111002Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:01:17.8111404Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:01:17.8111786Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:01:17.8112176Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:01:17.8112585Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:01:17.8113019Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:01:17.8113565Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:01:17.8113974Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:01:17.8114369Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:01:17.8114775Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:01:17.8115182Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:01:17.8115581Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:01:17.8115979Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:01:17.8116374Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:01:17.8116773Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:01:17.8117149Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:01:17.8117504Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:01:17.8118045Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:01:17.8118471Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:01:17.8118870Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:01:17.8119267Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:01:17.8119654Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:01:17.8120024Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:01:17.8120398Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:01:17.8120774Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:01:17.8121157Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:01:17.8121572Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:01:17.8122016Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:01:17.8122410Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:01:17.8122783Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:01:17.8123171Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:01:17.8124535Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:01:17.8125187Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:01:17.8125539Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:01:17.8125884Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:01:17.8126299Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:01:17.8126726Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:01:17.8127139Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:01:17.8127520Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:01:17.8127899Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:01:17.8128280Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:01:17.8128700Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:01:17.8129168Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:01:17.8129579Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:01:17.8129941Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:01:17.8130303Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:01:17.8130740Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:01:17.8131250Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:01:17.8131688Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:01:17.8132063Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:01:17.8132520Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:01:17.8133052Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:01:17.8133735Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:01:17.8134206Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:01:17.8134565Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:01:17.8134945Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:01:17.8135351Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:01:17.8135987Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:01:17.8136413Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:01:17.8136787Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:01:17.8137160Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:01:17.8137559Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:01:17.8137955Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:01:17.8138347Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:01:17.8138740Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:01:17.8139131Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:01:17.8139519Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:01:17.8139940Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:01:17.8140376Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:01:17.8140802Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:01:17.8141185Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:01:17.8141710Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:01:17.8142082Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:01:17.8142454Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:01:17.8142838Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:01:17.8143251Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:01:17.8143869Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:01:17.8144321Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:01:17.8144720Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:01:17.8145102Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:01:17.8145482Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:01:17.8145861Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:01:17.8146222Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:01:17.8146603Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:01:17.8146979Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:01:17.8147418Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:01:17.8147888Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:01:17.8148340Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:01:17.8148855Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:01:17.8149362Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:01:17.8149866Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:01:17.8150302Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:01:17.8150665Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:01:17.8151026Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:01:17.8151402Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:01:17.8151777Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:01:17.8152374Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:01:17.8152779Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:01:17.8153162Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:01:17.8153671Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:01:17.8154052Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:01:17.8154423Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:01:17.8154818Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:01:17.8155205Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:01:17.8155613Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:01:17.8156043Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:01:17.8156459Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:01:17.8156869Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:01:17.8157268Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:01:17.8157669Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:01:17.8158245Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:01:17.8158635Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:01:17.8158990Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:01:17.8159495Z 	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-20T19:01:17.8160006Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:01:17.8160373Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:01:17.8160742Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:01:17.8161103Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:01:17.8161494Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:01:17.8161924Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:01:17.8162348Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:01:17.8162774Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:01:17.8163174Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:01:17.8163691Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:01:17.8164113Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:01:17.8164523Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:01:17.8164909Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:01:17.8165332Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:01:17.8165818Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:01:17.8166313Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:01:17.8166754Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:01:17.8167158Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:01:17.8167556Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:01:17.8168027Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:01:17.8168782Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:01:17.8169216Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:01:17.8169648Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:01:17.8170100Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:01:17.8170502Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:01:17.8170861Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:01:17.8171209Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:01:17.8171573Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:01:17.8171952Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:01:17.8172315Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:01:17.8172669Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:01:17.8173035Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:01:17.8173533Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:01:17.8173904Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:01:17.8174271Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:01:17.8174797Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:01:17.8175173Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:01:17.8175550Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:01:17.8175906Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:01:17.8176259Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:01:17.8176612Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:01:17.8176978Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:01:17.8177348Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:01:17.8177711Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:01:17.8178064Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:01:17.8178438Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:01:17.8178855Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:01:17.8179284Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:01:17.8179690Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:01:17.8180047Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:01:17.8180427Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:01:17.8180853Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:01:17.8181249Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:01:17.8181607Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:01:17.8181971Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:01:17.8182324Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:01:17.8182665Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:01:17.8183010Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:01:17.8183360Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:01:17.8183880Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:01:17.8184241Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:01:17.8184586Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:01:17.8185127Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:01:17.8185524Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:01:17.8185928Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:01:17.8186370Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:01:17.8186769Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:01:17.8187164Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:01:17.8187579Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:01:17.8188075Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:01:17.8188691Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:01:17.8189317Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:01:17.8189856Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:01:17.8190322Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:01:17.8190773Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:01:17.8191457Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:01:17.8192074Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:01:17.8192632Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:01:17.8193122Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:01:17.8193687Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:01:17.8194055Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:01:17.8194421Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:01:17.8194788Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:01:17.8195162Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:01:17.8195551Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:01:17.8195935Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:01:17.8196318Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:01:17.8196699Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:01:17.8197080Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:01:17.8197456Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:01:17.8197832Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:01:17.8198203Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:01:17.8198589Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:01:17.8198978Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:01:17.8199388Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:01:17.8199800Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:01:17.8200164Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:01:17.8200552Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:01:17.8200964Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:01:17.8201587Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:01:17.8202035Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:01:17.8202455Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:01:17.8202816Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:01:17.8203176Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:01:17.8203691Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:01:17.8204060Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:01:17.8204449Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:01:17.8204834Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:01:17.8205218Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:01:17.8205593Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:01:17.8205955Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:01:17.8206335Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:01:17.8206878Z 	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-20T19:01:17.8207589Z 	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-20T19:01:17.8208480Z 	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-20T19:01:17.8209148Z 	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-20T19:01:17.8209673Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:01:17.8210058Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:01:17.8210462Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:01:17.8210857Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:01:17.8211228Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:01:17.8211602Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:01:17.8211965Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:01:17.8212339Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:01:17.8212712Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:01:17.8213086Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:01:17.8213642Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:01:17.8214038Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:01:17.8214439Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:01:17.8214830Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:01:17.8215222Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:01:17.8215607Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:01:17.8215984Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:01:17.8216369Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:01:17.8216763Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:01:17.8217156Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:01:17.8217549Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:01:17.8217936Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:01:17.8218563Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:01:17.8219015Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:01:17.8219414Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:01:17.8219849Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:01:17.8220302Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:01:17.8220703Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:01:17.8221067Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:01:17.8221440Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:01:17.8221835Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:01:17.8222243Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:01:17.8222644Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:01:17.8223022Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:01:17.8223531Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:01:17.8224013Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:01:17.8224641Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:01:17.8225036Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:01:17.8225438Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:01:17.8225885Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:01:17.8226325Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:01:17.8226799Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:01:17.8227284Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:01:17.8227724Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:01:17.8228154Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:01:17.8228551Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:01:17.8228938Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:01:17.8229353Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:01:17.8229731Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:01:17.8230103Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:01:17.8230511Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:01:17.8230909Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:01:17.8231345Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:01:17.8231768Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:01:17.8232155Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:01:17.8232531Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:01:17.8232892Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:01:17.8233249Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:01:17.8233816Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:01:17.8234233Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:01:17.8234835Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:01:17.8235303Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:01:17.8235753Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:01:17.8236148Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:01:17.8236580Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:01:17.8237002Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:01:17.8237404Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:01:17.8237805Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:01:17.8238156Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:01:17.8238508Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:01:17.8238898Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:01:17.8239290Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:01:17.8239664Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:01:17.8240014Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:01:17.8240358Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:01:17.8240862Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:01:17.8241346Z 	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-20T19:01:17.8241851Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:01:17.8242228Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:01:17.8242603Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:01:17.8242998Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:01:17.8243555Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:01:17.8243976Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:01:17.8244377Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:01:17.8244787Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:01:17.8245201Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:01:17.8245571Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:01:17.8245933Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:01:17.8246289Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:01:17.8246658Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:01:17.8247081Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:01:17.8247504Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:01:17.8247898Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:01:17.8248313Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:01:17.8248746Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:01:17.8249146Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:01:17.8249511Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:01:17.8249858Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:01:17.8250202Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:01:17.8250566Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:01:17.8251138Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:01:17.8251536Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:01:17.8251934Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:01:17.8252347Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:01:17.8252804Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:01:17.8253238Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:01:17.8253812Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:01:17.8254203Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:01:17.8254588Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:01:17.8254971Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:01:17.8255350Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:01:17.8255722Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:01:17.8256160Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:01:17.8256646Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:01:17.8257237Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:01:17.8257609Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:01:17.8257979Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:01:17.8258378Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:01:17.8258766Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:01:17.8259134Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:01:17.8259532Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:01:17.8259909Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:01:17.8260252Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:01:17.8260602Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:01:17.8260997Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:01:17.8261416Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:01:17.8261788Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:01:17.8262169Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:01:17.8262604Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:01:17.8263044Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:01:17.8263610Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:01:17.8264024Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:01:17.8264533Z 	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-20T19:01:17.8265039Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:01:17.8265431Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:01:17.8265835Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:01:17.8266255Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:01:17.8266773Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:01:17.8267350Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:01:17.8268161Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:01:17.8268828Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:01:17.8269476Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:01:17.8270108Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:01:17.8270730Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:01:17.8271307Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:01:17.8271787Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:01:17.8272226Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:01:17.8272658Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:01:17.8273082Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:01:17.8273676Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:01:17.8274124Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:01:17.8274665Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:01:17.8275029Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:01:17.8275403Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:01:17.8275782Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:01:17.8276182Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:01:17.8276593Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:01:17.8276951Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:01:17.8277333Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:01:17.8277790Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:01:17.8278279Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:01:17.8278767Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:01:17.8279252Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:01:17.8279704Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:01:17.8280117Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:01:17.8280525Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:01:17.8280937Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:01:17.8281364Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:01:17.8281804Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:01:17.8282193Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:01:17.8282574Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:01:17.8282947Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:01:17.8283318Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:01:17.8283903Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:01:17.8284345Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:01:17.8284945Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:01:17.8285375Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:01:17.8285797Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:01:17.8286239Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:01:17.8286727Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:01:17.8287160Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:01:17.8287553Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:01:17.8287920Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:01:17.8288307Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:01:17.8288673Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:01:17.8289046Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:01:17.8289443Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:01:17.8289841Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:01:17.8290264Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:01:17.8290729Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:01:17.8291361Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:01:17.8291749Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:01:17.8292101Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:01:17.8292471Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:01:17.8292860Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:01:17.8293248Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:01:17.8293846Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:01:17.8294279Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:01:17.8294717Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:01:17.8295134Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:01:17.8295514Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:01:17.8295905Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:01:17.8296445Z 	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-20T19:01:17.8297021Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:01:17.8297474Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:01:17.8297913Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:01:17.8298333Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:01:17.8298725Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:01:17.8299115Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:01:17.8299505Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:01:17.8299904Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:01:17.8300324Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:01:17.8300702Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:01:17.8301090Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:01:17.8301760Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:01:17.8302171Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:01:17.8302574Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:01:17.8303035Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:01:17.8303592Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:01:17.8303978Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:01:17.8304347Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:01:17.8304729Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:01:17.8305099Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:01:17.8305467Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:01:17.8305895Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:01:17.8306338Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:01:17.8306735Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:01:17.8307130Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:01:17.8307704Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:01:17.8308083Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:01:17.8308457Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:01:17.8308837Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:01:17.8309235Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:01:17.8309675Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:01:17.8310119Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:01:17.8310538Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:01:17.8310936Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:01:17.8311336Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:01:17.8311763Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:01:17.8312147Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:01:17.8312496Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:01:17.8312841Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:01:17.8313201Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:01:17.8313732Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:01:17.8314090Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:01:17.8314456Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:01:17.8314849Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:01:17.8315233Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:01:17.8315591Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:01:17.8315936Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:01:17.8316310Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:01:17.8316706Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:01:17.8317080Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:01:17.8317437Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:01:17.8317998Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:01:17.8318404Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:01:17.8318781Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:01:17.8319124Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:01:17.8319491Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:01:17.8319882Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:01:17.8320255Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:01:17.8320626Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:01:17.8320997Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:01:17.8321380Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:01:17.8321786Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:01:17.8322205Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:01:17.8322599Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:01:17.8322950Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:01:17.8323294Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:01:17.8323955Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:01:17.8324372Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:01:17.8324870Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:01:17.8325337Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:01:17.8325810Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:01:17.8326313Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:01:17.8326745Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:01:17.8327116Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:01:17.8327500Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:01:17.8327889Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:01:17.8328276Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:01:17.8328663Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:01:17.8329041Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:01:17.8329414Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:01:17.8329804Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:01:17.8330242Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:01:17.8330667Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:01:17.8331039Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:01:17.8331435Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:01:17.8331863Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:01:17.8332237Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:01:17.8332585Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:01:17.8332970Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:01:17.8333566Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:01:17.8334234Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:01:17.8334666Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:01:17.8335086Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:01:17.8335511Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:01:17.8335941Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:01:18.1815703Z info: downloading installer
2025-08-20T19:01:18.3353937Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:01:18.3354315Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:01:18.3354677Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:01:18.3355088Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:01:18.3549783Z info: profile set to 'default'
2025-08-20T19:01:18.3550249Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T19:01:18.3550623Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:01:18.4094380Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:01:18.5133027Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:01:18.5429364Z info: downloading component 'clippy'
2025-08-20T19:01:18.6159827Z info: downloading component 'rustfmt'
2025-08-20T19:01:18.6745993Z info: downloading component 'cargo'
2025-08-20T19:01:18.7865423Z info: downloading component 'rust-std'
2025-08-20T19:01:19.0793143Z info: downloading component 'rustc'
2025-08-20T19:01:19.6757940Z info: removing previous version of component 'clippy'
2025-08-20T19:01:19.6872861Z info: removing previous version of component 'rustfmt'
2025-08-20T19:01:19.6925912Z info: removing previous version of component 'cargo'
2025-08-20T19:01:19.7101527Z info: removing previous version of component 'rust-std'
2025-08-20T19:01:19.7200849Z info: removing previous version of component 'rustc'
2025-08-20T19:01:19.7382326Z info: installing component 'clippy'
2025-08-20T19:01:20.0047790Z info: installing component 'rustfmt'
2025-08-20T19:01:20.2049452Z info: installing component 'cargo'
2025-08-20T19:01:20.6973282Z info: installing component 'rust-std'
2025-08-20T19:01:22.0022928Z info: installing component 'rustc'
2025-08-20T19:01:24.7609813Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:01:24.7610144Z 
2025-08-20T19:01:24.7685085Z   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-20T19:01:24.7685511Z 
2025-08-20T19:01:24.7685515Z 
2025-08-20T19:01:24.7685601Z Rust is installed now. Great!
2025-08-20T19:01:24.7685742Z 
2025-08-20T19:01:24.7685916Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:01:24.7686311Z environment variable. This has not been done automatically.
2025-08-20T19:01:24.7686528Z 
2025-08-20T19:01:24.7686655Z To configure your current shell, you need to source
2025-08-20T19:01:24.7686938Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:01:24.7687113Z 
2025-08-20T19:01:24.7687282Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:01:24.7687663Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:01:24.7687955Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:01:24.7688232Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:01:24.7850727Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:01:24.8165217Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:01:24.8165496Z 
2025-08-20T19:01:24.8235287Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:01:24.8235579Z 
2025-08-20T19:01:24.8637472Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:01:24.9008547Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:01:24.9266583Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:01:24.9266982Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:01:24.9267332Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:01:24.9267681Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:01:24.9268060Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:01:24.9268471Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:01:24.9268842Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:01:24.9269201Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:01:24.9269547Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:01:24.9269872Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:01:24.9270237Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:01:24.9270622Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:01:24.9271007Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:01:24.9271415Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:01:24.9271805Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:01:24.9272628Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:01:24.9273028Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:01:24.9273580Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:01:24.9273994Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:01:24.9274452Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:01:24.9274903Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:01:24.9275283Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:01:24.9275698Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:01:24.9276090Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:01:24.9276435Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:01:24.9276825Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:01:24.9277252Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:01:24.9277670Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:01:24.9278073Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:01:24.9278485Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:01:24.9278906Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:01:24.9279332Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:01:24.9279759Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:01:24.9280179Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:01:24.9280619Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:01:24.9281048Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:01:24.9281452Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:01:24.9281862Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:01:24.9282259Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:01:24.9282661Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:01:24.9283357Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:01:24.9284472Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:01:24.9284879Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:01:24.9285270Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:01:24.9285720Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:01:24.9286196Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:01:24.9286661Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:01:24.9287148Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:01:24.9287592Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:01:24.9288018Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:01:24.9288434Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:01:24.9288841Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:01:24.9289255Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:01:24.9289655Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:01:24.9290245Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:01:24.9290604Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:01:24.9290976Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:01:24.9291365Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:01:24.9291768Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:01:24.9292150Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:01:24.9292558Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:01:24.9292992Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:01:24.9293762Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:01:24.9294171Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:01:24.9294591Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:01:24.9295018Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:01:24.9295417Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:01:24.9295808Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:01:24.9296241Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:01:24.9296739Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:01:24.9297235Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:01:24.9297692Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:01:24.9298107Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:01:24.9298492Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:01:24.9298877Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:01:24.9299275Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:01:24.9299672Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:01:24.9300131Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:01:24.9300833Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:01:24.9301364Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:01:24.9301849Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:01:24.9302283Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:01:24.9302687Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:01:24.9303077Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:01:24.9303638Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:01:24.9304042Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:01:24.9304428Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:01:24.9304842Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:01:24.9305267Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:01:24.9305648Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:01:24.9306012Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:01:24.9306411Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:01:24.9306991Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:01:24.9307364Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:01:24.9307730Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:01:24.9308117Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:01:24.9308496Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:01:24.9308842Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:01:24.9309219Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:01:24.9309623Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:01:24.9310004Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:01:24.9310362Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:01:24.9310716Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:01:24.9311090Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:01:24.9311471Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:01:24.9311864Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:01:24.9312252Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:01:24.9312637Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:01:24.9313019Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:01:24.9313652Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:01:24.9314103Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:01:24.9314478Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:01:24.9314829Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:01:24.9315180Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:01:24.9315529Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:01:24.9315887Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:01:24.9316233Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:01:24.9316600Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:01:24.9317196Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:01:24.9317644Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:01:24.9318074Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:01:24.9318474Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:01:24.9318863Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:01:24.9319251Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:01:24.9319635Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:01:24.9320034Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:01:24.9320435Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:01:24.9320814Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:01:24.9321207Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:01:24.9321615Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:01:24.9322050Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:01:24.9322477Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:01:24.9322862Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:01:24.9323599Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:01:24.9324021Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:01:24.9324425Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:01:24.9324825Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:01:24.9325217Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:01:24.9325618Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:01:24.9326019Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:01:24.9326430Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:01:24.9326784Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:01:24.9327146Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:01:24.9327544Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:01:24.9327933Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:01:24.9328330Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:01:24.9328713Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:01:24.9329081Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:01:24.9329457Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:01:24.9329834Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:01:24.9330219Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:01:24.9330638Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:01:24.9331077Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:01:24.9331473Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:01:24.9331842Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:01:24.9332228Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:01:24.9332646Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:01:24.9333068Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:01:24.9333817Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:01:24.9334195Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:01:24.9334615Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:01:24.9335039Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:01:24.9335442Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:01:24.9335824Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:01:24.9336202Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:01:24.9336579Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:01:24.9336995Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:01:24.9337458Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:01:24.9337874Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:01:24.9338240Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:01:24.9338597Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:01:24.9339036Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:01:24.9339533Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:01:24.9340120Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:01:24.9340492Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:01:24.9340952Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:01:24.9341485Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:01:24.9341988Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:01:24.9342419Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:01:24.9342777Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:01:24.9343156Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:01:24.9343756Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:01:24.9344179Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:01:24.9344580Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:01:24.9344948Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:01:24.9345321Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:01:24.9345718Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:01:24.9346120Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:01:24.9346509Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:01:24.9346904Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:01:24.9347296Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:01:24.9347687Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:01:24.9348105Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:01:24.9348545Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:01:24.9348968Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:01:24.9349355Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:01:24.9349724Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:01:24.9350305Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:01:24.9350712Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:01:24.9351102Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:01:24.9351519Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:01:24.9351981Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:01:24.9352430Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:01:24.9352831Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:01:24.9353217Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:01:24.9353743Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:01:24.9354121Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:01:24.9354492Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:01:24.9354875Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:01:24.9355254Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:01:24.9355697Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:01:24.9356164Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:01:24.9356780Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:01:24.9357297Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:01:24.9357802Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:01:24.9358302Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:01:24.9358741Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:01:24.9359101Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:01:24.9359460Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:01:24.9359839Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:01:24.9360213Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:01:24.9360583Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:01:24.9360959Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:01:24.9361341Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:01:24.9361722Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:01:24.9362095Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:01:24.9362468Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:01:24.9362864Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:01:24.9363250Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:01:24.9363817Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:01:24.9364257Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:01:24.9364677Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:01:24.9365089Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:01:24.9365492Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:01:24.9365902Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:01:24.9366318Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:01:24.9366874Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:01:24.9367261Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:01:24.9367770Z 	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-20T19:01:24.9368285Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:01:24.9368652Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:01:24.9369026Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:01:24.9369389Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:01:24.9369786Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:01:24.9370217Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:01:24.9370636Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:01:24.9371066Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:01:24.9371467Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:01:24.9371869Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:01:24.9372291Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:01:24.9372847Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:01:24.9373234Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:01:24.9373806Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:01:24.9374294Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:01:24.9374791Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:01:24.9375258Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:01:24.9375667Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:01:24.9376068Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:01:24.9376541Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:01:24.9377024Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:01:24.9377435Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:01:24.9377866Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:01:24.9378315Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:01:24.9378721Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:01:24.9379080Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:01:24.9379429Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:01:24.9379799Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:01:24.9380179Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:01:24.9380540Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:01:24.9380892Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:01:24.9381265Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:01:24.9381625Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:01:24.9381980Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:01:24.9382341Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:01:24.9382697Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:01:24.9383295Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:01:24.9383832Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:01:24.9384190Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:01:24.9384544Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:01:24.9384897Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:01:24.9385256Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:01:24.9385629Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:01:24.9385993Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:01:24.9386349Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:01:24.9386720Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:01:24.9387138Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:01:24.9387571Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:01:24.9387972Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:01:24.9388332Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:01:24.9388710Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:01:24.9389134Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:01:24.9389712Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:01:24.9390070Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:01:24.9390434Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:01:24.9390787Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:01:24.9391128Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:01:24.9391476Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:01:24.9391829Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:01:24.9392195Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:01:24.9392553Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:01:24.9392894Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:01:24.9393233Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:01:24.9393795Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:01:24.9394203Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:01:24.9394597Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:01:24.9394988Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:01:24.9395383Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:01:24.9395800Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:01:24.9396297Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:01:24.9396907Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:01:24.9397536Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:01:24.9398068Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:01:24.9398535Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:01:24.9399014Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:01:24.9399532Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:01:24.9400410Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:01:24.9400994Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:01:24.9401484Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:01:24.9401929Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:01:24.9402295Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:01:24.9402663Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:01:24.9403031Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:01:24.9403531Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:01:24.9403922Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:01:24.9404309Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:01:24.9404692Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:01:24.9405073Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:01:24.9405462Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:01:24.9405832Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:01:24.9406375Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:01:24.9406752Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:01:24.9407140Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:01:24.9407532Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:01:24.9407936Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:01:24.9408346Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:01:24.9408710Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:01:24.9409097Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:01:24.9409504Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:01:24.9409909Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:01:24.9410346Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:01:24.9410769Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:01:24.9411137Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:01:24.9411506Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:01:24.9411885Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:01:24.9412255Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:01:24.9412640Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:01:24.9413027Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:01:24.9413545Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:01:24.9413935Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:01:24.9414299Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:01:24.9414662Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:01:24.9415206Z 	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-20T19:01:24.9415914Z 	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-20T19:01:24.9416779Z 	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-20T19:01:24.9417462Z 	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-20T19:01:24.9417983Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:01:24.9418358Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:01:24.9418765Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:01:24.9419161Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:01:24.9419531Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:01:24.9419903Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:01:24.9420262Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:01:24.9420641Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:01:24.9421014Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:01:24.9421387Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:01:24.9421762Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:01:24.9422147Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:01:24.9422695Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:01:24.9423086Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:01:24.9423604Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:01:24.9424001Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:01:24.9424376Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:01:24.9424764Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:01:24.9425163Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:01:24.9425557Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:01:24.9425951Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:01:24.9426334Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:01:24.9426754Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:01:24.9427183Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:01:24.9427580Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:01:24.9428016Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:01:24.9428470Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:01:24.9428874Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:01:24.9429242Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:01:24.9429621Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:01:24.9430016Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:01:24.9430425Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:01:24.9430829Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:01:24.9431210Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:01:24.9431598Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:01:24.9432064Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:01:24.9432530Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:01:24.9433132Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:01:24.9433685Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:01:24.9434134Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:01:24.9434576Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:01:24.9435051Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:01:24.9435536Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:01:24.9435971Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:01:24.9436404Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:01:24.9436797Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:01:24.9437185Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:01:24.9437601Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:01:24.9437980Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:01:24.9438352Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:01:24.9438754Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:01:24.9439326Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:01:24.9439723Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:01:24.9440137Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:01:24.9440526Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:01:24.9440897Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:01:24.9441267Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:01:24.9441617Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:01:24.9441998Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:01:24.9442412Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:01:24.9442800Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:01:24.9443251Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:01:24.9443851Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:01:24.9444249Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:01:24.9444679Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:01:24.9445094Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:01:24.9445499Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:01:24.9445905Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:01:24.9446256Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:01:24.9446612Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:01:24.9446999Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:01:24.9447394Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:01:24.9447769Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:01:24.9448124Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:01:24.9448467Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:01:24.9448812Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:01:24.9449515Z 	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-20T19:01:24.9450046Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:01:24.9450425Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:01:24.9450801Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:01:24.9451195Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:01:24.9451604Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:01:24.9452010Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:01:24.9452409Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:01:24.9452816Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:01:24.9453226Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:01:24.9453746Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:01:24.9454111Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:01:24.9454467Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:01:24.9454838Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:01:24.9455255Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:01:24.9455845Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:01:24.9456239Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:01:24.9456655Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:01:24.9457088Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:01:24.9457484Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:01:24.9457853Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:01:24.9458198Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:01:24.9458540Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:01:24.9458903Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:01:24.9459274Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:01:24.9459650Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:01:24.9460049Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:01:24.9460460Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:01:24.9460913Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:01:24.9461348Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:01:24.9461723Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:01:24.9462108Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:01:24.9462498Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:01:24.9462886Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:01:24.9463263Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:01:24.9463783Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:01:24.9464223Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:01:24.9464709Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:01:24.9465133Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:01:24.9465502Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:01:24.9466080Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:01:24.9466507Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:01:24.9466896Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:01:24.9467266Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:01:24.9467662Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:01:24.9468037Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:01:24.9468378Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:01:24.9468729Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:01:24.9469123Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:01:24.9469541Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:01:24.9469918Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:01:24.9470298Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:01:24.9470738Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:01:24.9471176Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:01:24.9471764Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:01:24.9472154Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:01:24.9472663Z 	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-20T19:01:24.9473169Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:01:24.9473700Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:01:24.9474117Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:01:24.9474539Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:01:24.9475054Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:01:24.9475636Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:01:24.9476248Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:01:24.9476894Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:01:24.9477538Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:01:24.9478163Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:01:24.9478786Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:01:24.9479366Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:01:24.9479846Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:01:24.9480287Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:01:24.9480726Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:01:24.9481153Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:01:24.9481625Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:01:24.9482050Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:01:24.9482424Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:01:24.9482991Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:01:24.9483497Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:01:24.9483889Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:01:24.9484292Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:01:24.9484705Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:01:24.9485069Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:01:24.9485451Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:01:24.9485911Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:01:24.9486400Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:01:24.9486883Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:01:24.9487372Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:01:24.9487821Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:01:24.9488235Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:01:24.9488646Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:01:24.9489229Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:01:24.9489658Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:01:24.9490079Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:01:24.9490465Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:01:24.9490844Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:01:24.9491221Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:01:24.9491591Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:01:24.9492025Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:01:24.9492460Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:01:24.9492862Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:01:24.9493274Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:01:24.9493881Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:01:24.9494326Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:01:24.9494769Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:01:24.9495198Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:01:24.9495597Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:01:24.9495965Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:01:24.9496352Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:01:24.9496718Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:01:24.9497084Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:01:24.9497485Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:01:24.9497882Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:01:24.9498306Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:01:24.9498780Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:01:24.9499413Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:01:24.9499820Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:01:24.9500171Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:01:24.9500538Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:01:24.9500928Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:01:24.9501316Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:01:24.9501701Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:01:24.9502124Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:01:24.9502566Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:01:24.9502974Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:01:24.9503360Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:01:24.9503883Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:01:24.9504423Z 	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-20T19:01:24.9504998Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:01:24.9505446Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:01:24.9506046Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:01:24.9506467Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:01:24.9506859Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:01:24.9507244Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:01:24.9507634Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:01:24.9508031Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:01:24.9508430Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:01:24.9508806Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:01:24.9509193Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:01:24.9509595Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:01:24.9509962Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:01:24.9510366Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:01:24.9510827Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:01:24.9511246Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:01:24.9511624Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:01:24.9511998Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:01:24.9512381Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:01:24.9512755Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:01:24.9513123Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:01:24.9513749Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:01:24.9514200Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:01:24.9514602Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:01:24.9514996Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:01:24.9515390Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:01:24.9515976Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:01:24.9516367Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:01:24.9516752Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:01:24.9517151Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:01:24.9517592Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:01:24.9518040Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:01:24.9518460Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:01:24.9518855Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:01:24.9519258Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:01:24.9519679Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:01:24.9520065Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:01:24.9520422Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:01:24.9520768Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:01:24.9521129Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:01:24.9521501Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:01:24.9522082Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:01:24.9522451Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:01:24.9522841Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:01:24.9523218Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:01:24.9523763Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:01:24.9524119Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:01:24.9524493Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:01:24.9524887Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:01:24.9525260Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:01:24.9525620Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:01:24.9525981Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:01:24.9526359Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:01:24.9526734Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:01:24.9527079Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:01:24.9527446Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:01:24.9527834Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:01:24.9528215Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:01:24.9528590Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:01:24.9528964Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:01:24.9529344Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:01:24.9529742Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:01:24.9530166Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:01:24.9530564Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:01:24.9530917Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:01:24.9531262Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:01:24.9531605Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:01:24.9532259Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:01:24.9532782Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:01:24.9533249Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:01:24.9533926Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:01:24.9534431Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:01:24.9534869Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:01:24.9535244Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:01:24.9535631Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:01:24.9536019Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:01:24.9536408Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:01:24.9536791Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:01:24.9537173Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:01:24.9537544Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:01:24.9537933Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:01:24.9538562Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:01:24.9538991Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:01:24.9539362Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:01:24.9539757Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:01:24.9540175Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:01:24.9540554Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:01:24.9540900Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:01:24.9541287Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:01:24.9541736Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:01:24.9542195Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:01:24.9542614Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:01:24.9543030Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:01:24.9543590Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:01:24.9544033Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:01:24.9544377Z 
2025-08-20T19:01:24.9544381Z 
2025-08-20T19:01:24.9544777Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:01:24 PM)
2025-08-20T19:01:24.9545131Z 
2025-08-20T19:01:24.9545135Z 
2025-08-20T19:01:24.9545138Z 
2025-08-20T19:01:24.9545206Z [+] Continue : YES
2025-08-20T19:01:24.9545307Z 
2025-08-20T19:01:24.9545538Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:01:24.9944474Z 
2025-08-20T19:01:24.9944926Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:01:24 PM) UTC
2025-08-20T19:01:24.9959748Z 
2025-08-20T19:01:24.9959756Z 
2025-08-20T19:01:24.9959922Z [+] Total RECIPES :: 1
2025-08-20T19:01:24.9960083Z 
2025-08-20T19:01:25.0035431Z 
2025-08-20T19:01:25.0053245Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml (1/1)
2025-08-20T19:01:25.0053968Z 
2025-08-20T19:01:25.0474283Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:01:25.0484063Z mode of '/tmp/pkgforge/LgAI3MIk3_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:01:25.0530970Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable [Provided]
2025-08-20T19:01:25.0531398Z [+] Setting '.pkg_family' --> bin-graph [Provided]
2025-08-20T19:01:25.0544087Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:01:25.0548970Z [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-20T19:01:25.0576079Z [00:00:00.003]➜  
2025-08-20T19:01:25.0576604Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:01:25.0577013Z [00:00:00.003]➜  
2025-08-20T19:01:25.0612315Z [00:00:00.006]➜  
2025-08-20T19:01:25.0612812Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:01:25.0613214Z [00:00:00.006]➜  
2025-08-20T19:01:25.0689982Z [00:00:00.014]➜  
2025-08-20T19:01:25.0690972Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/bin-graph/static.ppkg.stable.yaml) --> /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:01:25 PM) UTC]
2025-08-20T19:01:25.0691761Z [00:00:00.014]➜  
2025-08-20T19:01:25.0691937Z [00:00:00.014]➜  
2025-08-20T19:01:25.0692548Z [00:00:00.014]➜  
2025-08-20T19:01:25.0692830Z [00:00:00.014]➜  ###################################################################
2025-08-20T19:01:25.0699262Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:01:25.0700469Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:01:25.0701117Z [00:00:00.015]➜  _disabled: false
2025-08-20T19:01:25.0701354Z [00:00:00.015]➜  
2025-08-20T19:01:25.0701563Z [00:00:00.015]➜  pkg: "bin-graph"
2025-08-20T19:01:25.0701873Z [00:00:00.015]➜  pkg_id: "ppkg.bin-graph.stable"
2025-08-20T19:01:25.0702161Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T19:01:25.0702403Z [00:00:00.015]➜  category:
2025-08-20T19:01:25.0703069Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T19:01:25.0703536Z [00:00:00.015]➜    - "Utility"
2025-08-20T19:01:25.0703849Z [00:00:00.015]➜  description: "Visualize binary files"
2025-08-20T19:01:25.0704133Z [00:00:00.015]➜  homepage:
2025-08-20T19:01:25.0704438Z [00:00:00.015]➜    - "https://github.com/8dcc/bin-graph"
2025-08-20T19:01:25.0704756Z [00:00:00.015]➜  license:
2025-08-20T19:01:25.0704985Z [00:00:00.015]➜    - id: "GPL-3.0"
2025-08-20T19:01:25.0705522Z [00:00:00.015]➜      url: "https://github.com/8dcc/bin-graph/raw/e7f5a764fd3f32ba04aa254ba40eb2572cfd87e0/LICENSE"
2025-08-20T19:01:25.0705976Z [00:00:00.015]➜  maintainer:
2025-08-20T19:01:25.0706293Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:01:25.0706656Z [00:00:00.015]➜  note:
2025-08-20T19:01:25.0706975Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:01:25.0707562Z [00:00:00.015]➜    - "Built Using ppkg. Check/Report @ https://github.com/leleliu008/ppkg-formula-repository-official-core"
2025-08-20T19:01:25.0708033Z [00:00:00.015]➜  provides:
2025-08-20T19:01:25.0708290Z [00:00:00.015]➜    - "bin-graph"
2025-08-20T19:01:25.0708542Z [00:00:00.015]➜  repology:
2025-08-20T19:01:25.0708778Z [00:00:00.015]➜    - "bin-graph"
2025-08-20T19:01:25.0709006Z [00:00:00.015]➜  src_url:
2025-08-20T19:01:25.0709280Z [00:00:00.015]➜    - "https://github.com/8dcc/bin-graph"
2025-08-20T19:01:25.0709598Z [00:00:00.015]➜  tag:
2025-08-20T19:01:25.0709816Z [00:00:00.015]➜    - "Utility"
2025-08-20T19:01:25.0710077Z [00:00:00.015]➜  x_exec:
2025-08-20T19:01:25.0710334Z [00:00:00.015]➜    bsys: "docker://ppkg"
2025-08-20T19:01:25.0710585Z [00:00:00.015]➜    host:
2025-08-20T19:01:25.0710837Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T19:01:25.0711144Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T19:01:25.0711731Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T19:01:25.0712051Z [00:00:00.015]➜    shell: "bash"
2025-08-20T19:01:25.0712286Z [00:00:00.015]➜    pkgver: |
2025-08-20T19:01:25.0712646Z [00:00:00.015]➜      curl -qfsSL "https://meta.pkgforge.dev/misc/PPKG.json" |\
2025-08-20T19:01:25.0713154Z [00:00:00.015]➜       jq -r '(map(select(.pkg == "bin-graph" and .version != "")) | first) // 
2025-08-20T19:01:25.0714048Z [00:00:00.015]➜       (map(select((.pkg | test("^bin-graph"; "i")) and .version != "")) | first) | .version // empty' | tr -d '"'\''[:space:]'
2025-08-20T19:01:25.0714486Z [00:00:00.015]➜    run: |
2025-08-20T19:01:25.0714697Z [00:00:00.015]➜      #Build
2025-08-20T19:01:25.0715289Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T19:01:25.0716018Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:01:25.0716652Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:01:25.0717108Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:01:25.0717486Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine:aarch64" \
2025-08-20T19:01:25.0717792Z [00:00:00.015]➜        sh -c '
2025-08-20T19:01:25.0718324Z [00:00:00.015]➜        #Setup ENV
2025-08-20T19:01:25.0718663Z [00:00:00.015]➜         mkdir -p "/build-bins" && cd "$(mktemp -d)" &>/dev/null
2025-08-20T19:01:25.0719082Z [00:00:00.015]➜         apk update && apk upgrade --no-interactive 2>/dev/null
2025-08-20T19:01:25.0719542Z [00:00:00.015]➜         apk del ninja-is-really-ninja --force --no-interactive 2>/dev/null
2025-08-20T19:01:25.0719931Z [00:00:00.015]➜         apk cache clean --purge
2025-08-20T19:01:25.0720204Z [00:00:00.015]➜        #CoreUtils
2025-08-20T19:01:25.0721086Z [00:00:00.015]➜         apk add 7zip bash binutils build-base clang coreutils croc curl findutils file g++ git grep jq libc-dev linux-headers micro moreutils rsync tar tree util-linux xz zstd --latest --upgrade --no-interactive 2>/dev/null
2025-08-20T19:01:25.0721994Z [00:00:00.015]➜        #ppkg
2025-08-20T19:01:25.0722493Z [00:00:00.015]➜         curl -qfsSL "https://raw.githubusercontent.com/leleliu008/ppkg/master/ppkg" -o "/usr/local/bin/ppkg"
2025-08-20T19:01:25.0723028Z [00:00:00.015]➜         chmod -v "a+x" "/usr/local/bin/ppkg"
2025-08-20T19:01:25.0723317Z [00:00:00.015]➜         ppkg setup
2025-08-20T19:01:25.0724908Z [00:00:00.015]➜         ppkg update
2025-08-20T19:01:25.0725414Z [00:00:00.015]➜         [ -d "${HOME}/.ppkg/repos.d/official-core/" ] && git -C "${HOME}/.ppkg/repos.d/official-core/" reset --hard
2025-08-20T19:01:25.0726173Z [00:00:00.015]➜        #Build: https://github.com/leleliu008/ppkg-formula-repository-official-core/raw/master/formula/bin-graph.yml
2025-08-20T19:01:25.0726884Z [00:00:00.015]➜         ppkg install "bin-graph" --profile="release" -j "$(($(nproc)+1))" --static
2025-08-20T19:01:25.0727329Z [00:00:00.015]➜         ppkg tree "bin-graph" --dirsfirst -L 5
2025-08-20T19:01:25.0727619Z [00:00:00.015]➜        #Copy
2025-08-20T19:01:25.0728168Z [00:00:00.015]➜         PPKG_BINDIR="$(ppkg tree "bin-graph" --dirsfirst -L 1 | grep -o "/.*/.*" 2>/dev/null | tail -n1 | xargs realpath | tr -d "[:space:]")"
2025-08-20T19:01:25.0728811Z [00:00:00.015]➜         echo "${PPKG_BINDIR}" | grep -qi "ppkg" && [ -d "${PPKG_BINDIR}" ] || exit 1
2025-08-20T19:01:25.0729352Z [00:00:00.015]➜         rsync -achLv --exclude="*/" "${PPKG_BINDIR}/bin/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:25.0729887Z [00:00:00.015]➜         rsync -achLv --exclude="*/" "${PPKG_BINDIR}/libexec/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:25.0730423Z [00:00:00.015]➜         rsync -achLv --exclude="*/" "${PPKG_BINDIR}/sbin/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:25.0730797Z [00:00:00.015]➜        #strip & info
2025-08-20T19:01:25.0731561Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:01:25.0732330Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:01:25.0733012Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:01:25.0733809Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:01:25.0734375Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:01:25.0734790Z [00:00:00.015]➜        '
2025-08-20T19:01:25.0735010Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T19:01:25.0735362Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:01:25.0735913Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:01:25.0736976Z [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-20T19:01:25.0737745Z [00:00:00.015]➜  
2025-08-20T19:01:25.0738165Z [00:00:00.015]➜  
2025-08-20T19:01:25.0738442Z [00:00:00.015]➜  ###################################################################
2025-08-20T19:01:25.0738714Z [00:00:00.015]➜  
2025-08-20T19:01:25.0738894Z [00:00:00.015]➜  
2025-08-20T19:01:25.0739070Z [00:00:00.015]➜  
2025-08-20T19:01:25.0739545Z [00:00:00.016]➜  '/tmp/pkgforge/LgAI3MIk3_build.yaml' -> '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:01:27.1754993Z [00:00:02.120]➜  '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.version' -> '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.version'
2025-08-20T19:01:27.1804259Z [00:00:02.125]➜  [+] Version: 2025.08.20 ('.x_exec.pkgver') [/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.version]
2025-08-20T19:01:27.1984071Z [00:00:02.143]➜  [+] Progs: bin-graph
2025-08-20T19:01:29.0396567Z [00:00:03.985]➜  
2025-08-20T19:01:29.0396934Z [00:00:03.985]➜  [-] Missing packages. Found: 
2025-08-20T19:01:29.0397323Z [00:00:03.985]➜  [+] Expected: bin-graph
2025-08-20T19:01:29.0397613Z [00:00:03.985]➜  [+] Continuing with build...
2025-08-20T19:01:29.0397864Z [00:00:03.985]➜  
2025-08-20T19:01:29.3636577Z [00:00:04.309]➜  
2025-08-20T19:01:29.3636884Z [00:00:04.309]➜  
2025-08-20T19:01:29.3708035Z [00:00:04.316]➜  + mkdir -pv /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:01:29.3721361Z [00:00:04.317]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=bin-graph -e PKG_ID=ppkg.bin-graph.stable -e PKG_TYPE=static -e PKG_VER=2025.08.20 -e PKGVER=2025.08.20 -e SBUILD_PKG=bin-graph.static -e SBUILD_PKGVER=2025.08.20 --volume /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine:aarch64 sh -c '
2025-08-20T19:01:29.3723063Z [00:00:04.317]➜    #Setup ENV
2025-08-20T19:01:29.3724227Z [00:00:04.317]➜     mkdir -p "/build-bins" && cd "$(mktemp -d)" &>/dev/null
2025-08-20T19:01:29.3724789Z [00:00:04.317]➜     apk update && apk upgrade --no-interactive 2>/dev/null
2025-08-20T19:01:29.3725255Z [00:00:04.317]➜     apk del ninja-is-really-ninja --force --no-interactive 2>/dev/null
2025-08-20T19:01:29.3725649Z [00:00:04.317]➜     apk cache clean --purge
2025-08-20T19:01:29.3725908Z [00:00:04.317]➜    #CoreUtils
2025-08-20T19:01:29.3726791Z [00:00:04.317]➜     apk add 7zip bash binutils build-base clang coreutils croc curl findutils file g++ git grep jq libc-dev linux-headers micro moreutils rsync tar tree util-linux xz zstd --latest --upgrade --no-interactive 2>/dev/null
2025-08-20T19:01:29.3728079Z [00:00:04.317]➜    #ppkg
2025-08-20T19:01:29.3728660Z [00:00:04.317]➜     curl -qfsSL "https://raw.githubusercontent.com/leleliu008/ppkg/master/ppkg" -o "/usr/local/bin/ppkg"
2025-08-20T19:01:29.3729180Z [00:00:04.317]➜     chmod -v "a+x" "/usr/local/bin/ppkg"
2025-08-20T19:01:29.3729462Z [00:00:04.317]➜     ppkg setup
2025-08-20T19:01:29.3729693Z [00:00:04.317]➜     ppkg update
2025-08-20T19:01:29.3730176Z [00:00:04.317]➜     [ -d "${HOME}/.ppkg/repos.d/official-core/" ] && git -C "${HOME}/.ppkg/repos.d/official-core/" reset --hard
2025-08-20T19:01:29.3730919Z [00:00:04.317]➜    #Build: https://github.com/leleliu008/ppkg-formula-repository-official-core/raw/master/formula/bin-graph.yml
2025-08-20T19:01:29.3731578Z [00:00:04.317]➜     ppkg install "bin-graph" --profile="release" -j "$(($(nproc)+1))" --static
2025-08-20T19:01:29.3732003Z [00:00:04.317]➜     ppkg tree "bin-graph" --dirsfirst -L 5
2025-08-20T19:01:29.3732281Z [00:00:04.317]➜    #Copy
2025-08-20T19:01:29.3732819Z [00:00:04.317]➜     PPKG_BINDIR="$(ppkg tree "bin-graph" --dirsfirst -L 1 | grep -o "/.*/.*" 2>/dev/null | tail -n1 | xargs realpath | tr -d "[:space:]")"
2025-08-20T19:01:29.3733725Z [00:00:04.317]➜     echo "${PPKG_BINDIR}" | grep -qi "ppkg" && [ -d "${PPKG_BINDIR}" ] || exit 1
2025-08-20T19:01:29.3734305Z [00:00:04.317]➜     rsync -achLv --exclude="*/" "${PPKG_BINDIR}/bin/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:29.3735187Z [00:00:04.317]➜     rsync -achLv --exclude="*/" "${PPKG_BINDIR}/libexec/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:29.3735720Z [00:00:04.317]➜     rsync -achLv --exclude="*/" "${PPKG_BINDIR}/sbin/." "/build-bins/." 2>/dev/null
2025-08-20T19:01:29.3736094Z [00:00:04.317]➜    #strip & info
2025-08-20T19:01:29.3736578Z [00:00:04.317]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:01:29.3737256Z [00:00:04.317]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:01:29.3737922Z [00:00:04.317]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:01:29.3738501Z [00:00:04.317]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:01:29.3739090Z [00:00:04.317]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:01:29.3739488Z [00:00:04.317]➜    '
2025-08-20T19:01:29.8899652Z [00:00:04.835]➜  aarch64: Pulling from pkgforge/devscripts/alpine
2025-08-20T19:01:30.0764788Z [00:00:05.021]➜  b2e6f696af52: Pulling fs layer
2025-08-20T19:01:30.0765175Z [00:00:05.022]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T19:01:30.3939158Z [00:00:05.339]➜  b2e6f696af52: Verifying Checksum
2025-08-20T19:01:30.3939943Z [00:00:05.339]➜  b2e6f696af52: Download complete
2025-08-20T19:01:30.4602993Z [00:00:05.405]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T19:01:30.4603579Z [00:00:05.405]➜  996f2cb07f7c: Download complete
2025-08-20T19:01:30.4862096Z [00:00:05.431]➜  b2e6f696af52: Pull complete
2025-08-20T19:01:34.1509020Z [00:00:09.096]➜  996f2cb07f7c: Pull complete
2025-08-20T19:01:34.1699597Z [00:00:09.115]➜  Digest: sha256:730c12888c0b52c14d0b7b9328cfa5cfd8ae79ad31abd30e16b1d8d7c7ed9049
2025-08-20T19:01:34.1783593Z [00:00:09.123]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine:aarch64
2025-08-20T19:01:35.4361707Z [00:00:10.381]➜  v3.23.0_alpha20250612-4823-gffb07b1b915 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
2025-08-20T19:01:35.4363154Z [00:00:10.381]➜  v3.23.0_alpha20250612-4823-gffb07b1b915 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
2025-08-20T19:01:35.4364019Z [00:00:10.381]➜  v3.23.0_alpha20250612-4814-g5179ebb6491 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
2025-08-20T19:01:35.4364515Z [00:00:10.381]➜  OK: 34220 distinct packages available
2025-08-20T19:01:35.7458323Z [00:00:10.691]➜  Upgrading critical system libraries and apk-tools:
2025-08-20T19:01:35.7459356Z [00:00:10.691]➜  (1/2) Upgrading libapk (3.0.0_rc5_git20250715-r1 -> 3.0.0_rc5_git20250819-r0)
2025-08-20T19:01:35.8025760Z [00:00:10.748]➜  (2/2) Upgrading apk-tools (3.0.0_rc5_git20250715-r1 -> 3.0.0_rc5_git20250819-r0)
2025-08-20T19:01:35.8145433Z [00:00:10.760]➜  busybox-1.37.0-r22.trigger: Executing script...
2025-08-20T19:01:35.8538097Z [00:00:10.799]➜  Continuing the upgrade transaction with new apk-tools:
2025-08-20T19:01:36.1550501Z [00:00:11.100]➜  OK: 9 MiB in 19 packages
2025-08-20T19:01:36.4702435Z [00:00:11.415]➜  OK: 9 MiB in 19 packages
2025-08-20T19:01:37.0939183Z [00:00:12.039]➜  (  1/109) Installing libgcc (15.2.0-r0)
2025-08-20T19:01:37.1323095Z [00:00:12.077]➜  (  2/109) Installing libstdc++ (15.2.0-r0)
2025-08-20T19:01:37.1550198Z [00:00:12.100]➜  (  3/109) Installing 7zip (25.01-r0)
2025-08-20T19:01:37.1733878Z [00:00:12.118]➜  (  4/109) Installing ncurses-terminfo-base (6.5_p20250705-r0)
2025-08-20T19:01:37.1812481Z [00:00:12.126]➜  (  5/109) Installing libncursesw (6.5_p20250705-r0)
2025-08-20T19:01:37.1900649Z [00:00:12.135]➜  (  6/109) Installing readline (8.3.1-r0)
2025-08-20T19:01:37.1972691Z [00:00:12.142]➜  (  7/109) Installing bash (5.3.3-r1)
2025-08-20T19:01:37.2225836Z [00:00:12.168]➜  bash-5.3.3-r1.post-install: Executing script...
2025-08-20T19:01:37.2270651Z [00:00:12.172]➜  (  8/109) Installing jansson (2.14.1-r0)
2025-08-20T19:01:37.2338401Z [00:00:12.179]➜  (  9/109) Installing binutils (2.45-r0)
2025-08-20T19:01:37.2933946Z [00:00:12.238]➜  ( 10/109) Installing libmagic (5.46-r2)
2025-08-20T19:01:37.3186273Z [00:00:12.264]➜  ( 11/109) Installing file (5.46-r2)
2025-08-20T19:01:37.3245021Z [00:00:12.270]➜  ( 12/109) Installing libgomp (15.2.0-r0)
2025-08-20T19:01:37.3328570Z [00:00:12.278]➜  ( 13/109) Installing libatomic (15.2.0-r0)
2025-08-20T19:01:37.3392769Z [00:00:12.284]➜  ( 14/109) Installing gmp (6.3.0-r4)
2025-08-20T19:01:37.3484765Z [00:00:12.294]➜  ( 15/109) Installing isl26 (0.26-r1)
2025-08-20T19:01:37.3629130Z [00:00:12.308]➜  ( 16/109) Installing mpfr4 (4.2.2-r0)
2025-08-20T19:01:37.3730181Z [00:00:12.318]➜  ( 17/109) Installing mpc1 (1.3.1-r1)
2025-08-20T19:01:37.3799344Z [00:00:12.325]➜  ( 18/109) Installing gcc (15.2.0-r0)
2025-08-20T19:01:37.9546142Z [00:00:12.900]➜  ( 19/109) Installing libstdc++-dev (15.2.0-r0)
2025-08-20T19:01:38.0446006Z [00:00:12.990]➜  ( 20/109) Installing musl-dev (1.2.5-r20)
2025-08-20T19:01:38.0901858Z [00:00:13.035]➜  ( 21/109) Installing g++ (15.2.0-r0)
2025-08-20T19:01:38.2638812Z [00:00:13.209]➜  ( 22/109) Installing make (4.4.1-r3)
2025-08-20T19:01:38.2712540Z [00:00:13.216]➜  ( 23/109) Installing fortify-headers (1.1-r5)
2025-08-20T19:01:38.2778417Z [00:00:13.223]➜  ( 24/109) Installing patch (2.8-r0)
2025-08-20T19:01:38.2854568Z [00:00:13.231]➜  ( 25/109) Installing build-base (0.5-r3)
2025-08-20T19:01:38.2915630Z [00:00:13.237]➜  ( 26/109) Installing clang20-headers (20.1.8-r0)
2025-08-20T19:01:38.3328601Z [00:00:13.278]➜  ( 27/109) Installing libffi (3.5.2-r0)
2025-08-20T19:01:38.3396293Z [00:00:13.285]➜  ( 28/109) Installing xz-libs (5.8.1-r0)
2025-08-20T19:01:38.3514250Z [00:00:13.297]➜  ( 29/109) Installing libxml2 (2.13.8-r0)
2025-08-20T19:01:38.3638374Z [00:00:13.309]➜  ( 30/109) Installing llvm20-libs (20.1.8-r0)
2025-08-20T19:01:38.9511614Z [00:00:13.896]➜  ( 31/109) Installing clang20-libs (20.1.8-r0)
2025-08-20T19:01:41.4785666Z [00:00:16.424]➜  ( 32/109) Installing llvm20-linker-tools (20.1.8-r0)
2025-08-20T19:01:41.4862157Z [00:00:16.431]➜  ( 33/109) Installing clang20 (20.1.8-r0)
2025-08-20T19:01:41.5002405Z [00:00:16.445]➜  ( 34/109) Installing coreutils-env (9.7-r1)
2025-08-20T19:01:41.5066366Z [00:00:16.452]➜  ( 35/109) Installing coreutils-fmt (9.7-r1)
2025-08-20T19:01:41.5133322Z [00:00:16.458]➜  ( 36/109) Installing coreutils-sha512sum (9.7-r1)
2025-08-20T19:01:41.5201425Z [00:00:16.465]➜  ( 37/109) Installing acl-libs (2.3.2-r1)
2025-08-20T19:01:41.5301079Z [00:00:16.475]➜  ( 38/109) Installing libattr (2.5.2-r2)
2025-08-20T19:01:41.5364239Z [00:00:16.482]➜  ( 39/109) Installing skalibs-libs (2.14.4.0-r0)
2025-08-20T19:01:41.5432458Z [00:00:16.488]➜  ( 40/109) Installing utmps-libs (0.1.3.1-r0)
2025-08-20T19:01:41.5497374Z [00:00:16.495]➜  ( 41/109) Installing coreutils (9.7-r1)
2025-08-20T19:01:41.5717985Z [00:00:16.517]➜  ( 42/109) Installing croc (10.2.2-r2)
2025-08-20T19:01:42.5078267Z [00:00:17.453]➜  ( 43/109) Installing brotli-libs (1.1.0-r2)
2025-08-20T19:01:42.5188705Z [00:00:17.464]➜  ( 44/109) Installing c-ares (1.34.5-r0)
2025-08-20T19:01:42.5261644Z [00:00:17.471]➜  ( 45/109) Installing libunistring (1.3-r0)
2025-08-20T19:01:42.5421841Z [00:00:17.487]➜  ( 46/109) Installing libidn2 (2.3.8-r0)
2025-08-20T19:01:42.5489455Z [00:00:17.494]➜  ( 47/109) Installing nghttp2-libs (1.66.0-r0)
2025-08-20T19:01:42.5579405Z [00:00:17.503]➜  ( 48/109) Installing libpsl (0.21.5-r3)
2025-08-20T19:01:42.5642241Z [00:00:17.509]➜  ( 49/109) Installing libcurl (8.15.0-r1)
2025-08-20T19:01:42.5740146Z [00:00:17.519]➜  ( 50/109) Installing curl (8.15.0-r1)
2025-08-20T19:01:42.5838905Z [00:00:17.529]➜  ( 51/109) Installing findutils (4.10.0-r0)
2025-08-20T19:01:42.5916697Z [00:00:17.537]➜  ( 52/109) Installing libexpat (2.7.1-r0)
2025-08-20T19:01:42.5988338Z [00:00:17.544]➜  ( 53/109) Installing pcre2 (10.43-r1)
2025-08-20T19:01:42.6096217Z [00:00:17.555]➜  ( 54/109) Installing git (2.51.0-r0)
2025-08-20T19:01:42.6538527Z [00:00:17.599]➜  ( 55/109) Installing git-init-template (2.51.0-r0)
2025-08-20T19:01:42.6600472Z [00:00:17.605]➜  ( 56/109) Installing grep (3.12-r0)
2025-08-20T19:01:42.6682520Z [00:00:17.613]➜  ( 57/109) Installing oniguruma (6.9.10-r0)
2025-08-20T19:01:42.6779889Z [00:00:17.623]➜  ( 58/109) Installing jq (1.8.0-r0)
2025-08-20T19:01:42.6890765Z [00:00:17.634]➜  ( 59/109) Installing linux-headers (6.15.11-r0)
2025-08-20T19:01:42.7444854Z [00:00:17.690]➜  ( 60/109) Installing micro (2.0.14-r8)
2025-08-20T19:01:43.0394862Z [00:00:17.984]➜  ( 61/109) Installing libbz2 (1.0.8-r6)
2025-08-20T19:01:43.0459671Z [00:00:17.991]➜  ( 62/109) Installing perl (5.42.0-r0)
2025-08-20T19:01:43.2282103Z [00:00:18.173]➜  ( 63/109) Installing perl-error (0.17030-r0)
2025-08-20T19:01:43.2342320Z [00:00:18.179]➜  ( 64/109) Installing perl-git (2.51.0-r0)
2025-08-20T19:01:43.2419187Z [00:00:18.187]➜  ( 65/109) Installing git-perl (2.51.0-r0)
2025-08-20T19:01:43.2478202Z [00:00:18.193]➜  ( 66/109) Installing perl-timedate (2.33-r4)
2025-08-20T19:01:43.2552632Z [00:00:18.200]➜  ( 67/109) Installing perl-io-tty (1.20-r2)
2025-08-20T19:01:43.2631875Z [00:00:18.208]➜  ( 68/109) Installing perl-ipc-run (20250809.0-r0)
2025-08-20T19:01:43.2732219Z [00:00:18.218]➜  ( 69/109) Installing moreutils (0.70-r1)
2025-08-20T19:01:43.2822983Z [00:00:18.227]➜  ( 70/109) Installing lz4-libs (1.10.0-r0)
2025-08-20T19:01:43.2897426Z [00:00:18.235]➜  ( 71/109) Installing popt (1.19-r4)
2025-08-20T19:01:43.2962966Z [00:00:18.241]➜  ( 72/109) Installing libxxhash (0.8.3-r0)
2025-08-20T19:01:43.3021839Z [00:00:18.247]➜  ( 73/109) Installing rsync (3.4.1-r0)
2025-08-20T19:01:43.3169400Z [00:00:18.262]➜  ( 74/109) Installing tar (1.35-r4)
2025-08-20T19:01:43.3261891Z [00:00:18.271]➜  ( 75/109) Installing tree (2.2.1-r0)
2025-08-20T19:01:43.3331744Z [00:00:18.278]➜  ( 76/109) Installing util-linux (2.41.1-r1)
2025-08-20T19:01:43.3391559Z [00:00:18.284]➜  ( 77/109) Installing dmesg (2.41.1-r1)
2025-08-20T19:01:43.3456983Z [00:00:18.291]➜  ( 78/109) Installing setarch (2.41.1-r1)
2025-08-20T19:01:43.4904864Z [00:00:18.436]➜  ( 79/109) Installing libeconf (0.7.10-r0)
2025-08-20T19:01:43.4975748Z [00:00:18.443]➜  ( 80/109) Installing libblkid (2.41.1-r1)
2025-08-20T19:01:43.5047480Z [00:00:18.450]➜  ( 81/109) Installing libuuid (2.41.1-r1)
2025-08-20T19:01:43.5111038Z [00:00:18.456]➜  ( 82/109) Installing libfdisk (2.41.1-r1)
2025-08-20T19:01:43.5187231Z [00:00:18.464]➜  ( 83/109) Installing libmount (2.41.1-r1)
2025-08-20T19:01:43.5270320Z [00:00:18.472]➜  ( 84/109) Installing libsmartcols (2.41.1-r1)
2025-08-20T19:01:43.5340555Z [00:00:18.479]➜  ( 85/109) Installing util-linux-misc (2.41.1-r1)
2025-08-20T19:01:43.5617806Z [00:00:18.507]➜  ( 86/109) Installing linux-pam (1.7.0-r4)
2025-08-20T19:01:43.5796953Z [00:00:18.525]➜  ( 87/109) Installing runuser (2.41.1-r1)
2025-08-20T19:01:43.5862799Z [00:00:18.531]➜  ( 88/109) Installing mount (2.41.1-r1)
2025-08-20T19:01:43.5919714Z [00:00:18.537]➜  ( 89/109) Installing losetup (2.41.1-r1)
2025-08-20T19:01:43.5978315Z [00:00:18.543]➜  ( 90/109) Installing hexdump (2.41.1-r1)
2025-08-20T19:01:43.6036682Z [00:00:18.549]➜  ( 91/109) Installing uuidgen (2.41.1-r1)
2025-08-20T19:01:43.6098063Z [00:00:18.555]➜  ( 92/109) Installing blkid (2.41.1-r1)
2025-08-20T19:01:43.6163696Z [00:00:18.562]➜  ( 93/109) Installing sfdisk (2.41.1-r1)
2025-08-20T19:01:43.6232524Z [00:00:18.568]➜  ( 94/109) Installing mcookie (2.41.1-r1)
2025-08-20T19:01:43.6295077Z [00:00:18.575]➜  ( 95/109) Installing agetty (2.41.1-r1)
2025-08-20T19:01:43.6352968Z [00:00:18.580]➜  ( 96/109) Installing wipefs (2.41.1-r1)
2025-08-20T19:01:43.6409549Z [00:00:18.586]➜  ( 97/109) Installing cfdisk (2.41.1-r1)
2025-08-20T19:01:43.6477099Z [00:00:18.593]➜  ( 98/109) Installing umount (2.41.1-r1)
2025-08-20T19:01:43.6535714Z [00:00:18.599]➜  ( 99/109) Installing flock (2.41.1-r1)
2025-08-20T19:01:43.6599412Z [00:00:18.605]➜  (100/109) Installing lsblk (2.41.1-r1)
2025-08-20T19:01:43.6670521Z [00:00:18.612]➜  (101/109) Installing libcap-ng (0.8.5-r0)
2025-08-20T19:01:43.6737867Z [00:00:18.619]➜  (102/109) Installing setpriv (2.41.1-r1)
2025-08-20T19:01:43.6800811Z [00:00:18.625]➜  (103/109) Installing lscpu (2.41.1-r1)
2025-08-20T19:01:43.6865323Z [00:00:18.632]➜  (104/109) Installing logger (2.41.1-r1)
2025-08-20T19:01:43.6924481Z [00:00:18.638]➜  (105/109) Installing partx (2.41.1-r1)
2025-08-20T19:01:43.6989197Z [00:00:18.644]➜  (106/109) Installing fstrim (2.41.1-r1)
2025-08-20T19:01:43.7054113Z [00:00:18.651]➜  (107/109) Installing findmnt (2.41.1-r1)
2025-08-20T19:01:43.7124512Z [00:00:18.658]➜  (108/109) Installing xz (5.8.1-r0)
2025-08-20T19:01:43.7202197Z [00:00:18.665]➜  (109/109) Installing zstd (1.5.7-r2)
2025-08-20T19:01:43.7302072Z [00:00:18.675]➜  busybox-1.37.0-r22.trigger: Executing script...
2025-08-20T19:01:43.7367098Z [00:00:18.682]➜  OK: 602 MiB in 128 packages
2025-08-20T19:01:43.9539459Z [00:00:18.899]➜  mode of '/usr/local/bin/ppkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:43.9680364Z [00:00:18.913]➜  [0;35m==>[0m [0;32mrm -rf /root/.ppkg/run/22/core[0m
2025-08-20T19:01:43.9694024Z [00:00:18.915]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/run/22/core[0m
2025-08-20T19:01:43.9740311Z [00:00:18.919]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/22/core[0m
2025-08-20T19:01:43.9740728Z [00:00:18.919]➜  [0;35m==>[0m [0;32minstall -d bin lib[0m
2025-08-20T19:01:43.9799965Z [00:00:18.925]➜  [0;35m==>[0m [0;32mcurl --fail --retry 20 --retry-delay 30 --location -o './cacert.pem' 'https://curl.se/ca/cacert.pem'[0m
2025-08-20T19:01:43.9826727Z [00:00:18.928]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:01:43.9827663Z [00:00:18.928]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:01:44.5004268Z [00:00:19.445]➜  
2025-08-20T19:01:44.5004584Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:44.5004877Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:44.5005183Z 100  222k  100  222k    0     0   429k      0 --:--:-- --:--:-- --:--:--  429k
2025-08-20T19:01:44.5025633Z [00:00:19.448]➜  [0;35m==>[0m [0;32mcurl --fail --retry 20 --retry-delay 30 --location --cacert /root/.ppkg/run/22/core/cacert.pem -o './ppkg-core-2025.07.18-linux-aarch64.tar.xz' 'https://github.com/leleliu008/ppkg/releases/download/ppkg-core-2025.07.18/ppkg-core-2025.07.18-linux-aarch64.tar.xz'[0m
2025-08-20T19:01:44.5052413Z [00:00:19.450]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:01:44.5052917Z [00:00:19.450]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:01:44.7023303Z [00:00:19.647]➜  
2025-08-20T19:01:44.7023735Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:44.7024032Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:44.9212662Z [00:00:19.866]➜  
2025-08-20T19:01:44.9253352Z 100 3989k  100 3989k    0     0  9588k      0 --:--:-- --:--:-- --:--:-- 9588k
2025-08-20T19:01:44.9254711Z [00:00:19.870]➜  [0;35m==>[0m [0;32m/bin/tar xvf ppkg-core-2025.07.18-linux-aarch64.tar.xz --strip-components=1 --no-same-owner[0m
2025-08-20T19:01:44.9270244Z [00:00:19.872]➜  ppkg-core-2025.07.18-linux-aarch64/read-first-n-bytes
2025-08-20T19:01:44.9274109Z [00:00:19.873]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-native-cc
2025-08-20T19:01:44.9275922Z [00:00:19.873]➜  ppkg-core-2025.07.18-linux-aarch64/list-elf-files
2025-08-20T19:01:44.9280545Z [00:00:19.873]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-native-c++
2025-08-20T19:01:44.9281389Z [00:00:19.873]➜  ppkg-core-2025.07.18-linux-aarch64/sed-in-place
2025-08-20T19:01:44.9285579Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-native-objc
2025-08-20T19:01:44.9286080Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/list-section-names
2025-08-20T19:01:44.9287763Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/list-sections
2025-08-20T19:01:44.9288299Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/print-interpreter
2025-08-20T19:01:44.9288745Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-target-objc
2025-08-20T19:01:44.9289206Z [00:00:19.874]➜  ppkg-core-2025.07.18-linux-aarch64/SourceCodePro-Light.otf
2025-08-20T19:01:44.9317123Z [00:00:19.877]➜  ppkg-core-2025.07.18-linux-aarch64/print-string-tables
2025-08-20T19:01:44.9318635Z [00:00:19.877]➜  ppkg-core-2025.07.18-linux-aarch64/print-needed
2025-08-20T19:01:44.9319076Z [00:00:19.877]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-target-cc
2025-08-20T19:01:44.9324834Z [00:00:19.878]➜  ppkg-core-2025.07.18-linux-aarch64/fonts.conf
2025-08-20T19:01:44.9325717Z [00:00:19.878]➜  ppkg-core-2025.07.18-linux-aarch64/check-if-has-dynamic-section
2025-08-20T19:01:44.9326450Z [00:00:19.878]➜  ppkg-core-2025.07.18-linux-aarch64/uppm
2025-08-20T19:01:45.0771081Z [00:00:20.022]➜  ppkg-core-2025.07.18-linux-aarch64/rmdir-if-empty
2025-08-20T19:01:45.0776763Z [00:00:20.023]➜  ppkg-core-2025.07.18-linux-aarch64/file-magic
2025-08-20T19:01:45.0777183Z [00:00:20.023]➜  ppkg-core-2025.07.18-linux-aarch64/print-soname
2025-08-20T19:01:45.0777635Z [00:00:20.023]➜  ppkg-core-2025.07.18-linux-aarch64/wrapper-target-c++
2025-08-20T19:01:45.0778037Z [00:00:20.023]➜  ppkg-core-2025.07.18-linux-aarch64/print-rpath
2025-08-20T19:01:45.0784996Z [00:00:20.024]➜  [0;35m==>[0m [0;32m./uppm update[0m
2025-08-20T19:01:45.0792380Z [00:00:20.024]➜  Adding formula repo : official-core => https://github.com/leleliu008/uppm-package-repository-linux-aarch64
2025-08-20T19:01:45.3286007Z [00:00:20.274]➜  remote: Enumerating objects: 320, done.
2025-08-20T19:01:45.3306403Z [00:00:20.276]➜  remote: Counting objects:   0% (1/320)
2025-08-20T19:01:45.3306808Z remote: Counting objects:   1% (4/320)
2025-08-20T19:01:45.3307045Z remote: Counting objects:   2% (7/320)
2025-08-20T19:01:45.3307271Z Counting objects:   3% (10/320)
2025-08-20T19:01:45.3307481Z remote: Counting objects:   4% (13/320)
2025-08-20T19:01:45.3307702Z Counting objects:   5% (16/320)
2025-08-20T19:01:45.3307911Z remote: Counting objects:   6% (20/320)
2025-08-20T19:01:45.3308160Z Counting objects:   7% (23/320)
2025-08-20T19:01:45.3308370Z remote: Counting objects:   8% (26/320)
2025-08-20T19:01:45.3308591Z Counting objects:   9% (29/320)
2025-08-20T19:01:45.3308798Z remote: Counting objects:  10% (32/320)
2025-08-20T19:01:45.3309017Z Counting objects:  11% (36/320)
2025-08-20T19:01:45.3309229Z remote: Counting objects:  12% (39/320)
2025-08-20T19:01:45.3309451Z Counting objects:  13% (42/320)
2025-08-20T19:01:45.3309663Z remote: Counting objects:  14% (45/320)
2025-08-20T19:01:45.3309901Z remote: Counting objects:  15% (48/320)
2025-08-20T19:01:45.3310124Z Counting objects:  16% (52/320)
2025-08-20T19:01:45.3310330Z remote: Counting objects:  17% (55/320)
2025-08-20T19:01:45.3310549Z Counting objects:  18% (58/320)
2025-08-20T19:01:45.3310758Z remote: Counting objects:  19% (61/320)
2025-08-20T19:01:45.3310977Z Counting objects:  20% (64/320)
2025-08-20T19:01:45.3311184Z remote: Counting objects:  21% (68/320)
2025-08-20T19:01:45.3311690Z Counting objects:  22% (71/320)
2025-08-20T19:01:45.3311898Z remote: Counting objects:  23% (74/320)
2025-08-20T19:01:45.3312123Z Counting objects:  24% (77/320)
2025-08-20T19:01:45.3312331Z remote: Counting objects:  25% (80/320)
2025-08-20T19:01:45.3312549Z Counting objects:  26% (84/320)
2025-08-20T19:01:45.3312757Z remote: Counting objects:  27% (87/320)
2025-08-20T19:01:45.3312978Z Counting objects:  28% (90/320)
2025-08-20T19:01:45.3313183Z remote: Counting objects:  29% (93/320)
2025-08-20T19:01:45.3313661Z Counting objects:  30% (96/320)
2025-08-20T19:01:45.3313896Z remote: Counting objects:  31% (100/320)
2025-08-20T19:01:45.3314127Z Counting objects:  32% (103/320)
2025-08-20T19:01:45.3314340Z remote: Counting objects:  33% (106/320)
2025-08-20T19:01:45.3314566Z Counting objects:  34% (109/320)
2025-08-20T19:01:45.3314777Z remote: Counting objects:  35% (112/320)
2025-08-20T19:01:45.3315002Z Counting objects:  36% (116/320)
2025-08-20T19:01:45.3315213Z remote: Counting objects:  37% (119/320)
2025-08-20T19:01:45.3315445Z Counting objects:  38% (122/320)
2025-08-20T19:01:45.3315658Z remote: Counting objects:  39% (125/320)
2025-08-20T19:01:45.3315881Z Counting objects:  40% (128/320)
2025-08-20T19:01:45.3316091Z remote: Counting objects:  41% (132/320)
2025-08-20T19:01:45.3316315Z Counting objects:  42% (135/320)
2025-08-20T19:01:45.3316527Z remote: Counting objects:  43% (138/320)
2025-08-20T19:01:45.3316749Z Counting objects:  44% (141/320)
2025-08-20T19:01:45.3316963Z remote: Counting objects:  45% (144/320)
2025-08-20T19:01:45.3317188Z Counting objects:  46% (148/320)
2025-08-20T19:01:45.3317397Z Counting objects:  47% (151/320)
2025-08-20T19:01:45.3317615Z remote: Counting objects:  48% (154/320)
2025-08-20T19:01:45.3317841Z Counting objects:  49% (157/320)
2025-08-20T19:01:45.3318053Z remote: Counting objects:  50% (160/320)
2025-08-20T19:01:45.3318279Z Counting objects:  51% (164/320)
2025-08-20T19:01:45.3318494Z remote: Counting objects:  52% (167/320)
2025-08-20T19:01:45.3318719Z Counting objects:  53% (170/320)
2025-08-20T19:01:45.3318938Z remote: Counting objects:  54% (173/320)
2025-08-20T19:01:45.3319165Z Counting objects:  55% (176/320)
2025-08-20T19:01:45.3319379Z remote: Counting objects:  56% (180/320)
2025-08-20T19:01:45.3319602Z Counting objects:  57% (183/320)
2025-08-20T19:01:45.3319810Z Counting objects:  58% (186/320)
2025-08-20T19:01:45.3320025Z remote: Counting objects:  59% (189/320)
2025-08-20T19:01:45.3320253Z Counting objects:  60% (192/320)
2025-08-20T19:01:45.3320468Z remote: Counting objects:  61% (196/320)
2025-08-20T19:01:45.3320959Z Counting objects:  62% (199/320)
2025-08-20T19:01:45.3321210Z remote: Counting objects:  63% (202/320)
2025-08-20T19:01:45.3321442Z Counting objects:  64% (205/320)
2025-08-20T19:01:45.3321655Z remote: Counting objects:  65% (208/320)
2025-08-20T19:01:45.3321880Z Counting objects:  66% (212/320)
2025-08-20T19:01:45.3322090Z remote: Counting objects:  67% (215/320)
2025-08-20T19:01:45.3322315Z Counting objects:  68% (218/320)
2025-08-20T19:01:45.3322533Z remote: Counting objects:  69% (221/320)
2025-08-20T19:01:45.3322753Z Counting objects:  70% (224/320)
2025-08-20T19:01:45.3322964Z remote: Counting objects:  71% (228/320)
2025-08-20T19:01:45.3323186Z Counting objects:  72% (231/320)
2025-08-20T19:01:45.3323572Z remote: Counting objects:  73% (234/320)
2025-08-20T19:01:45.3323811Z Counting objects:  74% (237/320)
2025-08-20T19:01:45.3324024Z remote: Counting objects:  75% (240/320)
2025-08-20T19:01:45.3324252Z Counting objects:  76% (244/320)
2025-08-20T19:01:45.3324463Z remote: Counting objects:  77% (247/320)
2025-08-20T19:01:45.3324694Z Counting objects:  78% (250/320)
2025-08-20T19:01:45.3324906Z remote: Counting objects:  79% (253/320)
2025-08-20T19:01:45.3325137Z remote: Counting objects:  80% (256/320)
2025-08-20T19:01:45.3325363Z Counting objects:  81% (260/320)
2025-08-20T19:01:45.3325577Z remote: Counting objects:  82% (263/320)
2025-08-20T19:01:45.3325800Z Counting objects:  83% (266/320)
2025-08-20T19:01:45.3326014Z remote: Counting objects:  84% (269/320)
2025-08-20T19:01:45.3326459Z Counting objects:  85% (272/320)
2025-08-20T19:01:45.3326681Z remote: Counting objects:  86% (276/320)
2025-08-20T19:01:45.3326912Z remote: Counting objects:  87% (279/320)
2025-08-20T19:01:45.3327146Z remote: Counting objects:  88% (282/320)
2025-08-20T19:01:45.3327372Z Counting objects:  89% (285/320)
2025-08-20T19:01:45.3327585Z remote: Counting objects:  90% (288/320)
2025-08-20T19:01:45.3327811Z Counting objects:  91% (292/320)
2025-08-20T19:01:45.3328015Z Counting objects:  92% (295/320)
2025-08-20T19:01:45.3328229Z remote: Counting objects:  93% (298/320)
2025-08-20T19:01:45.3328455Z Counting objects:  94% (301/320)
2025-08-20T19:01:45.3328662Z Counting objects:  95% (304/320)
2025-08-20T19:01:45.3328873Z remote: Counting objects:  96% (308/320)
2025-08-20T19:01:45.3329099Z Counting objects:  97% (311/320)
2025-08-20T19:01:45.3329310Z remote: Counting objects:  98% (314/320)
2025-08-20T19:01:45.3329543Z remote: Counting objects:  99% (317/320)
2025-08-20T19:01:45.3329780Z remote: Counting objects: 100% (320/320)
2025-08-20T19:01:45.3330026Z remote: Counting objects: 100% (320/320), done.
2025-08-20T19:01:45.3351924Z [00:00:20.280]➜  remote: Compressing objects:   0% (1/216)
2025-08-20T19:01:45.3352216Z Compressing objects:   1% (3/216)
2025-08-20T19:01:45.3352451Z remote: Compressing objects:   2% (5/216)
2025-08-20T19:01:45.3352699Z remote: Compressing objects:   3% (7/216)
2025-08-20T19:01:45.3352942Z remote: Compressing objects:   4% (9/216)
2025-08-20T19:01:45.3353185Z remote: Compressing objects:   5% (11/216)
2025-08-20T19:01:45.3353582Z remote: Compressing objects:   6% (13/216)
2025-08-20T19:01:45.3353842Z remote: Compressing objects:   7% (16/216)
2025-08-20T19:01:45.3354083Z remote: Compressing objects:   8% (18/216)
2025-08-20T19:01:45.3354326Z remote: Compressing objects:   9% (20/216)
2025-08-20T19:01:45.3354568Z remote: Compressing objects:  10% (22/216)
2025-08-20T19:01:45.3354810Z remote: Compressing objects:  11% (24/216)
2025-08-20T19:01:45.3355065Z remote: Compressing objects:  12% (26/216)
2025-08-20T19:01:45.3355310Z remote: Compressing objects:  13% (29/216)
2025-08-20T19:01:45.3355552Z remote: Compressing objects:  14% (31/216)
2025-08-20T19:01:45.3355794Z remote: Compressing objects:  15% (33/216)
2025-08-20T19:01:45.3356082Z remote: Compressing objects:  16% (35/216)
2025-08-20T19:01:45.3356327Z remote: Compressing objects:  17% (37/216)
2025-08-20T19:01:45.3356573Z remote: Compressing objects:  18% (39/216)
2025-08-20T19:01:45.3356816Z remote: Compressing objects:  19% (42/216)
2025-08-20T19:01:45.3357412Z remote: Compressing objects:  20% (44/216)
2025-08-20T19:01:45.3357679Z remote: Compressing objects:  21% (46/216)
2025-08-20T19:01:45.3357923Z remote: Compressing objects:  22% (48/216)
2025-08-20T19:01:45.3358168Z remote: Compressing objects:  23% (50/216)
2025-08-20T19:01:45.3358413Z remote: Compressing objects:  24% (52/216)
2025-08-20T19:01:45.3358657Z remote: Compressing objects:  25% (54/216)
2025-08-20T19:01:45.3358906Z remote: Compressing objects:  26% (57/216)
2025-08-20T19:01:45.3359152Z remote: Compressing objects:  27% (59/216)
2025-08-20T19:01:45.3359402Z remote: Compressing objects:  28% (61/216)
2025-08-20T19:01:45.3359648Z remote: Compressing objects:  29% (63/216)
2025-08-20T19:01:45.3359891Z remote: Compressing objects:  30% (65/216)
2025-08-20T19:01:45.3360138Z remote: Compressing objects:  31% (67/216)
2025-08-20T19:01:45.3360382Z remote: Compressing objects:  32% (70/216)
2025-08-20T19:01:45.3360624Z remote: Compressing objects:  33% (72/216)
2025-08-20T19:01:45.3360896Z remote: Compressing objects:  34% (74/216)
2025-08-20T19:01:45.3361140Z remote: Compressing objects:  35% (76/216)
2025-08-20T19:01:45.3361382Z remote: Compressing objects:  36% (78/216)
2025-08-20T19:01:45.3361623Z remote: Compressing objects:  37% (80/216)
2025-08-20T19:01:45.3361863Z remote: Compressing objects:  38% (83/216)
2025-08-20T19:01:45.3362107Z remote: Compressing objects:  39% (85/216)
2025-08-20T19:01:45.3362350Z remote: Compressing objects:  40% (87/216)
2025-08-20T19:01:45.3362826Z remote: Compressing objects:  41% (89/216)
2025-08-20T19:01:45.3363072Z remote: Compressing objects:  42% (91/216)
2025-08-20T19:01:45.3363315Z remote: Compressing objects:  43% (93/216)
2025-08-20T19:01:45.3363728Z remote: Compressing objects:  44% (96/216)
2025-08-20T19:01:45.3363978Z remote: Compressing objects:  45% (98/216)
2025-08-20T19:01:45.3364223Z remote: Compressing objects:  46% (100/216)
2025-08-20T19:01:45.3364470Z remote: Compressing objects:  47% (102/216)
2025-08-20T19:01:45.3364724Z remote: Compressing objects:  48% (104/216)
2025-08-20T19:01:45.3364973Z remote: Compressing objects:  49% (106/216)
2025-08-20T19:01:45.3365220Z remote: Compressing objects:  50% (108/216)
2025-08-20T19:01:45.3365468Z remote: Compressing objects:  51% (111/216)
2025-08-20T19:01:45.3365714Z remote: Compressing objects:  52% (113/216)
2025-08-20T19:01:45.3365958Z remote: Compressing objects:  53% (115/216)
2025-08-20T19:01:45.3366203Z remote: Compressing objects:  54% (117/216)
2025-08-20T19:01:45.3366452Z remote: Compressing objects:  55% (119/216)
2025-08-20T19:01:45.3366698Z remote: Compressing objects:  56% (121/216)
2025-08-20T19:01:45.3366942Z remote: Compressing objects:  57% (124/216)
2025-08-20T19:01:45.3367186Z remote: Compressing objects:  58% (126/216)
2025-08-20T19:01:45.3367435Z remote: Compressing objects:  59% (128/216)
2025-08-20T19:01:45.3367686Z remote: Compressing objects:  60% (130/216)
2025-08-20T19:01:45.3367932Z remote: Compressing objects:  61% (132/216)
2025-08-20T19:01:45.3368179Z remote: Compressing objects:  62% (134/216)
2025-08-20T19:01:45.3368438Z remote: Compressing objects:  63% (137/216)
2025-08-20T19:01:45.3368692Z remote: Compressing objects:  64% (139/216)
2025-08-20T19:01:45.3368942Z remote: Compressing objects:  65% (141/216)
2025-08-20T19:01:45.3369191Z remote: Compressing objects:  66% (143/216)
2025-08-20T19:01:45.3369435Z remote: Compressing objects:  67% (145/216)
2025-08-20T19:01:45.3369678Z remote: Compressing objects:  68% (147/216)
2025-08-20T19:01:45.3369925Z remote: Compressing objects:  69% (150/216)
2025-08-20T19:01:45.3370171Z remote: Compressing objects:  70% (152/216)
2025-08-20T19:01:45.3370418Z remote: Compressing objects:  71% (154/216)
2025-08-20T19:01:45.3370665Z remote: Compressing objects:  72% (156/216)
2025-08-20T19:01:45.3370914Z remote: Compressing objects:  73% (158/216)
2025-08-20T19:01:45.3371151Z Compressing objects:  74% (160/216)
2025-08-20T19:01:45.3371380Z remote: Compressing objects:  75% (162/216)
2025-08-20T19:01:45.3371627Z remote: Compressing objects:  76% (165/216)
2025-08-20T19:01:45.3372139Z remote: Compressing objects:  77% (167/216)
2025-08-20T19:01:45.3372409Z remote: Compressing objects:  78% (169/216)
2025-08-20T19:01:45.3372656Z remote: Compressing objects:  79% (171/216)
2025-08-20T19:01:45.3372901Z remote: Compressing objects:  80% (173/216)
2025-08-20T19:01:45.3373147Z remote: Compressing objects:  81% (175/216)
2025-08-20T19:01:45.3373591Z remote: Compressing objects:  82% (178/216)
2025-08-20T19:01:45.3373854Z remote: Compressing objects:  83% (180/216)
2025-08-20T19:01:45.3374098Z remote: Compressing objects:  84% (182/216)
2025-08-20T19:01:45.3374345Z remote: Compressing objects:  85% (184/216)
2025-08-20T19:01:45.3374591Z remote: Compressing objects:  86% (186/216)
2025-08-20T19:01:45.3374876Z remote: Compressing objects:  87% (188/216)
2025-08-20T19:01:45.3375120Z remote: Compressing objects:  88% (191/216)
2025-08-20T19:01:45.3375367Z remote: Compressing objects:  89% (193/216)
2025-08-20T19:01:45.3375612Z remote: Compressing objects:  90% (195/216)
2025-08-20T19:01:45.3375862Z remote: Compressing objects:  91% (197/216)
2025-08-20T19:01:45.3376111Z remote: Compressing objects:  92% (199/216)
2025-08-20T19:01:45.3376356Z remote: Compressing objects:  93% (201/216)
2025-08-20T19:01:45.3376603Z remote: Compressing objects:  94% (204/216)
2025-08-20T19:01:45.3376848Z remote: Compressing objects:  95% (206/216)
2025-08-20T19:01:45.3377095Z remote: Compressing objects:  96% (208/216)
2025-08-20T19:01:45.3377560Z remote: Compressing objects:  97% (210/216)
2025-08-20T19:01:45.3377809Z remote: Compressing objects:  98% (212/216)
2025-08-20T19:01:45.3378051Z remote: Compressing objects:  99% (214/216)
2025-08-20T19:01:45.3378296Z remote: Compressing objects: 100% (216/216)
2025-08-20T19:01:45.3378553Z remote: Compressing objects: 100% (216/216), done.
2025-08-20T19:01:45.3445084Z [00:00:20.290]➜  remote: Total 320 (delta 96), reused 295 (delta 75), pack-reused 0 (from 0)
2025-08-20T19:01:45.4184673Z [00:00:20.364]➜  Receiving objects: 100% (320/320), 73.25 KiB, done.
2025-08-20T19:01:45.4185123Z [00:00:20.364]➜  Resolving deltas: 100% (96/96), done.
2025-08-20T19:01:45.4185421Z [00:00:20.364]➜  Already up to date.
2025-08-20T19:01:45.4219675Z [00:00:20.367]➜  [0;35m==>[0m [0;32m./uppm install bash[0m
2025-08-20T19:01:45.4243798Z [00:00:20.370]➜  uppm package 'bash' to be installed.
2025-08-20T19:01:45.7514368Z [00:00:20.696]➜  /root/.ppkg/uppm/downloads/9f7a3d5a6392e71e8012e13f691bb43cff0152d6209c2d5d9ca25943d48444c6.txz already have been fetched.
2025-08-20T19:01:45.8012931Z [00:00:20.746]➜  
2025-08-20T19:01:45.8014147Z [00:00:20.746]➜  uppm package 'bash' was successfully installed.
2025-08-20T19:01:45.8023085Z [00:00:20.747]➜  [0;35m==>[0m [0;32m./uppm install coreutils[0m
2025-08-20T19:01:45.8049554Z [00:00:20.750]➜  uppm package 'coreutils' to be installed.
2025-08-20T19:01:46.0940940Z [00:00:21.039]➜  /root/.ppkg/uppm/downloads/ed4a9d537cbf8ca4cb330275f2457e7201859ad8a9fbba5e77c89479e9fa53b5.txz already have been fetched.
2025-08-20T19:01:46.1869309Z [00:00:21.132]➜  
2025-08-20T19:01:46.1869724Z [00:00:21.132]➜  uppm package 'coreutils' was successfully installed.
2025-08-20T19:01:46.1878717Z [00:00:21.133]➜  [0;35m==>[0m [0;32m./uppm install findutils[0m
2025-08-20T19:01:46.1905151Z [00:00:21.136]➜  uppm package 'findutils' to be installed.
2025-08-20T19:01:46.4810150Z [00:00:21.426]➜  /root/.ppkg/uppm/downloads/0b4ef0448315020276d8f1b338b4b476c5799e152ed645a03ac3962e72b4a035.txz already have been fetched.
2025-08-20T19:01:46.5069648Z [00:00:21.452]➜  
2025-08-20T19:01:46.5070030Z [00:00:21.452]➜  uppm package 'findutils' was successfully installed.
2025-08-20T19:01:46.5080378Z [00:00:21.453]➜  [0;35m==>[0m [0;32m./uppm install gawk[0m
2025-08-20T19:01:46.5104685Z [00:00:21.456]➜  uppm package 'gawk' to be installed.
2025-08-20T19:01:46.8368294Z [00:00:21.782]➜  /root/.ppkg/uppm/downloads/f2debf5cc796e98f9af2455ec0de0f0e68bc4ab301e65d4e2b9783cdde7ebc65.txz already have been fetched.
2025-08-20T19:01:46.8972983Z [00:00:21.842]➜  
2025-08-20T19:01:46.8973997Z [00:00:21.842]➜  uppm package 'gawk' was successfully installed.
2025-08-20T19:01:46.8983884Z [00:00:21.844]➜  [0;35m==>[0m [0;32m./uppm install gsed[0m
2025-08-20T19:01:46.9010527Z [00:00:21.846]➜  uppm package 'gsed' to be installed.
2025-08-20T19:01:47.1885433Z [00:00:22.133]➜  /root/.ppkg/uppm/downloads/6ac06b368fd347b2652555cd0fcdee920600477648dcff6f32c72416a9ef188b.txz already have been fetched.
2025-08-20T19:01:47.1993324Z [00:00:22.144]➜  
2025-08-20T19:01:47.1993982Z [00:00:22.144]➜  uppm package 'gsed' was successfully installed.
2025-08-20T19:01:47.2003900Z [00:00:22.146]➜  [0;35m==>[0m [0;32m./uppm install grep[0m
2025-08-20T19:01:47.2028040Z [00:00:22.148]➜  uppm package 'grep' to be installed.
2025-08-20T19:01:47.4890380Z [00:00:22.434]➜  /root/.ppkg/uppm/downloads/b0a27bc218d2bea07102864ce0270b25e392ca932178f299196a29b67fea03d8.txz already have been fetched.
2025-08-20T19:01:47.5071545Z [00:00:22.452]➜  
2025-08-20T19:01:47.5071991Z [00:00:22.452]➜  uppm package 'grep' was successfully installed.
2025-08-20T19:01:47.5081505Z [00:00:22.453]➜  [0;35m==>[0m [0;32m./uppm install bsdtar[0m
2025-08-20T19:01:47.5106803Z [00:00:22.456]➜  uppm package 'bsdtar' to be installed.
2025-08-20T19:01:47.8476537Z [00:00:22.793]➜  /root/.ppkg/uppm/downloads/c84e28001b96c6d9c7e0d2733c96d24e61e450b121aba4add0ac306d7d92044d.txz already have been fetched.
2025-08-20T19:01:47.9932153Z [00:00:22.938]➜  
2025-08-20T19:01:47.9933019Z [00:00:22.938]➜  uppm package 'bsdtar' was successfully installed.
2025-08-20T19:01:47.9939838Z [00:00:22.939]➜  [0;35m==>[0m [0;32m./uppm install git[0m
2025-08-20T19:01:47.9966702Z [00:00:22.942]➜  uppm package 'git' to be installed.
2025-08-20T19:01:48.6945030Z [00:00:23.639]➜  /root/.ppkg/uppm/downloads/1c911cee093e0751a6b49f3150510ac0ea775b8659c0db67c2dc96dc8a3a33cb.txz already have been fetched.
2025-08-20T19:01:50.5556985Z [00:00:25.501]➜  
2025-08-20T19:01:50.5557412Z [00:00:25.501]➜  uppm package 'git' was successfully installed.
2025-08-20T19:01:50.5564828Z [00:00:25.502]➜  [0;35m==>[0m [0;32m./uppm install curl[0m
2025-08-20T19:01:50.5589748Z [00:00:25.504]➜  uppm package 'curl' to be installed.
2025-08-20T19:01:50.9035954Z [00:00:25.849]➜  /root/.ppkg/uppm/downloads/2ce4032f15ecc488493fde3884379f8787bea4a331e7c589839a641b1f5fcaff.txz already have been fetched.
2025-08-20T19:01:51.0158604Z [00:00:25.961]➜  
2025-08-20T19:01:51.0159024Z [00:00:25.961]➜  uppm package 'curl' was successfully installed.
2025-08-20T19:01:51.0167163Z [00:00:25.962]➜  [0;35m==>[0m [0;32m./uppm install tree[0m
2025-08-20T19:01:51.0191392Z [00:00:25.964]➜  uppm package 'tree' to be installed.
2025-08-20T19:01:51.2700897Z [00:00:26.215]➜  /root/.ppkg/uppm/downloads/2ae8b98017beb822399660c9fe690040b56023b769eadcd2d4dd2e2fda15cde7.txz already have been fetched.
2025-08-20T19:01:51.2744023Z [00:00:26.220]➜  
2025-08-20T19:01:51.2744389Z [00:00:26.220]➜  uppm package 'tree' was successfully installed.
2025-08-20T19:01:51.2755348Z [00:00:26.221]➜  [0;35m==>[0m [0;32m./uppm install sysinfo[0m
2025-08-20T19:01:51.2780240Z [00:00:26.223]➜  uppm package 'sysinfo' to be installed.
2025-08-20T19:01:51.5479044Z [00:00:26.493]➜  /root/.ppkg/uppm/downloads/1019db5a76681c882c3464b295b91eef1c62da2d3702c4bb9ddb613f9c15c9a9.txz already have been fetched.
2025-08-20T19:01:51.5499286Z [00:00:26.495]➜  
2025-08-20T19:01:51.5499770Z [00:00:26.495]➜  uppm package 'sysinfo' was successfully installed.
2025-08-20T19:01:51.5510605Z [00:00:26.496]➜  [0;35m==>[0m [0;32m./uppm install fzf[0m
2025-08-20T19:01:51.5536263Z [00:00:26.499]➜  uppm package 'fzf' to be installed.
2025-08-20T19:01:51.8860469Z [00:00:26.831]➜  /root/.ppkg/uppm/downloads/1207c9dbe176b26602b9ca062d6232c6a0c06036cc4faa83a50e67a627f72be7.txz already have been fetched.
2025-08-20T19:01:51.9383782Z [00:00:26.883]➜  
2025-08-20T19:01:51.9384242Z [00:00:26.883]➜  uppm package 'fzf' was successfully installed.
2025-08-20T19:01:51.9393845Z [00:00:26.885]➜  [0;35m==>[0m [0;32m./uppm install jq[0m
2025-08-20T19:01:51.9419200Z [00:00:26.887]➜  uppm package 'jq' to be installed.
2025-08-20T19:01:52.2561984Z [00:00:27.201]➜  /root/.ppkg/uppm/downloads/93925bf244a66d97fdae8aa552e7d6a4ae59d0018c655e92f8d804bc74c83716.txz already have been fetched.
2025-08-20T19:01:52.2724074Z [00:00:27.218]➜  
2025-08-20T19:01:52.2724429Z [00:00:27.218]➜  uppm package 'jq' was successfully installed.
2025-08-20T19:01:52.2735137Z [00:00:27.219]➜  [0;35m==>[0m [0;32m./uppm install yq[0m
2025-08-20T19:01:52.2759537Z [00:00:27.221]➜  uppm package 'yq' to be installed.
2025-08-20T19:01:52.6113592Z [00:00:27.556]➜  /root/.ppkg/uppm/downloads/226fe6c0556557aa23e2ee7ff8c2dbbabd22fa2cb1491cf3ac7be8c7a82f7c8d.txz already have been fetched.
2025-08-20T19:01:52.7458191Z [00:00:27.691]➜  
2025-08-20T19:01:52.7458636Z [00:00:27.691]➜  uppm package 'yq' was successfully installed.
2025-08-20T19:01:52.7466941Z [00:00:27.692]➜  [0;35m==>[0m [0;32m./uppm install d2[0m
2025-08-20T19:01:52.7490543Z [00:00:27.694]➜  uppm package 'd2' to be installed.
2025-08-20T19:01:53.2130833Z [00:00:28.158]➜  /root/.ppkg/uppm/downloads/018dc4344116d81d5418301633fc252aac16a1aa0f7f664332714fd3ee8f34f5.txz already have been fetched.
2025-08-20T19:01:53.5871514Z [00:00:28.532]➜  
2025-08-20T19:01:53.5871884Z [00:00:28.532]➜  uppm package 'd2' was successfully installed.
2025-08-20T19:01:53.5881267Z [00:00:28.533]➜  [0;35m==>[0m [0;32m./uppm install dot_static[0m
2025-08-20T19:01:53.5907374Z [00:00:28.536]➜  uppm package 'dot_static' to be installed.
2025-08-20T19:01:53.9035452Z [00:00:28.849]➜  /root/.ppkg/uppm/downloads/5e40b315d3a96b927f6760d54a047a342fc61f7806922294ac9bb48f270708e3.txz already have been fetched.
2025-08-20T19:01:54.0442259Z [00:00:28.989]➜  
2025-08-20T19:01:54.0442698Z [00:00:28.989]➜  uppm package 'dot_static' was successfully installed.
2025-08-20T19:01:54.0450149Z [00:00:28.990]➜  [0;35m==>[0m [0;32m./uppm install bat[0m
2025-08-20T19:01:54.0474302Z [00:00:28.993]➜  uppm package 'bat' to be installed.
2025-08-20T19:01:54.3684009Z [00:00:29.313]➜  /root/.ppkg/uppm/downloads/d544dcf369957f1565c21423f087f0bcf879ab76c41d9d6c77fe6624eb79e842.txz already have been fetched.
2025-08-20T19:01:54.4656478Z [00:00:29.411]➜  
2025-08-20T19:01:54.4656901Z [00:00:29.411]➜  uppm package 'bat' was successfully installed.
2025-08-20T19:01:54.4664071Z [00:00:29.412]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gsed/bin/gsed -i 's|PPKG_CORE_DIR|/root/.ppkg/core|' fonts.conf[0m
2025-08-20T19:01:54.4689004Z [00:00:29.414]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/22/core /root/.ppkg/[0m
2025-08-20T19:01:54.4703746Z [00:00:29.415]➜  [0;32m[✔] ppkg has been set up successfully.[0m
2025-08-20T19:01:54.4886548Z [00:00:29.434]➜  [0;35m==> Adding formula repository[0m [0;32mofficial-core[0m
2025-08-20T19:01:54.4888074Z [00:00:29.434]➜  [0;35m==>[0m [0;32mrm -rf /root/.ppkg/run/98/official-core[0m
2025-08-20T19:01:54.4891390Z [00:00:29.434]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/run/98/official-core[0m
2025-08-20T19:01:54.4897489Z [00:00:29.435]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/98/official-core[0m
2025-08-20T19:01:54.4898097Z [00:00:29.435]➜  [0;35m==>[0m [0;32mgit -c init.defaultBranch=master init[0m
2025-08-20T19:01:54.4927611Z [00:00:29.438]➜  Initialized empty Git repository in /root/.ppkg/run/98/official-core/.git/
2025-08-20T19:01:54.4928376Z [00:00:29.438]➜  [0;35m==>[0m [0;32mgit remote add origin https://github.com/leleliu008/ppkg-formula-repository-official-core.git[0m
2025-08-20T19:01:54.4948217Z [00:00:29.440]➜  [0;35m==>[0m [0;32mgit -c protocol.version=2 fetch --progress origin +refs/heads/master:refs/remotes/origin/master[0m
2025-08-20T19:01:54.8689373Z [00:00:29.814]➜  remote: Enumerating objects: 16915, done.        
2025-08-20T19:01:54.8689860Z [00:00:29.814]➜  remote: Counting objects:   0% (1/454)        
2025-08-20T19:01:54.8690151Z remote: Counting objects:   1% (5/454)        
2025-08-20T19:01:54.8690415Z remote: Counting objects:   2% (10/454)        
2025-08-20T19:01:54.8690682Z remote: Counting objects:   3% (14/454)        
2025-08-20T19:01:54.8691275Z remote: Counting objects:   4% (19/454)        
2025-08-20T19:01:54.8691559Z remote: Counting objects:   5% (23/454)        
2025-08-20T19:01:54.8691821Z remote: Counting objects:   6% (28/454)        
2025-08-20T19:01:54.8692085Z remote: Counting objects:   7% (32/454)        
2025-08-20T19:01:54.8692342Z remote: Counting objects:   8% (37/454)        
2025-08-20T19:01:54.8692597Z remote: Counting objects:   9% (41/454)        
2025-08-20T19:01:54.8692875Z remote: Counting objects:  10% (46/454)        
2025-08-20T19:01:54.8693130Z remote: Counting objects:  11% (50/454)        
2025-08-20T19:01:54.8693647Z remote: Counting objects:  12% (55/454)        
2025-08-20T19:01:54.8693944Z remote: Counting objects:  13% (60/454)        
2025-08-20T19:01:54.8694202Z remote: Counting objects:  14% (64/454)        
2025-08-20T19:01:54.8694453Z remote: Counting objects:  15% (69/454)        
2025-08-20T19:01:54.8694708Z remote: Counting objects:  16% (73/454)        
2025-08-20T19:01:54.8694970Z remote: Counting objects:  17% (78/454)        
2025-08-20T19:01:54.8695228Z remote: Counting objects:  18% (82/454)        
2025-08-20T19:01:54.8695482Z remote: Counting objects:  19% (87/454)        
2025-08-20T19:01:54.8695742Z remote: Counting objects:  20% (91/454)        
2025-08-20T19:01:54.8695997Z remote: Counting objects:  21% (96/454)        
2025-08-20T19:01:54.8696258Z remote: Counting objects:  22% (100/454)        
2025-08-20T19:01:54.8696831Z remote: Counting objects:  23% (105/454)        
2025-08-20T19:01:54.8697099Z remote: Counting objects:  24% (109/454)        
2025-08-20T19:01:54.8697358Z remote: Counting objects:  25% (114/454)        
2025-08-20T19:01:54.8697617Z remote: Counting objects:  26% (119/454)        
2025-08-20T19:01:54.8697874Z remote: Counting objects:  27% (123/454)        
2025-08-20T19:01:54.8698130Z remote: Counting objects:  28% (128/454)        
2025-08-20T19:01:54.8698387Z remote: Counting objects:  29% (132/454)        
2025-08-20T19:01:54.8698698Z remote: Counting objects:  30% (137/454)        
2025-08-20T19:01:54.8698962Z remote: Counting objects:  31% (141/454)        
2025-08-20T19:01:54.8699220Z remote: Counting objects:  32% (146/454)        
2025-08-20T19:01:54.8699478Z remote: Counting objects:  33% (150/454)        
2025-08-20T19:01:54.8699738Z remote: Counting objects:  34% (155/454)        
2025-08-20T19:01:54.8699997Z remote: Counting objects:  35% (159/454)        
2025-08-20T19:01:54.8700263Z remote: Counting objects:  36% (164/454)        
2025-08-20T19:01:54.8700523Z remote: Counting objects:  37% (168/454)        
2025-08-20T19:01:54.8700784Z remote: Counting objects:  38% (173/454)        
2025-08-20T19:01:54.8701046Z remote: Counting objects:  39% (178/454)        
2025-08-20T19:01:54.8701303Z remote: Counting objects:  40% (182/454)        
2025-08-20T19:01:54.8701560Z remote: Counting objects:  41% (187/454)        
2025-08-20T19:01:54.8701820Z remote: Counting objects:  42% (191/454)        
2025-08-20T19:01:54.8702086Z remote: Counting objects:  43% (196/454)        
2025-08-20T19:01:54.8702342Z remote: Counting objects:  44% (200/454)        
2025-08-20T19:01:54.8702597Z remote: Counting objects:  45% (205/454)        
2025-08-20T19:01:54.8702857Z remote: Counting objects:  46% (209/454)        
2025-08-20T19:01:54.8703116Z remote: Counting objects:  47% (214/454)        
2025-08-20T19:01:54.8703505Z remote: Counting objects:  48% (218/454)        
2025-08-20T19:01:54.8703783Z remote: Counting objects:  49% (223/454)        
2025-08-20T19:01:54.8704040Z remote: Counting objects:  50% (227/454)        
2025-08-20T19:01:54.8704298Z remote: Counting objects:  51% (232/454)        
2025-08-20T19:01:54.8704556Z remote: Counting objects:  52% (237/454)        
2025-08-20T19:01:54.8704816Z remote: Counting objects:  53% (241/454)        
2025-08-20T19:01:54.8705072Z remote: Counting objects:  54% (246/454)        
2025-08-20T19:01:54.8705329Z remote: Counting objects:  55% (250/454)        
2025-08-20T19:01:54.8705772Z remote: Counting objects:  56% (255/454)        
2025-08-20T19:01:54.8706052Z remote: Counting objects:  57% (259/454)        
2025-08-20T19:01:54.8706420Z remote: Counting objects:  58% (264/454)        
2025-08-20T19:01:54.8706678Z remote: Counting objects:  59% (268/454)        
2025-08-20T19:01:54.8706937Z remote: Counting objects:  60% (273/454)        
2025-08-20T19:01:54.8707193Z remote: Counting objects:  61% (277/454)        
2025-08-20T19:01:54.8707457Z remote: Counting objects:  62% (282/454)        
2025-08-20T19:01:54.8707715Z remote: Counting objects:  63% (287/454)        
2025-08-20T19:01:54.8707973Z remote: Counting objects:  64% (291/454)        
2025-08-20T19:01:54.8708230Z remote: Counting objects:  65% (296/454)        
2025-08-20T19:01:54.8708486Z remote: Counting objects:  66% (300/454)        
2025-08-20T19:01:54.8708744Z remote: Counting objects:  67% (305/454)        
2025-08-20T19:01:54.8709003Z remote: Counting objects:  68% (309/454)        
2025-08-20T19:01:54.8709262Z remote: Counting objects:  69% (314/454)        
2025-08-20T19:01:54.8709522Z remote: Counting objects:  70% (318/454)        
2025-08-20T19:01:54.8709780Z remote: Counting objects:  71% (323/454)        
2025-08-20T19:01:54.8710040Z remote: Counting objects:  72% (327/454)        
2025-08-20T19:01:54.8710299Z remote: Counting objects:  73% (332/454)        
2025-08-20T19:01:54.8710554Z remote: Counting objects:  74% (336/454)        
2025-08-20T19:01:54.8710811Z remote: Counting objects:  75% (341/454)        
2025-08-20T19:01:54.8711270Z remote: Counting objects:  76% (346/454)        
2025-08-20T19:01:54.8711528Z remote: Counting objects:  77% (350/454)        
2025-08-20T19:01:54.8711786Z remote: Counting objects:  78% (355/454)        
2025-08-20T19:01:54.8712042Z remote: Counting objects:  79% (359/454)        
2025-08-20T19:01:54.8712299Z remote: Counting objects:  80% (364/454)        
2025-08-20T19:01:54.8712557Z remote: Counting objects:  81% (368/454)        
2025-08-20T19:01:54.8712816Z remote: Counting objects:  82% (373/454)        
2025-08-20T19:01:54.8713077Z remote: Counting objects:  83% (377/454)        
2025-08-20T19:01:54.8713335Z remote: Counting objects:  84% (382/454)        
2025-08-20T19:01:54.8713744Z remote: Counting objects:  85% (386/454)        
2025-08-20T19:01:54.8714011Z remote: Counting objects:  86% (391/454)        
2025-08-20T19:01:54.8714268Z remote: Counting objects:  87% (395/454)        
2025-08-20T19:01:54.8714526Z remote: Counting objects:  88% (400/454)        
2025-08-20T19:01:54.8714787Z remote: Counting objects:  89% (405/454)        
2025-08-20T19:01:54.8715043Z remote: Counting objects:  90% (409/454)        
2025-08-20T19:01:54.8715301Z remote: Counting objects:  91% (414/454)        
2025-08-20T19:01:54.8715564Z remote: Counting objects:  92% (418/454)        
2025-08-20T19:01:54.8715820Z remote: Counting objects:  93% (423/454)        
2025-08-20T19:01:54.8716081Z remote: Counting objects:  94% (427/454)        
2025-08-20T19:01:54.8716338Z remote: Counting objects:  95% (432/454)        
2025-08-20T19:01:54.8716598Z remote: Counting objects:  96% (436/454)        
2025-08-20T19:01:54.8716855Z remote: Counting objects:  97% (441/454)        
2025-08-20T19:01:54.8717112Z remote: Counting objects:  98% (445/454)        
2025-08-20T19:01:54.8717370Z remote: Counting objects:  99% (450/454)        
2025-08-20T19:01:54.8717629Z remote: Counting objects: 100% (454/454)        
2025-08-20T19:01:54.8717904Z remote: Counting objects: 100% (454/454), done.        
2025-08-20T19:01:54.8786499Z [00:00:29.824]➜  remote: Compressing objects:   0% (1/425)        
2025-08-20T19:01:54.8786893Z remote: Compressing objects:   1% (5/425)        
2025-08-20T19:01:54.8787177Z remote: Compressing objects:   2% (9/425)        
2025-08-20T19:01:54.8787452Z remote: Compressing objects:   3% (13/425)        
2025-08-20T19:01:54.8787728Z remote: Compressing objects:   4% (17/425)        
2025-08-20T19:01:54.8788003Z remote: Compressing objects:   5% (22/425)        
2025-08-20T19:01:54.8788632Z remote: Compressing objects:   6% (26/425)        
2025-08-20T19:01:54.8788955Z remote: Compressing objects:   7% (30/425)        
2025-08-20T19:01:54.8789229Z remote: Compressing objects:   8% (34/425)        
2025-08-20T19:01:54.8789501Z remote: Compressing objects:   9% (39/425)        
2025-08-20T19:01:54.8789774Z remote: Compressing objects:  10% (43/425)        
2025-08-20T19:01:54.8790048Z remote: Compressing objects:  11% (47/425)        
2025-08-20T19:01:54.8790329Z remote: Compressing objects:  12% (51/425)        
2025-08-20T19:01:54.8790600Z remote: Compressing objects:  13% (56/425)        
2025-08-20T19:01:54.8790873Z remote: Compressing objects:  14% (60/425)        
2025-08-20T19:01:54.8791146Z remote: Compressing objects:  15% (64/425)        
2025-08-20T19:01:54.8791414Z remote: Compressing objects:  16% (68/425)        
2025-08-20T19:01:54.8791685Z remote: Compressing objects:  17% (73/425)        
2025-08-20T19:01:54.8791952Z remote: Compressing objects:  18% (77/425)        
2025-08-20T19:01:54.8792231Z remote: Compressing objects:  19% (81/425)        
2025-08-20T19:01:54.8792500Z remote: Compressing objects:  20% (85/425)        
2025-08-20T19:01:54.8792768Z remote: Compressing objects:  21% (90/425)        
2025-08-20T19:01:54.8793034Z remote: Compressing objects:  22% (94/425)        
2025-08-20T19:01:54.8793301Z remote: Compressing objects:  23% (98/425)        
2025-08-20T19:01:54.8793739Z remote: Compressing objects:  24% (102/425)        
2025-08-20T19:01:54.8794238Z remote: Compressing objects:  25% (107/425)        
2025-08-20T19:01:54.8794512Z remote: Compressing objects:  26% (111/425)        
2025-08-20T19:01:54.8794783Z remote: Compressing objects:  27% (115/425)        
2025-08-20T19:01:54.8795054Z remote: Compressing objects:  28% (119/425)        
2025-08-20T19:01:54.8795324Z remote: Compressing objects:  29% (124/425)        
2025-08-20T19:01:54.8795596Z remote: Compressing objects:  30% (128/425)        
2025-08-20T19:01:54.8795866Z remote: Compressing objects:  31% (132/425)        
2025-08-20T19:01:54.8796142Z remote: Compressing objects:  32% (136/425)        
2025-08-20T19:01:54.8796415Z remote: Compressing objects:  33% (141/425)        
2025-08-20T19:01:54.8796689Z remote: Compressing objects:  34% (145/425)        
2025-08-20T19:01:54.8796959Z remote: Compressing objects:  35% (149/425)        
2025-08-20T19:01:54.8797228Z remote: Compressing objects:  36% (153/425)        
2025-08-20T19:01:54.8797496Z remote: Compressing objects:  37% (158/425)        
2025-08-20T19:01:54.8797772Z remote: Compressing objects:  38% (162/425)        
2025-08-20T19:01:54.8798044Z remote: Compressing objects:  39% (166/425)        
2025-08-20T19:01:54.8798313Z remote: Compressing objects:  40% (170/425)        
2025-08-20T19:01:54.8798583Z remote: Compressing objects:  41% (175/425)        
2025-08-20T19:01:54.8798857Z remote: Compressing objects:  42% (179/425)        
2025-08-20T19:01:54.8799128Z remote: Compressing objects:  43% (183/425)        
2025-08-20T19:01:54.8799399Z remote: Compressing objects:  44% (187/425)        
2025-08-20T19:01:54.8799675Z remote: Compressing objects:  45% (192/425)        
2025-08-20T19:01:54.8799948Z remote: Compressing objects:  46% (196/425)        
2025-08-20T19:01:54.8800220Z remote: Compressing objects:  47% (200/425)        
2025-08-20T19:01:54.8800491Z remote: Compressing objects:  48% (204/425)        
2025-08-20T19:01:54.8800760Z remote: Compressing objects:  49% (209/425)        
2025-08-20T19:01:54.8801038Z remote: Compressing objects:  50% (213/425)        
2025-08-20T19:01:54.8801309Z remote: Compressing objects:  51% (217/425)        
2025-08-20T19:01:54.8801613Z remote: Compressing objects:  52% (221/425)        
2025-08-20T19:01:54.8801883Z remote: Compressing objects:  53% (226/425)        
2025-08-20T19:01:54.8802151Z remote: Compressing objects:  54% (230/425)        
2025-08-20T19:01:54.8802424Z remote: Compressing objects:  55% (234/425)        
2025-08-20T19:01:54.8802697Z remote: Compressing objects:  56% (238/425)        
2025-08-20T19:01:54.8803184Z remote: Compressing objects:  57% (243/425)        
2025-08-20T19:01:54.8803628Z remote: Compressing objects:  58% (247/425)        
2025-08-20T19:01:54.8803904Z remote: Compressing objects:  59% (251/425)        
2025-08-20T19:01:54.8804176Z remote: Compressing objects:  60% (255/425)        
2025-08-20T19:01:54.8804444Z remote: Compressing objects:  61% (260/425)        
2025-08-20T19:01:54.8804717Z remote: Compressing objects:  62% (264/425)        
2025-08-20T19:01:54.8804994Z remote: Compressing objects:  63% (268/425)        
2025-08-20T19:01:54.8805262Z remote: Compressing objects:  64% (272/425)        
2025-08-20T19:01:54.8805533Z remote: Compressing objects:  65% (277/425)        
2025-08-20T19:01:54.8805806Z remote: Compressing objects:  66% (281/425)        
2025-08-20T19:01:54.8806075Z remote: Compressing objects:  67% (285/425)        
2025-08-20T19:01:54.8806347Z remote: Compressing objects:  68% (289/425)        
2025-08-20T19:01:54.8806615Z remote: Compressing objects:  69% (294/425)        
2025-08-20T19:01:54.8806890Z remote: Compressing objects:  70% (298/425)        
2025-08-20T19:01:54.8807159Z remote: Compressing objects:  71% (302/425)        
2025-08-20T19:01:54.8807431Z remote: Compressing objects:  72% (306/425)        
2025-08-20T19:01:54.8807700Z remote: Compressing objects:  73% (311/425)        
2025-08-20T19:01:54.8807973Z remote: Compressing objects:  74% (315/425)        
2025-08-20T19:01:54.8808242Z remote: Compressing objects:  75% (319/425)        
2025-08-20T19:01:54.8808710Z remote: Compressing objects:  76% (323/425)        
2025-08-20T19:01:54.8808986Z remote: Compressing objects:  77% (328/425)        
2025-08-20T19:01:54.8809256Z remote: Compressing objects:  78% (332/425)        
2025-08-20T19:01:54.8809525Z remote: Compressing objects:  79% (336/425)        
2025-08-20T19:01:54.8809796Z remote: Compressing objects:  80% (340/425)        
2025-08-20T19:01:54.8810064Z remote: Compressing objects:  81% (345/425)        
2025-08-20T19:01:54.8810335Z remote: Compressing objects:  82% (349/425)        
2025-08-20T19:01:54.8810611Z remote: Compressing objects:  83% (353/425)        
2025-08-20T19:01:54.8810879Z remote: Compressing objects:  84% (357/425)        
2025-08-20T19:01:54.8811151Z remote: Compressing objects:  85% (362/425)        
2025-08-20T19:01:54.8811420Z remote: Compressing objects:  86% (366/425)        
2025-08-20T19:01:54.8811688Z remote: Compressing objects:  87% (370/425)        
2025-08-20T19:01:54.8811967Z remote: Compressing objects:  88% (374/425)        
2025-08-20T19:01:54.8812238Z remote: Compressing objects:  89% (379/425)        
2025-08-20T19:01:54.8812512Z remote: Compressing objects:  90% (383/425)        
2025-08-20T19:01:54.8812784Z remote: Compressing objects:  91% (387/425)        
2025-08-20T19:01:54.8813058Z remote: Compressing objects:  92% (391/425)        
2025-08-20T19:01:54.8813335Z remote: Compressing objects:  93% (396/425)        
2025-08-20T19:01:54.8813781Z remote: Compressing objects:  94% (400/425)        
2025-08-20T19:01:54.8814113Z remote: Compressing objects:  95% (404/425)        
2025-08-20T19:01:54.8814385Z remote: Compressing objects:  96% (408/425)        
2025-08-20T19:01:54.8814654Z remote: Compressing objects:  97% (413/425)        
2025-08-20T19:01:54.8814924Z remote: Compressing objects:  98% (417/425)        
2025-08-20T19:01:54.8815193Z remote: Compressing objects:  99% (421/425)        
2025-08-20T19:01:54.8815461Z remote: Compressing objects: 100% (425/425)        
2025-08-20T19:01:54.8815762Z remote: Compressing objects: 100% (425/425), done.        
2025-08-20T19:01:55.0406342Z [00:00:29.986]➜  Receiving objects:   0% (1/16915)
2025-08-20T19:01:55.0406727Z Receiving objects:   1% (170/16915)
2025-08-20T19:01:55.0406951Z Receiving objects:   2% (339/16915)
2025-08-20T19:01:55.0407165Z Receiving objects:   3% (508/16915)
2025-08-20T19:01:55.0407380Z Receiving objects:   4% (677/16915)
2025-08-20T19:01:55.0407598Z Receiving objects:   5% (846/16915)
2025-08-20T19:01:55.0407813Z Receiving objects:   6% (1015/16915)
2025-08-20T19:01:55.0408355Z Receiving objects:   7% (1185/16915)
2025-08-20T19:01:55.0408595Z Receiving objects:   8% (1354/16915)
2025-08-20T19:01:55.0408812Z Receiving objects:   9% (1523/16915)
2025-08-20T19:01:55.0409031Z Receiving objects:  10% (1692/16915)
2025-08-20T19:01:55.0409248Z Receiving objects:  11% (1861/16915)
2025-08-20T19:01:55.0409463Z Receiving objects:  12% (2030/16915)
2025-08-20T19:01:55.0409677Z Receiving objects:  13% (2199/16915)
2025-08-20T19:01:55.0409908Z Receiving objects:  14% (2369/16915)
2025-08-20T19:01:55.0410122Z Receiving objects:  15% (2538/16915)
2025-08-20T19:01:55.0410335Z Receiving objects:  16% (2707/16915)
2025-08-20T19:01:55.0410551Z Receiving objects:  17% (2876/16915)
2025-08-20T19:01:55.0410770Z Receiving objects:  18% (3045/16915)
2025-08-20T19:01:55.0410982Z Receiving objects:  19% (3214/16915)
2025-08-20T19:01:55.0411199Z Receiving objects:  20% (3383/16915)
2025-08-20T19:01:55.0411411Z Receiving objects:  21% (3553/16915)
2025-08-20T19:01:55.0411626Z Receiving objects:  22% (3722/16915)
2025-08-20T19:01:55.0411849Z Receiving objects:  23% (3891/16915)
2025-08-20T19:01:55.0412066Z Receiving objects:  24% (4060/16915)
2025-08-20T19:01:55.0412283Z Receiving objects:  25% (4229/16915)
2025-08-20T19:01:55.0412497Z Receiving objects:  26% (4398/16915)
2025-08-20T19:01:55.0412714Z Receiving objects:  27% (4568/16915)
2025-08-20T19:01:55.0412933Z Receiving objects:  28% (4737/16915)
2025-08-20T19:01:55.0413745Z Receiving objects:  29% (4906/16915)
2025-08-20T19:01:55.0413967Z Receiving objects:  30% (5075/16915)
2025-08-20T19:01:55.0414187Z Receiving objects:  31% (5244/16915)
2025-08-20T19:01:55.0414401Z Receiving objects:  32% (5413/16915)
2025-08-20T19:01:55.0414615Z Receiving objects:  33% (5582/16915)
2025-08-20T19:01:55.0414830Z Receiving objects:  34% (5752/16915)
2025-08-20T19:01:55.0415044Z Receiving objects:  35% (5921/16915)
2025-08-20T19:01:55.0415258Z Receiving objects:  36% (6090/16915)
2025-08-20T19:01:55.0415472Z Receiving objects:  37% (6259/16915)
2025-08-20T19:01:55.0415692Z Receiving objects:  38% (6428/16915)
2025-08-20T19:01:55.0415908Z Receiving objects:  39% (6597/16915)
2025-08-20T19:01:55.0416122Z Receiving objects:  40% (6766/16915)
2025-08-20T19:01:55.0416332Z Receiving objects:  41% (6936/16915)
2025-08-20T19:01:55.0416551Z Receiving objects:  42% (7105/16915)
2025-08-20T19:01:55.0416760Z Receiving objects:  43% (7274/16915)
2025-08-20T19:01:55.0416973Z Receiving objects:  44% (7443/16915)
2025-08-20T19:01:55.0417195Z Receiving objects:  45% (7612/16915)
2025-08-20T19:01:55.0417411Z Receiving objects:  46% (7781/16915)
2025-08-20T19:01:55.0417625Z Receiving objects:  47% (7951/16915)
2025-08-20T19:01:55.0417840Z Receiving objects:  48% (8120/16915)
2025-08-20T19:01:55.0418055Z Receiving objects:  49% (8289/16915)
2025-08-20T19:01:55.0418273Z Receiving objects:  50% (8458/16915)
2025-08-20T19:01:55.0418489Z Receiving objects:  51% (8627/16915)
2025-08-20T19:01:55.0418708Z Receiving objects:  52% (8796/16915)
2025-08-20T19:01:55.0418925Z Receiving objects:  53% (8965/16915)
2025-08-20T19:01:55.0419144Z Receiving objects:  54% (9135/16915)
2025-08-20T19:01:55.0419361Z Receiving objects:  55% (9304/16915)
2025-08-20T19:01:55.0419577Z Receiving objects:  56% (9473/16915)
2025-08-20T19:01:55.0419792Z Receiving objects:  57% (9642/16915)
2025-08-20T19:01:55.0420006Z Receiving objects:  58% (9811/16915)
2025-08-20T19:01:55.0420224Z Receiving objects:  59% (9980/16915)
2025-08-20T19:01:55.0420447Z Receiving objects:  60% (10149/16915)
2025-08-20T19:01:55.0420669Z Receiving objects:  61% (10319/16915)
2025-08-20T19:01:55.0420888Z Receiving objects:  62% (10488/16915)
2025-08-20T19:01:55.0421113Z Receiving objects:  63% (10657/16915)
2025-08-20T19:01:55.0421335Z Receiving objects:  64% (10826/16915)
2025-08-20T19:01:55.0421553Z Receiving objects:  65% (10995/16915)
2025-08-20T19:01:55.0421771Z Receiving objects:  66% (11164/16915)
2025-08-20T19:01:55.0421989Z Receiving objects:  67% (11334/16915)
2025-08-20T19:01:55.0422205Z Receiving objects:  68% (11503/16915)
2025-08-20T19:01:55.0422737Z Receiving objects:  69% (11672/16915)
2025-08-20T19:01:55.0422986Z Receiving objects:  70% (11841/16915)
2025-08-20T19:01:55.0423201Z Receiving objects:  71% (12010/16915)
2025-08-20T19:01:55.0423599Z Receiving objects:  72% (12179/16915)
2025-08-20T19:01:55.0423824Z Receiving objects:  73% (12348/16915)
2025-08-20T19:01:55.0424043Z Receiving objects:  74% (12518/16915)
2025-08-20T19:01:55.0424260Z Receiving objects:  75% (12687/16915)
2025-08-20T19:01:55.0424482Z Receiving objects:  76% (12856/16915)
2025-08-20T19:01:55.0424697Z Receiving objects:  77% (13025/16915)
2025-08-20T19:01:55.0424915Z Receiving objects:  78% (13194/16915)
2025-08-20T19:01:55.0425131Z Receiving objects:  79% (13363/16915)
2025-08-20T19:01:55.0425349Z Receiving objects:  80% (13532/16915)
2025-08-20T19:01:55.0425564Z Receiving objects:  81% (13702/16915)
2025-08-20T19:01:55.0425782Z Receiving objects:  82% (13871/16915)
2025-08-20T19:01:55.0425999Z Receiving objects:  83% (14040/16915)
2025-08-20T19:01:55.0426221Z Receiving objects:  84% (14209/16915)
2025-08-20T19:01:55.0426439Z Receiving objects:  85% (14378/16915)
2025-08-20T19:01:55.0426657Z Receiving objects:  86% (14547/16915)
2025-08-20T19:01:55.0426872Z Receiving objects:  87% (14717/16915)
2025-08-20T19:01:55.0427088Z Receiving objects:  88% (14886/16915)
2025-08-20T19:01:55.0427306Z Receiving objects:  89% (15055/16915)
2025-08-20T19:01:55.0427523Z Receiving objects:  90% (15224/16915)
2025-08-20T19:01:55.0427961Z Receiving objects:  91% (15393/16915)
2025-08-20T19:01:55.0428178Z Receiving objects:  92% (15562/16915)
2025-08-20T19:01:55.0428394Z Receiving objects:  93% (15731/16915)
2025-08-20T19:01:55.0428609Z Receiving objects:  94% (15901/16915)
2025-08-20T19:01:55.0428825Z Receiving objects:  95% (16070/16915)
2025-08-20T19:01:55.0429042Z Receiving objects:  96% (16239/16915)
2025-08-20T19:01:55.0429258Z Receiving objects:  97% (16408/16915)
2025-08-20T19:01:55.0429475Z Receiving objects:  98% (16577/16915)
2025-08-20T19:01:55.0429698Z Receiving objects:  99% (16746/16915)
2025-08-20T19:01:55.0430033Z remote: Total 16915 (delta 71), reused 69 (delta 29), pack-reused 16461 (from 3)        
2025-08-20T19:01:55.0430587Z [00:00:29.987]➜  Receiving objects: 100% (16915/16915)
2025-08-20T19:01:55.0430900Z Receiving objects: 100% (16915/16915), 2.53 MiB | 15.61 MiB/s, done.
2025-08-20T19:01:55.2486636Z [00:00:30.194]➜  Resolving deltas:   0% (0/12367)
2025-08-20T19:01:55.2486952Z Resolving deltas:   1% (124/12367)
2025-08-20T19:01:55.2487219Z Resolving deltas:   2% (248/12367)
2025-08-20T19:01:55.2487484Z Resolving deltas:   3% (372/12367)
2025-08-20T19:01:55.2487698Z Resolving deltas:   4% (496/12367)
2025-08-20T19:01:55.2487911Z Resolving deltas:   5% (619/12367)
2025-08-20T19:01:55.2488122Z Resolving deltas:   6% (743/12367)
2025-08-20T19:01:55.2488334Z Resolving deltas:   7% (866/12367)
2025-08-20T19:01:55.2488547Z Resolving deltas:   8% (990/12367)
2025-08-20T19:01:55.2488760Z Resolving deltas:   9% (1114/12367)
2025-08-20T19:01:55.2488970Z Resolving deltas:  10% (1237/12367)
2025-08-20T19:01:55.2489198Z Resolving deltas:  11% (1361/12367)
2025-08-20T19:01:55.2489410Z Resolving deltas:  12% (1486/12367)
2025-08-20T19:01:55.2489623Z Resolving deltas:  13% (1608/12367)
2025-08-20T19:01:55.2489867Z Resolving deltas:  14% (1733/12367)
2025-08-20T19:01:55.2490080Z Resolving deltas:  15% (1856/12367)
2025-08-20T19:01:55.2490292Z Resolving deltas:  16% (1979/12367)
2025-08-20T19:01:55.2490507Z Resolving deltas:  17% (2103/12367)
2025-08-20T19:01:55.2490728Z Resolving deltas:  18% (2228/12367)
2025-08-20T19:01:55.2490940Z Resolving deltas:  19% (2350/12367)
2025-08-20T19:01:55.2491156Z Resolving deltas:  20% (2474/12367)
2025-08-20T19:01:55.2491371Z Resolving deltas:  21% (2600/12367)
2025-08-20T19:01:55.2491582Z Resolving deltas:  22% (2721/12367)
2025-08-20T19:01:55.2491796Z Resolving deltas:  23% (2845/12367)
2025-08-20T19:01:55.2492008Z Resolving deltas:  24% (2969/12367)
2025-08-20T19:01:55.2492217Z Resolving deltas:  25% (3092/12367)
2025-08-20T19:01:55.2492877Z Resolving deltas:  26% (3216/12367)
2025-08-20T19:01:55.2493119Z Resolving deltas:  27% (3340/12367)
2025-08-20T19:01:55.2493336Z Resolving deltas:  28% (3464/12367)
2025-08-20T19:01:55.2493818Z Resolving deltas:  29% (3587/12367)
2025-08-20T19:01:55.2494033Z Resolving deltas:  30% (3712/12367)
2025-08-20T19:01:55.2494247Z Resolving deltas:  31% (3835/12367)
2025-08-20T19:01:55.2494460Z Resolving deltas:  32% (3958/12367)
2025-08-20T19:01:55.2494681Z Resolving deltas:  33% (4082/12367)
2025-08-20T19:01:55.2494890Z Resolving deltas:  34% (4205/12367)
2025-08-20T19:01:55.2495102Z Resolving deltas:  35% (4329/12367)
2025-08-20T19:01:55.2495315Z Resolving deltas:  36% (4453/12367)
2025-08-20T19:01:55.2495528Z Resolving deltas:  37% (4576/12367)
2025-08-20T19:01:55.2495735Z Resolving deltas:  38% (4701/12367)
2025-08-20T19:01:55.2495951Z Resolving deltas:  39% (4824/12367)
2025-08-20T19:01:55.2496162Z Resolving deltas:  40% (4947/12367)
2025-08-20T19:01:55.2496373Z Resolving deltas:  41% (5071/12367)
2025-08-20T19:01:55.2496586Z Resolving deltas:  42% (5195/12367)
2025-08-20T19:01:55.2496799Z Resolving deltas:  43% (5318/12367)
2025-08-20T19:01:55.2497013Z Resolving deltas:  44% (5442/12367)
2025-08-20T19:01:55.2497224Z Resolving deltas:  45% (5566/12367)
2025-08-20T19:01:55.2497435Z Resolving deltas:  46% (5689/12367)
2025-08-20T19:01:55.2497646Z Resolving deltas:  47% (5813/12367)
2025-08-20T19:01:55.2497896Z Resolving deltas:  48% (5937/12367)
2025-08-20T19:01:55.2498439Z Resolving deltas:  49% (6060/12367)
2025-08-20T19:01:55.2498659Z Resolving deltas:  50% (6184/12367)
2025-08-20T19:01:55.2498866Z Resolving deltas:  51% (6308/12367)
2025-08-20T19:01:55.2499078Z Resolving deltas:  52% (6433/12367)
2025-08-20T19:01:55.2499287Z Resolving deltas:  53% (6555/12367)
2025-08-20T19:01:55.2499499Z Resolving deltas:  54% (6679/12367)
2025-08-20T19:01:55.2499708Z Resolving deltas:  55% (6802/12367)
2025-08-20T19:01:55.2499919Z Resolving deltas:  56% (6927/12367)
2025-08-20T19:01:55.2500131Z Resolving deltas:  57% (7051/12367)
2025-08-20T19:01:55.2500348Z Resolving deltas:  58% (7173/12367)
2025-08-20T19:01:55.2500559Z Resolving deltas:  59% (7297/12367)
2025-08-20T19:01:55.2500772Z Resolving deltas:  60% (7421/12367)
2025-08-20T19:01:55.2500984Z Resolving deltas:  61% (7544/12367)
2025-08-20T19:01:55.2501194Z Resolving deltas:  62% (7668/12367)
2025-08-20T19:01:55.2501406Z Resolving deltas:  63% (7792/12367)
2025-08-20T19:01:55.2501616Z Resolving deltas:  64% (7915/12367)
2025-08-20T19:01:55.2501833Z Resolving deltas:  65% (8039/12367)
2025-08-20T19:01:55.2502041Z Resolving deltas:  66% (8164/12367)
2025-08-20T19:01:55.2502252Z Resolving deltas:  67% (8286/12367)
2025-08-20T19:01:55.2502464Z Resolving deltas:  68% (8410/12367)
2025-08-20T19:01:55.2502674Z Resolving deltas:  69% (8534/12367)
2025-08-20T19:01:55.2502886Z Resolving deltas:  70% (8657/12367)
2025-08-20T19:01:55.2503098Z Resolving deltas:  71% (8781/12367)
2025-08-20T19:01:55.2503309Z Resolving deltas:  72% (8906/12367)
2025-08-20T19:01:55.2503745Z Resolving deltas:  73% (9028/12367)
2025-08-20T19:01:55.2503976Z Resolving deltas:  74% (9153/12367)
2025-08-20T19:01:55.2504189Z Resolving deltas:  75% (9276/12367)
2025-08-20T19:01:55.2504400Z Resolving deltas:  76% (9399/12367)
2025-08-20T19:01:55.2504606Z Resolving deltas:  77% (9523/12367)
2025-08-20T19:01:55.2504819Z Resolving deltas:  78% (9648/12367)
2025-08-20T19:01:55.2505030Z Resolving deltas:  79% (9770/12367)
2025-08-20T19:01:55.2505243Z Resolving deltas:  80% (9894/12367)
2025-08-20T19:01:55.2505462Z Resolving deltas:  81% (10018/12367)
2025-08-20T19:01:55.2505675Z Resolving deltas:  82% (10141/12367)
2025-08-20T19:01:55.2505890Z Resolving deltas:  83% (10265/12367)
2025-08-20T19:01:55.2506107Z Resolving deltas:  84% (10389/12367)
2025-08-20T19:01:55.2506321Z Resolving deltas:  85% (10512/12367)
2025-08-20T19:01:55.2506534Z Resolving deltas:  86% (10636/12367)
2025-08-20T19:01:55.2506746Z Resolving deltas:  87% (10760/12367)
2025-08-20T19:01:55.2506958Z Resolving deltas:  88% (10883/12367)
2025-08-20T19:01:55.2507464Z Resolving deltas:  89% (11007/12367)
2025-08-20T19:01:55.2507702Z Resolving deltas:  90% (11131/12367)
2025-08-20T19:01:55.2507918Z Resolving deltas:  91% (11254/12367)
2025-08-20T19:01:55.2508130Z Resolving deltas:  92% (11379/12367)
2025-08-20T19:01:55.2508344Z Resolving deltas:  93% (11502/12367)
2025-08-20T19:01:55.2508554Z Resolving deltas:  94% (11625/12367)
2025-08-20T19:01:55.2508770Z Resolving deltas:  95% (11749/12367)
2025-08-20T19:01:55.2508993Z Resolving deltas:  96% (11873/12367)
2025-08-20T19:01:55.2509204Z Resolving deltas:  97% (11996/12367)
2025-08-20T19:01:55.2509418Z Resolving deltas:  98% (12120/12367)
2025-08-20T19:01:55.2509631Z Resolving deltas:  99% (12244/12367)
2025-08-20T19:01:55.2509845Z Resolving deltas: 100% (12367/12367)
2025-08-20T19:01:55.2510069Z Resolving deltas: 100% (12367/12367), done.
2025-08-20T19:01:55.3918503Z [00:00:30.337]➜  From https://github.com/leleliu008/ppkg-formula-repository-official-core
2025-08-20T19:01:55.3919117Z [00:00:30.337]➜   * [new branch]        master     -> origin/master
2025-08-20T19:01:55.3929932Z [00:00:30.338]➜  [0;35m==>[0m [0;32mgit checkout --progress --force -B master refs/remotes/origin/master[0m
2025-08-20T19:01:55.4624129Z [00:00:30.407]➜  branch 'master' set up to track 'origin/master'.
2025-08-20T19:01:55.4625376Z [00:00:30.408]➜  Reset branch 'master'
2025-08-20T19:01:55.4638346Z [00:00:30.409]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/repos.d[0m
2025-08-20T19:01:55.4646928Z [00:00:30.409]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/98/official-core /root/.ppkg/repos.d/[0m
2025-08-20T19:01:55.4905361Z [00:00:30.436]➜  HEAD is now at 528780c4 optimized
2025-08-20T19:01:55.5124686Z [00:00:30.458]➜  [0;33m🔔  bin-graph will be treated as a package-name, and it will be expanded to linux-musl-aarch64/bin-graph[0m
2025-08-20T19:01:55.9912015Z [00:00:30.936]➜  [0;35m>>> Installation [0m[0;32mlinux-musl-aarch64/libz[0m[0;35m start[0m
2025-08-20T19:01:55.9915360Z [00:00:30.937]➜        TIMESTAMP_UNIX = 1755716515
2025-08-20T19:01:55.9915688Z [00:00:30.937]➜  
2025-08-20T19:01:55.9915926Z [00:00:30.937]➜  NATIVE_PLATFORM_KIND = linux
2025-08-20T19:01:55.9916224Z [00:00:30.937]➜  NATIVE_PLATFORM_TYPE = linux
2025-08-20T19:01:55.9916516Z [00:00:30.937]➜  NATIVE_PLATFORM_CODE = alpine
2025-08-20T19:01:55.9916830Z [00:00:30.937]➜  NATIVE_PLATFORM_NAME = Alpine Linux
2025-08-20T19:01:55.9917358Z [00:00:30.937]➜  NATIVE_PLATFORM_VERS = 3.23.0_alpha20250612
2025-08-20T19:01:55.9917729Z [00:00:30.937]➜  NATIVE_PLATFORM_ARCH = aarch64
2025-08-20T19:01:55.9918017Z [00:00:30.937]➜  NATIVE_PLATFORM_NCPU = 4
2025-08-20T19:01:55.9918304Z [00:00:30.937]➜  NATIVE_PLATFORM_LIBC = musl
2025-08-20T19:01:55.9918592Z [00:00:30.937]➜  NATIVE_PLATFORM_EUID = 0
2025-08-20T19:01:55.9918866Z [00:00:30.937]➜  NATIVE_PLATFORM_EGID = 0
2025-08-20T19:01:55.9919105Z [00:00:30.937]➜  
2025-08-20T19:01:55.9919331Z [00:00:30.937]➜  TARGET_PLATFORM_NAME = linux
2025-08-20T19:01:55.9919620Z [00:00:30.937]➜  TARGET_PLATFORM_VERS = musl
2025-08-20T19:01:55.9919923Z [00:00:30.937]➜  TARGET_PLATFORM_ARCH = aarch64
2025-08-20T19:01:55.9920180Z [00:00:30.937]➜  
2025-08-20T19:01:55.9920435Z [00:00:30.937]➜  PPKG_ARG0            = /usr/local/bin/ppkg
2025-08-20T19:01:55.9920745Z [00:00:30.937]➜  PPKG_ARG1            = install
2025-08-20T19:01:55.9921223Z [00:00:30.937]➜  PPKG_ARGV            = /usr/local/bin/ppkg install bin-graph --profile=release -j 5 --static
2025-08-20T19:01:55.9921679Z [00:00:30.937]➜  PPKG_PATH            = /usr/local/bin/ppkg
2025-08-20T19:01:55.9922006Z [00:00:30.937]➜  PPKG_HOME            = /root/.ppkg
2025-08-20T19:01:55.9922309Z [00:00:30.937]➜  PPKG_VERSION         = 0.23.30
2025-08-20T19:01:55.9922587Z [00:00:30.937]➜  PPKG_URL_TRANSFORM   = 
2025-08-20T19:01:55.9922827Z [00:00:30.937]➜  
2025-08-20T19:01:55.9923040Z [00:00:30.937]➜       CROSS_COMPILING = 0
2025-08-20T19:01:55.9923279Z [00:00:30.937]➜  
2025-08-20T19:01:55.9923664Z [00:00:30.937]➜             LOG_LEVEL = 1
2025-08-20T19:01:55.9923947Z [00:00:30.937]➜               PROFILE = release
2025-08-20T19:01:55.9924595Z [00:00:30.937]➜  
2025-08-20T19:01:55.9924883Z [00:00:30.937]➜         ENABLE_CCACHE = 
2025-08-20T19:01:55.9925167Z [00:00:30.937]➜  REQUEST_TO_KEEP_SESSION_DIR = 
2025-08-20T19:01:55.9925494Z [00:00:30.937]➜  REQUEST_TO_EXPORT_COMPILE_COMMANDS_JSON = 
2025-08-20T19:01:55.9925889Z [00:00:30.937]➜  REQUEST_TO_CREATE_FULLY_STATICALLY_LINKED_EXECUTABLE = 1
2025-08-20T19:01:55.9926211Z [00:00:30.938]➜  
2025-08-20T19:01:55.9926463Z [00:00:30.938]➜  [0;35m=>> STEP 1 : load formula [0m
2025-08-20T19:01:56.1633527Z [00:00:31.108]➜  
2025-08-20T19:01:56.1634023Z [00:00:31.108]➜  [0;35m=>> STEP 2 : calculate working/install directory [0m
2025-08-20T19:01:56.1636406Z [00:00:31.109]➜  PACKAGE_WORKING_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libz
2025-08-20T19:01:56.1636969Z [00:00:31.109]➜  PACKAGE_BSCRIPT_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libz/src
2025-08-20T19:01:56.1637477Z [00:00:31.109]➜  PACKAGE_BCACHED_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_
2025-08-20T19:01:56.1638261Z [00:00:31.109]➜  PACKAGE_INSTALL_DIR = /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b
2025-08-20T19:01:56.1638802Z [00:00:31.109]➜  
2025-08-20T19:01:56.1639125Z [00:00:31.109]➜  [0;35m=>> STEP 3 : create the working directory and change to it [0m
2025-08-20T19:01:56.1639619Z [00:00:31.109]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/run/134/linux-musl-aarch64/libz[0m
2025-08-20T19:01:56.1642484Z [00:00:31.109]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libz[0m
2025-08-20T19:01:56.1642959Z [00:00:31.109]➜  [0;35m==>[0m [0;32minstall -d src/_ fix res bin lib include map[0m
2025-08-20T19:01:56.1651403Z [00:00:31.110]➜  
2025-08-20T19:01:56.1651921Z [00:00:31.110]➜  [0;35m=>> STEP 4 : install needed packages via uppm [0m
2025-08-20T19:01:56.1652430Z [00:00:31.110]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm about[0m
2025-08-20T19:01:56.1654649Z [00:00:31.111]➜  uppm.version : 0.15.4
2025-08-20T19:01:56.1656677Z [00:00:31.111]➜  uppm.homedir : /root/.ppkg/uppm
2025-08-20T19:01:56.1657049Z [00:00:31.111]➜  uppm.exepath : /root/.ppkg/core/uppm
2025-08-20T19:01:56.1657446Z [00:00:31.111]➜  uppm.website : https://github.com/leleliu008/uppm
2025-08-20T19:01:56.1657755Z [00:00:31.111]➜  
2025-08-20T19:01:56.1658013Z [00:00:31.111]➜  uppm.build.utctime: 2025-07-18 10:22:36
2025-08-20T19:01:56.1658324Z [00:00:31.111]➜  uppm.build.libyaml: 0.2.5
2025-08-20T19:01:56.1658640Z [00:00:31.111]➜  uppm.build.libcurl: 8.12.1
2025-08-20T19:01:56.1658926Z [00:00:31.111]➜  uppm.build.libgit2: 1.9.1
2025-08-20T19:01:56.1659209Z [00:00:31.111]➜  uppm.build.openssl: 3.4.1
2025-08-20T19:01:56.1659492Z [00:00:31.111]➜  uppm.build.jansson: 2.14
2025-08-20T19:01:56.1659775Z [00:00:31.111]➜  uppm.build.archive: 3.8.1
2025-08-20T19:01:56.1660055Z [00:00:31.111]➜  uppm.build.zlib:    1.3.1
2025-08-20T19:01:56.1660391Z [00:00:31.111]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm update[0m
2025-08-20T19:01:56.1661300Z [00:00:31.111]➜  === Updating formula repo
2025-08-20T19:01:56.2930928Z [00:00:31.238]➜  name: official-core
2025-08-20T19:01:56.2931381Z [00:00:31.238]➜  path: /root/.ppkg/uppm/repos.d/official-core
2025-08-20T19:01:56.2931889Z [00:00:31.238]➜  url:  https://github.com/leleliu008/uppm-package-repository-linux-aarch64
2025-08-20T19:01:56.2932312Z [00:00:31.238]➜  branch: master
2025-08-20T19:01:56.2932545Z [00:00:31.238]➜  pinned: no
2025-08-20T19:01:56.2932811Z [00:00:31.238]➜  enabled: yes
2025-08-20T19:01:56.2933079Z [00:00:31.238]➜  created: 2025-08-20 19:01:45+00:00
2025-08-20T19:01:56.2933361Z [00:00:31.238]➜  Already up to date.
2025-08-20T19:01:56.2934169Z [00:00:31.238]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install curl[0m
2025-08-20T19:01:56.2957861Z [00:00:31.241]➜  uppm package 'curl' already has been installed.
2025-08-20T19:01:56.2959001Z [00:00:31.241]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install bsdtar[0m
2025-08-20T19:01:56.2983021Z [00:00:31.243]➜  uppm package 'bsdtar' already has been installed.
2025-08-20T19:01:56.2984729Z [00:00:31.244]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install cmake[0m
2025-08-20T19:01:56.3007743Z [00:00:31.246]➜  uppm package 'cmake' to be installed.
2025-08-20T19:01:57.1206701Z [00:00:32.066]➜  /root/.ppkg/uppm/downloads/e0821232cc6fc0e140f28f2a0390610199012d90386be83a7f18bb0c7e9e70ee.txz already have been fetched.
2025-08-20T19:01:58.0532066Z [00:00:32.998]➜  
2025-08-20T19:01:58.0532530Z [00:00:32.998]➜  uppm package 'cmake' was successfully installed.
2025-08-20T19:01:58.0539943Z [00:00:32.999]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install ninja[0m
2025-08-20T19:01:58.0563871Z [00:00:33.002]➜  uppm package 'ninja' to be installed.
2025-08-20T19:01:58.4094937Z [00:00:33.354]➜  /root/.ppkg/uppm/downloads/963454679b572c7d4c21fefc6ca273a72d7a6c6f9cdf43d2305c3fd1069b58ff.txz already have been fetched.
2025-08-20T19:01:58.4232332Z [00:00:33.368]➜  
2025-08-20T19:01:58.4234000Z [00:00:33.368]➜  uppm package 'ninja' was successfully installed.
2025-08-20T19:01:58.4244019Z [00:00:33.370]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install pkg-config[0m
2025-08-20T19:01:58.4269924Z [00:00:33.372]➜  uppm package 'pkg-config' to be installed.
2025-08-20T19:01:58.7264377Z [00:00:33.671]➜  /root/.ppkg/uppm/downloads/c2ad10dccfde70da0fd9c1ea01ec1f2aef354087e5b52a3868fe71aaf2c20a5a.txz already have been fetched.
2025-08-20T19:01:58.7608367Z [00:00:33.706]➜  
2025-08-20T19:01:58.7609220Z [00:00:33.706]➜  uppm package 'pkg-config' was successfully installed.
2025-08-20T19:01:58.7618921Z [00:00:33.707]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install patchelf[0m
2025-08-20T19:01:58.7642720Z [00:00:33.709]➜  uppm package 'patchelf' to be installed.
2025-08-20T19:01:59.0943272Z [00:00:34.039]➜  /root/.ppkg/uppm/downloads/acea61b01552a49fbc03e18072475521f7c48d4c0a3bd3aadc1ba285fb3e9cb7.txz already have been fetched.
2025-08-20T19:01:59.1066622Z [00:00:34.052]➜  
2025-08-20T19:01:59.1067005Z [00:00:34.052]➜  uppm package 'patchelf' was successfully installed.
2025-08-20T19:01:59.1077842Z [00:00:34.053]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install tree[0m
2025-08-20T19:01:59.1102959Z [00:00:34.055]➜  uppm package 'tree' already has been installed.
2025-08-20T19:01:59.1105117Z [00:00:34.056]➜  
2025-08-20T19:01:59.1105440Z [00:00:34.056]➜  [0;35m=>> STEP 5 : locate needed tools [0m
2025-08-20T19:01:59.1109532Z [00:00:34.056]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/cmake/bin/cmake --version[0m
2025-08-20T19:01:59.1122319Z [00:00:34.057]➜  cmake version 3.30.2
2025-08-20T19:01:59.1122587Z [00:00:34.057]➜  
2025-08-20T19:01:59.1126915Z [00:00:34.057]➜  CMake suite maintained and supported by Kitware (kitware.com/cmake).
2025-08-20T19:01:59.1127291Z [00:00:34.058]➜  
2025-08-20T19:01:59.1130842Z [00:00:34.058]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/ninja/bin/ninja --version[0m
2025-08-20T19:01:59.1135695Z [00:00:34.059]➜  1.11.1
2025-08-20T19:01:59.1137444Z [00:00:34.059]➜  
2025-08-20T19:01:59.1143095Z [00:00:34.059]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/pkg-config/bin/pkg-config --version[0m
2025-08-20T19:01:59.1146840Z [00:00:34.060]➜  0.29.2
2025-08-20T19:01:59.1147588Z [00:00:34.060]➜  
2025-08-20T19:01:59.1153091Z [00:00:34.060]➜  
2025-08-20T19:01:59.1153621Z [00:00:34.060]➜  [0;35m=>> STEP 6 : dofetch [0m
2025-08-20T19:01:59.1177772Z [00:00:34.063]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/downloads[0m
2025-08-20T19:01:59.1184539Z [00:00:34.063]➜  [0;35m==>[0m [0;32mcurl --fail --retry 20 --retry-delay 30 --location --cacert /root/.ppkg/core/cacert.pem -o '/root/.ppkg/downloads/4cf538e09b5e9af8207c16a66c8b6e5f5d25f00e2d74d2aaf762845e13e8f605.tmp' 'https://zlib.net/zlib-1.3.1.tar.gz'[0m
2025-08-20T19:01:59.1195223Z [00:00:34.065]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:01:59.1195717Z [00:00:34.065]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:01:59.6410082Z [00:00:34.586]➜  
2025-08-20T19:01:59.6410678Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:59.6410985Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:59.6411296Z 100 1477k  100 1477k    0     0  2832k      0 --:--:-- --:--:-- --:--:-- 2830k
2025-08-20T19:01:59.6448520Z [00:00:34.590]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/downloads/4cf538e09b5e9af8207c16a66c8b6e5f5d25f00e2d74d2aaf762845e13e8f605.tmp /root/.ppkg/downloads/9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23.tgz[0m
2025-08-20T19:01:59.6453942Z [00:00:34.591]➜  
2025-08-20T19:01:59.6454355Z [00:00:34.591]➜  [0;35m=>> STEP 7 : unpack/copy resources to proper location [0m
2025-08-20T19:01:59.6455419Z [00:00:34.591]➜  [0;35m==>[0m [0;32mbsdtar xf /root/.ppkg/downloads/9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23.tgz -C /root/.ppkg/run/134/linux-musl-aarch64/libz/src --strip-components 1 --no-same-owner[0m
2025-08-20T19:01:59.6626072Z [00:00:34.608]➜  
2025-08-20T19:01:59.6626563Z [00:00:34.608]➜  [0;35m=>> STEP 8 : prepare C/C++ toolchain for target build [0m
2025-08-20T19:01:59.6626906Z [00:00:34.608]➜  
2025-08-20T19:01:59.6627345Z [00:00:34.608]➜  [0;35m=>> STEP 9 : check if C compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:01:59.6794773Z [00:00:34.625]➜  [0;31m💔  NO[0m
2025-08-20T19:01:59.6795122Z [00:00:34.625]➜  
2025-08-20T19:01:59.6796031Z [00:00:34.625]➜  [0;35m=>> STEP 10 : check if C++ compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:01:59.6961630Z [00:00:34.641]➜  [0;31m💔  NO[0m
2025-08-20T19:01:59.6972960Z [00:00:34.641]➜  
2025-08-20T19:01:59.6973293Z [00:00:34.641]➜  [0;35m=>> STEP 11 : dopatch for target [0m
2025-08-20T19:01:59.6973895Z [00:00:34.641]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libz/src[0m
2025-08-20T19:01:59.6974233Z [00:00:34.642]➜  
2025-08-20T19:01:59.6974499Z [00:00:34.642]➜  [0;35m=>> STEP 12 : install for target [0m
2025-08-20T19:01:59.6974972Z [00:00:34.642]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_[0m
2025-08-20T19:01:59.6975505Z [00:00:34.642]➜  CMAKE_TOOLCHAIN_FILE=/root/.ppkg/run/134/linux-musl-aarch64/libz/toolchain.cmake
2025-08-20T19:01:59.6988127Z [00:00:34.644]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/cmake/bin/cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX='/root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b' -DCMAKE_TOOLCHAIN_FILE='/root/.ppkg/run/134/linux-musl-aarch64/libz/toolchain.cmake' -DCMAKE_VERBOSE_MAKEFILE='ON' -DCMAKE_COLOR_MAKEFILE='ON' -S /root/.ppkg/run/134/linux-musl-aarch64/libz/src -B /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_[0m
2025-08-20T19:01:59.7025231Z [00:00:34.648]➜  -- CMake command: /root/.ppkg/uppm/installed/cmake/bin/cmake
2025-08-20T19:01:59.7025687Z [00:00:34.648]➜  -- CMake version: 3.30.2
2025-08-20T19:01:59.7026018Z [00:00:34.648]➜  -- CMAKE_HOST_SYSTEM_NAME: Linux
2025-08-20T19:01:59.7026318Z [00:00:34.648]➜  --      CMAKE_SYSTEM_NAME: 
2025-08-20T19:01:59.7030747Z [00:00:34.648]➜  -- CMake command: /root/.ppkg/uppm/installed/cmake/bin/cmake
2025-08-20T19:01:59.7031132Z [00:00:34.648]➜  -- CMake version: 3.30.2
2025-08-20T19:01:59.7033752Z [00:00:34.648]➜  -- CMAKE_HOST_SYSTEM_NAME: Linux
2025-08-20T19:01:59.7034091Z [00:00:34.648]➜  --      CMAKE_SYSTEM_NAME: Linux
2025-08-20T19:01:59.7448173Z [00:00:34.690]➜  -- The C compiler identification is GNU 15.2.0
2025-08-20T19:01:59.7560524Z [00:00:34.701]➜  -- Detecting C compiler ABI info
2025-08-20T19:01:59.7998056Z [00:00:34.745]➜  -- Detecting C compiler ABI info - done
2025-08-20T19:01:59.8130902Z [00:00:34.758]➜  -- Check for working C compiler: /root/.ppkg/core/wrapper-target-cc - skipped
2025-08-20T19:01:59.8136338Z [00:00:34.759]➜  -- Detecting C compile features
2025-08-20T19:01:59.8137672Z [00:00:34.759]➜  -- Detecting C compile features - done
2025-08-20T19:01:59.8152306Z [00:00:34.760]➜  -- Looking for sys/types.h
2025-08-20T19:01:59.8575463Z [00:00:34.803]➜  -- Looking for sys/types.h - found
2025-08-20T19:01:59.8575864Z [00:00:34.803]➜  -- Looking for stdint.h
2025-08-20T19:01:59.8986197Z [00:00:34.844]➜  -- Looking for stdint.h - found
2025-08-20T19:01:59.8986611Z [00:00:34.844]➜  -- Looking for stddef.h
2025-08-20T19:01:59.9395237Z [00:00:34.885]➜  -- Looking for stddef.h - found
2025-08-20T19:01:59.9396701Z [00:00:34.885]➜  -- Check size of off64_t
2025-08-20T19:01:59.9841934Z [00:00:34.929]➜  -- Check size of off64_t - done
2025-08-20T19:01:59.9842303Z [00:00:34.929]➜  -- Looking for fseeko
2025-08-20T19:02:00.0285021Z [00:00:34.974]➜  -- Looking for fseeko - found
2025-08-20T19:02:00.0285428Z [00:00:34.974]➜  -- Looking for unistd.h
2025-08-20T19:02:00.0727702Z [00:00:35.018]➜  -- Looking for unistd.h - found
2025-08-20T19:02:00.0728099Z [00:00:35.018]➜  -- Renaming
2025-08-20T19:02:00.0728453Z [00:00:35.018]➜  --     /root/.ppkg/run/134/linux-musl-aarch64/libz/src/zconf.h
2025-08-20T19:02:00.0728947Z [00:00:35.018]➜  -- to 'zconf.h.included' because this file is included with zlib
2025-08-20T19:02:00.0729406Z [00:00:35.018]➜  -- but CMake generates it automatically in the build directory.
2025-08-20T19:02:00.0749444Z [00:00:35.020]➜  -- Configuring done (0.4s)
2025-08-20T19:02:00.0836906Z [00:00:35.029]➜  CMake Warning:
2025-08-20T19:02:00.0837374Z [00:00:35.029]➜    Manually-specified variables were not used by the project:
2025-08-20T19:02:00.0838138Z [00:00:35.029]➜  
2025-08-20T19:02:00.0838359Z [00:00:35.029]➜      BUILD_TESTING
2025-08-20T19:02:00.0838621Z [00:00:35.029]➜      CMAKE_COLOR_MAKEFILE
2025-08-20T19:02:00.0838899Z [00:00:35.029]➜      CMAKE_INSTALL_LIBDIR
2025-08-20T19:02:00.0839141Z [00:00:35.029]➜  
2025-08-20T19:02:00.0839323Z [00:00:35.029]➜  
2025-08-20T19:02:00.0839563Z [00:00:35.029]➜  -- Generating done (0.0s)
2025-08-20T19:02:00.0840026Z [00:00:35.029]➜  -- Build files have been written to: /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_
2025-08-20T19:02:00.0870821Z [00:00:35.032]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/cmake/bin/cmake --build /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_[0m
2025-08-20T19:02:00.0887281Z [00:00:35.034]➜  Change Dir: '/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_'
2025-08-20T19:02:00.0887644Z [00:00:35.034]➜  
2025-08-20T19:02:00.0887994Z [00:00:35.034]➜  Run Build Command(s): /root/.ppkg/uppm/installed/ninja/bin/ninja -v -j 5
2025-08-20T19:02:00.1339383Z [00:00:35.079]➜  [1/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/compress.c.o -MF CMakeFiles/zlib.dir/compress.c.o.d -o CMakeFiles/zlib.dir/compress.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/compress.c
2025-08-20T19:02:00.1579393Z [00:00:35.103]➜  [2/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/gzclose.c.o -MF CMakeFiles/zlib.dir/gzclose.c.o.d -o CMakeFiles/zlib.dir/gzclose.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzclose.c
2025-08-20T19:02:00.2193950Z [00:00:35.164]➜  [3/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/adler32.c.o -MF CMakeFiles/zlib.dir/adler32.c.o.d -o CMakeFiles/zlib.dir/adler32.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/adler32.c
2025-08-20T19:02:00.3454844Z [00:00:35.287]➜  [4/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/crc32.c.o -MF CMakeFiles/zlib.dir/crc32.c.o.d -o CMakeFiles/zlib.dir/crc32.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/crc32.c
2025-08-20T19:02:00.4217291Z [00:00:35.367]➜  [5/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/gzlib.c.o -MF CMakeFiles/zlib.dir/gzlib.c.o.d -o CMakeFiles/zlib.dir/gzlib.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzlib.c
2025-08-20T19:02:00.4250944Z [00:00:35.370]➜  [6/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/gzwrite.c.o -MF CMakeFiles/zlib.dir/gzwrite.c.o.d -o CMakeFiles/zlib.dir/gzwrite.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzwrite.c
2025-08-20T19:02:00.5049841Z [00:00:35.450]➜  [7/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/gzread.c.o -MF CMakeFiles/zlib.dir/gzread.c.o.d -o CMakeFiles/zlib.dir/gzread.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzread.c
2025-08-20T19:02:00.6317914Z [00:00:35.577]➜  [8/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/inftrees.c.o -MF CMakeFiles/zlib.dir/inftrees.c.o.d -o CMakeFiles/zlib.dir/inftrees.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inftrees.c
2025-08-20T19:02:00.7439786Z [00:00:35.689]➜  [9/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/inffast.c.o -MF CMakeFiles/zlib.dir/inffast.c.o.d -o CMakeFiles/zlib.dir/inffast.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inffast.c
2025-08-20T19:02:00.8222495Z [00:00:35.767]➜  [10/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/infback.c.o -MF CMakeFiles/zlib.dir/infback.c.o.d -o CMakeFiles/zlib.dir/infback.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/infback.c
2025-08-20T19:02:00.8369052Z [00:00:35.782]➜  [11/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/uncompr.c.o -MF CMakeFiles/zlib.dir/uncompr.c.o.d -o CMakeFiles/zlib.dir/uncompr.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/uncompr.c
2025-08-20T19:02:00.8743046Z [00:00:35.819]➜  [12/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/deflate.c.o -MF CMakeFiles/zlib.dir/deflate.c.o.d -o CMakeFiles/zlib.dir/deflate.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/deflate.c
2025-08-20T19:02:00.8785160Z [00:00:35.823]➜  [13/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/zutil.c.o -MF CMakeFiles/zlib.dir/zutil.c.o.d -o CMakeFiles/zlib.dir/zutil.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/zutil.c
2025-08-20T19:02:00.9528625Z [00:00:35.898]➜  [14/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/compress.c.o -MF CMakeFiles/zlibstatic.dir/compress.c.o.d -o CMakeFiles/zlibstatic.dir/compress.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/compress.c
2025-08-20T19:02:00.9966787Z [00:00:35.940]➜  [15/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/adler32.c.o -MF CMakeFiles/zlibstatic.dir/adler32.c.o.d -o CMakeFiles/zlibstatic.dir/adler32.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/adler32.c
2025-08-20T19:02:01.0622471Z [00:00:36.007]➜  [16/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/gzclose.c.o -MF CMakeFiles/zlibstatic.dir/gzclose.c.o.d -o CMakeFiles/zlibstatic.dir/gzclose.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzclose.c
2025-08-20T19:02:01.1264263Z [00:00:36.071]➜  [17/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/crc32.c.o -MF CMakeFiles/zlibstatic.dir/crc32.c.o.d -o CMakeFiles/zlibstatic.dir/crc32.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/crc32.c
2025-08-20T19:02:01.1887008Z [00:00:36.133]➜  [18/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/inflate.c.o -MF CMakeFiles/zlib.dir/inflate.c.o.d -o CMakeFiles/zlib.dir/inflate.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inflate.c
2025-08-20T19:02:01.2774014Z [00:00:36.222]➜  [19/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/gzlib.c.o -MF CMakeFiles/zlibstatic.dir/gzlib.c.o.d -o CMakeFiles/zlibstatic.dir/gzlib.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzlib.c
2025-08-20T19:02:01.3048995Z [00:00:36.250]➜  [20/41] /root/.ppkg/core/wrapper-target-cc -DZLIB_DLL -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/zlib.dir/trees.c.o -MF CMakeFiles/zlib.dir/trees.c.o.d -o CMakeFiles/zlib.dir/trees.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/trees.c
2025-08-20T19:02:01.3275323Z [00:00:36.272]➜  [21/41] : && /root/.ppkg/core/wrapper-target-cc -fPIC -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG  -L/root/.ppkg/run/134/linux-musl-aarch64/libz/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s  -Wl,--version-script,"/root/.ppkg/run/134/linux-musl-aarch64/libz/src/zlib.map" -shared -Wl,-soname,libz.so.1 -o libz.so.1.3.1 CMakeFiles/zlib.dir/adler32.c.o CMakeFiles/zlib.dir/compress.c.o CMakeFiles/zlib.dir/crc32.c.o CMakeFiles/zlib.dir/deflate.c.o CMakeFiles/zlib.dir/gzclose.c.o CMakeFiles/zlib.dir/gzlib.c.o CMakeFiles/zlib.dir/gzread.c.o CMakeFiles/zlib.dir/gzwrite.c.o CMakeFiles/zlib.dir/inflate.c.o CMakeFiles/zlib.dir/infback.c.o CMakeFiles/zlib.dir/inftrees.c.o CMakeFiles/zlib.dir/inffast.c.o CMakeFiles/zlib.dir/trees.c.o CMakeFiles/zlib.dir/uncompr.c.o CMakeFiles/zlib.dir/zutil.c.o   && :
2025-08-20T19:02:01.3317452Z [00:00:36.277]➜  [22/41] /root/.ppkg/uppm/installed/cmake/bin/cmake -E cmake_symlink_library libz.so.1.3.1  libz.so.1 libz.so && :
2025-08-20T19:02:01.3476900Z [00:00:36.292]➜  [23/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/gzread.c.o -MF CMakeFiles/zlibstatic.dir/gzread.c.o.d -o CMakeFiles/zlibstatic.dir/gzread.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzread.c
2025-08-20T19:02:01.4267556Z [00:00:36.372]➜  [24/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/gzwrite.c.o -MF CMakeFiles/zlibstatic.dir/gzwrite.c.o.d -o CMakeFiles/zlibstatic.dir/gzwrite.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/gzwrite.c
2025-08-20T19:02:01.6102655Z [00:00:36.555]➜  [25/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/inftrees.c.o -MF CMakeFiles/zlibstatic.dir/inftrees.c.o.d -o CMakeFiles/zlibstatic.dir/inftrees.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inftrees.c
2025-08-20T19:02:01.6311152Z [00:00:36.576]➜  [26/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/infback.c.o -MF CMakeFiles/zlibstatic.dir/infback.c.o.d -o CMakeFiles/zlibstatic.dir/infback.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/infback.c
2025-08-20T19:02:01.7309782Z [00:00:36.676]➜  [27/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/uncompr.c.o -MF CMakeFiles/zlibstatic.dir/uncompr.c.o.d -o CMakeFiles/zlibstatic.dir/uncompr.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/uncompr.c
2025-08-20T19:02:01.7403245Z [00:00:36.685]➜  [28/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/inffast.c.o -MF CMakeFiles/zlibstatic.dir/inffast.c.o.d -o CMakeFiles/zlibstatic.dir/inffast.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inffast.c
2025-08-20T19:02:01.8127614Z [00:00:36.757]➜  [29/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/zutil.c.o -MF CMakeFiles/zlibstatic.dir/zutil.c.o.d -o CMakeFiles/zlibstatic.dir/zutil.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/zutil.c
2025-08-20T19:02:01.9131149Z [00:00:36.858]➜  [30/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/deflate.c.o -MF CMakeFiles/zlibstatic.dir/deflate.c.o.d -o CMakeFiles/zlibstatic.dir/deflate.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/deflate.c
2025-08-20T19:02:01.9508196Z [00:00:36.896]➜  [31/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/example.dir/test/example.c.o -MF CMakeFiles/example.dir/test/example.c.o.d -o CMakeFiles/example.dir/test/example.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/test/example.c
2025-08-20T19:02:01.9697164Z [00:00:36.914]➜  [32/41] : && /root/.ppkg/core/wrapper-target-cc -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -L/root/.ppkg/run/134/linux-musl-aarch64/libz/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s CMakeFiles/example.dir/test/example.c.o -o example  -Wl,-rpath,/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_  libz.so.1.3.1 && :
2025-08-20T19:02:01.9867382Z [00:00:36.932]➜  [33/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/minigzip.dir/test/minigzip.c.o -MF CMakeFiles/minigzip.dir/test/minigzip.c.o.d -o CMakeFiles/minigzip.dir/test/minigzip.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/test/minigzip.c
2025-08-20T19:02:02.0068383Z [00:00:36.950]➜  [34/41] : && /root/.ppkg/core/wrapper-target-cc -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -L/root/.ppkg/run/134/linux-musl-aarch64/libz/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s CMakeFiles/minigzip.dir/test/minigzip.c.o -o minigzip  -Wl,-rpath,/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_  libz.so.1.3.1 && :
2025-08-20T19:02:02.0531133Z [00:00:36.998]➜  [35/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/inflate.c.o -MF CMakeFiles/zlibstatic.dir/inflate.c.o.d -o CMakeFiles/zlibstatic.dir/inflate.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/inflate.c
2025-08-20T19:02:02.0918929Z [00:00:37.037]➜  [36/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/minigzip64.dir/test/minigzip.c.o -MF CMakeFiles/minigzip64.dir/test/minigzip.c.o.d -o CMakeFiles/minigzip64.dir/test/minigzip.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/test/minigzip.c
2025-08-20T19:02:02.1002463Z [00:00:37.045]➜  [37/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/example64.dir/test/example.c.o -MF CMakeFiles/example64.dir/test/example.c.o.d -o CMakeFiles/example64.dir/test/example.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/test/example.c
2025-08-20T19:02:02.1006265Z [00:00:37.045]➜  [38/41] : && /root/.ppkg/core/wrapper-target-cc -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -L/root/.ppkg/run/134/linux-musl-aarch64/libz/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s CMakeFiles/minigzip64.dir/test/minigzip.c.o -o minigzip64  -Wl,-rpath,/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_  libz.so.1.3.1 && :
2025-08-20T19:02:02.1083790Z [00:00:37.053]➜  [39/41] : && /root/.ppkg/core/wrapper-target-cc -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -L/root/.ppkg/run/134/linux-musl-aarch64/libz/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s CMakeFiles/example64.dir/test/example.c.o -o example64  -Wl,-rpath,/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_  libz.so.1.3.1 && :
2025-08-20T19:02:02.1438984Z [00:00:37.089]➜  [40/41] /root/.ppkg/core/wrapper-target-cc -D_LARGEFILE64_SOURCE=1 -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src/_ -I/root/.ppkg/run/134/linux-musl-aarch64/libz/src -I/root/.ppkg/run/134/linux-musl-aarch64/libz/include  -DNDEBUG   -Os  -O3 -DNDEBUG -MD -MT CMakeFiles/zlibstatic.dir/trees.c.o -MF CMakeFiles/zlibstatic.dir/trees.c.o.d -o CMakeFiles/zlibstatic.dir/trees.c.o -c /root/.ppkg/run/134/linux-musl-aarch64/libz/src/trees.c
2025-08-20T19:02:02.1511559Z [00:00:37.096]➜  [41/41] : && /root/.ppkg/uppm/installed/cmake/bin/cmake -E rm -f libz.a && /usr/bin/ar qc libz.a  CMakeFiles/zlibstatic.dir/adler32.c.o CMakeFiles/zlibstatic.dir/compress.c.o CMakeFiles/zlibstatic.dir/crc32.c.o CMakeFiles/zlibstatic.dir/deflate.c.o CMakeFiles/zlibstatic.dir/gzclose.c.o CMakeFiles/zlibstatic.dir/gzlib.c.o CMakeFiles/zlibstatic.dir/gzread.c.o CMakeFiles/zlibstatic.dir/gzwrite.c.o CMakeFiles/zlibstatic.dir/inflate.c.o CMakeFiles/zlibstatic.dir/infback.c.o CMakeFiles/zlibstatic.dir/inftrees.c.o CMakeFiles/zlibstatic.dir/inffast.c.o CMakeFiles/zlibstatic.dir/trees.c.o CMakeFiles/zlibstatic.dir/uncompr.c.o CMakeFiles/zlibstatic.dir/zutil.c.o && /usr/bin/ranlib libz.a && :
2025-08-20T19:02:02.1514118Z [00:00:37.096]➜  
2025-08-20T19:02:02.1517454Z [00:00:37.097]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/cmake/bin/cmake --install /root/.ppkg/run/134/linux-musl-aarch64/libz/src/_[0m
2025-08-20T19:02:02.1534696Z [00:00:37.099]➜  -- Install configuration: "Release"
2025-08-20T19:02:02.1537210Z [00:00:37.099]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/lib/libz.so.1.3.1
2025-08-20T19:02:02.1539511Z [00:00:37.099]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/lib/libz.so.1
2025-08-20T19:02:02.1540959Z [00:00:37.099]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/lib/libz.so
2025-08-20T19:02:02.1541995Z [00:00:37.099]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/lib/libz.a
2025-08-20T19:02:02.1544102Z [00:00:37.100]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/include/zconf.h
2025-08-20T19:02:02.1546053Z [00:00:37.100]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/include/zlib.h
2025-08-20T19:02:02.1548030Z [00:00:37.100]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/share/man/man3/zlib.3
2025-08-20T19:02:02.1549636Z [00:00:37.100]➜  -- Installing: /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b/lib/pkgconfig/zlib.pc
2025-08-20T19:02:02.1569224Z [00:00:37.102]➜  
2025-08-20T19:02:02.1569692Z [00:00:37.102]➜  [0;35m=>> STEP 13 : change to the installed directory [0m
2025-08-20T19:02:02.1570410Z [00:00:37.102]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b[0m
2025-08-20T19:02:02.1575104Z [00:00:37.103]➜  
2025-08-20T19:02:02.1575563Z [00:00:37.103]➜  [0;35m=>> STEP 14 : dotweak [0m
2025-08-20T19:02:02.1576073Z [00:00:37.103]➜  [0;35m==>[0m [0;32mln -s zlib.pc lib/pkgconfig/libz.pc[0m
2025-08-20T19:02:02.1589662Z [00:00:37.104]➜  
2025-08-20T19:02:02.1589980Z [00:00:37.104]➜  [0;35m=>> STEP 15 : tweak .pc files [0m
2025-08-20T19:02:02.1622779Z [00:00:37.107]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b[0m
2025-08-20T19:02:02.1628466Z [00:00:37.108]➜  [0;35m==>[0m [0;32minstall -d .ppkg/dependencies/lib/[0m
2025-08-20T19:02:02.1635998Z [00:00:37.109]➜  [0;35m==>[0m [0;32minstall -d .ppkg/dependencies/sys/[0m
2025-08-20T19:02:02.1640889Z [00:00:37.109]➜  
2025-08-20T19:02:02.1641205Z [00:00:37.109]➜  [0;35m=>> STEP 16 : docheck [0m
2025-08-20T19:02:02.1657023Z [00:00:37.111]➜  NOT an ELF file: share/man/man3/zlib.3
2025-08-20T19:02:02.1660901Z [00:00:37.111]➜  NOT an ELF file: files.txt
2025-08-20T19:02:02.1666067Z [00:00:37.112]➜  NOT an ELF file: include/zconf.h
2025-08-20T19:02:02.1671355Z [00:00:37.112]➜  NOT an ELF file: include/zlib.h
2025-08-20T19:02:02.1677085Z [00:00:37.113]➜  NOT an ELF file: lib/libz.a
2025-08-20T19:02:02.1680346Z [00:00:37.113]➜  NOT an ELF file: lib/pkgconfig/zlib.pc
2025-08-20T19:02:02.1686856Z [00:00:37.114]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --remove-rpath lib/libz.so.1.3.1[0m
2025-08-20T19:02:02.1737899Z [00:00:37.119]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/lib/[0m
2025-08-20T19:02:02.1742365Z [00:00:37.119]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/sys/[0m
2025-08-20T19:02:02.1748737Z [00:00:37.120]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/[0m
2025-08-20T19:02:02.1752807Z [00:00:37.120]➜  
2025-08-20T19:02:02.1753169Z [00:00:37.120]➜  [0;35m=>> STEP 17 : generate MANIFEST.txt [0m
2025-08-20T19:02:02.1761886Z [00:00:37.121]➜  [0;35m==>[0m [0;32mcd .ppkg[0m
2025-08-20T19:02:02.1762473Z [00:00:37.121]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/134/linux-musl-aarch64/libz/toolchain-native.sh .[0m
2025-08-20T19:02:02.1769080Z [00:00:37.122]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/134/linux-musl-aarch64/libz/toolchain-target.sh .[0m
2025-08-20T19:02:02.1870176Z [00:00:37.132]➜  
2025-08-20T19:02:02.1870573Z [00:00:37.132]➜  [0;35m=>> STEP 18 : generate RECEIPT.yml [0m
2025-08-20T19:02:02.1984122Z [00:00:37.144]➜  getconf: GNU_LIBC_VERSION: unknown variable
2025-08-20T19:02:02.1986058Z [00:00:37.144]➜  
2025-08-20T19:02:02.1986398Z [00:00:37.144]➜  [0;35m=>> STEP 19 : generate index [0m
2025-08-20T19:02:02.1986821Z [00:00:37.144]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64[0m
2025-08-20T19:02:02.1987414Z [00:00:37.144]➜  [0;35m==>[0m [0;32mln -s -f -T aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b libz[0m
2025-08-20T19:02:02.1992659Z [00:00:37.144]➜  
2025-08-20T19:02:02.1993073Z [00:00:37.144]➜  [0;35m=>> STEP 20 : show installed files in tree-like format [0m
2025-08-20T19:02:02.1994105Z [00:00:37.144]➜  [0;35m==>[0m [0;32mtree --dirsfirst -a /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b[0m
2025-08-20T19:02:02.1998323Z [00:00:37.145]➜  /root/.ppkg/installed/linux-musl-aarch64/aabc753d236b1665686f821a91c159daaa855c3f5c154075244d24520d6d704b
2025-08-20T19:02:02.2001135Z [00:00:37.145]➜  ├── .ppkg
2025-08-20T19:02:02.2001554Z [00:00:37.145]➜  │   ├── dependencies
2025-08-20T19:02:02.2002096Z [00:00:37.145]➜  │   │   └── sys
2025-08-20T19:02:02.2002766Z [00:00:37.145]➜  │   │       └── libc.musl-aarch64.so.1
2025-08-20T19:02:02.2003165Z [00:00:37.145]➜  │   ├── ChangeLog
2025-08-20T19:02:02.2003800Z [00:00:37.145]➜  │   ├── FAQ
2025-08-20T19:02:02.2004157Z [00:00:37.145]➜  │   ├── LICENSE
2025-08-20T19:02:02.2004538Z [00:00:37.145]➜  │   ├── MANIFEST.txt
2025-08-20T19:02:02.2004878Z [00:00:37.145]➜  │   ├── README
2025-08-20T19:02:02.2005201Z [00:00:37.145]➜  │   ├── RECEIPT.yml
2025-08-20T19:02:02.2005883Z [00:00:37.145]➜  │   ├── toolchain-native.sh
2025-08-20T19:02:02.2010978Z [00:00:37.145]➜  │   └── toolchain-target.sh
2025-08-20T19:02:02.2011747Z [00:00:37.145]➜  ├── include
2025-08-20T19:02:02.2012295Z [00:00:37.145]➜  │   ├── zconf.h
2025-08-20T19:02:02.2012538Z [00:00:37.145]➜  │   └── zlib.h
2025-08-20T19:02:02.2012764Z [00:00:37.145]➜  ├── lib
2025-08-20T19:02:02.2012986Z [00:00:37.145]➜  │   ├── pkgconfig
2025-08-20T19:02:02.2013275Z [00:00:37.145]➜  │   │   ├── libz.pc -> zlib.pc
2025-08-20T19:02:02.2013830Z [00:00:37.145]➜  │   │   └── zlib.pc
2025-08-20T19:02:02.2014101Z [00:00:37.145]➜  │   ├── libz.a
2025-08-20T19:02:02.2014360Z [00:00:37.145]➜  │   ├── libz.so -> libz.so.1
2025-08-20T19:02:02.2014663Z [00:00:37.145]➜  │   ├── libz.so.1 -> libz.so.1.3.1
2025-08-20T19:02:02.2014949Z [00:00:37.145]➜  │   └── libz.so.1.3.1
2025-08-20T19:02:02.2015195Z [00:00:37.145]➜  └── share
2025-08-20T19:02:02.2015411Z [00:00:37.145]➜      └── man
2025-08-20T19:02:02.2015638Z [00:00:37.145]➜          └── man3
2025-08-20T19:02:02.2015896Z [00:00:37.145]➜              └── zlib.3
2025-08-20T19:02:02.2016124Z [00:00:37.145]➜  
2025-08-20T19:02:02.2016340Z [00:00:37.145]➜  10 directories, 18 files
2025-08-20T19:02:02.2016578Z [00:00:37.146]➜  
2025-08-20T19:02:02.2016861Z [00:00:37.146]➜  [0;35m=>> STEP 21 : delete the working directory [0m
2025-08-20T19:02:02.2017303Z [00:00:37.146]➜  [0;35m==>[0m [0;32mrm -rf /root/.ppkg/run/134/linux-musl-aarch64/libz[0m
2025-08-20T19:02:02.2060732Z [00:00:37.151]➜  
2025-08-20T19:02:02.2061249Z [00:00:37.151]➜  [0;35m✅️  [0m[0;32mlinux-musl-aarch64/libz was successfully installed.[0m[0;35m[0m
2025-08-20T19:02:02.2066378Z [00:00:37.152]➜  [0;35m>>> Installation [0m[0;32mlinux-musl-aarch64/libpng[0m[0;35m start[0m
2025-08-20T19:02:02.2075717Z [00:00:37.152]➜        TIMESTAMP_UNIX = 1755716515
2025-08-20T19:02:02.2076399Z [00:00:37.152]➜  
2025-08-20T19:02:02.2076900Z [00:00:37.152]➜  NATIVE_PLATFORM_KIND = linux
2025-08-20T19:02:02.2077530Z [00:00:37.152]➜  NATIVE_PLATFORM_TYPE = linux
2025-08-20T19:02:02.2078064Z [00:00:37.152]➜  NATIVE_PLATFORM_CODE = alpine
2025-08-20T19:02:02.2082925Z [00:00:37.152]➜  NATIVE_PLATFORM_NAME = Alpine Linux
2025-08-20T19:02:02.2083317Z [00:00:37.152]➜  NATIVE_PLATFORM_VERS = 3.23.0_alpha20250612
2025-08-20T19:02:02.2083836Z [00:00:37.152]➜  NATIVE_PLATFORM_ARCH = aarch64
2025-08-20T19:02:02.2084131Z [00:00:37.152]➜  NATIVE_PLATFORM_NCPU = 4
2025-08-20T19:02:02.2084414Z [00:00:37.152]➜  NATIVE_PLATFORM_LIBC = musl
2025-08-20T19:02:02.2084692Z [00:00:37.152]➜  NATIVE_PLATFORM_EUID = 0
2025-08-20T19:02:02.2085278Z [00:00:37.152]➜  NATIVE_PLATFORM_EGID = 0
2025-08-20T19:02:02.2085572Z [00:00:37.152]➜  
2025-08-20T19:02:02.2085798Z [00:00:37.152]➜  TARGET_PLATFORM_NAME = linux
2025-08-20T19:02:02.2086086Z [00:00:37.152]➜  TARGET_PLATFORM_VERS = musl
2025-08-20T19:02:02.2086378Z [00:00:37.152]➜  TARGET_PLATFORM_ARCH = aarch64
2025-08-20T19:02:02.2086628Z [00:00:37.152]➜  
2025-08-20T19:02:02.2086878Z [00:00:37.152]➜  PPKG_ARG0            = /usr/local/bin/ppkg
2025-08-20T19:02:02.2087253Z [00:00:37.152]➜  PPKG_ARG1            = install
2025-08-20T19:02:02.2087728Z [00:00:37.152]➜  PPKG_ARGV            = /usr/local/bin/ppkg install bin-graph --profile=release -j 5 --static
2025-08-20T19:02:02.2088182Z [00:00:37.152]➜  PPKG_PATH            = /usr/local/bin/ppkg
2025-08-20T19:02:02.2088504Z [00:00:37.152]➜  PPKG_HOME            = /root/.ppkg
2025-08-20T19:02:02.2088801Z [00:00:37.152]➜  PPKG_VERSION         = 0.23.30
2025-08-20T19:02:02.2089083Z [00:00:37.152]➜  PPKG_URL_TRANSFORM   = 
2025-08-20T19:02:02.2089335Z [00:00:37.152]➜  
2025-08-20T19:02:02.2089559Z [00:00:37.152]➜       CROSS_COMPILING = 0
2025-08-20T19:02:02.2089798Z [00:00:37.152]➜  
2025-08-20T19:02:02.2090006Z [00:00:37.152]➜             LOG_LEVEL = 1
2025-08-20T19:02:02.2090279Z [00:00:37.152]➜               PROFILE = release
2025-08-20T19:02:02.2090526Z [00:00:37.152]➜  
2025-08-20T19:02:02.2090738Z [00:00:37.152]➜         ENABLE_CCACHE = 
2025-08-20T19:02:02.2091342Z [00:00:37.152]➜  REQUEST_TO_KEEP_SESSION_DIR = 
2025-08-20T19:02:02.2091671Z [00:00:37.152]➜  REQUEST_TO_EXPORT_COMPILE_COMMANDS_JSON = 
2025-08-20T19:02:02.2092071Z [00:00:37.152]➜  REQUEST_TO_CREATE_FULLY_STATICALLY_LINKED_EXECUTABLE = 1
2025-08-20T19:02:02.2092386Z [00:00:37.152]➜  
2025-08-20T19:02:02.2092625Z [00:00:37.152]➜  [0;35m=>> STEP 1 : load formula [0m
2025-08-20T19:02:02.3619105Z [00:00:37.307]➜  
2025-08-20T19:02:02.3619545Z [00:00:37.307]➜  [0;35m=>> STEP 2 : calculate working/install directory [0m
2025-08-20T19:02:02.3621756Z [00:00:37.307]➜  PACKAGE_WORKING_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libpng
2025-08-20T19:02:02.3622329Z [00:00:37.307]➜  PACKAGE_BSCRIPT_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libpng/src
2025-08-20T19:02:02.3622850Z [00:00:37.307]➜  PACKAGE_BCACHED_DIR = /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_
2025-08-20T19:02:02.3623729Z [00:00:37.307]➜  PACKAGE_INSTALL_DIR = /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d
2025-08-20T19:02:02.3626479Z [00:00:37.308]➜  
2025-08-20T19:02:02.3626870Z [00:00:37.308]➜  [0;35m=>> STEP 3 : create the working directory and change to it [0m
2025-08-20T19:02:02.3627377Z [00:00:37.308]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/run/134/linux-musl-aarch64/libpng[0m
2025-08-20T19:02:02.3633293Z [00:00:37.308]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libpng[0m
2025-08-20T19:02:02.3634244Z [00:00:37.308]➜  [0;35m==>[0m [0;32minstall -d src/_ fix res bin lib include map[0m
2025-08-20T19:02:02.3640822Z [00:00:37.309]➜  
2025-08-20T19:02:02.3641264Z [00:00:37.309]➜  [0;35m=>> STEP 4 : calculate dependency list of linux-musl-aarch64/libpng [0m
2025-08-20T19:02:02.3654926Z [00:00:37.311]➜  libz
2025-08-20T19:02:02.3655167Z [00:00:37.311]➜  
2025-08-20T19:02:02.3655534Z [00:00:37.311]➜  [0;35m=>> STEP 5 : generate  dependency tree of linux-musl-aarch64/libpng [0m
2025-08-20T19:02:03.0777108Z [00:00:38.023]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/dot_static/bin/dot_static -Tsvg -o /root/.ppkg/run/134/linux-musl-aarch64/libpng/dependencies.svg /root/.ppkg/run/134/linux-musl-aarch64/libpng/dependencies.dot[0m
2025-08-20T19:02:03.0799758Z [00:00:38.025]➜  /root/.ppkg/uppm/installed/dot_static/bin/dot_static: line 1: syntax error: unexpected "("
2025-08-20T19:02:03.0805429Z [00:00:38.026]➜  ┌────────┐
2025-08-20T19:02:03.0805719Z [00:00:38.026]➜  │ libpng │
2025-08-20T19:02:03.0805948Z [00:00:38.026]➜  └────────┘
2025-08-20T19:02:03.0806151Z [00:00:38.026]➜    │
2025-08-20T19:02:03.0806664Z [00:00:38.026]➜    │
2025-08-20T19:02:03.0806975Z [00:00:38.026]➜    ▼
2025-08-20T19:02:03.0807187Z [00:00:38.026]➜  ┌────────┐
2025-08-20T19:02:03.0807403Z [00:00:38.026]➜  │  libz  │
2025-08-20T19:02:03.0807629Z [00:00:38.026]➜  └────────┘
2025-08-20T19:02:03.0807840Z [00:00:38.026]➜  
2025-08-20T19:02:03.0808140Z [00:00:38.026]➜  [0;35m=>> STEP 6 : install needed packages via uppm [0m
2025-08-20T19:02:03.0808533Z [00:00:38.026]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm about[0m
2025-08-20T19:02:03.0815267Z [00:00:38.027]➜  uppm.version : 0.15.4
2025-08-20T19:02:03.0815659Z [00:00:38.027]➜  uppm.homedir : /root/.ppkg/uppm
2025-08-20T19:02:03.0815988Z [00:00:38.027]➜  uppm.exepath : /root/.ppkg/core/uppm
2025-08-20T19:02:03.0816418Z [00:00:38.027]➜  uppm.website : https://github.com/leleliu008/uppm
2025-08-20T19:02:03.0816717Z [00:00:38.027]➜  
2025-08-20T19:02:03.0816969Z [00:00:38.027]➜  uppm.build.utctime: 2025-07-18 10:22:36
2025-08-20T19:02:03.0817274Z [00:00:38.027]➜  uppm.build.libyaml: 0.2.5
2025-08-20T19:02:03.0817580Z [00:00:38.027]➜  uppm.build.libcurl: 8.12.1
2025-08-20T19:02:03.0817865Z [00:00:38.027]➜  uppm.build.libgit2: 1.9.1
2025-08-20T19:02:03.0818146Z [00:00:38.027]➜  uppm.build.openssl: 3.4.1
2025-08-20T19:02:03.0818421Z [00:00:38.027]➜  uppm.build.jansson: 2.14
2025-08-20T19:02:03.0818702Z [00:00:38.027]➜  uppm.build.archive: 3.8.1
2025-08-20T19:02:03.0818980Z [00:00:38.027]➜  uppm.build.zlib:    1.3.1
2025-08-20T19:02:03.0819700Z [00:00:38.027]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm update[0m
2025-08-20T19:02:03.0823173Z [00:00:38.027]➜  === Updating formula repo
2025-08-20T19:02:03.2344432Z [00:00:38.179]➜  name: official-core
2025-08-20T19:02:03.2344867Z [00:00:38.179]➜  path: /root/.ppkg/uppm/repos.d/official-core
2025-08-20T19:02:03.2345365Z [00:00:38.179]➜  url:  https://github.com/leleliu008/uppm-package-repository-linux-aarch64
2025-08-20T19:02:03.2345764Z [00:00:38.179]➜  branch: master
2025-08-20T19:02:03.2345998Z [00:00:38.179]➜  pinned: no
2025-08-20T19:02:03.2346261Z [00:00:38.179]➜  enabled: yes
2025-08-20T19:02:03.2346526Z [00:00:38.180]➜  created: 2025-08-20 19:01:45+00:00
2025-08-20T19:02:03.2346826Z [00:00:38.180]➜  updated: 2025-08-20 19:01:56+00:00
2025-08-20T19:02:03.2347104Z [00:00:38.180]➜  Already up to date.
2025-08-20T19:02:03.2348223Z [00:00:38.180]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install curl[0m
2025-08-20T19:02:03.2371246Z [00:00:38.182]➜  uppm package 'curl' already has been installed.
2025-08-20T19:02:03.2373226Z [00:00:38.182]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install bsdtar[0m
2025-08-20T19:02:03.2396652Z [00:00:38.185]➜  uppm package 'bsdtar' already has been installed.
2025-08-20T19:02:03.2399046Z [00:00:38.185]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install gmake[0m
2025-08-20T19:02:03.2422956Z [00:00:38.187]➜  uppm package 'gmake' to be installed.
2025-08-20T19:02:03.5272542Z [00:00:38.472]➜  /root/.ppkg/uppm/downloads/20f6c5bd0a723d69dc732d1f3d02f91dafdc1ae9fdc82ef3fb2b35b32572b100.txz already have been fetched.
2025-08-20T19:02:03.5458049Z [00:00:38.491]➜  
2025-08-20T19:02:03.5458458Z [00:00:38.491]➜  uppm package 'gmake' was successfully installed.
2025-08-20T19:02:03.5467925Z [00:00:38.492]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install gmake[0m
2025-08-20T19:02:03.5493637Z [00:00:38.494]➜  uppm package 'gmake' already has been installed.
2025-08-20T19:02:03.5496293Z [00:00:38.495]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install pkg-config[0m
2025-08-20T19:02:03.5519616Z [00:00:38.497]➜  uppm package 'pkg-config' already has been installed.
2025-08-20T19:02:03.5521626Z [00:00:38.497]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install patchelf[0m
2025-08-20T19:02:03.5545501Z [00:00:38.500]➜  uppm package 'patchelf' already has been installed.
2025-08-20T19:02:03.5547965Z [00:00:38.500]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install tree[0m
2025-08-20T19:02:03.5571989Z [00:00:38.502]➜  uppm package 'tree' already has been installed.
2025-08-20T19:02:03.5574516Z [00:00:38.503]➜  
2025-08-20T19:02:03.5575140Z [00:00:38.503]➜  [0;35m=>> STEP 7 : locate needed tools [0m
2025-08-20T19:02:03.5578537Z [00:00:38.503]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake --version[0m
2025-08-20T19:02:03.5584062Z [00:00:38.504]➜  GNU Make 4.4.1
2025-08-20T19:02:03.5584378Z [00:00:38.504]➜  Built for aarch64-unknown-linux-musl
2025-08-20T19:02:03.5584788Z [00:00:38.504]➜  Copyright (C) 1988-2023 Free Software Foundation, Inc.
2025-08-20T19:02:03.5585338Z [00:00:38.504]➜  License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
2025-08-20T19:02:03.5585846Z [00:00:38.504]➜  This is free software: you are free to change and redistribute it.
2025-08-20T19:02:03.5586284Z [00:00:38.504]➜  There is NO WARRANTY, to the extent permitted by law.
2025-08-20T19:02:03.5586582Z [00:00:38.504]➜  
2025-08-20T19:02:03.5588660Z [00:00:38.504]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/pkg-config/bin/pkg-config --version[0m
2025-08-20T19:02:03.5592388Z [00:00:38.504]➜  0.29.2
2025-08-20T19:02:03.5592693Z [00:00:38.504]➜  
2025-08-20T19:02:03.5598109Z [00:00:38.505]➜  
2025-08-20T19:02:03.5598441Z [00:00:38.505]➜  [0;35m=>> STEP 8 : dofetch [0m
2025-08-20T19:02:03.5622935Z [00:00:38.507]➜  [0;35m==>[0m [0;32mcurl --fail --retry 20 --retry-delay 30 --location --cacert /root/.ppkg/core/cacert.pem -o '/root/.ppkg/downloads/13c1c6fc1d206a6f385ae99df86dc057ec607ba7e47da2834f2be97810cf3ff8.tmp' 'https://downloads.sourceforge.net/libpng/libpng-1.6.46.tar.xz'[0m
2025-08-20T19:02:03.5633128Z [00:00:38.508]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:02:03.5633785Z [00:00:38.508]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:02:03.7043339Z [00:00:38.649]➜  
2025-08-20T19:02:03.7043845Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:02:03.7044165Z 100   382  100   382    0     0   2709      0 --:--:-- --:--:-- --:--:--  2728
2025-08-20T19:02:03.7883833Z [00:00:38.733]➜  
2025-08-20T19:02:03.7884098Z 100   377  100   377    0     0   1675      0 --:--:-- --:--:-- --:--:--  1675
2025-08-20T19:02:04.2325085Z [00:00:39.178]➜  
2025-08-20T19:02:04.2325417Z  41 1029k   41  431k    0     0   683k      0  0:00:01 --:--:--  0:00:01  683k
2025-08-20T19:02:04.2325765Z 100 1029k  100 1029k    0     0  1538k      0 --:--:-- --:--:-- --:--:-- 15.7M
2025-08-20T19:02:04.2371057Z [00:00:39.182]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/downloads/13c1c6fc1d206a6f385ae99df86dc057ec607ba7e47da2834f2be97810cf3ff8.tmp /root/.ppkg/downloads/f3aa8b7003998ab92a4e9906c18d19853e999f9d3bca9bd1668f54fa81707cb1.txz[0m
2025-08-20T19:02:04.2376853Z [00:00:39.183]➜  
2025-08-20T19:02:04.2377264Z [00:00:39.183]➜  [0;35m=>> STEP 9 : unpack/copy resources to proper location [0m
2025-08-20T19:02:04.2378347Z [00:00:39.183]➜  [0;35m==>[0m [0;32mbsdtar xf /root/.ppkg/downloads/f3aa8b7003998ab92a4e9906c18d19853e999f9d3bca9bd1668f54fa81707cb1.txz -C /root/.ppkg/run/134/linux-musl-aarch64/libpng/src --strip-components 1 --no-same-owner[0m
2025-08-20T19:02:04.3032608Z [00:00:39.248]➜  
2025-08-20T19:02:04.3033043Z [00:00:39.248]➜  [0;35m=>> STEP 10 : prepare C/C++ toolchain for target build [0m
2025-08-20T19:02:04.3033482Z [00:00:39.248]➜  
2025-08-20T19:02:04.3034033Z [00:00:39.248]➜  [0;35m=>> STEP 11 : check if C compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:02:04.3199056Z [00:00:39.265]➜  [0;31m💔  NO[0m
2025-08-20T19:02:04.3199354Z [00:00:39.265]➜  
2025-08-20T19:02:04.3199813Z [00:00:39.265]➜  [0;35m=>> STEP 12 : check if C++ compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:02:04.3364665Z [00:00:39.282]➜  [0;31m💔  NO[0m
2025-08-20T19:02:04.3375544Z [00:00:39.283]➜  
2025-08-20T19:02:04.3375934Z [00:00:39.283]➜  [0;35m=>> STEP 13 : dopatch for target [0m
2025-08-20T19:02:04.3376377Z [00:00:39.283]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libpng/src[0m
2025-08-20T19:02:04.3377121Z [00:00:39.283]➜  
2025-08-20T19:02:04.3377456Z [00:00:39.283]➜  [0;35m=>> STEP 14 : update config.{sub,guess} [0m
2025-08-20T19:02:04.3377821Z [00:00:39.283]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134[0m
2025-08-20T19:02:04.3378354Z [00:00:39.283]➜  [0;35m==>[0m [0;32mgit_checkout https://github.com/leleliu008/gnu-config --depth=1 -C config[0m
2025-08-20T19:02:04.3378832Z [00:00:39.283]➜  [0;35m==>[0m [0;32minstall -d config[0m
2025-08-20T19:02:04.3384209Z [00:00:39.284]➜  [0;35m==>[0m [0;32mcd config[0m
2025-08-20T19:02:04.3384666Z [00:00:39.284]➜  [0;35m==>[0m [0;32mgit -c init.defaultBranch=master init[0m
2025-08-20T19:02:04.3420782Z [00:00:39.287]➜  Initialized empty Git repository in /root/.ppkg/run/134/config/.git/
2025-08-20T19:02:04.3421782Z [00:00:39.287]➜  [0;35m==>[0m [0;32mgit remote add origin https://github.com/leleliu008/gnu-config[0m
2025-08-20T19:02:04.3444045Z [00:00:39.290]➜  [0;35m==>[0m [0;32mgit -c protocol.version=2 fetch --progress --depth=1 origin HEAD:refs/remotes/origin/master[0m
2025-08-20T19:02:04.6932153Z [00:00:39.638]➜  remote: Enumerating objects: 22, done.        
2025-08-20T19:02:04.6945278Z [00:00:39.638]➜  remote: Counting objects:   4% (1/22)        
2025-08-20T19:02:04.6945624Z remote: Counting objects:   9% (2/22)        
2025-08-20T19:02:04.6945882Z remote: Counting objects:  13% (3/22)        
2025-08-20T19:02:04.6946137Z remote: Counting objects:  18% (4/22)        
2025-08-20T19:02:04.6946839Z remote: Counting objects:  22% (5/22)        
2025-08-20T19:02:04.6947096Z remote: Counting objects:  27% (6/22)        
2025-08-20T19:02:04.6947347Z remote: Counting objects:  31% (7/22)        
2025-08-20T19:02:04.6947596Z remote: Counting objects:  36% (8/22)        
2025-08-20T19:02:04.6947846Z remote: Counting objects:  40% (9/22)        
2025-08-20T19:02:04.6948099Z remote: Counting objects:  45% (10/22)        
2025-08-20T19:02:04.6948352Z remote: Counting objects:  50% (11/22)        
2025-08-20T19:02:04.6948624Z remote: Counting objects:  54% (12/22)        
2025-08-20T19:02:04.6948879Z remote: Counting objects:  59% (13/22)        
2025-08-20T19:02:04.6949133Z remote: Counting objects:  63% (14/22)        
2025-08-20T19:02:04.6949385Z remote: Counting objects:  68% (15/22)        
2025-08-20T19:02:04.6949637Z remote: Counting objects:  72% (16/22)        
2025-08-20T19:02:04.6949889Z remote: Counting objects:  77% (17/22)        
2025-08-20T19:02:04.6950151Z remote: Counting objects:  81% (18/22)        
2025-08-20T19:02:04.6950401Z remote: Counting objects:  86% (19/22)        
2025-08-20T19:02:04.6950658Z remote: Counting objects:  90% (20/22)        
2025-08-20T19:02:04.6950910Z remote: Counting objects:  95% (21/22)        
2025-08-20T19:02:04.6951164Z remote: Counting objects: 100% (22/22)        
2025-08-20T19:02:04.6951436Z remote: Counting objects: 100% (22/22), done.        
2025-08-20T19:02:04.6951879Z [00:00:39.638]➜  remote: Compressing objects:   5% (1/19)        
2025-08-20T19:02:04.6952185Z remote: Compressing objects:  10% (2/19)        
2025-08-20T19:02:04.6952455Z remote: Compressing objects:  15% (3/19)        
2025-08-20T19:02:04.6952717Z remote: Compressing objects:  21% (4/19)        
2025-08-20T19:02:04.6952983Z remote: Compressing objects:  26% (5/19)        
2025-08-20T19:02:04.6953250Z remote: Compressing objects:  31% (6/19)        
2025-08-20T19:02:04.6953716Z remote: Compressing objects:  36% (7/19)        
2025-08-20T19:02:04.6953994Z remote: Compressing objects:  42% (8/19)        
2025-08-20T19:02:04.6954261Z remote: Compressing objects:  47% (9/19)        
2025-08-20T19:02:04.6954527Z remote: Compressing objects:  52% (10/19)        
2025-08-20T19:02:04.6954792Z remote: Compressing objects:  57% (11/19)        
2025-08-20T19:02:04.6955060Z remote: Compressing objects:  63% (12/19)        
2025-08-20T19:02:04.6955328Z remote: Compressing objects:  68% (13/19)        
2025-08-20T19:02:04.6955594Z remote: Compressing objects:  73% (14/19)        
2025-08-20T19:02:04.6956126Z remote: Compressing objects:  78% (15/19)        
2025-08-20T19:02:04.6956419Z remote: Compressing objects:  84% (16/19)        
2025-08-20T19:02:04.6956691Z remote: Compressing objects:  89% (17/19)        
2025-08-20T19:02:04.6956959Z remote: Compressing objects:  94% (18/19)        
2025-08-20T19:02:04.6957279Z remote: Compressing objects: 100% (19/19)        
2025-08-20T19:02:04.6957568Z remote: Compressing objects: 100% (19/19), done.        
2025-08-20T19:02:04.7015537Z [00:00:39.647]➜  remote: Total 22 (delta 1), reused 13 (delta 0), pack-reused 0 (from 0)        
2025-08-20T19:02:04.7098182Z [00:00:39.655]➜  From https://github.com/leleliu008/gnu-config
2025-08-20T19:02:04.7099437Z [00:00:39.655]➜   * [new ref]         HEAD       -> origin/master
2025-08-20T19:02:04.7109178Z [00:00:39.656]➜  [0;35m==>[0m [0;32mgit checkout --progress --force -B master refs/remotes/origin/master[0m
2025-08-20T19:02:04.7167256Z [00:00:39.662]➜  branch 'master' set up to track 'origin/master'.
2025-08-20T19:02:04.7168235Z [00:00:39.662]➜  Reset branch 'master'
2025-08-20T19:02:04.7187312Z [00:00:39.664]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134[0m
2025-08-20T19:02:04.7187822Z [00:00:39.664]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libpng/src[0m
2025-08-20T19:02:04.7200722Z [00:00:39.665]➜  '/root/.ppkg/run/134/config/config.sub' -> './config.sub'
2025-08-20T19:02:04.7225096Z [00:00:39.668]➜  '/root/.ppkg/run/134/config/config.guess' -> './config.guess'
2025-08-20T19:02:04.7236529Z [00:00:39.669]➜  
2025-08-20T19:02:04.7236847Z [00:00:39.669]➜  [0;35m=>> STEP 15 : install for target [0m
2025-08-20T19:02:04.7237296Z [00:00:39.669]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_[0m
2025-08-20T19:02:04.7243726Z [00:00:39.669]➜  [0;35m==>[0m [0;32m/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/configure --prefix=/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d --disable-option-checking --disable-nls --disable-rpath --enable-largefile --disable-debug --enable-static --enable-shared CC='/root/.ppkg/core/wrapper-target-cc' CFLAGS=' -Os ' CXX='/root/.ppkg/core/wrapper-target-c++' CXXFLAGS=' -Os ' CPP='/root/.ppkg/core/wrapper-target-cc -E' CPPFLAGS='-I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include ' LDFLAGS='-L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib' AR='/usr/bin/ar' RANLIB='/usr/bin/ranlib' PKG_CONFIG='/root/.ppkg/uppm/installed/pkg-config/bin/pkg-config' PKG_CONFIG_PATH='/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib/pkgconfig::/root/.ppkg/installed/linux-musl-aarch64/libz/lib/pkgconfig' PKG_CONFIG_LIBDIR='/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib/pkgconfig' CC_FOR_BUILD='/root/.ppkg/core/wrapper-native-cc'[0m
2025-08-20T19:02:04.7854630Z [00:00:39.730]➜  checking for a BSD-compatible install... /root/.ppkg/uppm/installed/coreutils/bin/install -c
2025-08-20T19:02:04.7869016Z [00:00:39.732]➜  checking whether sleep supports fractional seconds... yes
2025-08-20T19:02:04.8499196Z [00:00:39.795]➜  checking filesystem timestamp resolution... 0.01
2025-08-20T19:02:04.8515013Z [00:00:39.797]➜  checking whether build environment is sane... yes
2025-08-20T19:02:04.8548043Z [00:00:39.800]➜  checking for a race-free mkdir -p... /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p
2025-08-20T19:02:04.8551532Z [00:00:39.800]➜  checking for gawk... gawk
2025-08-20T19:02:04.8582886Z [00:00:39.803]➜  checking whether make sets $(MAKE)... yes
2025-08-20T19:02:04.8610058Z [00:00:39.806]➜  checking whether make supports nested variables... yes
2025-08-20T19:02:04.8638494Z [00:00:39.809]➜  checking xargs -n works... yes
2025-08-20T19:02:04.8650044Z [00:00:39.810]➜  checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T19:02:04.8651456Z [00:00:39.810]➜  checking for gcc... /root/.ppkg/core/wrapper-target-cc
2025-08-20T19:02:04.9876022Z [00:00:39.933]➜  checking whether the C compiler works... yes
2025-08-20T19:02:04.9876506Z [00:00:39.933]➜  checking for C compiler default output file name... a.out
2025-08-20T19:02:05.0916671Z [00:00:40.037]➜  checking for suffix of executables... 
2025-08-20T19:02:05.2025542Z [00:00:40.148]➜  checking whether we are cross compiling... no
2025-08-20T19:02:05.2244787Z [00:00:40.170]➜  checking for suffix of object files... o
2025-08-20T19:02:05.2453778Z [00:00:40.190]➜  checking whether the compiler supports GNU C... yes
2025-08-20T19:02:05.2651965Z [00:00:40.210]➜  checking whether /root/.ppkg/core/wrapper-target-cc accepts -g... yes
2025-08-20T19:02:05.3212207Z [00:00:40.266]➜  checking for /root/.ppkg/core/wrapper-target-cc option to enable C11 features... none needed
2025-08-20T19:02:05.3584349Z [00:00:40.303]➜  checking whether /root/.ppkg/core/wrapper-target-cc understands -c and -o together... yes
2025-08-20T19:02:05.3627101Z [00:00:40.308]➜  checking whether make supports the include directive... yes (GNU style)
2025-08-20T19:02:05.3865649Z [00:00:40.332]➜  checking dependency style of /root/.ppkg/core/wrapper-target-cc... gcc3
2025-08-20T19:02:05.4103206Z [00:00:40.355]➜  checking dependency style of /root/.ppkg/core/wrapper-target-cc... gcc3
2025-08-20T19:02:05.4419901Z [00:00:40.387]➜  checking build system type... aarch64-unknown-linux-musl
2025-08-20T19:02:05.4420802Z [00:00:40.387]➜  checking host system type... aarch64-unknown-linux-musl
2025-08-20T19:02:05.4436513Z [00:00:40.389]➜  checking for a sed that does not truncate output... /root/.ppkg/uppm/installed/gsed/bin/sed
2025-08-20T19:02:05.4450405Z [00:00:40.390]➜  checking for grep that handles long lines and -e... /root/.ppkg/uppm/installed/grep/bin/grep
2025-08-20T19:02:05.4457906Z [00:00:40.391]➜  checking for egrep... /root/.ppkg/uppm/installed/grep/bin/grep -E
2025-08-20T19:02:05.4464944Z [00:00:40.392]➜  checking for fgrep... /root/.ppkg/uppm/installed/grep/bin/grep -F
2025-08-20T19:02:05.4475069Z [00:00:40.393]➜  checking how to print strings... printf
2025-08-20T19:02:05.4556388Z [00:00:40.401]➜  checking for ld used by /root/.ppkg/core/wrapper-target-cc... /usr/bin/ld
2025-08-20T19:02:05.4571673Z [00:00:40.402]➜  checking if the linker (/usr/bin/ld) is GNU ld... yes
2025-08-20T19:02:05.4572274Z [00:00:40.402]➜  checking how to run the C preprocessor... /root/.ppkg/core/wrapper-target-cc -E
2025-08-20T19:02:05.4827436Z [00:00:40.428]➜  checking for gawk... (cached) gawk
2025-08-20T19:02:05.4827831Z [00:00:40.428]➜  checking whether ln -s works... yes
2025-08-20T19:02:05.4837506Z [00:00:40.429]➜  checking whether make sets $(MAKE)... (cached) yes
2025-08-20T19:02:05.4842565Z [00:00:40.429]➜  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
2025-08-20T19:02:05.5029445Z [00:00:40.448]➜  checking the name lister (/usr/bin/nm) interface... BSD nm
2025-08-20T19:02:05.5045843Z [00:00:40.450]➜  checking the maximum length of command line arguments... 98304
2025-08-20T19:02:05.5060426Z [00:00:40.451]➜  checking how to convert aarch64-unknown-linux-musl file names to aarch64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T19:02:05.5061283Z [00:00:40.451]➜  checking how to convert aarch64-unknown-linux-musl file names to toolchain format... func_convert_file_noop
2025-08-20T19:02:05.5061887Z [00:00:40.451]➜  checking for /usr/bin/ld option to reload object files... -r
2025-08-20T19:02:05.5065842Z [00:00:40.452]➜  checking for file... file
2025-08-20T19:02:05.5066660Z [00:00:40.452]➜  checking for objdump... /usr/bin/objdump
2025-08-20T19:02:05.5067777Z [00:00:40.452]➜  checking how to recognize dependent libraries... pass_all
2025-08-20T19:02:05.5070723Z [00:00:40.452]➜  checking for dlltool... no
2025-08-20T19:02:05.5071126Z [00:00:40.452]➜  checking how to associate runtime and link libraries... printf %s\n
2025-08-20T19:02:05.5072474Z [00:00:40.452]➜  checking for ranlib... /usr/bin/ranlib
2025-08-20T19:02:05.5343078Z [00:00:40.479]➜  checking for archiver @FILE support... @
2025-08-20T19:02:05.5343800Z [00:00:40.479]➜  checking for strip... /usr/bin/strip
2025-08-20T19:02:05.6615903Z [00:00:40.607]➜  checking command to parse /usr/bin/nm output from /root/.ppkg/core/wrapper-target-cc object... ok
2025-08-20T19:02:05.6624727Z [00:00:40.608]➜  checking for sysroot... no
2025-08-20T19:02:05.6650121Z [00:00:40.610]➜  checking for a working dd... /root/.ppkg/uppm/installed/coreutils/bin/dd
2025-08-20T19:02:05.6670445Z [00:00:40.612]➜  checking how to truncate binary pipes... /root/.ppkg/uppm/installed/coreutils/bin/dd bs=4096 count=1
2025-08-20T19:02:05.6676197Z [00:00:40.613]➜  checking for mt... no
2025-08-20T19:02:05.6692908Z [00:00:40.614]➜  checking if : is a manifest tool... no
2025-08-20T19:02:05.6877373Z [00:00:40.633]➜  checking for stdio.h... yes
2025-08-20T19:02:05.7070727Z [00:00:40.652]➜  checking for stdlib.h... yes
2025-08-20T19:02:05.7281749Z [00:00:40.673]➜  checking for string.h... yes
2025-08-20T19:02:05.7501927Z [00:00:40.695]➜  checking for inttypes.h... yes
2025-08-20T19:02:05.7722974Z [00:00:40.717]➜  checking for stdint.h... yes
2025-08-20T19:02:05.7943638Z [00:00:40.739]➜  checking for strings.h... yes
2025-08-20T19:02:05.8166423Z [00:00:40.762]➜  checking for sys/stat.h... yes
2025-08-20T19:02:05.8397702Z [00:00:40.785]➜  checking for sys/types.h... yes
2025-08-20T19:02:05.8649911Z [00:00:40.810]➜  checking for unistd.h... yes
2025-08-20T19:02:05.8918585Z [00:00:40.837]➜  checking for dlfcn.h... yes
2025-08-20T19:02:05.8937465Z [00:00:40.839]➜  checking for objdir... .libs
2025-08-20T19:02:06.0366276Z [00:00:40.982]➜  checking if /root/.ppkg/core/wrapper-target-cc supports -fno-rtti -fno-exceptions... no
2025-08-20T19:02:06.0367009Z [00:00:40.982]➜  checking for /root/.ppkg/core/wrapper-target-cc option to produce PIC... -fPIC -DPIC
2025-08-20T19:02:06.0539880Z [00:00:40.999]➜  checking if /root/.ppkg/core/wrapper-target-cc PIC flag -fPIC -DPIC works... yes
2025-08-20T19:02:06.1559009Z [00:00:41.101]➜  checking if /root/.ppkg/core/wrapper-target-cc static flag -static works... yes
2025-08-20T19:02:06.1776448Z [00:00:41.123]➜  checking if /root/.ppkg/core/wrapper-target-cc supports -c -o file.o... yes
2025-08-20T19:02:06.1777123Z [00:00:41.123]➜  checking if /root/.ppkg/core/wrapper-target-cc supports -c -o file.o... (cached) yes
2025-08-20T19:02:06.1850166Z [00:00:41.130]➜  checking whether the /root/.ppkg/core/wrapper-target-cc linker (/usr/bin/ld) supports shared libraries... yes
2025-08-20T19:02:06.2081038Z [00:00:41.153]➜  checking whether -lc should be explicitly linked in... no
2025-08-20T19:02:06.3202373Z [00:00:41.265]➜  checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T19:02:06.3202971Z [00:00:41.265]➜  checking how to hardcode library paths into programs... immediate
2025-08-20T19:02:06.3212393Z [00:00:41.266]➜  checking whether stripping libraries is possible... yes
2025-08-20T19:02:06.3212855Z [00:00:41.266]➜  checking if libtool supports shared libraries... yes
2025-08-20T19:02:06.3213298Z [00:00:41.266]➜  checking whether to build shared libraries... yes
2025-08-20T19:02:06.3214954Z [00:00:41.266]➜  checking whether to build static libraries... yes
2025-08-20T19:02:06.3256154Z [00:00:41.271]➜  checking if awk (gawk) works... yes
2025-08-20T19:02:06.3483062Z [00:00:41.293]➜  checking if we need to force back C standard to C89... no
2025-08-20T19:02:06.3718740Z [00:00:41.317]➜  checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T19:02:06.3989373Z [00:00:41.344]➜  checking for C/C++ restrict keyword... __restrict__
2025-08-20T19:02:06.5078907Z [00:00:41.453]➜  checking for pow... yes
2025-08-20T19:02:06.6146163Z [00:00:41.560]➜  checking for clock_gettime... yes
2025-08-20T19:02:06.8761136Z [00:00:41.821]➜  checking for zlibVersion in -lz... yes
2025-08-20T19:02:06.9862800Z [00:00:41.931]➜  checking for feenableexcept in -lm... no
2025-08-20T19:02:07.0955914Z [00:00:42.041]➜  checking for feenableexcept... no
2025-08-20T19:02:07.0970999Z [00:00:42.042]➜  checking if using Solaris linker... no
2025-08-20T19:02:07.0988812Z [00:00:42.044]➜  checking if libraries can be versioned... yes
2025-08-20T19:02:07.1091695Z [00:00:42.054]➜  checking for symbol prefix... 
2025-08-20T19:02:07.1092121Z [00:00:42.054]➜  configure: pkgconfig directory is ${libdir}/pkgconfig
2025-08-20T19:02:07.1094652Z [00:00:42.055]➜  configure: Extra options for compiler: 
2025-08-20T19:02:07.1205183Z [00:00:42.066]➜  checking that generated files are newer than configure... done
2025-08-20T19:02:07.1206665Z [00:00:42.066]➜  configure: creating ./config.status
2025-08-20T19:02:07.3135944Z [00:00:42.259]➜  config.status: creating Makefile
2025-08-20T19:02:07.3226427Z [00:00:42.268]➜  config.status: creating libpng.pc
2025-08-20T19:02:07.3281469Z [00:00:42.273]➜  config.status: creating libpng-config
2025-08-20T19:02:07.3340088Z [00:00:42.279]➜  config.status: creating config.h
2025-08-20T19:02:07.3387891Z [00:00:42.284]➜  config.status: executing depfiles commands
2025-08-20T19:02:07.3759280Z [00:00:42.321]➜  config.status: executing libtool commands
2025-08-20T19:02:07.3976046Z [00:00:42.343]➜  
2025-08-20T19:02:07.3976758Z [00:00:42.343]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake -w -C /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_ -j5 clean[0m
2025-08-20T19:02:07.4001830Z [00:00:42.345]➜  gmake: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:07.4002319Z [00:00:42.345]➜  rm -f  pngfix png-fix-itxt
2025-08-20T19:02:07.4004654Z [00:00:42.346]➜  rm -f  pngtest pngunknown pngstest pngvalid pngimage pngcp timepng
2025-08-20T19:02:07.4009234Z [00:00:42.346]➜  test -z "" || rm -f  pngfix png-fix-itxt
2025-08-20T19:02:07.4011399Z [00:00:42.346]➜  test -z "" || rm -f  pngtest pngunknown pngstest pngvalid pngimage pngcp timepng
2025-08-20T19:02:07.4016064Z [00:00:42.347]➜  rm -f  *.tf? pngout.png libpng16.pc libpng16-config libpng.vers libpng.sym check.new pnglibconf.h pngprefix.h symbols.new pngtest-log.txt pnglibconf.out pnglibconf.c pnglibconf.pre pnglibconf.dfn scripts/*.out scripts/*.chk
2025-08-20T19:02:07.4023019Z [00:00:42.347]➜  rm -f  libpng16.la
2025-08-20T19:02:07.4024238Z [00:00:42.347]➜  rm -rf .libs _libs
2025-08-20T19:02:07.4024553Z [00:00:42.348]➜  rm -rf arm/.libs arm/_libs
2025-08-20T19:02:07.4027432Z [00:00:42.348]➜  rm -rf intel/.libs intel/_libs
2025-08-20T19:02:07.4035152Z [00:00:42.349]➜  rm -rf loongarch/.libs loongarch/_libs
2025-08-20T19:02:07.4035526Z [00:00:42.349]➜  rm -f  
2025-08-20T19:02:07.4038917Z [00:00:42.349]➜  rm -rf mips/.libs mips/_libs
2025-08-20T19:02:07.4039215Z [00:00:42.349]➜  rm -f ./so_locations
2025-08-20T19:02:07.4039467Z [00:00:42.349]➜  rm -f *.o
2025-08-20T19:02:07.4047292Z [00:00:42.350]➜  rm -rf powerpc/.libs powerpc/_libs
2025-08-20T19:02:07.4050787Z [00:00:42.350]➜  rm -f arm/*.o
2025-08-20T19:02:07.4055828Z [00:00:42.351]➜  rm -f arm/*.lo
2025-08-20T19:02:07.4057926Z [00:00:42.351]➜  rm -f
2025-08-20T19:02:07.4062639Z [00:00:42.351]➜  rm -f contrib/libtests/*.o
2025-08-20T19:02:07.4067473Z [00:00:42.352]➜  rm -f  tests/pngtest-all.log tests/pngvalid-gamma-16-to-8.log tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log tests/pngvalid-gamma-expand16-alpha-mode.log tests/pngvalid-gamma-expand16-background.log tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log tests/pngvalid-progressive-size.log tests/pngvalid-progressive-interlace-standard.log tests/pngvalid-transform.log tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log tests/pngstest-1.8.log tests/pngstest-1.8-alpha.log tests/pngstest-linear.log tests/pngstest-linear-alpha.log tests/pngstest-none.log tests/pngstest-none-alpha.log tests/pngstest-sRGB.log tests/pngstest-sRGB-alpha.log tests/pngunknown-IDAT.log tests/pngunknown-discard.log tests/pngunknown-if-safe.log tests/pngunknown-sAPI.log tests/pngunknown-sTER.log tests/pngunknown-save.log tests/pngunknown-vpAg.log tests/pngimage-quick.log tests/pngimage-full.log
2025-08-20T19:02:07.4071541Z [00:00:42.352]➜  rm -f contrib/tools/*.o
2025-08-20T19:02:07.4075868Z [00:00:42.352]➜  rm -f  tests/pngtest-all.trs tests/pngvalid-gamma-16-to-8.trs tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs tests/pngvalid-gamma-expand16-alpha-mode.trs tests/pngvalid-gamma-expand16-background.trs tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs tests/pngvalid-progressive-size.trs tests/pngvalid-progressive-interlace-standard.trs tests/pngvalid-transform.trs tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs tests/pngstest-1.8.trs tests/pngstest-1.8-alpha.trs tests/pngstest-linear.trs tests/pngstest-linear-alpha.trs tests/pngstest-none.trs tests/pngstest-none-alpha.trs tests/pngstest-sRGB.trs tests/pngstest-sRGB-alpha.trs tests/pngunknown-IDAT.trs tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs tests/pngunknown-save.trs tests/pngunknown-vpAg.trs tests/pngimage-quick.trs tests/pngimage-full.trs
2025-08-20T19:02:07.4079602Z [00:00:42.352]➜  rm -f  test-suite.log
2025-08-20T19:02:07.4079861Z [00:00:42.353]➜  rm -f intel/*.o
2025-08-20T19:02:07.4080091Z [00:00:42.353]➜  rm -f *.lo
2025-08-20T19:02:07.4084520Z [00:00:42.354]➜  rm -f intel/*.lo
2025-08-20T19:02:07.4088178Z [00:00:42.354]➜  rm -f loongarch/*.o
2025-08-20T19:02:07.4093650Z [00:00:42.355]➜  rm -f loongarch/*.lo
2025-08-20T19:02:07.4099628Z [00:00:42.355]➜  rm -f mips/*.o
2025-08-20T19:02:07.4106493Z [00:00:42.356]➜  rm -f mips/*.lo
2025-08-20T19:02:07.4112762Z [00:00:42.356]➜  rm -f powerpc/*.o
2025-08-20T19:02:07.4119789Z [00:00:42.357]➜  rm -f powerpc/*.lo
2025-08-20T19:02:07.4127774Z [00:00:42.358]➜  gmake: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:07.4129636Z [00:00:42.358]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake -w -C /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_ -j5[0m
2025-08-20T19:02:07.4156332Z [00:00:42.361]➜  gmake: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:07.4156833Z [00:00:42.361]➜  rm -f pnglibconf.c pnglibconf.tf[45]
2025-08-20T19:02:07.4163659Z [00:00:42.361]➜  gawk -f /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/options.awk out=pnglibconf.tf4 version=search\
2025-08-20T19:02:07.4164654Z [00:00:42.361]➜      /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngconf.h /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/pnglibconf.dfa\
2025-08-20T19:02:07.4165397Z [00:00:42.361]➜      /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngusr.dfa  1>&2
2025-08-20T19:02:07.4206025Z [00:00:42.366]➜  gawk -f /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
2025-08-20T19:02:07.4280365Z [00:00:42.373]➜  rm pnglibconf.tf4
2025-08-20T19:02:07.4284228Z [00:00:42.374]➜  mv pnglibconf.tf5 pnglibconf.c
2025-08-20T19:02:07.4288602Z [00:00:42.374]➜  rm -f pnglibconf.out pnglibconf.tf[12]
2025-08-20T19:02:07.4294639Z [00:00:42.375]➜  test -d scripts || mkdir scripts || test -d scripts
2025-08-20T19:02:07.4304829Z [00:00:42.376]➜  /root/.ppkg/core/wrapper-target-cc -E -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src \
2025-08-20T19:02:07.4306287Z [00:00:42.376]➜      -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include  -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.46' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  pnglibconf.c > pnglibconf.tf1
2025-08-20T19:02:07.4453941Z [00:00:42.390]➜  gawk -f "/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
2025-08-20T19:02:07.4569299Z [00:00:42.402]➜  rm -f pnglibconf.tf1
2025-08-20T19:02:07.4572755Z [00:00:42.402]➜  mv pnglibconf.tf2 pnglibconf.out
2025-08-20T19:02:07.4576164Z [00:00:42.403]➜  rm -f pnglibconf.h
2025-08-20T19:02:07.4582187Z [00:00:42.403]➜  cp pnglibconf.out pnglibconf.h
2025-08-20T19:02:07.4583019Z [00:00:42.404]➜  /root/.ppkg/uppm/installed/gmake/bin/gmake  all-am
2025-08-20T19:02:07.4608898Z [00:00:42.406]➜  gmake[1]: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:07.4620708Z [00:00:42.407]➜  :>pngprefix.h
2025-08-20T19:02:07.4653863Z [00:00:42.410]➜  rm -f scripts/vers.out scripts/vers.tf[12]
2025-08-20T19:02:07.4656718Z [00:00:42.411]➜  depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:07.4658702Z [00:00:42.411]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/tools/png-fix-itxt.c &&\
2025-08-20T19:02:07.4660297Z [00:00:42.411]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:07.4662231Z [00:00:42.411]➜  cp libpng-config libpng16-config
2025-08-20T19:02:07.4667023Z [00:00:42.412]➜  test -d scripts || mkdir scripts || test -d scripts
2025-08-20T19:02:07.4671265Z [00:00:42.412]➜  /root/.ppkg/core/wrapper-target-cc -E -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src \
2025-08-20T19:02:07.4672994Z [00:00:42.412]➜      -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include  -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.46' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/vers.c > scripts/vers.tf1
2025-08-20T19:02:07.4681938Z [00:00:42.413]➜  cp libpng.pc libpng16.pc
2025-08-20T19:02:07.4688354Z [00:00:42.414]➜  depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:07.4693581Z [00:00:42.414]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngtest.c &&\
2025-08-20T19:02:07.4694952Z [00:00:42.414]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:07.4736594Z [00:00:42.419]➜  depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:07.4765860Z [00:00:42.419]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/tools/pngcp.c &&\
2025-08-20T19:02:07.4767654Z [00:00:42.419]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:07.4768167Z [00:00:42.419]➜  depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:07.4769887Z [00:00:42.419]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/tools/pngfix.c &&\
2025-08-20T19:02:07.4771269Z [00:00:42.419]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:07.5047271Z [00:00:42.449]➜  gawk -f "/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
2025-08-20T19:02:07.5120486Z [00:00:42.457]➜  rm -f scripts/vers.tf1
2025-08-20T19:02:07.5148400Z [00:00:42.460]➜  mv scripts/vers.tf2 scripts/vers.out
2025-08-20T19:02:07.5154850Z [00:00:42.460]➜  depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:07.5157127Z [00:00:42.460]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/png.c &&\
2025-08-20T19:02:07.5159131Z [00:00:42.460]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:07.5356840Z [00:00:42.481]➜  depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:07.5358963Z [00:00:42.481]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngerror.c &&\
2025-08-20T19:02:07.5360812Z [00:00:42.481]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:07.5563977Z [00:00:42.500]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT png.lo -MD -MP -MF .deps/png.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/png.c  -fPIC -DPIC -o .libs/png.o
2025-08-20T19:02:07.5977593Z [00:00:42.543]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngerror.c  -fPIC -DPIC -o .libs/pngerror.o
2025-08-20T19:02:07.8644739Z [00:00:42.810]➜  depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:07.8647561Z [00:00:42.810]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngget.c &&\
2025-08-20T19:02:07.8650072Z [00:00:42.810]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:07.9438496Z [00:00:42.889]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngerror.c -o pngerror.o >/dev/null 2>&1
2025-08-20T19:02:07.9442439Z [00:00:42.889]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngget.c  -fPIC -DPIC -o .libs/pngget.o
2025-08-20T19:02:08.0158225Z [00:00:42.961]➜  depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.0163759Z [00:00:42.961]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngmem.c &&\
2025-08-20T19:02:08.0165233Z [00:00:42.961]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.1046733Z [00:00:43.050]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngmem.c  -fPIC -DPIC -o .libs/pngmem.o
2025-08-20T19:02:08.2156588Z [00:00:43.161]➜  depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.2158380Z [00:00:43.161]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngpread.c &&\
2025-08-20T19:02:08.2159781Z [00:00:43.161]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.2268804Z [00:00:43.172]➜  depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.2275655Z [00:00:43.172]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngread.c &&\
2025-08-20T19:02:08.2277105Z [00:00:43.173]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.2496552Z [00:00:43.194]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngpread.c  -fPIC -DPIC -o .libs/pngpread.o
2025-08-20T19:02:08.2666809Z [00:00:43.212]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngmem.c -o pngmem.o >/dev/null 2>&1
2025-08-20T19:02:08.2809049Z [00:00:43.226]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngread.c  -fPIC -DPIC -o .libs/pngread.o
2025-08-20T19:02:08.4008436Z [00:00:43.346]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT png.lo -MD -MP -MF .deps/png.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/png.c -o png.o >/dev/null 2>&1
2025-08-20T19:02:08.4122287Z [00:00:43.357]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngget.c -o pngget.o >/dev/null 2>&1
2025-08-20T19:02:08.4657985Z [00:00:43.411]➜  depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.4661088Z [00:00:43.411]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrio.c &&\
2025-08-20T19:02:08.4674442Z [00:00:43.411]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.5336167Z [00:00:43.478]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrio.c  -fPIC -DPIC -o .libs/pngrio.o
2025-08-20T19:02:08.6002072Z [00:00:43.545]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngpread.c -o pngpread.o >/dev/null 2>&1
2025-08-20T19:02:08.7014565Z [00:00:43.646]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrio.c -o pngrio.o >/dev/null 2>&1
2025-08-20T19:02:08.8740641Z [00:00:43.819]➜  depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.8744989Z [00:00:43.819]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrtran.c &&\
2025-08-20T19:02:08.8746559Z [00:00:43.819]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.9528925Z [00:00:43.898]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrtran.c  -fPIC -DPIC -o .libs/pngrtran.o
2025-08-20T19:02:08.9581496Z [00:00:43.903]➜  depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.9584102Z [00:00:43.903]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrutil.c &&\
2025-08-20T19:02:08.9585610Z [00:00:43.903]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:08.9842171Z [00:00:43.929]➜  depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:08.9845767Z [00:00:43.929]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngset.c &&\
2025-08-20T19:02:08.9847196Z [00:00:43.929]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:09.0018487Z [00:00:43.947]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrutil.c  -fPIC -DPIC -o .libs/pngrutil.o
2025-08-20T19:02:09.0211379Z [00:00:43.966]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngset.c  -fPIC -DPIC -o .libs/pngset.o
2025-08-20T19:02:09.2417795Z [00:00:44.187]➜  depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:09.2420769Z [00:00:44.187]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngtrans.c &&\
2025-08-20T19:02:09.2422760Z [00:00:44.187]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:09.3175366Z [00:00:44.262]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngtrans.c  -fPIC -DPIC -o .libs/pngtrans.o
2025-08-20T19:02:09.3475108Z [00:00:44.292]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngread.c -o pngread.o >/dev/null 2>&1
2025-08-20T19:02:09.5439127Z [00:00:44.489]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngset.c -o pngset.o >/dev/null 2>&1
2025-08-20T19:02:09.6725827Z [00:00:44.617]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngtrans.c -o pngtrans.o >/dev/null 2>&1
2025-08-20T19:02:09.9809681Z [00:00:44.926]➜  depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:09.9812002Z [00:00:44.926]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwio.c &&\
2025-08-20T19:02:09.9813976Z [00:00:44.926]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:10.0810670Z [00:00:45.026]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwio.c  -fPIC -DPIC -o .libs/pngwio.o
2025-08-20T19:02:10.1191854Z [00:00:45.064]➜  depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:10.1195635Z [00:00:45.064]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwrite.c &&\
2025-08-20T19:02:10.1197147Z [00:00:45.064]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:10.1908710Z [00:00:45.136]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwrite.c  -fPIC -DPIC -o .libs/pngwrite.o
2025-08-20T19:02:10.2052993Z [00:00:45.150]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwio.c -o pngwio.o >/dev/null 2>&1
2025-08-20T19:02:10.2521504Z [00:00:45.197]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrutil.c -o pngrutil.o >/dev/null 2>&1
2025-08-20T19:02:10.3542577Z [00:00:45.299]➜  depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:10.3547023Z [00:00:45.300]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwtran.c &&\
2025-08-20T19:02:10.3548966Z [00:00:45.300]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:10.3585248Z [00:00:45.304]➜  depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:10.3590063Z [00:00:45.304]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwutil.c &&\
2025-08-20T19:02:10.3591562Z [00:00:45.304]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:10.3816214Z [00:00:45.327]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwtran.c  -fPIC -DPIC -o .libs/pngwtran.o
2025-08-20T19:02:10.3904215Z [00:00:45.335]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngrtran.c -o pngrtran.o >/dev/null 2>&1
2025-08-20T19:02:10.4213128Z [00:00:45.366]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwutil.c  -fPIC -DPIC -o .libs/pngwutil.o
2025-08-20T19:02:10.5466877Z [00:00:45.492]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwtran.c -o pngwtran.o >/dev/null 2>&1
2025-08-20T19:02:10.7265791Z [00:00:45.672]➜  depbase=`echo arm/arm_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:10.7267913Z [00:00:45.672]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT arm/arm_init.lo -MD -MP -MF $depbase.Tpo -c -o arm/arm_init.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/arm_init.c &&\
2025-08-20T19:02:10.7269581Z [00:00:45.672]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:10.8029254Z [00:00:45.748]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/arm_init.lo -MD -MP -MF arm/.deps/arm_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/arm_init.c  -fPIC -DPIC -o arm/.libs/arm_init.o
2025-08-20T19:02:10.8152360Z [00:00:45.760]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwrite.c -o pngwrite.o >/dev/null 2>&1
2025-08-20T19:02:10.9429131Z [00:00:45.888]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/arm_init.lo -MD -MP -MF arm/.deps/arm_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/arm_init.c -o arm/arm_init.o >/dev/null 2>&1
2025-08-20T19:02:11.0873590Z [00:00:46.032]➜  depbase=`echo arm/filter_neon_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.0876356Z [00:00:46.032]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT arm/filter_neon_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o arm/filter_neon_intrinsics.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/filter_neon_intrinsics.c &&\
2025-08-20T19:02:11.0885122Z [00:00:46.032]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.1030119Z [00:00:46.048]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngwutil.c -o pngwutil.o >/dev/null 2>&1
2025-08-20T19:02:11.1610671Z [00:00:46.106]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/filter_neon_intrinsics.lo -MD -MP -MF arm/.deps/filter_neon_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/filter_neon_intrinsics.c  -fPIC -DPIC -o arm/.libs/filter_neon_intrinsics.o
2025-08-20T19:02:11.4204731Z [00:00:46.365]➜  depbase=`echo arm/palette_neon_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.4207602Z [00:00:46.365]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT arm/palette_neon_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o arm/palette_neon_intrinsics.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/palette_neon_intrinsics.c &&\
2025-08-20T19:02:11.4215116Z [00:00:46.365]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.4382197Z [00:00:46.383]➜  depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.4384514Z [00:00:46.383]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/mips_init.c &&\
2025-08-20T19:02:11.4386206Z [00:00:46.383]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.4616425Z [00:00:46.406]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/palette_neon_intrinsics.lo -MD -MP -MF arm/.deps/palette_neon_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/palette_neon_intrinsics.c  -fPIC -DPIC -o arm/.libs/palette_neon_intrinsics.o
2025-08-20T19:02:11.4919196Z [00:00:46.437]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/mips_init.c  -fPIC -DPIC -o mips/.libs/mips_init.o
2025-08-20T19:02:11.5775343Z [00:00:46.522]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/filter_neon_intrinsics.lo -MD -MP -MF arm/.deps/filter_neon_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/filter_neon_intrinsics.c -o arm/filter_neon_intrinsics.o >/dev/null 2>&1
2025-08-20T19:02:11.5984294Z [00:00:46.543]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/mips_init.c -o mips/mips_init.o >/dev/null 2>&1
2025-08-20T19:02:11.6607880Z [00:00:46.606]➜  depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.6612072Z [00:00:46.606]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_msa_intrinsics.c &&\
2025-08-20T19:02:11.6614315Z [00:00:46.606]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.7243766Z [00:00:46.668]➜  depbase=`echo mips/filter_mmi_inline_assembly.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.7247254Z [00:00:46.668]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT mips/filter_mmi_inline_assembly.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_mmi_inline_assembly.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_mmi_inline_assembly.c &&\
2025-08-20T19:02:11.7248894Z [00:00:46.669]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.7276785Z [00:00:46.672]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_msa_intrinsics.c  -fPIC -DPIC -o mips/.libs/filter_msa_intrinsics.o
2025-08-20T19:02:11.7947473Z [00:00:46.740]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/filter_mmi_inline_assembly.lo -MD -MP -MF mips/.deps/filter_mmi_inline_assembly.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_mmi_inline_assembly.c  -fPIC -DPIC -o mips/.libs/filter_mmi_inline_assembly.o
2025-08-20T19:02:11.8057555Z [00:00:46.751]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o >/dev/null 2>&1
2025-08-20T19:02:11.8060706Z [00:00:46.751]➜  depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.8065878Z [00:00:46.751]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/powerpc_init.c &&\
2025-08-20T19:02:11.8067485Z [00:00:46.751]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.8442108Z [00:00:46.789]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT arm/palette_neon_intrinsics.lo -MD -MP -MF arm/.deps/palette_neon_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/arm/palette_neon_intrinsics.c -o arm/palette_neon_intrinsics.o >/dev/null 2>&1
2025-08-20T19:02:11.8644394Z [00:00:46.809]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT mips/filter_mmi_inline_assembly.lo -MD -MP -MF mips/.deps/filter_mmi_inline_assembly.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/mips/filter_mmi_inline_assembly.c -o mips/filter_mmi_inline_assembly.o >/dev/null 2>&1
2025-08-20T19:02:11.8761354Z [00:00:46.821]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/powerpc_init.c  -fPIC -DPIC -o powerpc/.libs/powerpc_init.o
2025-08-20T19:02:11.8873249Z [00:00:46.832]➜  depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
2025-08-20T19:02:11.8901289Z [00:00:46.832]➜  /bin/sh ./libtool  --tag=CC   --mode=compile /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/filter_vsx_intrinsics.c &&\
2025-08-20T19:02:11.8902996Z [00:00:46.832]➜  mv -f $depbase.Tpo $depbase.Plo
2025-08-20T19:02:11.9173736Z [00:00:46.862]➜  rm -f libpng.vers
2025-08-20T19:02:11.9179934Z [00:00:46.863]➜  cp scripts/vers.out libpng.vers
2025-08-20T19:02:11.9195631Z [00:00:46.865]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lz 
2025-08-20T19:02:11.9379028Z [00:00:46.883]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/filter_vsx_intrinsics.c  -fPIC -DPIC -o powerpc/.libs/filter_vsx_intrinsics.o
2025-08-20T19:02:11.9389502Z [00:00:46.884]➜  depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:11.9395124Z [00:00:46.884]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/libtests/pngunknown.c &&\
2025-08-20T19:02:11.9396741Z [00:00:46.884]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:11.9607776Z [00:00:46.903]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/powerpc_init.c -o powerpc/powerpc_init.o >/dev/null 2>&1
2025-08-20T19:02:11.9936848Z [00:00:46.937]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o png-fix-itxt contrib/tools/png-fix-itxt.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -lz
2025-08-20T19:02:12.0096427Z [00:00:46.954]➜  depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:12.0098354Z [00:00:46.954]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/libtests/pngstest.c &&\
2025-08-20T19:02:12.0099854Z [00:00:46.954]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:12.0209832Z [00:00:46.965]➜  libtool: compile:  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -Os -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o >/dev/null 2>&1
2025-08-20T19:02:12.0378274Z [00:00:46.983]➜  depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:12.0381670Z [00:00:46.983]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/libtests/pngvalid.c &&\
2025-08-20T19:02:12.0384671Z [00:00:46.984]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:12.1414720Z [00:00:47.086]➜  depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:12.1416698Z [00:00:47.086]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/libtests/pngimage.c &&\
2025-08-20T19:02:12.1418251Z [00:00:47.086]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:12.1817011Z [00:00:47.127]➜  depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2025-08-20T19:02:12.1820036Z [00:00:47.127]➜  /root/.ppkg/core/wrapper-target-cc -DHAVE_CONFIG_H -I. -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/src   -I/root/.ppkg/run/134/linux-musl-aarch64/libpng/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include   -Os  -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/contrib/libtests/timepng.c &&\
2025-08-20T19:02:12.1834406Z [00:00:47.127]➜  mv -f $depbase.Tpo $depbase.Po
2025-08-20T19:02:12.2549385Z [00:00:47.199]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os  -no-undefined -export-dynamic -version-number 16:46:0  -Wl,--version-script=libpng.vers  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o libpng16.la -rpath /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo arm/arm_init.lo arm/filter_neon_intrinsics.lo arm/palette_neon_intrinsics.lo mips/mips_init.lo mips/filter_msa_intrinsics.lo  mips/filter_mmi_inline_assembly.lo  powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo   -lz 
2025-08-20T19:02:12.3866466Z [00:00:47.331]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -shared  -fPIC -DPIC  .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o arm/.libs/arm_init.o arm/.libs/filter_neon_intrinsics.o arm/.libs/palette_neon_intrinsics.o mips/.libs/mips_init.o mips/.libs/filter_msa_intrinsics.o mips/.libs/filter_mmi_inline_assembly.o powerpc/.libs/powerpc_init.o powerpc/.libs/filter_vsx_intrinsics.o   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -lz  -Os -Wl,--version-script=libpng.vers -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib   -Wl,-soname -Wl,libpng16.so.16 -o .libs/libpng16.so.16.46.0
2025-08-20T19:02:12.4003630Z [00:00:47.345]➜  libtool: link: (cd ".libs" && rm -f "libpng16.so.16" && ln -s "libpng16.so.16.46.0" "libpng16.so.16")
2025-08-20T19:02:12.4028097Z [00:00:47.348]➜  libtool: link: (cd ".libs" && rm -f "libpng16.so" && ln -s "libpng16.so.16.46.0" "libpng16.so")
2025-08-20T19:02:12.4325391Z [00:00:47.377]➜  libtool: link: /usr/bin/ar cr .libs/libpng16.a  png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o arm/arm_init.o arm/filter_neon_intrinsics.o arm/palette_neon_intrinsics.o mips/mips_init.o mips/filter_msa_intrinsics.o mips/filter_mmi_inline_assembly.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
2025-08-20T19:02:12.4836955Z [00:00:47.429]➜  libtool: link: /usr/bin/ranlib .libs/libpng16.a
2025-08-20T19:02:12.5385377Z [00:00:47.484]➜  libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
2025-08-20T19:02:12.5401953Z [00:00:47.485]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngfix contrib/tools/pngfix.o libpng16.la -lz 
2025-08-20T19:02:12.5411366Z [00:00:47.486]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngtest pngtest.o libpng16.la -lz 
2025-08-20T19:02:12.5422305Z [00:00:47.487]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lz 
2025-08-20T19:02:12.6001478Z [00:00:47.545]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngunknown contrib/libtests/pngunknown.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.6021641Z [00:00:47.547]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngtest pngtest.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.6044767Z [00:00:47.549]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngfix contrib/tools/pngfix.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.6177993Z [00:00:47.563]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngimage contrib/libtests/pngimage.o libpng16.la -lz 
2025-08-20T19:02:12.6236497Z [00:00:47.568]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngcp contrib/tools/pngcp.o libpng16.la -lz 
2025-08-20T19:02:12.6278522Z [00:00:47.573]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o timepng contrib/libtests/timepng.o libpng16.la -lz 
2025-08-20T19:02:12.6845531Z [00:00:47.629]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngimage contrib/libtests/pngimage.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.6932739Z [00:00:47.638]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/timepng contrib/libtests/timepng.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.6997341Z [00:00:47.644]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngcp contrib/tools/pngcp.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:12.8787481Z [00:00:47.824]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngstest contrib/libtests/pngstest.o libpng16.la -lz 
2025-08-20T19:02:12.9156537Z [00:00:47.860]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngstest contrib/libtests/pngstest.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:14.8274425Z [00:00:49.772]➜  /bin/sh ./libtool  --tag=CC   --mode=link /root/.ppkg/core/wrapper-target-cc  -Os   -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lz 
2025-08-20T19:02:14.8644993Z [00:00:49.809]➜  libtool: link: /root/.ppkg/core/wrapper-target-cc -Os -Wl,--as-needed -Wl,-z -Wl,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -o .libs/pngvalid contrib/libtests/pngvalid.o  -L/root/.ppkg/run/134/linux-musl-aarch64/libpng/lib -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib ./.libs/libpng16.so -lz -Wl,-rpath -Wl,/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:14.8776477Z [00:00:49.823]➜  gmake[1]: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.8777161Z [00:00:49.823]➜  gmake: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.8779305Z [00:00:49.823]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake -w -C /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_ -j5 install[0m
2025-08-20T19:02:14.8827149Z [00:00:49.828]➜  gmake: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.8827745Z [00:00:49.828]➜  /root/.ppkg/uppm/installed/gmake/bin/gmake  install-am
2025-08-20T19:02:14.8884409Z [00:00:49.833]➜  gmake[1]: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.8938638Z [00:00:49.839]➜  gmake[2]: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.8958274Z [00:00:49.841]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin'
2025-08-20T19:02:14.8972316Z [00:00:49.842]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/share/man/man3'
2025-08-20T19:02:14.8973935Z [00:00:49.842]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/share/man/man5'
2025-08-20T19:02:14.8981560Z [00:00:49.843]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c libpng16-config '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin'
2025-08-20T19:02:14.8990602Z [00:00:49.844]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/include/libpng16'
2025-08-20T19:02:14.9000394Z [00:00:49.845]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/pkgconfig'
2025-08-20T19:02:14.9012923Z [00:00:49.846]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/include/libpng16'
2025-08-20T19:02:14.9026142Z [00:00:49.848]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c -m 644 /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/libpng.3 /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/libpngpf.3 '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/share/man/man3'
2025-08-20T19:02:14.9034770Z [00:00:49.849]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c -m 644 pnglibconf.h '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/include/libpng16'
2025-08-20T19:02:14.9040897Z [00:00:49.849]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c -m 644 /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/png.5 '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/share/man/man5'
2025-08-20T19:02:14.9046919Z [00:00:49.850]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib'
2025-08-20T19:02:14.9053486Z [00:00:49.850]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c -m 644 libpng16.pc '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/pkgconfig'
2025-08-20T19:02:14.9055532Z [00:00:49.850]➜   /root/.ppkg/uppm/installed/coreutils/bin/install -c -m 644 /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/png.h /root/.ppkg/run/134/linux-musl-aarch64/libpng/src/pngconf.h '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/include/libpng16'
2025-08-20T19:02:14.9057821Z [00:00:49.851]➜   /bin/sh ./libtool   --mode=install /root/.ppkg/uppm/installed/coreutils/bin/install -c   libpng16.la '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib'
2025-08-20T19:02:14.9072130Z [00:00:49.852]➜  /root/.ppkg/uppm/installed/gmake/bin/gmake  install-data-hook
2025-08-20T19:02:14.9116039Z [00:00:49.857]➜  gmake[3]: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.9121921Z [00:00:49.857]➜  + cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/include
2025-08-20T19:02:14.9122535Z [00:00:49.857]➜  + rm -f pnglibconf.h
2025-08-20T19:02:14.9130531Z [00:00:49.858]➜  + cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/pkgconfig
2025-08-20T19:02:14.9131738Z [00:00:49.858]➜  + rm -f libpng.pc
2025-08-20T19:02:14.9132245Z [00:00:49.858]➜  + ln -s libpng16/pnglibconf.h pnglibconf.h
2025-08-20T19:02:14.9132998Z [00:00:49.858]➜  + ln -s libpng16.pc libpng.pc
2025-08-20T19:02:14.9137478Z [00:00:49.859]➜  + rm -f png.h
2025-08-20T19:02:14.9143150Z [00:00:49.859]➜  + ln -s libpng16/png.h png.h
2025-08-20T19:02:14.9147482Z [00:00:49.860]➜  + rm -f pngconf.h
2025-08-20T19:02:14.9151574Z [00:00:49.860]➜  + ln -s libpng16/pngconf.h pngconf.h
2025-08-20T19:02:14.9158937Z [00:00:49.861]➜  gmake[3]: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:14.9224571Z [00:00:49.867]➜  libtool: install: /root/.ppkg/uppm/installed/coreutils/bin/install -c .libs/libpng16.so.16.46.0 /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/libpng16.so.16.46.0
2025-08-20T19:02:14.9241336Z [00:00:49.869]➜  libtool: install: (cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib && { ln -s -f libpng16.so.16.46.0 libpng16.so.16 || { rm -f libpng16.so.16 && ln -s libpng16.so.16.46.0 libpng16.so.16; }; })
2025-08-20T19:02:14.9260244Z [00:00:49.871]➜  libtool: install: (cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib && { ln -s -f libpng16.so.16.46.0 libpng16.so || { rm -f libpng16.so && ln -s libpng16.so.16.46.0 libpng16.so; }; })
2025-08-20T19:02:14.9285730Z [00:00:49.874]➜  libtool: install: /root/.ppkg/uppm/installed/coreutils/bin/install -c .libs/libpng16.lai /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/libpng16.la
2025-08-20T19:02:14.9309900Z [00:00:49.876]➜  libtool: install: /root/.ppkg/uppm/installed/coreutils/bin/install -c .libs/libpng16.a /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/libpng16.a
2025-08-20T19:02:14.9327003Z [00:00:49.878]➜  libtool: install: chmod 644 /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/libpng16.a
2025-08-20T19:02:14.9342418Z [00:00:49.879]➜  libtool: install: /usr/bin/ranlib /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib/libpng16.a
2025-08-20T19:02:15.0429226Z [00:00:49.987]➜  libtool: finish: PATH="/root/.ppkg/run/134/linux-musl-aarch64/libpng/bin:/root/.ppkg/uppm/installed/tree/bin:/root/.ppkg/uppm/installed/patchelf/bin:/root/.ppkg/uppm/installed/pkg-config/bin:/root/.ppkg/uppm/installed/gmake/bin:/root/.ppkg/uppm/installed/gmake/bin:/root/.ppkg/uppm/installed/bsdtar/bin:/root/.ppkg/uppm/installed/curl/bin:/root/.ppkg/core/bin:/root/.ppkg/uppm/installed/bash/bin:/root/.ppkg/uppm/installed/coreutils/bin:/root/.ppkg/uppm/installed/findutils/bin:/root/.ppkg/uppm/installed/gawk/bin:/root/.ppkg/uppm/installed/gsed/bin:/root/.ppkg/uppm/installed/grep/bin:/root/.ppkg/uppm/installed/bsdtar/bin:/root/.ppkg/uppm/installed/git/bin:/root/.ppkg/uppm/installed/curl/bin:/root/.ppkg/uppm/installed/tree/bin:/root/.ppkg/uppm/installed/sysinfo/bin:/root/.ppkg/uppm/installed/fzf/bin:/root/.ppkg/uppm/installed/jq/bin:/root/.ppkg/uppm/installed/yq/bin:/root/.ppkg/uppm/installed/d2/bin:/root/.ppkg/uppm/installed/dot_static/bin:/root/.ppkg/uppm/installed/bat/bin:/root/perl5/bin:/root/.local/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:15.0447166Z [00:00:49.990]➜  ----------------------------------------------------------------------
2025-08-20T19:02:15.0447762Z [00:00:49.990]➜  Libraries have been installed in:
2025-08-20T19:02:15.0448553Z [00:00:49.990]➜     /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:15.0449189Z [00:00:49.990]➜  
2025-08-20T19:02:15.0449646Z [00:00:49.990]➜  If you ever happen to want to link against installed libraries
2025-08-20T19:02:15.0450184Z [00:00:49.990]➜  in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T19:02:15.0451064Z [00:00:49.990]➜  specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T19:02:15.0451741Z [00:00:49.990]➜  flag during linking and do at least one of the following:
2025-08-20T19:02:15.0452508Z [00:00:49.990]➜     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T19:02:15.0452975Z [00:00:49.990]➜       during execution
2025-08-20T19:02:15.0454242Z [00:00:49.990]➜     - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T19:02:15.0454727Z [00:00:49.990]➜       during linking
2025-08-20T19:02:15.0455053Z [00:00:49.990]➜     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T19:02:15.0455338Z [00:00:49.990]➜  
2025-08-20T19:02:15.0455672Z [00:00:49.990]➜  See any operating system documentation about shared libraries for
2025-08-20T19:02:15.0456145Z [00:00:49.990]➜  more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T19:02:15.0456598Z [00:00:49.990]➜  ----------------------------------------------------------------------
2025-08-20T19:02:15.0457477Z [00:00:49.991]➜   /root/.ppkg/uppm/installed/coreutils/bin/mkdir -p '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin'
2025-08-20T19:02:15.0470235Z [00:00:49.992]➜    /bin/sh ./libtool   --mode=install /root/.ppkg/uppm/installed/coreutils/bin/install -c pngfix png-fix-itxt '/root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin'
2025-08-20T19:02:15.0644787Z [00:00:50.009]➜  libtool: install: /root/.ppkg/uppm/installed/coreutils/bin/install -c .libs/pngfix /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin/pngfix
2025-08-20T19:02:15.0676965Z [00:00:50.013]➜  libtool: install: /root/.ppkg/uppm/installed/coreutils/bin/install -c png-fix-itxt /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin/png-fix-itxt
2025-08-20T19:02:15.0686394Z [00:00:50.014]➜  /root/.ppkg/uppm/installed/gmake/bin/gmake  install-exec-hook
2025-08-20T19:02:15.0728554Z [00:00:50.018]➜  gmake[3]: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:15.0734566Z [00:00:50.019]➜  + cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/lib
2025-08-20T19:02:15.0735144Z [00:00:50.019]➜  + rm -f libpng.a
2025-08-20T19:02:15.0739368Z [00:00:50.019]➜  + test -f libpng16.a
2025-08-20T19:02:15.0739752Z [00:00:50.019]➜  + ln -s libpng16.a libpng.a
2025-08-20T19:02:15.0741904Z [00:00:50.019]➜  + cd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d/bin
2025-08-20T19:02:15.0742451Z [00:00:50.019]➜  + rm -f libpng-config
2025-08-20T19:02:15.0744320Z [00:00:50.020]➜  + rm -f libpng.dll.a
2025-08-20T19:02:15.0745156Z [00:00:50.020]➜  + ln -s libpng16-config libpng-config
2025-08-20T19:02:15.0747060Z [00:00:50.020]➜  + test -f libpng16.dll.a
2025-08-20T19:02:15.0747355Z [00:00:50.020]➜  + rm -f libpng.so
2025-08-20T19:02:15.0751190Z [00:00:50.020]➜  + test -f libpng16.so
2025-08-20T19:02:15.0751539Z [00:00:50.020]➜  + ln -s libpng16.so libpng.so
2025-08-20T19:02:15.0755431Z [00:00:50.021]➜  + rm -f libpng.so.16.46
2025-08-20T19:02:15.0759072Z [00:00:50.021]➜  + test -f libpng16.so.16.46
2025-08-20T19:02:15.0759379Z [00:00:50.021]➜  + rm -f libpng.la
2025-08-20T19:02:15.0765333Z [00:00:50.022]➜  + test -f libpng16.la
2025-08-20T19:02:15.0765683Z [00:00:50.022]➜  + ln -s libpng16.la libpng.la
2025-08-20T19:02:15.0769706Z [00:00:50.022]➜  + rm -f libpng.sl
2025-08-20T19:02:15.0773513Z [00:00:50.022]➜  + test -f libpng16.sl
2025-08-20T19:02:15.0773876Z [00:00:50.023]➜  + rm -f libpng.dylib
2025-08-20T19:02:15.0777968Z [00:00:50.023]➜  + test -f libpng16.dylib
2025-08-20T19:02:15.0779402Z [00:00:50.023]➜  gmake[3]: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:15.0781356Z [00:00:50.023]➜  gmake[2]: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:15.0783051Z [00:00:50.023]➜  gmake[1]: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:15.0785366Z [00:00:50.024]➜  gmake: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/libpng/src/_'
2025-08-20T19:02:15.0802364Z [00:00:50.025]➜  
2025-08-20T19:02:15.0802753Z [00:00:50.025]➜  [0;35m=>> STEP 16 : change to the installed directory [0m
2025-08-20T19:02:15.0803636Z [00:00:50.025]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d[0m
2025-08-20T19:02:15.0808630Z [00:00:50.026]➜  
2025-08-20T19:02:15.0808952Z [00:00:50.026]➜  [0;35m=>> STEP 17 : dotweak [0m
2025-08-20T19:02:15.1696753Z [00:00:50.115]➜  
2025-08-20T19:02:15.1697141Z [00:00:50.115]➜  [0;35m=>> STEP 18 : tweak .pc files [0m
2025-08-20T19:02:16.1663267Z [00:00:51.111]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d[0m
2025-08-20T19:02:16.1672294Z [00:00:51.112]➜  removed 'lib/libpng.la'
2025-08-20T19:02:16.1672631Z [00:00:51.112]➜  removed 'lib/libpng16.la'
2025-08-20T19:02:16.1674819Z [00:00:51.113]➜  [0;35m==>[0m [0;32minstall -d .ppkg/dependencies/lib/[0m
2025-08-20T19:02:16.1680715Z [00:00:51.113]➜  [0;35m==>[0m [0;32minstall -d .ppkg/dependencies/sys/[0m
2025-08-20T19:02:16.1686149Z [00:00:51.114]➜  
2025-08-20T19:02:16.1686495Z [00:00:51.114]➜  [0;35m=>> STEP 19 : docheck [0m
2025-08-20T19:02:16.1704357Z [00:00:51.116]➜  NOT an ELF file: bin/libpng16-config
2025-08-20T19:02:16.1709298Z [00:00:51.116]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --remove-rpath bin/png-fix-itxt[0m
2025-08-20T19:02:16.1762836Z [00:00:51.121]➜  [0;35m==>[0m [0;32mcp -L /root/.ppkg/installed/linux-musl-aarch64/libz/lib/libz.so.1 .ppkg/dependencies/lib/libz.so.1[0m
2025-08-20T19:02:16.1805928Z [00:00:51.126]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --remove-rpath bin/pngfix[0m
2025-08-20T19:02:16.3363954Z [00:00:51.281]➜  NOT an ELF file: share/man/man3/libpngpf.3
2025-08-20T19:02:16.3366098Z [00:00:51.282]➜  NOT an ELF file: share/man/man3/libpng.3
2025-08-20T19:02:16.3371293Z [00:00:51.282]➜  NOT an ELF file: share/man/man5/png.5
2025-08-20T19:02:16.3376198Z [00:00:51.283]➜  NOT an ELF file: files.txt
2025-08-20T19:02:16.3380410Z [00:00:51.283]➜  NOT an ELF file: include/libpng16/png.h
2025-08-20T19:02:16.3385577Z [00:00:51.284]➜  NOT an ELF file: include/libpng16/pngconf.h
2025-08-20T19:02:16.3390373Z [00:00:51.284]➜  NOT an ELF file: include/libpng16/pnglibconf.h
2025-08-20T19:02:16.3394823Z [00:00:51.285]➜  NOT an ELF file: lib/pkgconfig/libpng16.pc
2025-08-20T19:02:16.3399044Z [00:00:51.285]➜  NOT an ELF file: lib/libpng16.a
2025-08-20T19:02:16.3406272Z [00:00:51.286]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --remove-rpath lib/libpng16.so.16.46.0[0m
2025-08-20T19:02:16.6279646Z [00:00:51.573]➜  
2025-08-20T19:02:16.6280063Z [00:00:51.573]➜  [0;35m=>> STEP 20 : set rpath for ELF files [0m
2025-08-20T19:02:16.6298700Z [00:00:51.575]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --add-rpath '$ORIGIN/../.ppkg/dependencies/lib' bin/png-fix-itxt[0m
2025-08-20T19:02:16.7725331Z [00:00:51.718]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --add-rpath '$ORIGIN/../.ppkg/dependencies/lib' bin/pngfix[0m
2025-08-20T19:02:16.7738491Z [00:00:51.719]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --add-rpath '$ORIGIN/../lib' bin/pngfix[0m
2025-08-20T19:02:17.3243342Z [00:00:52.269]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --add-rpath '$ORIGIN/../.ppkg/dependencies/lib' lib/libpng16.so.16.46.0[0m
2025-08-20T19:02:17.3699957Z [00:00:52.315]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/patchelf/bin/patchelf --add-rpath '$ORIGIN/../.ppkg/dependencies/lib' lib/libpng16.so.16[0m
2025-08-20T19:02:17.5312308Z [00:00:52.476]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/lib/[0m
2025-08-20T19:02:17.5315548Z [00:00:52.477]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/sys/[0m
2025-08-20T19:02:17.5320930Z [00:00:52.477]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/rmdir-if-empty .ppkg/dependencies/[0m
2025-08-20T19:02:17.5326457Z [00:00:52.478]➜  
2025-08-20T19:02:17.5327314Z [00:00:52.478]➜  [0;35m=>> STEP 21 : generate MANIFEST.txt [0m
2025-08-20T19:02:17.5334804Z [00:00:52.479]➜  [0;35m==>[0m [0;32mcd .ppkg[0m
2025-08-20T19:02:17.5335500Z [00:00:52.479]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/134/linux-musl-aarch64/libpng/toolchain-native.sh .[0m
2025-08-20T19:02:17.5341788Z [00:00:52.479]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/134/linux-musl-aarch64/libpng/toolchain-target.sh .[0m
2025-08-20T19:02:17.5453233Z [00:00:52.490]➜  
2025-08-20T19:02:17.5453766Z [00:00:52.490]➜  [0;35m=>> STEP 22 : install dependency graph files [0m
2025-08-20T19:02:17.5454294Z [00:00:52.490]➜  [0;35m==>[0m [0;32mmv /root/.ppkg/run/134/linux-musl-aarch64/libpng/dependencies.* .[0m
2025-08-20T19:02:17.5458768Z [00:00:52.491]➜  
2025-08-20T19:02:17.5459113Z [00:00:52.491]➜  [0;35m=>> STEP 23 : install dependency formulas [0m
2025-08-20T19:02:17.5476531Z [00:00:52.493]➜  
2025-08-20T19:02:17.5476881Z [00:00:52.493]➜  [0;35m=>> STEP 24 : generate RECEIPT.yml [0m
2025-08-20T19:02:18.0672652Z [00:00:53.012]➜  getconf: GNU_LIBC_VERSION: unknown variable
2025-08-20T19:02:18.0675281Z [00:00:53.013]➜  
2025-08-20T19:02:18.0675606Z [00:00:53.013]➜  [0;35m=>> STEP 25 : generate index [0m
2025-08-20T19:02:18.0676012Z [00:00:53.013]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/installed/linux-musl-aarch64[0m
2025-08-20T19:02:18.0676633Z [00:00:53.013]➜  [0;35m==>[0m [0;32mln -s -f -T ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d libpng[0m
2025-08-20T19:02:18.0681678Z [00:00:53.013]➜  
2025-08-20T19:02:18.0682462Z [00:00:53.013]➜  [0;35m=>> STEP 26 : show installed files in tree-like format [0m
2025-08-20T19:02:18.0683982Z [00:00:53.013]➜  [0;35m==>[0m [0;32mtree --dirsfirst -a /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d[0m
2025-08-20T19:02:18.0689478Z [00:00:53.014]➜  /root/.ppkg/installed/linux-musl-aarch64/ae3379f7dc1ad7fc87fcd0ed2d007594a0845720be84c2b9b29d7ab1e76bb04d
2025-08-20T19:02:18.0693913Z [00:00:53.014]➜  ├── .ppkg
2025-08-20T19:02:18.0694738Z [00:00:53.014]➜  │   ├── dependencies
2025-08-20T19:02:18.0695042Z [00:00:53.014]➜  │   │   ├── lib
2025-08-20T19:02:18.0695300Z [00:00:53.014]➜  │   │   │   └── libz.so.1
2025-08-20T19:02:18.0695556Z [00:00:53.014]➜  │   │   ├── sys
2025-08-20T19:02:18.0695869Z [00:00:53.014]➜  │   │   │   └── libc.musl-aarch64.so.1
2025-08-20T19:02:18.0696160Z [00:00:53.014]➜  │   │   └── libz.yml
2025-08-20T19:02:18.0696405Z [00:00:53.014]➜  │   ├── AUTHORS
2025-08-20T19:02:18.0696634Z [00:00:53.014]➜  │   ├── CHANGES
2025-08-20T19:02:18.0696890Z [00:00:53.014]➜  │   ├── LICENSE
2025-08-20T19:02:18.0697132Z [00:00:53.014]➜  │   ├── MANIFEST.txt
2025-08-20T19:02:18.0697376Z [00:00:53.014]➜  │   ├── README
2025-08-20T19:02:18.0697611Z [00:00:53.014]➜  │   ├── RECEIPT.yml
2025-08-20T19:02:18.0697856Z [00:00:53.014]➜  │   ├── TODO
2025-08-20T19:02:18.0698089Z [00:00:53.014]➜  │   ├── config.log
2025-08-20T19:02:18.0698347Z [00:00:53.014]➜  │   ├── dependencies.box
2025-08-20T19:02:18.0698637Z [00:00:53.014]➜  │   ├── dependencies.d2
2025-08-20T19:02:18.0698904Z [00:00:53.014]➜  │   ├── dependencies.dot
2025-08-20T19:02:18.0699191Z [00:00:53.014]➜  │   ├── toolchain-native.sh
2025-08-20T19:02:18.0699478Z [00:00:53.014]➜  │   └── toolchain-target.sh
2025-08-20T19:02:18.0699734Z [00:00:53.014]➜  ├── bin
2025-08-20T19:02:18.0700005Z [00:00:53.014]➜  │   ├── libpng-config -> libpng16-config
2025-08-20T19:02:18.0700307Z [00:00:53.014]➜  │   ├── libpng16-config
2025-08-20T19:02:18.0700574Z [00:00:53.014]➜  │   ├── png-fix-itxt
2025-08-20T19:02:18.0701193Z [00:00:53.014]➜  │   └── pngfix
2025-08-20T19:02:18.0701516Z [00:00:53.014]➜  ├── include
2025-08-20T19:02:18.0701749Z [00:00:53.014]➜  │   ├── libpng16
2025-08-20T19:02:18.0701989Z [00:00:53.014]➜  │   │   ├── png.h
2025-08-20T19:02:18.0702235Z [00:00:53.014]➜  │   │   ├── pngconf.h
2025-08-20T19:02:18.0702497Z [00:00:53.014]➜  │   │   └── pnglibconf.h
2025-08-20T19:02:18.0702791Z [00:00:53.015]➜  │   ├── png.h -> libpng16/png.h
2025-08-20T19:02:18.0703557Z [00:00:53.015]➜  │   ├── pngconf.h -> libpng16/pngconf.h
2025-08-20T19:02:18.0703969Z [00:00:53.015]➜  │   └── pnglibconf.h -> libpng16/pnglibconf.h
2025-08-20T19:02:18.0704259Z [00:00:53.015]➜  ├── lib
2025-08-20T19:02:18.0704477Z [00:00:53.015]➜  │   ├── pkgconfig
2025-08-20T19:02:18.0704759Z [00:00:53.015]➜  │   │   ├── libpng.pc -> libpng16.pc
2025-08-20T19:02:18.0705053Z [00:00:53.015]➜  │   │   └── libpng16.pc
2025-08-20T19:02:18.0705334Z [00:00:53.015]➜  │   ├── libpng.a -> libpng16.a
2025-08-20T19:02:18.0705654Z [00:00:53.015]➜  │   ├── libpng.so -> libpng16.so
2025-08-20T19:02:18.0705936Z [00:00:53.015]➜  │   ├── libpng16.a
2025-08-20T19:02:18.0706240Z [00:00:53.015]➜  │   ├── libpng16.so -> libpng16.so.16.46.0
2025-08-20T19:02:18.0706589Z [00:00:53.015]➜  │   ├── libpng16.so.16 -> libpng16.so.16.46.0
2025-08-20T19:02:18.0706904Z [00:00:53.015]➜  │   └── libpng16.so.16.46.0
2025-08-20T19:02:18.0707160Z [00:00:53.015]➜  └── share
2025-08-20T19:02:18.0707392Z [00:00:53.015]➜      └── man
2025-08-20T19:02:18.0707615Z [00:00:53.015]➜          ├── man3
2025-08-20T19:02:18.0707862Z [00:00:53.015]➜          │   ├── libpng.3
2025-08-20T19:02:18.0708127Z [00:00:53.015]➜          │   └── libpngpf.3
2025-08-20T19:02:18.0708382Z [00:00:53.015]➜          └── man5
2025-08-20T19:02:18.0708624Z [00:00:53.015]➜              └── png.5
2025-08-20T19:02:18.0708850Z [00:00:53.015]➜  
2025-08-20T19:02:18.0709069Z [00:00:53.015]➜  14 directories, 37 files
2025-08-20T19:02:18.0709314Z [00:00:53.015]➜  
2025-08-20T19:02:18.0709623Z [00:00:53.015]➜  [0;35m=>> STEP 27 : delete the working directory [0m
2025-08-20T19:02:18.0710071Z [00:00:53.015]➜  [0;35m==>[0m [0;32mrm -rf /root/.ppkg/run/134/linux-musl-aarch64/libpng[0m
2025-08-20T19:02:18.0803901Z [00:00:53.025]➜  
2025-08-20T19:02:18.0804422Z [00:00:53.025]➜  [0;35m✅️  [0m[0;32mlinux-musl-aarch64/libpng was successfully installed.[0m[0;35m[0m
2025-08-20T19:02:18.0808654Z [00:00:53.026]➜  [0;35m>>> Installation [0m[0;32mlinux-musl-aarch64/bin-graph[0m[0;35m start[0m
2025-08-20T19:02:18.0815121Z [00:00:53.027]➜        TIMESTAMP_UNIX = 1755716515
2025-08-20T19:02:18.0815438Z [00:00:53.027]➜  
2025-08-20T19:02:18.0815672Z [00:00:53.027]➜  NATIVE_PLATFORM_KIND = linux
2025-08-20T19:02:18.0815963Z [00:00:53.027]➜  NATIVE_PLATFORM_TYPE = linux
2025-08-20T19:02:18.0816262Z [00:00:53.027]➜  NATIVE_PLATFORM_CODE = alpine
2025-08-20T19:02:18.0816583Z [00:00:53.027]➜  NATIVE_PLATFORM_NAME = Alpine Linux
2025-08-20T19:02:18.0816925Z [00:00:53.027]➜  NATIVE_PLATFORM_VERS = 3.23.0_alpha20250612
2025-08-20T19:02:18.0817593Z [00:00:53.027]➜  NATIVE_PLATFORM_ARCH = aarch64
2025-08-20T19:02:18.0817986Z [00:00:53.027]➜  NATIVE_PLATFORM_NCPU = 4
2025-08-20T19:02:18.0818274Z [00:00:53.027]➜  NATIVE_PLATFORM_LIBC = musl
2025-08-20T19:02:18.0818558Z [00:00:53.027]➜  NATIVE_PLATFORM_EUID = 0
2025-08-20T19:02:18.0818832Z [00:00:53.027]➜  NATIVE_PLATFORM_EGID = 0
2025-08-20T19:02:18.0819070Z [00:00:53.027]➜  
2025-08-20T19:02:18.0819320Z [00:00:53.027]➜  TARGET_PLATFORM_NAME = linux
2025-08-20T19:02:18.0819609Z [00:00:53.027]➜  TARGET_PLATFORM_VERS = musl
2025-08-20T19:02:18.0819956Z [00:00:53.027]➜  TARGET_PLATFORM_ARCH = aarch64
2025-08-20T19:02:18.0820213Z [00:00:53.027]➜  
2025-08-20T19:02:18.0820469Z [00:00:53.027]➜  PPKG_ARG0            = /usr/local/bin/ppkg
2025-08-20T19:02:18.0820778Z [00:00:53.027]➜  PPKG_ARG1            = install
2025-08-20T19:02:18.0821243Z [00:00:53.027]➜  PPKG_ARGV            = /usr/local/bin/ppkg install bin-graph --profile=release -j 5 --static
2025-08-20T19:02:18.0821711Z [00:00:53.027]➜  PPKG_PATH            = /usr/local/bin/ppkg
2025-08-20T19:02:18.0822030Z [00:00:53.027]➜  PPKG_HOME            = /root/.ppkg
2025-08-20T19:02:18.0822331Z [00:00:53.027]➜  PPKG_VERSION         = 0.23.30
2025-08-20T19:02:18.0822613Z [00:00:53.027]➜  PPKG_URL_TRANSFORM   = 
2025-08-20T19:02:18.0822851Z [00:00:53.027]➜  
2025-08-20T19:02:18.0823066Z [00:00:53.027]➜       CROSS_COMPILING = 0
2025-08-20T19:02:18.0823305Z [00:00:53.027]➜  
2025-08-20T19:02:18.0824016Z [00:00:53.027]➜             LOG_LEVEL = 1
2025-08-20T19:02:18.0824297Z [00:00:53.027]➜               PROFILE = release
2025-08-20T19:02:18.0824543Z [00:00:53.027]➜  
2025-08-20T19:02:18.0824754Z [00:00:53.027]➜         ENABLE_CCACHE = 
2025-08-20T19:02:18.0825035Z [00:00:53.027]➜  REQUEST_TO_KEEP_SESSION_DIR = 
2025-08-20T19:02:18.0825365Z [00:00:53.027]➜  REQUEST_TO_EXPORT_COMPILE_COMMANDS_JSON = 
2025-08-20T19:02:18.0825756Z [00:00:53.027]➜  REQUEST_TO_CREATE_FULLY_STATICALLY_LINKED_EXECUTABLE = 1
2025-08-20T19:02:18.0826075Z [00:00:53.027]➜  
2025-08-20T19:02:18.0826330Z [00:00:53.027]➜  [0;35m=>> STEP 1 : load formula [0m
2025-08-20T19:02:18.2372011Z [00:00:53.182]➜  
2025-08-20T19:02:18.2372479Z [00:00:53.182]➜  [0;35m=>> STEP 2 : calculate working/install directory [0m
2025-08-20T19:02:18.2375236Z [00:00:53.183]➜  PACKAGE_WORKING_DIR = /root/.ppkg/run/134/linux-musl-aarch64/bin-graph
2025-08-20T19:02:18.2375844Z [00:00:53.183]➜  PACKAGE_BSCRIPT_DIR = /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src
2025-08-20T19:02:18.2376429Z [00:00:53.183]➜  PACKAGE_BCACHED_DIR = /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src/_
2025-08-20T19:02:18.2377203Z [00:00:53.183]➜  PACKAGE_INSTALL_DIR = /root/.ppkg/installed/linux-musl-aarch64/148b2f92c91bcdc45ac5c7a50646b0efad4dc7c56a9ba35880deb0b9d24a547f
2025-08-20T19:02:18.2377754Z [00:00:53.183]➜  
2025-08-20T19:02:18.2378072Z [00:00:53.183]➜  [0;35m=>> STEP 3 : create the working directory and change to it [0m
2025-08-20T19:02:18.2378595Z [00:00:53.183]➜  [0;35m==>[0m [0;32minstall -d /root/.ppkg/run/134/linux-musl-aarch64/bin-graph[0m
2025-08-20T19:02:18.2383245Z [00:00:53.183]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/bin-graph[0m
2025-08-20T19:02:18.2384630Z [00:00:53.183]➜  [0;35m==>[0m [0;32minstall -d src/_ fix res bin lib include map[0m
2025-08-20T19:02:18.2390555Z [00:00:53.184]➜  
2025-08-20T19:02:18.2391053Z [00:00:53.184]➜  [0;35m=>> STEP 4 : calculate dependency list of linux-musl-aarch64/bin-graph [0m
2025-08-20T19:02:18.2418378Z [00:00:53.187]➜  libz libpng
2025-08-20T19:02:18.2418642Z [00:00:53.187]➜  
2025-08-20T19:02:18.2419020Z [00:00:53.187]➜  [0;35m=>> STEP 5 : generate  dependency tree of linux-musl-aarch64/bin-graph [0m
2025-08-20T19:02:18.9956700Z [00:00:53.941]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/dot_static/bin/dot_static -Tsvg -o /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/dependencies.svg /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/dependencies.dot[0m
2025-08-20T19:02:18.9978462Z [00:00:53.943]➜  /root/.ppkg/uppm/installed/dot_static/bin/dot_static: line 1: syntax error: unexpected "("
2025-08-20T19:02:18.9983879Z [00:00:53.944]➜  ┌───────────┐
2025-08-20T19:02:18.9984215Z [00:00:53.944]➜  │ bin-graph │
2025-08-20T19:02:18.9984517Z [00:00:53.944]➜  └───────────┘
2025-08-20T19:02:18.9984737Z [00:00:53.944]➜    │
2025-08-20T19:02:18.9985096Z [00:00:53.944]➜    │
2025-08-20T19:02:18.9985313Z [00:00:53.944]➜    ▼
2025-08-20T19:02:18.9985558Z [00:00:53.944]➜  ┌───────────┐
2025-08-20T19:02:18.9985786Z [00:00:53.944]➜  │  libpng   │
2025-08-20T19:02:18.9986018Z [00:00:53.944]➜  └───────────┘
2025-08-20T19:02:18.9986229Z [00:00:53.944]➜    │
2025-08-20T19:02:18.9986415Z [00:00:53.944]➜    │
2025-08-20T19:02:18.9986605Z [00:00:53.944]➜    ▼
2025-08-20T19:02:18.9986811Z [00:00:53.944]➜  ┌───────────┐
2025-08-20T19:02:18.9987039Z [00:00:53.944]➜  │   libz    │
2025-08-20T19:02:18.9987268Z [00:00:53.944]➜  └───────────┘
2025-08-20T19:02:18.9989091Z [00:00:53.944]➜  
2025-08-20T19:02:18.9989491Z [00:00:53.944]➜  [0;35m=>> STEP 6 : install needed packages via uppm [0m
2025-08-20T19:02:18.9989911Z [00:00:53.944]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm about[0m
2025-08-20T19:02:18.9990237Z [00:00:53.944]➜  uppm.version : 0.15.4
2025-08-20T19:02:18.9990538Z [00:00:53.944]➜  uppm.homedir : /root/.ppkg/uppm
2025-08-20T19:02:18.9990864Z [00:00:53.944]➜  uppm.exepath : /root/.ppkg/core/uppm
2025-08-20T19:02:18.9991259Z [00:00:53.944]➜  uppm.website : https://github.com/leleliu008/uppm
2025-08-20T19:02:18.9991915Z [00:00:53.944]➜  
2025-08-20T19:02:18.9992180Z [00:00:53.944]➜  uppm.build.utctime: 2025-07-18 10:22:36
2025-08-20T19:02:18.9992490Z [00:00:53.944]➜  uppm.build.libyaml: 0.2.5
2025-08-20T19:02:18.9992781Z [00:00:53.944]➜  uppm.build.libcurl: 8.12.1
2025-08-20T19:02:18.9993065Z [00:00:53.944]➜  uppm.build.libgit2: 1.9.1
2025-08-20T19:02:18.9993344Z [00:00:53.944]➜  uppm.build.openssl: 3.4.1
2025-08-20T19:02:18.9993813Z [00:00:53.944]➜  uppm.build.jansson: 2.14
2025-08-20T19:02:18.9994100Z [00:00:53.944]➜  uppm.build.archive: 3.8.1
2025-08-20T19:02:18.9994393Z [00:00:53.944]➜  uppm.build.zlib:    1.3.1
2025-08-20T19:02:18.9994727Z [00:00:53.944]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm update[0m
2025-08-20T19:02:18.9995064Z [00:00:53.945]➜  === Updating formula repo
2025-08-20T19:02:19.1702256Z [00:00:54.115]➜  name: official-core
2025-08-20T19:02:19.1702700Z [00:00:54.115]➜  path: /root/.ppkg/uppm/repos.d/official-core
2025-08-20T19:02:19.1703243Z [00:00:54.115]➜  url:  https://github.com/leleliu008/uppm-package-repository-linux-aarch64
2025-08-20T19:02:19.1703836Z [00:00:54.115]➜  branch: master
2025-08-20T19:02:19.1704077Z [00:00:54.115]➜  pinned: no
2025-08-20T19:02:19.1704302Z [00:00:54.115]➜  enabled: yes
2025-08-20T19:02:19.1704566Z [00:00:54.115]➜  created: 2025-08-20 19:01:45+00:00
2025-08-20T19:02:19.1704873Z [00:00:54.115]➜  updated: 2025-08-20 19:02:03+00:00
2025-08-20T19:02:19.1705147Z [00:00:54.115]➜  Already up to date.
2025-08-20T19:02:19.1705910Z [00:00:54.116]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install git[0m
2025-08-20T19:02:19.1731101Z [00:00:54.118]➜  uppm package 'git' already has been installed.
2025-08-20T19:02:19.1732313Z [00:00:54.118]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install gmake[0m
2025-08-20T19:02:19.1756114Z [00:00:54.121]➜  uppm package 'gmake' already has been installed.
2025-08-20T19:02:19.1757507Z [00:00:54.121]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install pkg-config[0m
2025-08-20T19:02:19.1782120Z [00:00:54.123]➜  uppm package 'pkg-config' already has been installed.
2025-08-20T19:02:19.1782622Z [00:00:54.123]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install patchelf[0m
2025-08-20T19:02:19.1804461Z [00:00:54.126]➜  uppm package 'patchelf' already has been installed.
2025-08-20T19:02:19.1805484Z [00:00:54.126]➜  [0;35m==>[0m [0;32m/root/.ppkg/core/uppm install tree[0m
2025-08-20T19:02:19.1829019Z [00:00:54.128]➜  uppm package 'tree' already has been installed.
2025-08-20T19:02:19.1830649Z [00:00:54.128]➜  
2025-08-20T19:02:19.1831190Z [00:00:54.128]➜  [0;35m=>> STEP 7 : locate needed tools [0m
2025-08-20T19:02:19.1834729Z [00:00:54.129]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake --version[0m
2025-08-20T19:02:19.1838956Z [00:00:54.129]➜  GNU Make 4.4.1
2025-08-20T19:02:19.1839273Z [00:00:54.129]➜  Built for aarch64-unknown-linux-musl
2025-08-20T19:02:19.1839664Z [00:00:54.129]➜  Copyright (C) 1988-2023 Free Software Foundation, Inc.
2025-08-20T19:02:19.1840186Z [00:00:54.129]➜  License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
2025-08-20T19:02:19.1840697Z [00:00:54.129]➜  This is free software: you are free to change and redistribute it.
2025-08-20T19:02:19.1841135Z [00:00:54.129]➜  There is NO WARRANTY, to the extent permitted by law.
2025-08-20T19:02:19.1841430Z [00:00:54.129]➜  
2025-08-20T19:02:19.1842388Z [00:00:54.129]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/pkg-config/bin/pkg-config --version[0m
2025-08-20T19:02:19.1848022Z [00:00:54.130]➜  0.29.2
2025-08-20T19:02:19.1848282Z [00:00:54.130]➜  
2025-08-20T19:02:19.1853034Z [00:00:54.130]➜  
2025-08-20T19:02:19.1853504Z [00:00:54.130]➜  [0;35m=>> STEP 8 : dofetch [0m
2025-08-20T19:02:19.1854002Z [00:00:54.130]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src[0m
2025-08-20T19:02:19.1854470Z [00:00:54.130]➜  [0;35m==>[0m [0;32mgit -c init.defaultBranch=master init[0m
2025-08-20T19:02:19.1920992Z [00:00:54.137]➜  Initialized empty Git repository in /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src/.git/
2025-08-20T19:02:19.1922369Z [00:00:54.137]➜  [0;35m==>[0m [0;32mgit remote add origin https://github.com/8dcc/bin-graph[0m
2025-08-20T19:02:19.1941573Z [00:00:54.139]➜  [0;35m==>[0m [0;32mgit -c protocol.version=2 fetch --progress --depth=1 origin +HEAD:refs/remotes/origin/master[0m
2025-08-20T19:02:19.5179351Z [00:00:54.463]➜  remote: Enumerating objects: 36, done.        
2025-08-20T19:02:19.5181382Z [00:00:54.463]➜  remote: Counting objects:   2% (1/36)        
2025-08-20T19:02:19.5181715Z remote: Counting objects:   5% (2/36)        
2025-08-20T19:02:19.5181971Z remote: Counting objects:   8% (3/36)        
2025-08-20T19:02:19.5182227Z remote: Counting objects:  11% (4/36)        
2025-08-20T19:02:19.5182476Z remote: Counting objects:  13% (5/36)        
2025-08-20T19:02:19.5182725Z remote: Counting objects:  16% (6/36)        
2025-08-20T19:02:19.5182976Z remote: Counting objects:  19% (7/36)        
2025-08-20T19:02:19.5183249Z remote: Counting objects:  22% (8/36)        
2025-08-20T19:02:19.5183725Z remote: Counting objects:  25% (9/36)        
2025-08-20T19:02:19.5183991Z remote: Counting objects:  27% (10/36)        
2025-08-20T19:02:19.5184253Z remote: Counting objects:  30% (11/36)        
2025-08-20T19:02:19.5184504Z remote: Counting objects:  33% (12/36)        
2025-08-20T19:02:19.5184758Z remote: Counting objects:  36% (13/36)        
2025-08-20T19:02:19.5185007Z remote: Counting objects:  38% (14/36)        
2025-08-20T19:02:19.5185261Z remote: Counting objects:  41% (15/36)        
2025-08-20T19:02:19.5185521Z remote: Counting objects:  44% (16/36)        
2025-08-20T19:02:19.5185779Z remote: Counting objects:  47% (17/36)        
2025-08-20T19:02:19.5186035Z remote: Counting objects:  50% (18/36)        
2025-08-20T19:02:19.5186288Z remote: Counting objects:  52% (19/36)        
2025-08-20T19:02:19.5186542Z remote: Counting objects:  55% (20/36)        
2025-08-20T19:02:19.5186795Z remote: Counting objects:  58% (21/36)        
2025-08-20T19:02:19.5187058Z remote: Counting objects:  61% (22/36)        
2025-08-20T19:02:19.5187312Z remote: Counting objects:  63% (23/36)        
2025-08-20T19:02:19.5187566Z remote: Counting objects:  66% (24/36)        
2025-08-20T19:02:19.5187816Z remote: Counting objects:  69% (25/36)        
2025-08-20T19:02:19.5188068Z remote: Counting objects:  72% (26/36)        
2025-08-20T19:02:19.5188319Z remote: Counting objects:  75% (27/36)        
2025-08-20T19:02:19.5188569Z remote: Counting objects:  77% (28/36)        
2025-08-20T19:02:19.5189180Z remote: Counting objects:  80% (29/36)        
2025-08-20T19:02:19.5189457Z remote: Counting objects:  83% (30/36)        
2025-08-20T19:02:19.5189708Z remote: Counting objects:  86% (31/36)        
2025-08-20T19:02:19.5189961Z remote: Counting objects:  88% (32/36)        
2025-08-20T19:02:19.5190213Z remote: Counting objects:  91% (33/36)        
2025-08-20T19:02:19.5190469Z remote: Counting objects:  94% (34/36)        
2025-08-20T19:02:19.5190728Z remote: Counting objects:  97% (35/36)        
2025-08-20T19:02:19.5190981Z remote: Counting objects: 100% (36/36)        
2025-08-20T19:02:19.5191250Z remote: Counting objects: 100% (36/36), done.        
2025-08-20T19:02:19.5215340Z [00:00:54.467]➜  remote: Compressing objects:   2% (1/34)        
2025-08-20T19:02:19.5215700Z remote: Compressing objects:   5% (2/34)        
2025-08-20T19:02:19.5215975Z remote: Compressing objects:   8% (3/34)        
2025-08-20T19:02:19.5216240Z remote: Compressing objects:  11% (4/34)        
2025-08-20T19:02:19.5216524Z remote: Compressing objects:  14% (5/34)        
2025-08-20T19:02:19.5216789Z remote: Compressing objects:  17% (6/34)        
2025-08-20T19:02:19.5217053Z remote: Compressing objects:  20% (7/34)        
2025-08-20T19:02:19.5217317Z remote: Compressing objects:  23% (8/34)        
2025-08-20T19:02:19.5217582Z remote: Compressing objects:  26% (9/34)        
2025-08-20T19:02:19.5217848Z remote: Compressing objects:  29% (10/34)        
2025-08-20T19:02:19.5218406Z remote: Compressing objects:  32% (11/34)        
2025-08-20T19:02:19.5218675Z remote: Compressing objects:  35% (12/34)        
2025-08-20T19:02:19.5218940Z remote: Compressing objects:  38% (13/34)        
2025-08-20T19:02:19.5219209Z remote: Compressing objects:  41% (14/34)        
2025-08-20T19:02:19.5219478Z remote: Compressing objects:  44% (15/34)        
2025-08-20T19:02:19.5219744Z remote: Compressing objects:  47% (16/34)        
2025-08-20T19:02:19.5220008Z remote: Compressing objects:  50% (17/34)        
2025-08-20T19:02:19.5220281Z remote: Compressing objects:  52% (18/34)        
2025-08-20T19:02:19.5220547Z remote: Compressing objects:  55% (19/34)        
2025-08-20T19:02:19.5220813Z remote: Compressing objects:  58% (20/34)        
2025-08-20T19:02:19.5221079Z remote: Compressing objects:  61% (21/34)        
2025-08-20T19:02:19.5221343Z remote: Compressing objects:  64% (22/34)        
2025-08-20T19:02:19.5221610Z remote: Compressing objects:  67% (23/34)        
2025-08-20T19:02:19.5221881Z remote: Compressing objects:  70% (24/34)        
2025-08-20T19:02:19.5222144Z remote: Compressing objects:  73% (25/34)        
2025-08-20T19:02:19.5222410Z remote: Compressing objects:  76% (26/34)        
2025-08-20T19:02:19.5222679Z remote: Compressing objects:  79% (27/34)        
2025-08-20T19:02:19.5222947Z remote: Compressing objects:  82% (28/34)        
2025-08-20T19:02:19.5223278Z remote: Compressing objects:  85% (29/34)        
2025-08-20T19:02:19.5223826Z remote: Compressing objects:  88% (30/34)        
2025-08-20T19:02:19.5224130Z remote: Compressing objects:  91% (31/34)        
2025-08-20T19:02:19.5224397Z remote: Compressing objects:  94% (32/34)        
2025-08-20T19:02:19.5224664Z remote: Compressing objects:  97% (33/34)        
2025-08-20T19:02:19.5224932Z remote: Compressing objects: 100% (34/34)        
2025-08-20T19:02:19.5225221Z remote: Compressing objects: 100% (34/34), done.        
2025-08-20T19:02:19.5346924Z [00:00:54.480]➜  remote: Total 36 (delta 8), reused 13 (delta 1), pack-reused 0 (from 0)        
2025-08-20T19:02:19.5442240Z [00:00:54.489]➜  From https://github.com/8dcc/bin-graph
2025-08-20T19:02:19.5442647Z [00:00:54.489]➜   * [new ref]         HEAD       -> origin/master
2025-08-20T19:02:19.5453082Z [00:00:54.490]➜  [0;35m==>[0m [0;32mgit checkout --progress --force -B master refs/remotes/origin/master[0m
2025-08-20T19:02:19.5518520Z [00:00:54.497]➜  branch 'master' set up to track 'origin/master'.
2025-08-20T19:02:19.5518910Z [00:00:54.497]➜  Reset branch 'master'
2025-08-20T19:02:19.5540398Z [00:00:54.499]➜  
2025-08-20T19:02:19.5541113Z [00:00:54.499]➜  [0;35m=>> STEP 9 : unpack/copy resources to proper location [0m
2025-08-20T19:02:19.5551648Z [00:00:54.500]➜  
2025-08-20T19:02:19.5552015Z [00:00:54.500]➜  [0;35m=>> STEP 10 : prepare C/C++ toolchain for target build [0m
2025-08-20T19:02:19.5552346Z [00:00:54.500]➜  
2025-08-20T19:02:19.5552684Z [00:00:54.500]➜  [0;35m=>> STEP 11 : copy dependent libraries to linker first search dir [0m
2025-08-20T19:02:19.5564324Z [00:00:54.502]➜  '/root/.ppkg/installed/linux-musl-aarch64/libz/lib/libz.a' -> '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib/libz.a'
2025-08-20T19:02:19.5575438Z [00:00:54.503]➜  '/root/.ppkg/installed/linux-musl-aarch64/libpng/lib/libpng16.a' -> '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib/libpng16.a'
2025-08-20T19:02:19.5580894Z [00:00:54.503]➜  '/root/.ppkg/installed/linux-musl-aarch64/libpng/lib/libpng.a' -> '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib/libpng.a'
2025-08-20T19:02:19.5585591Z [00:00:54.504]➜  
2025-08-20T19:02:19.5586095Z [00:00:54.504]➜  [0;35m=>> STEP 12 : check if C compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:02:19.5749314Z [00:00:54.520]➜  [0;31m💔  NO[0m
2025-08-20T19:02:19.5749604Z [00:00:54.520]➜  
2025-08-20T19:02:19.5750059Z [00:00:54.520]➜  [0;35m=>> STEP 13 : check if C++ compiler supports -Wno-error=unused-command-line-argument option [0m
2025-08-20T19:02:19.5912437Z [00:00:54.536]➜  [0;31m💔  NO[0m
2025-08-20T19:02:19.5935066Z [00:00:54.539]➜  
2025-08-20T19:02:19.5935853Z [00:00:54.539]➜  [0;35m=>> STEP 14 : dopatch for target [0m
2025-08-20T19:02:19.5936374Z [00:00:54.539]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src[0m
2025-08-20T19:02:19.5936735Z [00:00:54.539]➜  
2025-08-20T19:02:19.5936993Z [00:00:54.539]➜  [0;35m=>> STEP 15 : install for target [0m
2025-08-20T19:02:19.5937432Z [00:00:54.539]➜  [0;35m==>[0m [0;32mcd /root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src[0m
2025-08-20T19:02:19.5937977Z [00:00:54.539]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake -w -j5 clean[0m
2025-08-20T19:02:19.5946379Z [00:00:54.540]➜  gmake: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src'
2025-08-20T19:02:19.5947544Z [00:00:54.540]➜  rm -f obj/main.c.o obj/args.c.o obj/read_file.c.o obj/image.c.o obj/util.c.o obj/generate_ascii.c.o obj/generate_bigrams.c.o obj/generate_dotplot.c.o obj/generate_entropy.c.o obj/generate_grayscale.c.o obj/generate_histogram.c.o obj/export_png.c.o
2025-08-20T19:02:19.5949368Z [00:00:54.540]➜  rm -f bin-graph
2025-08-20T19:02:19.5953842Z [00:00:54.541]➜  gmake: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src'
2025-08-20T19:02:19.5959404Z [00:00:54.541]➜  [0;35m==>[0m [0;32m/root/.ppkg/uppm/installed/gmake/bin/gmake -w -j5 CC=/root/.ppkg/core/wrapper-target-cc CFLAGS=' -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib' LDLIBS='-lpng -lz -lm'[0m
2025-08-20T19:02:19.5968403Z [00:00:54.542]➜  gmake: Entering directory '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src'
2025-08-20T19:02:19.5978263Z [00:00:54.543]➜  /root/.ppkg/core/wrapper-target-cc -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -o obj/main.c.o -c src/main.c
2025-08-20T19:02:19.5984444Z [00:00:54.543]➜  /root/.ppkg/core/wrapper-target-cc -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -o obj/args.c.o -c src/args.c
2025-08-20T19:02:19.5997456Z [00:00:54.545]➜  /root/.ppkg/core/wrapper-target-cc -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -o obj/read_file.c.o -c src/read_file.c
2025-08-20T19:02:19.6018964Z [00:00:54.547]➜  /root/.ppkg/core/wrapper-target-cc -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -o obj/image.c.o -c src/image.c
2025-08-20T19:02:19.6049573Z [00:00:54.550]➜  /root/.ppkg/core/wrapper-target-cc -Os -I/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/include -DNDEBUG -I/root/.ppkg/installed/linux-musl-aarch64/libz/include -I/root/.ppkg/installed/linux-musl-aarch64/libpng/include -static --static -ffunction-sections -fdata-sections -Wl,--gc-sections -L/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/lib -Wl,--as-needed -Wl,-z,muldefs -Wl,--allow-multiple-definition -flto -Wl,-s -L/root/.ppkg/installed/linux-musl-aarch64/libz/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libz/lib -L/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -Wl,-rpath,/root/.ppkg/installed/linux-musl-aarch64/libpng/lib -o obj/util.c.o -c src/util.c
2025-08-20T19:02:19.6139659Z [00:00:54.559]➜  src/args.c:25:10: fatal error: argp.h: No such file or directory
2025-08-20T19:02:19.6142871Z [00:00:54.559]➜     25 | #include <argp.h>
2025-08-20T19:02:19.6143886Z [00:00:54.559]➜        |          ^~~~~~~~
2025-08-20T19:02:19.6144247Z [00:00:54.559]➜  compilation terminated.
2025-08-20T19:02:19.6171953Z [00:00:54.562]➜  gmake: *** [Makefile:33: obj/args.c.o] Error 1
2025-08-20T19:02:19.6172354Z [00:00:54.562]➜  gmake: *** Waiting for unfinished jobs....
2025-08-20T19:02:19.6354535Z [00:00:54.581]➜  gmake: Leaving directory '/root/.ppkg/run/134/linux-musl-aarch64/bin-graph/src'
2025-08-20T19:02:19.6357978Z [00:00:54.581]➜  [0;31m💔  package installation failure: linux-musl-aarch64/bin-graph, if you want to figure out what had happeded, please change to the working directory: /root/.ppkg/run/134/linux-musl-aarch64/bin-graph[0m
2025-08-20T19:02:19.6561051Z [00:00:54.601]➜  [0;33m🔔  bin-graph will be treated as a package-name, and it will be expanded to linux-musl-aarch64/bin-graph[0m
2025-08-20T19:02:19.6561796Z [00:00:54.601]➜  [0;31m💔  package 'linux-musl-aarch64/bin-graph' is not installed.[0m
2025-08-20T19:02:19.6758949Z [00:00:54.621]➜  [0;33m🔔  bin-graph will be treated as a package-name, and it will be expanded to linux-musl-aarch64/bin-graph[0m
2025-08-20T19:02:19.6760364Z [00:00:54.621]➜  [0;31m💔  package 'linux-musl-aarch64/bin-graph' is not installed.[0m
2025-08-20T19:02:19.6771744Z [00:00:54.622]➜  realpath: missing operand
2025-08-20T19:02:19.6772127Z [00:00:54.622]➜  Try 'realpath --help' for more information.
2025-08-20T19:02:20.8733488Z [00:00:55.818]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:02:20.8937724Z [00:00:55.839]➜  + '[' -s /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:02:20.8952519Z [00:00:55.840]➜  + find /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:02:20.8954091Z [00:00:55.840]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:02:20.8954721Z [00:00:55.840]➜  + cut -d: -f1
2025-08-20T19:02:20.8955944Z [00:00:55.840]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:20.8956936Z [00:00:55.840]➜  + xargs realpath --no-symlinks
2025-08-20T19:02:20.8973016Z [00:00:55.842]➜  realpath: missing operand
2025-08-20T19:02:20.8973977Z [00:00:55.842]➜  Try 'realpath --help' for more information.
2025-08-20T19:02:20.8982330Z [00:00:55.843]➜  
2025-08-20T19:02:21.5378205Z [00:00:56.483]➜  
2025-08-20T19:02:21.5455938Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T19:02:21.5456960Z [00:00:56.491]➜  changed ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hhkHAo' from root:root to runner:runner
2025-08-20T19:02:21.5457869Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T19:02:21.5458684Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T19:02:21.5459468Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T19:02:21.5460282Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.version' retained as runner:runner
2025-08-20T19:02:21.5461126Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.version' retained as runner:runner
2025-08-20T19:02:21.5461887Z [00:00:56.491]➜  ownership of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T19:02:21.5522612Z [00:00:56.497]➜  mode of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:21.5580525Z [00:00:56.503]➜  mode of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:21.5636929Z [00:00:56.509]➜  mode of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:21.5693144Z [00:00:56.514]➜  mode of '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:21.6591132Z [00:00:56.604]➜  realpath: missing operand
2025-08-20T19:02:21.6591579Z [00:00:56.604]➜  Try 'realpath --help' for more information.
2025-08-20T19:02:21.6652779Z [00:00:56.610]➜  
2025-08-20T19:02:21.6653554Z [00:00:56.610]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T19:02:22.0944428Z [00:00:57.039]➜  (License) <== https://github.com/8dcc/bin-graph/raw/e7f5a764fd3f32ba04aa254ba40eb2572cfd87e0/LICENSE
2025-08-20T19:02:22.0983484Z [00:00:57.043]➜  renamed '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:02:22.1011508Z [00:00:57.046]➜  
2025-08-20T19:02:22.1020154Z [00:00:57.046]➜  
2025-08-20T19:02:22.1020617Z [00:00:57.047]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T19:02:22.1020985Z [00:00:57.047]➜                         Version 3, 29 June 2007
2025-08-20T19:02:22.1021411Z [00:00:57.047]➜  
2025-08-20T19:02:22.1021798Z [00:00:57.047]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T19:02:22.1022388Z [00:00:57.047]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T19:02:22.1022844Z [00:00:57.047]➜   of this license document, but changing it is not allowed.
2025-08-20T19:02:22.1023278Z [00:00:57.047]➜  
2025-08-20T19:02:22.1023694Z [00:00:57.047]➜                              Preamble
2025-08-20T19:02:22.1024111Z [00:00:57.047]➜  
2025-08-20T19:02:22.1024592Z [00:00:57.047]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T19:02:22.1025789Z [00:00:57.047]➜  software and other kinds of works.
2025-08-20T19:02:22.1026463Z [00:00:57.047]➜  
2025-08-20T19:02:22.1026817Z [00:00:57.047]➜    The licenses for most software and other practical works are designed
2025-08-20T19:02:22.1027322Z [00:00:57.047]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T19:02:22.1027821Z [00:00:57.047]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T19:02:22.1028329Z [00:00:57.047]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T19:02:22.1028837Z [00:00:57.047]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T19:02:22.1029343Z [00:00:57.047]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T19:02:22.1029845Z [00:00:57.047]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T19:02:22.1030210Z [00:00:57.047]➜  your programs, too.
2025-08-20T19:02:22.1030452Z [00:00:57.047]➜  
2025-08-20T19:02:22.1030770Z [00:00:57.047]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T19:02:22.1031318Z [00:00:57.047]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T19:02:22.1031810Z [00:00:57.047]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T19:02:22.1032290Z [00:00:57.047]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T19:02:22.1032769Z [00:00:57.047]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T19:02:22.1033213Z [00:00:57.047]➜  free programs, and that you know you can do these things.
2025-08-20T19:02:22.1033858Z [00:00:57.047]➜  
2025-08-20T19:02:22.1034191Z [00:00:57.047]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T19:02:22.1034686Z [00:00:57.047]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T19:02:22.1035221Z [00:00:57.047]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T19:02:22.1035748Z [00:00:57.047]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T19:02:22.1036086Z [00:00:57.047]➜  
2025-08-20T19:02:22.1036409Z [00:00:57.047]➜    For example, if you distribute copies of such a program, whether
2025-08-20T19:02:22.1036868Z [00:00:57.047]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T19:02:22.1037345Z [00:00:57.047]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T19:02:22.1038124Z [00:00:57.047]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T19:02:22.1038548Z [00:00:57.047]➜  know their rights.
2025-08-20T19:02:22.1038774Z [00:00:57.047]➜  
2025-08-20T19:02:22.1039111Z [00:00:57.047]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T19:02:22.1039601Z [00:00:57.047]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T19:02:22.1040285Z [00:00:57.047]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T19:02:22.1040625Z [00:00:57.047]➜  
2025-08-20T19:02:22.1040964Z [00:00:57.047]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T19:02:22.1041460Z [00:00:57.047]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T19:02:22.1041941Z [00:00:57.047]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T19:02:22.1042438Z [00:00:57.047]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T19:02:22.1042908Z [00:00:57.047]➜  authors of previous versions.
2025-08-20T19:02:22.1043161Z [00:00:57.047]➜  
2025-08-20T19:02:22.1043628Z [00:00:57.047]➜    Some devices are designed to deny users access to install or run
2025-08-20T19:02:22.1044182Z [00:00:57.047]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T19:02:22.1044666Z [00:00:57.047]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T19:02:22.1045125Z [00:00:57.047]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T19:02:22.1045624Z [00:00:57.047]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T19:02:22.1046120Z [00:00:57.047]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T19:02:22.1046626Z [00:00:57.047]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T19:02:22.1047138Z [00:00:57.047]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T19:02:22.1047642Z [00:00:57.047]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T19:02:22.1048090Z [00:00:57.047]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T19:02:22.1048388Z [00:00:57.047]➜  
2025-08-20T19:02:22.1048722Z [00:00:57.047]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T19:02:22.1049223Z [00:00:57.047]➜  States should not allow patents to restrict development and use of
2025-08-20T19:02:22.1049727Z [00:00:57.047]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T19:02:22.1050233Z [00:00:57.047]➜  avoid the special danger that patents applied to a free program could
2025-08-20T19:02:22.1050740Z [00:00:57.047]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T19:02:22.1051200Z [00:00:57.047]➜  patents cannot be used to render the program non-free.
2025-08-20T19:02:22.1051726Z [00:00:57.047]➜  
2025-08-20T19:02:22.1052096Z [00:00:57.047]➜    The precise terms and conditions for copying, distribution and
2025-08-20T19:02:22.1052456Z [00:00:57.047]➜  modification follow.
2025-08-20T19:02:22.1052687Z [00:00:57.047]➜  
2025-08-20T19:02:22.1052933Z [00:00:57.047]➜                         TERMS AND CONDITIONS
2025-08-20T19:02:22.1053198Z [00:00:57.047]➜  
2025-08-20T19:02:22.1053537Z [00:00:57.047]➜    0. Definitions.
2025-08-20T19:02:22.1053810Z [00:00:57.047]➜  
2025-08-20T19:02:22.1054150Z [00:00:57.047]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T19:02:22.1054487Z [00:00:57.047]➜  
2025-08-20T19:02:22.1054835Z [00:00:57.047]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T19:02:22.1055249Z [00:00:57.047]➜  works, such as semiconductor masks.
2025-08-20T19:02:22.1055509Z [00:00:57.047]➜  
2025-08-20T19:02:22.1055848Z [00:00:57.047]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T19:02:22.1056316Z [00:00:57.047]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T19:02:22.1056740Z [00:00:57.047]➜  "recipients" may be individuals or organizations.
2025-08-20T19:02:22.1057026Z [00:00:57.047]➜  
2025-08-20T19:02:22.1057354Z [00:00:57.047]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T19:02:22.1058093Z [00:00:57.047]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T19:02:22.1058598Z [00:00:57.047]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T19:02:22.1059029Z [00:00:57.047]➜  earlier work or a work "based on" the earlier work.
2025-08-20T19:02:22.1059344Z [00:00:57.047]➜  
2025-08-20T19:02:22.1059670Z [00:00:57.047]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T19:02:22.1060027Z [00:00:57.047]➜  on the Program.
2025-08-20T19:02:22.1060242Z [00:00:57.047]➜  
2025-08-20T19:02:22.1060569Z [00:00:57.047]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T19:02:22.1061026Z [00:00:57.047]➜  permission, would make you directly or secondarily liable for
2025-08-20T19:02:22.1061519Z [00:00:57.047]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T19:02:22.1062029Z [00:00:57.047]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T19:02:22.1062540Z [00:00:57.047]➜  distribution (with or without modification), making available to the
2025-08-20T19:02:22.1062993Z [00:00:57.047]➜  public, and in some countries other activities as well.
2025-08-20T19:02:22.1063294Z [00:00:57.047]➜  
2025-08-20T19:02:22.1064157Z [00:00:57.047]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T19:02:22.1064654Z [00:00:57.047]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T19:02:22.1065155Z [00:00:57.047]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T19:02:22.1065480Z [00:00:57.047]➜  
2025-08-20T19:02:22.1065811Z [00:00:57.047]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T19:02:22.1066297Z [00:00:57.047]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T19:02:22.1066777Z [00:00:57.047]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T19:02:22.1067267Z [00:00:57.047]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T19:02:22.1067756Z [00:00:57.047]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T19:02:22.1068244Z [00:00:57.047]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T19:02:22.1068730Z [00:00:57.047]➜  the interface presents a list of user commands or options, such as a
2025-08-20T19:02:22.1069186Z [00:00:57.047]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T19:02:22.1069490Z [00:00:57.047]➜  
2025-08-20T19:02:22.1069920Z [00:00:57.047]➜    1. Source Code.
2025-08-20T19:02:22.1070209Z [00:00:57.047]➜  
2025-08-20T19:02:22.1070536Z [00:00:57.047]➜    The "source code" for a work means the preferred form of the work
2025-08-20T19:02:22.1071018Z [00:00:57.047]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T19:02:22.1071380Z [00:00:57.047]➜  form of a work.
2025-08-20T19:02:22.1071606Z [00:00:57.047]➜  
2025-08-20T19:02:22.1071941Z [00:00:57.047]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T19:02:22.1072424Z [00:00:57.047]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T19:02:22.1072922Z [00:00:57.047]➜  interfaces specified for a particular programming language, one that
2025-08-20T19:02:22.1073764Z [00:00:57.047]➜  is widely used among developers working in that language.
2025-08-20T19:02:22.1074153Z [00:00:57.047]➜  
2025-08-20T19:02:22.1074501Z [00:00:57.047]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T19:02:22.1074979Z [00:00:57.047]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T19:02:22.1075447Z [00:00:57.047]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T19:02:22.1075919Z [00:00:57.047]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T19:02:22.1076392Z [00:00:57.047]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T19:02:22.1077175Z [00:00:57.047]➜  implementation is available to the public in source code form.  A
2025-08-20T19:02:22.1077671Z [00:00:57.047]➜  "Major Component", in this context, means a major essential component
2025-08-20T19:02:22.1078157Z [00:00:57.047]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T19:02:22.1078615Z [00:00:57.047]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T19:02:22.1087893Z [00:00:57.047]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T19:02:22.1088383Z [00:00:57.047]➜  
2025-08-20T19:02:22.1088732Z [00:00:57.047]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T19:02:22.1089219Z [00:00:57.047]➜  the source code needed to generate, install, and (for an executable
2025-08-20T19:02:22.1089703Z [00:00:57.047]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T19:02:22.1090201Z [00:00:57.048]➜  control those activities.  However, it does not include the work's
2025-08-20T19:02:22.1090697Z [00:00:57.048]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T19:02:22.1091203Z [00:00:57.048]➜  programs which are used unmodified in performing those activities but
2025-08-20T19:02:22.1091690Z [00:00:57.048]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T19:02:22.1092179Z [00:00:57.048]➜  includes interface definition files associated with source files for
2025-08-20T19:02:22.1092672Z [00:00:57.048]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T19:02:22.1093160Z [00:00:57.048]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T19:02:22.1093904Z [00:00:57.048]➜  such as by intimate data communication or control flow between those
2025-08-20T19:02:22.1094323Z [00:00:57.048]➜  subprograms and other parts of the work.
2025-08-20T19:02:22.1094601Z [00:00:57.048]➜  
2025-08-20T19:02:22.1094917Z [00:00:57.048]➜    The Corresponding Source need not include anything that users
2025-08-20T19:02:22.1095395Z [00:00:57.048]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T19:02:22.1095741Z [00:00:57.048]➜  Source.
2025-08-20T19:02:22.1095937Z [00:00:57.048]➜  
2025-08-20T19:02:22.1096255Z [00:00:57.048]➜    The Corresponding Source for a work in source code form is that
2025-08-20T19:02:22.1096594Z [00:00:57.048]➜  same work.
2025-08-20T19:02:22.1096797Z [00:00:57.048]➜  
2025-08-20T19:02:22.1097240Z [00:00:57.048]➜    2. Basic Permissions.
2025-08-20T19:02:22.1097530Z [00:00:57.048]➜  
2025-08-20T19:02:22.1097860Z [00:00:57.048]➜    All rights granted under this License are granted for the term of
2025-08-20T19:02:22.1098333Z [00:00:57.048]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T19:02:22.1098815Z [00:00:57.048]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T19:02:22.1099313Z [00:00:57.048]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T19:02:22.1099803Z [00:00:57.048]➜  covered work is covered by this License only if the output, given its
2025-08-20T19:02:22.1100291Z [00:00:57.048]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T19:02:22.1100781Z [00:00:57.048]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T19:02:22.1101116Z [00:00:57.048]➜  
2025-08-20T19:02:22.1101428Z [00:00:57.048]➜    You may make, run and propagate covered works that you do not
2025-08-20T19:02:22.1101895Z [00:00:57.048]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T19:02:22.1102380Z [00:00:57.048]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T19:02:22.1102867Z [00:00:57.048]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T19:02:22.1103493Z [00:00:57.048]➜  with facilities for running those works, provided that you comply with
2025-08-20T19:02:22.1104218Z [00:00:57.048]➜  the terms of this License in conveying all material for which you do
2025-08-20T19:02:22.1104711Z [00:00:57.048]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T19:02:22.1105198Z [00:00:57.048]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T19:02:22.1105667Z [00:00:57.048]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T19:02:22.1106141Z [00:00:57.048]➜  your copyrighted material outside their relationship with you.
2025-08-20T19:02:22.1106476Z [00:00:57.048]➜  
2025-08-20T19:02:22.1106802Z [00:00:57.048]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T19:02:22.1107291Z [00:00:57.048]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T19:02:22.1107665Z [00:00:57.048]➜  makes it unnecessary.
2025-08-20T19:02:22.1107895Z [00:00:57.048]➜  
2025-08-20T19:02:22.1108220Z [00:00:57.048]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T19:02:22.1108545Z [00:00:57.048]➜  
2025-08-20T19:02:22.1108870Z [00:00:57.048]➜    No covered work shall be deemed part of an effective technological
2025-08-20T19:02:22.1109360Z [00:00:57.048]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T19:02:22.1109835Z [00:00:57.048]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T19:02:22.1110295Z [00:00:57.048]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T19:02:22.1110646Z [00:00:57.048]➜  measures.
2025-08-20T19:02:22.1110850Z [00:00:57.048]➜  
2025-08-20T19:02:22.1111176Z [00:00:57.048]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T19:02:22.1111682Z [00:00:57.048]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T19:02:22.1112188Z [00:00:57.048]➜  is effected by exercising rights under this License with respect to
2025-08-20T19:02:22.1112684Z [00:00:57.048]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T19:02:22.1113173Z [00:00:57.048]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T19:02:22.1113862Z [00:00:57.048]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T19:02:22.1114240Z [00:00:57.048]➜  technological measures.
2025-08-20T19:02:22.1114472Z [00:00:57.048]➜  
2025-08-20T19:02:22.1114702Z [00:00:57.048]➜    4. Conveying Verbatim Copies.
2025-08-20T19:02:22.1115162Z [00:00:57.048]➜  
2025-08-20T19:02:22.1115544Z [00:00:57.048]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T19:02:22.1116009Z [00:00:57.048]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T19:02:22.1116490Z [00:00:57.048]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T19:02:22.1116955Z [00:00:57.048]➜  keep intact all notices stating that this License and any
2025-08-20T19:02:22.1117435Z [00:00:57.048]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T19:02:22.1117928Z [00:00:57.048]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T19:02:22.1118384Z [00:00:57.048]➜  recipients a copy of this License along with the Program.
2025-08-20T19:02:22.1118698Z [00:00:57.048]➜  
2025-08-20T19:02:22.1119021Z [00:00:57.048]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T19:02:22.1119482Z [00:00:57.048]➜  and you may offer support or warranty protection for a fee.
2025-08-20T19:02:22.1119794Z [00:00:57.048]➜  
2025-08-20T19:02:22.1120039Z [00:00:57.048]➜    5. Conveying Modified Source Versions.
2025-08-20T19:02:22.1120303Z [00:00:57.048]➜  
2025-08-20T19:02:22.1120629Z [00:00:57.048]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T19:02:22.1121095Z [00:00:57.048]➜  produce it from the Program, in the form of source code under the
2025-08-20T19:02:22.1121830Z [00:00:57.048]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T19:02:22.1122175Z [00:00:57.048]➜  
2025-08-20T19:02:22.1122495Z [00:00:57.048]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T19:02:22.1122877Z [00:00:57.048]➜      it, and giving a relevant date.
2025-08-20T19:02:22.1123136Z [00:00:57.048]➜  
2025-08-20T19:02:22.1123660Z [00:00:57.048]➜      b) The work must carry prominent notices stating that it is
2025-08-20T19:02:22.1124201Z [00:00:57.048]➜      released under this License and any conditions added under section
2025-08-20T19:02:22.1124671Z [00:00:57.048]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T19:02:22.1125037Z [00:00:57.048]➜      "keep intact all notices".
2025-08-20T19:02:22.1125285Z [00:00:57.048]➜  
2025-08-20T19:02:22.1125582Z [00:00:57.048]➜      c) You must license the entire work, as a whole, under this
2025-08-20T19:02:22.1126027Z [00:00:57.048]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T19:02:22.1126495Z [00:00:57.048]➜      License will therefore apply, along with any applicable section 7
2025-08-20T19:02:22.1126971Z [00:00:57.048]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T19:02:22.1127421Z [00:00:57.048]➜      regardless of how they are packaged.  This License gives no
2025-08-20T19:02:22.1127878Z [00:00:57.048]➜      permission to license the work in any other way, but it does not
2025-08-20T19:02:22.1128360Z [00:00:57.048]➜      invalidate such permission if you have separately received it.
2025-08-20T19:02:22.1128694Z [00:00:57.048]➜  
2025-08-20T19:02:22.1129004Z [00:00:57.048]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T19:02:22.1129479Z [00:00:57.048]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T19:02:22.1129958Z [00:00:57.048]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T19:02:22.1130348Z [00:00:57.048]➜      work need not make them do so.
2025-08-20T19:02:22.1130602Z [00:00:57.048]➜  
2025-08-20T19:02:22.1130933Z [00:00:57.048]➜    A compilation of a covered work with other separate and independent
2025-08-20T19:02:22.1131414Z [00:00:57.048]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T19:02:22.1131890Z [00:00:57.048]➜  and which are not combined with it such as to form a larger program,
2025-08-20T19:02:22.1132569Z [00:00:57.048]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T19:02:22.1133102Z [00:00:57.048]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T19:02:22.1133749Z [00:00:57.048]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T19:02:22.1134339Z [00:00:57.048]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T19:02:22.1134822Z [00:00:57.048]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T19:02:22.1135193Z [00:00:57.048]➜  parts of the aggregate.
2025-08-20T19:02:22.1135431Z [00:00:57.048]➜  
2025-08-20T19:02:22.1135660Z [00:00:57.048]➜    6. Conveying Non-Source Forms.
2025-08-20T19:02:22.1135914Z [00:00:57.048]➜  
2025-08-20T19:02:22.1136232Z [00:00:57.048]➜    You may convey a covered work in object code form under the terms
2025-08-20T19:02:22.1136663Z [00:00:57.048]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T19:02:22.1137134Z [00:00:57.048]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T19:02:22.1137519Z [00:00:57.048]➜  in one of these ways:
2025-08-20T19:02:22.1137750Z [00:00:57.048]➜  
2025-08-20T19:02:22.1138067Z [00:00:57.048]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T19:02:22.1138533Z [00:00:57.048]➜      (including a physical distribution medium), accompanied by the
2025-08-20T19:02:22.1138982Z [00:00:57.048]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T19:02:22.1139624Z [00:00:57.048]➜      customarily used for software interchange.
2025-08-20T19:02:22.1139909Z [00:00:57.048]➜  
2025-08-20T19:02:22.1140228Z [00:00:57.048]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T19:02:22.1140684Z [00:00:57.048]➜      (including a physical distribution medium), accompanied by a
2025-08-20T19:02:22.1141164Z [00:00:57.048]➜      written offer, valid for at least three years and valid for as
2025-08-20T19:02:22.1141648Z [00:00:57.048]➜      long as you offer spare parts or customer support for that product
2025-08-20T19:02:22.1142117Z [00:00:57.048]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T19:02:22.1142623Z [00:00:57.048]➜      copy of the Corresponding Source for all the software in the
2025-08-20T19:02:22.1143083Z [00:00:57.048]➜      product that is covered by this License, on a durable physical
2025-08-20T19:02:22.1143727Z [00:00:57.048]➜      medium customarily used for software interchange, for a price no
2025-08-20T19:02:22.1144223Z [00:00:57.048]➜      more than your reasonable cost of physically performing this
2025-08-20T19:02:22.1144637Z [00:00:57.048]➜      conveying of source, or (2) access to copy the
2025-08-20T19:02:22.1145042Z [00:00:57.048]➜      Corresponding Source from a network server at no charge.
2025-08-20T19:02:22.1145353Z [00:00:57.048]➜  
2025-08-20T19:02:22.1145674Z [00:00:57.048]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T19:02:22.1146157Z [00:00:57.048]➜      written offer to provide the Corresponding Source.  This
2025-08-20T19:02:22.1146621Z [00:00:57.048]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T19:02:22.1147098Z [00:00:57.048]➜      only if you received the object code with such an offer, in accord
2025-08-20T19:02:22.1147455Z [00:00:57.048]➜      with subsection 6b.
2025-08-20T19:02:22.1147691Z [00:00:57.048]➜  
2025-08-20T19:02:22.1148013Z [00:00:57.048]➜      d) Convey the object code by offering access from a designated
2025-08-20T19:02:22.1148473Z [00:00:57.048]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T19:02:22.1148951Z [00:00:57.048]➜      Corresponding Source in the same way through the same place at no
2025-08-20T19:02:22.1149415Z [00:00:57.048]➜      further charge.  You need not require recipients to copy the
2025-08-20T19:02:22.1149883Z [00:00:57.048]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T19:02:22.1150579Z [00:00:57.048]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T19:02:22.1151111Z [00:00:57.048]➜      may be on a different server (operated by you or a third party)
2025-08-20T19:02:22.1151583Z [00:00:57.048]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T19:02:22.1152074Z [00:00:57.048]➜      clear directions next to the object code saying where to find the
2025-08-20T19:02:22.1152546Z [00:00:57.048]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T19:02:22.1153009Z [00:00:57.048]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T19:02:22.1153637Z [00:00:57.048]➜      available for as long as needed to satisfy these requirements.
2025-08-20T19:02:22.1154017Z [00:00:57.048]➜  
2025-08-20T19:02:22.1154355Z [00:00:57.048]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T19:02:22.1154828Z [00:00:57.048]➜      you inform other peers where the object code and Corresponding
2025-08-20T19:02:22.1155285Z [00:00:57.048]➜      Source of the work are being offered to the general public at no
2025-08-20T19:02:22.1155657Z [00:00:57.048]➜      charge under subsection 6d.
2025-08-20T19:02:22.1155907Z [00:00:57.048]➜  
2025-08-20T19:02:22.1156241Z [00:00:57.048]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T19:02:22.1156713Z [00:00:57.048]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T19:02:22.1157401Z [00:00:57.048]➜  included in conveying the object code work.
2025-08-20T19:02:22.1157680Z [00:00:57.048]➜  
2025-08-20T19:02:22.1158005Z [00:00:57.048]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T19:02:22.1158502Z [00:00:57.048]➜  tangible personal property which is normally used for personal, family,
2025-08-20T19:02:22.1159018Z [00:00:57.048]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T19:02:22.1159541Z [00:00:57.048]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T19:02:22.1160054Z [00:00:57.048]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T19:02:22.1160552Z [00:00:57.048]➜  product received by a particular user, "normally used" refers to a
2025-08-20T19:02:22.1161046Z [00:00:57.048]➜  typical or common use of that class of product, regardless of the status
2025-08-20T19:02:22.1161541Z [00:00:57.048]➜  of the particular user or of the way in which the particular user
2025-08-20T19:02:22.1162026Z [00:00:57.048]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T19:02:22.1162528Z [00:00:57.048]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T19:02:22.1163042Z [00:00:57.048]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T19:02:22.1163688Z [00:00:57.048]➜  the only significant mode of use of the product.
2025-08-20T19:02:22.1164047Z [00:00:57.048]➜  
2025-08-20T19:02:22.1164378Z [00:00:57.048]➜    "Installation Information" for a User Product means any methods,
2025-08-20T19:02:22.1164884Z [00:00:57.048]➜  procedures, authorization keys, or other information required to install
2025-08-20T19:02:22.1165409Z [00:00:57.048]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T19:02:22.1165917Z [00:00:57.048]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T19:02:22.1166428Z [00:00:57.048]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T19:02:22.1166891Z [00:00:57.048]➜  code is in no case prevented or interfered with solely because
2025-08-20T19:02:22.1167245Z [00:00:57.048]➜  modification has been made.
2025-08-20T19:02:22.1167490Z [00:00:57.048]➜  
2025-08-20T19:02:22.1167810Z [00:00:57.048]➜    If you convey an object code work under this section in, or with, or
2025-08-20T19:02:22.1168512Z [00:00:57.048]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T19:02:22.1169084Z [00:00:57.048]➜  part of a transaction in which the right of possession and use of the
2025-08-20T19:02:22.1169575Z [00:00:57.048]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T19:02:22.1170064Z [00:00:57.048]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T19:02:22.1170563Z [00:00:57.048]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T19:02:22.1171078Z [00:00:57.048]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T19:02:22.1171563Z [00:00:57.048]➜  if neither you nor any third party retains the ability to install
2025-08-20T19:02:22.1172032Z [00:00:57.048]➜  modified object code on the User Product (for example, the work has
2025-08-20T19:02:22.1172398Z [00:00:57.048]➜  been installed in ROM).
2025-08-20T19:02:22.1172634Z [00:00:57.048]➜  
2025-08-20T19:02:22.1172985Z [00:00:57.048]➜    The requirement to provide Installation Information does not include a
2025-08-20T19:02:22.1173652Z [00:00:57.048]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T19:02:22.1174231Z [00:00:57.048]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T19:02:22.1174736Z [00:00:57.048]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T19:02:22.1175439Z [00:00:57.048]➜  network may be denied when the modification itself materially and
2025-08-20T19:02:22.1175934Z [00:00:57.048]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T19:02:22.1176378Z [00:00:57.048]➜  protocols for communication across the network.
2025-08-20T19:02:22.1176664Z [00:00:57.048]➜  
2025-08-20T19:02:22.1177009Z [00:00:57.048]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T19:02:22.1177496Z [00:00:57.048]➜  in accord with this section must be in a format that is publicly
2025-08-20T19:02:22.1177971Z [00:00:57.048]➜  documented (and with an implementation available to the public in
2025-08-20T19:02:22.1178458Z [00:00:57.048]➜  source code form), and must require no special password or key for
2025-08-20T19:02:22.1178835Z [00:00:57.048]➜  unpacking, reading or copying.
2025-08-20T19:02:22.1179087Z [00:00:57.048]➜  
2025-08-20T19:02:22.1179296Z [00:00:57.048]➜    7. Additional Terms.
2025-08-20T19:02:22.1179537Z [00:00:57.048]➜  
2025-08-20T19:02:22.1179877Z [00:00:57.048]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T19:02:22.1180360Z [00:00:57.048]➜  License by making exceptions from one or more of its conditions.
2025-08-20T19:02:22.1180854Z [00:00:57.048]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T19:02:22.1181364Z [00:00:57.048]➜  be treated as though they were included in this License, to the extent
2025-08-20T19:02:22.1181852Z [00:00:57.048]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T19:02:22.1182340Z [00:00:57.048]➜  apply only to part of the Program, that part may be used separately
2025-08-20T19:02:22.1182833Z [00:00:57.048]➜  under those permissions, but the entire Program remains governed by
2025-08-20T19:02:22.1183329Z [00:00:57.048]➜  this License without regard to the additional permissions.
2025-08-20T19:02:22.1183819Z [00:00:57.048]➜  
2025-08-20T19:02:22.1184142Z [00:00:57.048]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T19:02:22.1184637Z [00:00:57.048]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T19:02:22.1185119Z [00:00:57.048]➜  it.  (Additional permissions may be written to require their own
2025-08-20T19:02:22.1185592Z [00:00:57.048]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T19:02:22.1186077Z [00:00:57.048]➜  additional permissions on material, added by you to a covered work,
2025-08-20T19:02:22.1186749Z [00:00:57.048]➜  for which you have or can give appropriate copyright permission.
2025-08-20T19:02:22.1187151Z [00:00:57.048]➜  
2025-08-20T19:02:22.1187504Z [00:00:57.048]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T19:02:22.1188016Z [00:00:57.048]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T19:02:22.1188498Z [00:00:57.048]➜  that material) supplement the terms of this License with terms:
2025-08-20T19:02:22.1188835Z [00:00:57.048]➜  
2025-08-20T19:02:22.1189165Z [00:00:57.048]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T19:02:22.1189593Z [00:00:57.048]➜      terms of sections 15 and 16 of this License; or
2025-08-20T19:02:22.1189881Z [00:00:57.048]➜  
2025-08-20T19:02:22.1190217Z [00:00:57.048]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T19:02:22.1190706Z [00:00:57.048]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T19:02:22.1191137Z [00:00:57.048]➜      Notices displayed by works containing it; or
2025-08-20T19:02:22.1191417Z [00:00:57.048]➜  
2025-08-20T19:02:22.1191755Z [00:00:57.048]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T19:02:22.1192241Z [00:00:57.048]➜      requiring that modified versions of such material be marked in
2025-08-20T19:02:22.1192697Z [00:00:57.048]➜      reasonable ways as different from the original version; or
2025-08-20T19:02:22.1194014Z [00:00:57.048]➜  
2025-08-20T19:02:22.1194364Z [00:00:57.048]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T19:02:22.1194746Z [00:00:57.048]➜      authors of the material; or
2025-08-20T19:02:22.1194997Z [00:00:57.048]➜  
2025-08-20T19:02:22.1195315Z [00:00:57.048]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T19:02:22.1195730Z [00:00:57.048]➜      trade names, trademarks, or service marks; or
2025-08-20T19:02:22.1196011Z [00:00:57.048]➜  
2025-08-20T19:02:22.1196336Z [00:00:57.048]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T19:02:22.1196813Z [00:00:57.048]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T19:02:22.1197301Z [00:00:57.048]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T19:02:22.1197790Z [00:00:57.048]➜      any liability that these contractual assumptions directly impose on
2025-08-20T19:02:22.1198190Z [00:00:57.048]➜      those licensors and authors.
2025-08-20T19:02:22.1198444Z [00:00:57.048]➜  
2025-08-20T19:02:22.1198768Z [00:00:57.048]➜    All other non-permissive additional terms are considered "further
2025-08-20T19:02:22.1199269Z [00:00:57.048]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T19:02:22.1199758Z [00:00:57.048]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T19:02:22.1200213Z [00:00:57.048]➜  governed by this License along with a term that is a further
2025-08-20T19:02:22.1200689Z [00:00:57.048]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T19:02:22.1201191Z [00:00:57.048]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T19:02:22.1201681Z [00:00:57.048]➜  License, you may add to a covered work material governed by the terms
2025-08-20T19:02:22.1202165Z [00:00:57.048]➜  of that license document, provided that the further restriction does
2025-08-20T19:02:22.1202582Z [00:00:57.048]➜  not survive such relicensing or conveying.
2025-08-20T19:02:22.1202858Z [00:00:57.048]➜  
2025-08-20T19:02:22.1203179Z [00:00:57.048]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T19:02:22.1203879Z [00:00:57.048]➜  must place, in the relevant source files, a statement of the
2025-08-20T19:02:22.1204352Z [00:00:57.048]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T19:02:22.1204746Z [00:00:57.048]➜  where to find the applicable terms.
2025-08-20T19:02:22.1205241Z [00:00:57.048]➜  
2025-08-20T19:02:22.1205666Z [00:00:57.048]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T19:02:22.1206152Z [00:00:57.048]➜  form of a separately written license, or stated as exceptions;
2025-08-20T19:02:22.1206542Z [00:00:57.048]➜  the above requirements apply either way.
2025-08-20T19:02:22.1206815Z [00:00:57.048]➜  
2025-08-20T19:02:22.1207016Z [00:00:57.048]➜    8. Termination.
2025-08-20T19:02:22.1207247Z [00:00:57.048]➜  
2025-08-20T19:02:22.1207571Z [00:00:57.048]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T19:02:22.1208056Z [00:00:57.048]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T19:02:22.1208546Z [00:00:57.048]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T19:02:22.1209035Z [00:00:57.048]➜  this License (including any patent licenses granted under the third
2025-08-20T19:02:22.1209414Z [00:00:57.048]➜  paragraph of section 11).
2025-08-20T19:02:22.1209668Z [00:00:57.048]➜  
2025-08-20T19:02:22.1209981Z [00:00:57.048]➜    However, if you cease all violation of this License, then your
2025-08-20T19:02:22.1210430Z [00:00:57.048]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T19:02:22.1210906Z [00:00:57.048]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T19:02:22.1211415Z [00:00:57.048]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T19:02:22.1212149Z [00:00:57.048]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T19:02:22.1212549Z [00:00:57.048]➜  prior to 60 days after the cessation.
2025-08-20T19:02:22.1212810Z [00:00:57.048]➜  
2025-08-20T19:02:22.1213121Z [00:00:57.048]➜    Moreover, your license from a particular copyright holder is
2025-08-20T19:02:22.1213794Z [00:00:57.048]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T19:02:22.1214307Z [00:00:57.048]➜  violation by some reasonable means, this is the first time you have
2025-08-20T19:02:22.1214795Z [00:00:57.048]➜  received notice of violation of this License (for any work) from that
2025-08-20T19:02:22.1215284Z [00:00:57.048]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T19:02:22.1215663Z [00:00:57.048]➜  your receipt of the notice.
2025-08-20T19:02:22.1215906Z [00:00:57.048]➜  
2025-08-20T19:02:22.1216249Z [00:00:57.048]➜    Termination of your rights under this section does not terminate the
2025-08-20T19:02:22.1216751Z [00:00:57.048]➜  licenses of parties who have received copies or rights from you under
2025-08-20T19:02:22.1217248Z [00:00:57.048]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T19:02:22.1217733Z [00:00:57.048]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T19:02:22.1218106Z [00:00:57.048]➜  material under section 10.
2025-08-20T19:02:22.1218353Z [00:00:57.048]➜  
2025-08-20T19:02:22.1218627Z [00:00:57.048]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T19:02:22.1218906Z [00:00:57.048]➜  
2025-08-20T19:02:22.1219227Z [00:00:57.048]➜    You are not required to accept this License in order to receive or
2025-08-20T19:02:22.1219695Z [00:00:57.048]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T19:02:22.1220183Z [00:00:57.048]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T19:02:22.1220676Z [00:00:57.048]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T19:02:22.1221158Z [00:00:57.048]➜  nothing other than this License grants you permission to propagate or
2025-08-20T19:02:22.1221657Z [00:00:57.048]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T19:02:22.1222138Z [00:00:57.048]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T19:02:22.1222614Z [00:00:57.048]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T19:02:22.1223247Z [00:00:57.048]➜  
2025-08-20T19:02:22.1223776Z [00:00:57.048]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T19:02:22.1224080Z [00:00:57.048]➜  
2025-08-20T19:02:22.1224403Z [00:00:57.048]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T19:02:22.1224869Z [00:00:57.048]➜  receives a license from the original licensors, to run, modify and
2025-08-20T19:02:22.1225369Z [00:00:57.048]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T19:02:22.1225844Z [00:00:57.048]➜  for enforcing compliance by third parties with this License.
2025-08-20T19:02:22.1226167Z [00:00:57.048]➜  
2025-08-20T19:02:22.1226499Z [00:00:57.048]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T19:02:22.1226984Z [00:00:57.048]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T19:02:22.1227476Z [00:00:57.048]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T19:02:22.1227947Z [00:00:57.048]➜  work results from an entity transaction, each party to that
2025-08-20T19:02:22.1228410Z [00:00:57.048]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T19:02:22.1228897Z [00:00:57.048]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T19:02:22.1229387Z [00:00:57.048]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T19:02:22.1230143Z [00:00:57.048]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T19:02:22.1230626Z [00:00:57.048]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T19:02:22.1230952Z [00:00:57.048]➜  
2025-08-20T19:02:22.1231273Z [00:00:57.048]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T19:02:22.1231751Z [00:00:57.048]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T19:02:22.1232236Z [00:00:57.048]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T19:02:22.1232718Z [00:00:57.048]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T19:02:22.1233217Z [00:00:57.048]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T19:02:22.1233868Z [00:00:57.048]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T19:02:22.1234315Z [00:00:57.048]➜  sale, or importing the Program or any portion of it.
2025-08-20T19:02:22.1234619Z [00:00:57.048]➜  
2025-08-20T19:02:22.1234817Z [00:00:57.048]➜    11. Patents.
2025-08-20T19:02:22.1235024Z [00:00:57.048]➜  
2025-08-20T19:02:22.1235353Z [00:00:57.048]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T19:02:22.1235833Z [00:00:57.048]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T19:02:22.1236321Z [00:00:57.048]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T19:02:22.1236676Z [00:00:57.048]➜  
2025-08-20T19:02:22.1237017Z [00:00:57.048]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T19:02:22.1237494Z [00:00:57.048]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T19:02:22.1237985Z [00:00:57.048]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T19:02:22.1238481Z [00:00:57.048]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T19:02:22.1238940Z [00:00:57.048]➜  but do not include claims that would be infringed only as a
2025-08-20T19:02:22.1239404Z [00:00:57.048]➜  consequence of further modification of the contributor version.  For
2025-08-20T19:02:22.1239892Z [00:00:57.048]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T19:02:22.1240369Z [00:00:57.048]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T19:02:22.1240722Z [00:00:57.048]➜  this License.
2025-08-20T19:02:22.1240936Z [00:00:57.048]➜  
2025-08-20T19:02:22.1241501Z [00:00:57.048]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T19:02:22.1242068Z [00:00:57.048]➜  patent license under the contributor's essential patent claims, to
2025-08-20T19:02:22.1242547Z [00:00:57.048]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T19:02:22.1243038Z [00:00:57.048]➜  propagate the contents of its contributor version.
2025-08-20T19:02:22.1243344Z [00:00:57.048]➜  
2025-08-20T19:02:22.1243874Z [00:00:57.048]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T19:02:22.1244380Z [00:00:57.048]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T19:02:22.1244882Z [00:00:57.048]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T19:02:22.1245374Z [00:00:57.048]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T19:02:22.1245867Z [00:00:57.048]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T19:02:22.1246238Z [00:00:57.048]➜  patent against the party.
2025-08-20T19:02:22.1246476Z [00:00:57.048]➜  
2025-08-20T19:02:22.1246801Z [00:00:57.048]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T19:02:22.1247623Z [00:00:57.048]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T19:02:22.1248380Z [00:00:57.048]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T19:02:22.1248877Z [00:00:57.048]➜  publicly available network server or other readily accessible means,
2025-08-20T19:02:22.1249354Z [00:00:57.048]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T19:02:22.1249819Z [00:00:57.048]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T19:02:22.1250298Z [00:00:57.048]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T19:02:22.1250804Z [00:00:57.048]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T19:02:22.1251314Z [00:00:57.048]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T19:02:22.1251816Z [00:00:57.048]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T19:02:22.1252305Z [00:00:57.048]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T19:02:22.1252793Z [00:00:57.048]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T19:02:22.1253223Z [00:00:57.048]➜  country that you have reason to believe are valid.
2025-08-20T19:02:22.1253672Z [00:00:57.048]➜  
2025-08-20T19:02:22.1253984Z [00:00:57.048]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T19:02:22.1254451Z [00:00:57.048]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T19:02:22.1254920Z [00:00:57.048]➜  covered work, and grant a patent license to some of the parties
2025-08-20T19:02:22.1255404Z [00:00:57.048]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T19:02:22.1255897Z [00:00:57.048]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T19:02:22.1256384Z [00:00:57.048]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T19:02:22.1256761Z [00:00:57.048]➜  work and works based on it.
2025-08-20T19:02:22.1257012Z [00:00:57.048]➜  
2025-08-20T19:02:22.1257334Z [00:00:57.048]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T19:02:22.1257788Z [00:00:57.048]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T19:02:22.1258249Z [00:00:57.048]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T19:02:22.1258746Z [00:00:57.048]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T19:02:22.1259229Z [00:00:57.048]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T19:02:22.1259906Z [00:00:57.048]➜  in the business of distributing software, under which you make payment
2025-08-20T19:02:22.1260467Z [00:00:57.048]➜  to the third party based on the extent of your activity of conveying
2025-08-20T19:02:22.1260922Z [00:00:57.048]➜  the work, and under which the third party grants, to any of the
2025-08-20T19:02:22.1261387Z [00:00:57.048]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T19:02:22.1261871Z [00:00:57.048]➜  patent license (a) in connection with copies of the covered work
2025-08-20T19:02:22.1262336Z [00:00:57.048]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T19:02:22.1262801Z [00:00:57.048]➜  for and in connection with specific products or compilations that
2025-08-20T19:02:22.1263270Z [00:00:57.048]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T19:02:22.1263933Z [00:00:57.048]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T19:02:22.1264257Z [00:00:57.048]➜  
2025-08-20T19:02:22.1264580Z [00:00:57.048]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T19:02:22.1265039Z [00:00:57.048]➜  any implied license or other defenses to infringement that may
2025-08-20T19:02:22.1265481Z [00:00:57.048]➜  otherwise be available to you under applicable patent law.
2025-08-20T19:02:22.1265797Z [00:00:57.048]➜  
2025-08-20T19:02:22.1266292Z [00:00:57.048]➜    12. No Surrender of Others' Freedom.
2025-08-20T19:02:22.1266554Z [00:00:57.048]➜  
2025-08-20T19:02:22.1266893Z [00:00:57.048]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T19:02:22.1267396Z [00:00:57.048]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T19:02:22.1267893Z [00:00:57.048]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T19:02:22.1268389Z [00:00:57.048]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T19:02:22.1268909Z [00:00:57.048]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T19:02:22.1269420Z [00:00:57.048]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T19:02:22.1269918Z [00:00:57.048]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T19:02:22.1270404Z [00:00:57.048]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T19:02:22.1270881Z [00:00:57.048]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T19:02:22.1271204Z [00:00:57.048]➜  
2025-08-20T19:02:22.1271476Z [00:00:57.048]➜    13. Use with the GNU Affero General Public License.
2025-08-20T19:02:22.1271762Z [00:00:57.048]➜  
2025-08-20T19:02:22.1272081Z [00:00:57.048]➜    Notwithstanding any other provision of this License, you have
2025-08-20T19:02:22.1272553Z [00:00:57.048]➜  permission to link or combine any covered work with a work licensed
2025-08-20T19:02:22.1273193Z [00:00:57.048]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T19:02:22.1273871Z [00:00:57.048]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T19:02:22.1274356Z [00:00:57.048]➜  License will continue to apply to the part which is the covered work,
2025-08-20T19:02:22.1274853Z [00:00:57.048]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T19:02:22.1275363Z [00:00:57.048]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T19:02:22.1275735Z [00:00:57.048]➜  combination as such.
2025-08-20T19:02:22.1275962Z [00:00:57.048]➜  
2025-08-20T19:02:22.1276203Z [00:00:57.048]➜    14. Revised Versions of this License.
2025-08-20T19:02:22.1276457Z [00:00:57.048]➜  
2025-08-20T19:02:22.1276797Z [00:00:57.048]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T19:02:22.1277315Z [00:00:57.048]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T19:02:22.1277816Z [00:00:57.048]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T19:02:22.1278210Z [00:00:57.048]➜  address new problems or concerns.
2025-08-20T19:02:22.1278464Z [00:00:57.048]➜  
2025-08-20T19:02:22.1278776Z [00:00:57.048]➜    Each version is given a distinguishing version number.  If the
2025-08-20T19:02:22.1279249Z [00:00:57.048]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T19:02:22.1279964Z [00:00:57.048]➜  Public License "or any later version" applies to it, you have the
2025-08-20T19:02:22.1280442Z [00:00:57.048]➜  option of following the terms and conditions either of that numbered
2025-08-20T19:02:22.1280902Z [00:00:57.048]➜  version or of any later version published by the Free Software
2025-08-20T19:02:22.1281362Z [00:00:57.048]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T19:02:22.1281856Z [00:00:57.048]➜  GNU General Public License, you may choose any version ever published
2025-08-20T19:02:22.1282248Z [00:00:57.048]➜  by the Free Software Foundation.
2025-08-20T19:02:22.1282499Z [00:00:57.049]➜  
2025-08-20T19:02:22.1282803Z [00:00:57.049]➜    If the Program specifies that a proxy can decide which future
2025-08-20T19:02:22.1283265Z [00:00:57.049]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T19:02:22.1283931Z [00:00:57.049]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T19:02:22.1284360Z [00:00:57.049]➜  to choose that version for the Program.
2025-08-20T19:02:22.1284619Z [00:00:57.049]➜  
2025-08-20T19:02:22.1284921Z [00:00:57.049]➜    Later license versions may give you additional or different
2025-08-20T19:02:22.1285386Z [00:00:57.049]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T19:02:22.1285869Z [00:00:57.049]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T19:02:22.1286228Z [00:00:57.049]➜  later version.
2025-08-20T19:02:22.1286435Z [00:00:57.049]➜  
2025-08-20T19:02:22.1286652Z [00:00:57.049]➜    15. Disclaimer of Warranty.
2025-08-20T19:02:22.1286895Z [00:00:57.049]➜  
2025-08-20T19:02:22.1287207Z [00:00:57.049]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T19:02:22.1287686Z [00:00:57.049]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T19:02:22.1288202Z [00:00:57.049]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T19:02:22.1288710Z [00:00:57.049]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T19:02:22.1289211Z [00:00:57.049]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T19:02:22.1289721Z [00:00:57.049]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T19:02:22.1290221Z [00:00:57.049]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T19:02:22.1290868Z [00:00:57.049]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T19:02:22.1291217Z [00:00:57.049]➜  
2025-08-20T19:02:22.1291449Z [00:00:57.049]➜    16. Limitation of Liability.
2025-08-20T19:02:22.1291691Z [00:00:57.049]➜  
2025-08-20T19:02:22.1292017Z [00:00:57.049]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T19:02:22.1292517Z [00:00:57.049]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T19:02:22.1293046Z [00:00:57.049]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T19:02:22.1293908Z [00:00:57.049]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T19:02:22.1294481Z [00:00:57.049]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T19:02:22.1294986Z [00:00:57.049]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T19:02:22.1295505Z [00:00:57.049]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T19:02:22.1296004Z [00:00:57.049]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T19:02:22.1296363Z [00:00:57.049]➜  SUCH DAMAGES.
2025-08-20T19:02:22.1296567Z [00:00:57.049]➜  
2025-08-20T19:02:22.1296818Z [00:00:57.049]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T19:02:22.1297084Z [00:00:57.049]➜  
2025-08-20T19:02:22.1297641Z [00:00:57.049]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T19:02:22.1298116Z [00:00:57.049]➜  above cannot be given local legal effect according to their terms,
2025-08-20T19:02:22.1298603Z [00:00:57.049]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T19:02:22.1299082Z [00:00:57.049]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T19:02:22.1299553Z [00:00:57.049]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T19:02:22.1299966Z [00:00:57.049]➜  copy of the Program in return for a fee.
2025-08-20T19:02:22.1300225Z [00:00:57.049]➜  
2025-08-20T19:02:22.1300473Z [00:00:57.049]➜                       END OF TERMS AND CONDITIONS
2025-08-20T19:02:22.1300737Z [00:00:57.049]➜  
2025-08-20T19:02:22.1301010Z [00:00:57.049]➜              How to Apply These Terms to Your New Programs
2025-08-20T19:02:22.1301295Z [00:00:57.049]➜  
2025-08-20T19:02:22.1301610Z [00:00:57.049]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T19:02:22.1302091Z [00:00:57.049]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T19:02:22.1302600Z [00:00:57.049]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T19:02:22.1302958Z [00:00:57.049]➜  
2025-08-20T19:02:22.1303272Z [00:00:57.049]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T19:02:22.1303942Z [00:00:57.049]➜  to attach them to the start of each source file to most effectively
2025-08-20T19:02:22.1304431Z [00:00:57.049]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T19:02:22.1304913Z [00:00:57.049]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T19:02:22.1305246Z [00:00:57.049]➜  
2025-08-20T19:02:22.1305573Z [00:00:57.049]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T19:02:22.1305981Z [00:00:57.049]➜      Copyright (C) <year>  <name of author>
2025-08-20T19:02:22.1306243Z [00:00:57.049]➜  
2025-08-20T19:02:22.1306569Z [00:00:57.049]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T19:02:22.1307050Z [00:00:57.049]➜      it under the terms of the GNU General Public License as published by
2025-08-20T19:02:22.1307525Z [00:00:57.049]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T19:02:22.1307915Z [00:00:57.049]➜      (at your option) any later version.
2025-08-20T19:02:22.1308176Z [00:00:57.049]➜  
2025-08-20T19:02:22.1308721Z [00:00:57.049]➜      This program is distributed in the hope that it will be useful,
2025-08-20T19:02:22.1309258Z [00:00:57.049]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T19:02:22.1309722Z [00:00:57.049]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T19:02:22.1310136Z [00:00:57.049]➜      GNU General Public License for more details.
2025-08-20T19:02:22.1310419Z [00:00:57.049]➜  
2025-08-20T19:02:22.1310737Z [00:00:57.049]➜      You should have received a copy of the GNU General Public License
2025-08-20T19:02:22.1311236Z [00:00:57.049]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T19:02:22.1311576Z [00:00:57.049]➜  
2025-08-20T19:02:22.1311926Z [00:00:57.049]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T19:02:22.1312291Z [00:00:57.049]➜  
2025-08-20T19:02:22.1312618Z [00:00:57.049]➜    If the program does terminal interaction, make it output a short
2025-08-20T19:02:22.1313058Z [00:00:57.049]➜  notice like this when it starts in an interactive mode:
2025-08-20T19:02:22.1313365Z [00:00:57.049]➜  
2025-08-20T19:02:22.1313830Z [00:00:57.049]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T19:02:22.1314298Z [00:00:57.049]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T19:02:22.1315045Z [00:00:57.049]➜      This is free software, and you are welcome to redistribute it
2025-08-20T19:02:22.1315471Z [00:00:57.049]➜      under certain conditions; type `show c' for details.
2025-08-20T19:02:22.1315765Z [00:00:57.049]➜  
2025-08-20T19:02:22.1316170Z [00:00:57.049]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T19:02:22.1316699Z [00:00:57.049]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T19:02:22.1317199Z [00:00:57.049]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T19:02:22.1317555Z [00:00:57.049]➜  
2025-08-20T19:02:22.1317907Z [00:00:57.049]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T19:02:22.1318404Z [00:00:57.049]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T19:02:22.1318902Z [00:00:57.049]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T19:02:22.1319326Z [00:00:57.049]➜  <https://www.gnu.org/licenses/>.
2025-08-20T19:02:22.1319585Z [00:00:57.049]➜  
2025-08-20T19:02:22.1319938Z [00:00:57.049]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T19:02:22.1320460Z [00:00:57.049]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T19:02:22.1320992Z [00:00:57.049]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T19:02:22.1321495Z [00:00:57.049]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T19:02:22.1321975Z [00:00:57.049]➜  Public License instead of this License.  But first, please read
2025-08-20T19:02:22.1322404Z [00:00:57.049]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T19:02:22.1322694Z [00:00:57.049]➜  
2025-08-20T19:02:22.1322874Z [00:00:57.049]➜  
2025-08-20T19:02:22.1323082Z [00:00:57.077]➜  
2025-08-20T19:02:22.1323275Z [00:00:57.077]➜  File: LICENSE
2025-08-20T19:02:22.1323717Z [00:00:57.077]➜    Type: ASCII text
2025-08-20T19:02:22.1324147Z [00:00:57.077]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:02:22.1324706Z [00:00:57.077]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T19:02:22.1325096Z [00:00:57.077]➜    Size: 36K
2025-08-20T19:02:22.1428326Z [00:00:57.088]➜  
2025-08-20T19:02:22.1428645Z [00:00:57.088]➜  File: SBUILD
2025-08-20T19:02:22.1429016Z [00:00:57.088]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T19:02:22.1429787Z [00:00:57.088]➜    B3sum: 363b6df162280f8bc52b89f828f9e2a052eaa03be9a801eb6ff19b2cf81e7647
2025-08-20T19:02:22.1430418Z [00:00:57.088]➜    SHA256sum: 631fc7f331d8b9a76916c34f250ddb18022894369f6b7facec8d8a95529224f8
2025-08-20T19:02:22.1430811Z [00:00:57.088]➜    Size: 8.0K
2025-08-20T19:02:22.1520339Z [00:00:57.097]➜  
2025-08-20T19:02:22.1520663Z [00:00:57.097]➜  File: bin-graph.static.version
2025-08-20T19:02:22.1521017Z [00:00:57.097]➜    Type: ASCII text, with no line terminators
2025-08-20T19:02:22.1521507Z [00:00:57.097]➜    B3sum: 4bdf337f349f62242975255ddb73fb03e331a273e9e8c5cf8f7bbd9fdbdf19f3
2025-08-20T19:02:22.1522071Z [00:00:57.097]➜    SHA256sum: 488316c443ffa4a74f8c431a417fa47445136f2c9887be2a342b9adfc0631155
2025-08-20T19:02:22.1522460Z [00:00:57.097]➜    Size: 4.0K
2025-08-20T19:02:22.1611648Z [00:00:57.106]➜  
2025-08-20T19:02:22.1611928Z [00:00:57.106]➜  File: bin-graph.version
2025-08-20T19:02:22.1612255Z [00:00:57.106]➜    Type: ASCII text, with no line terminators
2025-08-20T19:02:22.1612730Z [00:00:57.106]➜    B3sum: 4bdf337f349f62242975255ddb73fb03e331a273e9e8c5cf8f7bbd9fdbdf19f3
2025-08-20T19:02:22.1613293Z [00:00:57.106]➜    SHA256sum: 488316c443ffa4a74f8c431a417fa47445136f2c9887be2a342b9adfc0631155
2025-08-20T19:02:22.1613852Z [00:00:57.106]➜    Size: 4.0K
2025-08-20T19:02:22.1614525Z [00:00:57.107]➜  
2025-08-20T19:02:22.1620014Z [00:00:57.107]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T19:02:22.1641240Z [00:00:57.109]➜  SBUILD:363b6df162280f8bc52b89f828f9e2a052eaa03be9a801eb6ff19b2cf81e7647
2025-08-20T19:02:22.1641853Z [00:00:57.109]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:02:22.1642482Z [00:00:57.109]➜  bin-graph.static.version:4bdf337f349f62242975255ddb73fb03e331a273e9e8c5cf8f7bbd9fdbdf19f3
2025-08-20T19:02:22.1643129Z [00:00:57.109]➜  bin-graph.version:4bdf337f349f62242975255ddb73fb03e331a273e9e8c5cf8f7bbd9fdbdf19f3
2025-08-20T19:02:22.1664298Z [00:00:57.112]➜  
2025-08-20T19:02:22.1664931Z [00:00:57.112]➜  [+] Signing bin-graph.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T19:02:22.1743895Z [00:00:57.120]➜  
2025-08-20T19:02:22.1744764Z [00:00:57.120]➜  [✓] SuccessFully Built bin-graph.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/bin-graph/static.ppkg.stable.yaml [Wednesday, 2025-08-20 (07:02:22 PM) UTC]
2025-08-20T19:02:22.1745498Z [00:00:57.120]➜  
2025-08-20T19:02:22.1770705Z [00:00:57.122]➜  [+] Total Size: 92K (Includes DUPES+TMPFILES)
2025-08-20T19:02:22.1771255Z [00:00:57.122]➜  [+] LOGPATH='/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.log'
2025-08-20T19:02:22.1784245Z [00:00:57.124]➜  [+] ENVPATH=/tmp/pkgforge/OEZVq6QWy_SBUILD/ENVPATH
2025-08-20T19:02:22.1885044Z 
2025-08-20T19:02:22.1885693Z [+] Sanitizing /tmp/pkgforge/OEZVq6QWy_SBUILD/BUILD.log ==> /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/bin-graph.static.log
2025-08-20T19:02:25.3138208Z 
2025-08-20T19:02:25.3139117Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable]
2025-08-20T19:02:25.3139628Z [+] LOGS (Build Dir): /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:25.3139887Z 
2025-08-20T19:02:25.3181993Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:02:25.3197198Z ./BUILD_ARTIFACTS.tar : 15.46%   (   320 KiB =>   49.5 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:02:25.3211882Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:02:25.3246088Z 
2025-08-20T19:02:25.3246776Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml :: 00(Hr):01(Min):00(Sec)
2025-08-20T19:02:25.3247380Z 
2025-08-20T19:02:25.3259808Z 
2025-08-20T19:02:25.3259983Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:02:25 PM) UTC
2025-08-20T19:02:25.3260219Z 
2025-08-20T19:02:25.4907689Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:02:25.4954000Z ##[group]Run ##Presets
2025-08-20T19:02:25.4954336Z [36;1m##Presets[0m
2025-08-20T19:02:25.4954511Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.4954693Z [36;1m#-------------#[0m
2025-08-20T19:02:25.4954870Z [36;1m##Debug?[0m
2025-08-20T19:02:25.4955087Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:25.4955353Z [36;1m  set -x[0m
2025-08-20T19:02:25.4955532Z [36;1mfi[0m
2025-08-20T19:02:25.4955685Z [36;1m#-------------#[0m
2025-08-20T19:02:25.4955861Z [36;1m##Set ENV[0m
2025-08-20T19:02:25.4956071Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:02:25.4956457Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T19:02:25.4956820Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T19:02:25.4957224Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-"[0m
2025-08-20T19:02:25.4957715Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:02:25.4958112Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.4958535Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.4958848Z [36;1m fi[0m
2025-08-20T19:02:25.4958998Z [36;1m##Push[0m
2025-08-20T19:02:25.4959191Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:02:25.4959771Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:02:25.4960115Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:02:25.4960560Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:02:25.4960975Z [36;1m     ls -sh "/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:02:25.4961285Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:02:25.4961473Z [36;1m       {[0m
2025-08-20T19:02:25.4961640Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:02:25.4961951Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:02:25.4962365Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:02:25.4962769Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:02:25.4963167Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T19:02:25.4964009Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T19:02:25.4964384Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T19:02:25.4964743Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T19:02:25.4965108Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T19:02:25.4965473Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T19:02:25.4965850Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T19:02:25.4966299Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T19:02:25.4966775Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:02:25.4967203Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T19:02:25.4967613Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T19:02:25.4968011Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T19:02:25.4968449Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-bin-graph")[0m
2025-08-20T19:02:25.4968884Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T19:02:25.4969567Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:02:25.4970008Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T19:02:25.4970394Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:02:25.4970868Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:02:25.4971282Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:02:25.4971505Z [36;1m         #Check[0m
2025-08-20T19:02:25.4972027Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T19:02:25.4972700Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:02:25.4973023Z [36;1m            break[0m
2025-08-20T19:02:25.4973206Z [36;1m          else[0m
2025-08-20T19:02:25.4974156Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:02:25.4974573Z [36;1m          fi[0m
2025-08-20T19:02:25.4974770Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:02:25.4974998Z [36;1m        done[0m
2025-08-20T19:02:25.4975164Z [36;1m       }[0m
2025-08-20T19:02:25.4975338Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:02:25.4975780Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:02:25.4976308Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:02:25.4977006Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:02:25.4977386Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:02:25.4977626Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:02:25.4978163Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:02:25.4978834Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:02:25.4979314Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:02:25.4979688Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:02:25.4979894Z [36;1m           fi[0m
2025-08-20T19:02:25.4980061Z [36;1m       fi[0m
2025-08-20T19:02:25.4980220Z [36;1m   fi[0m
2025-08-20T19:02:25.4980373Z [36;1m fi[0m
2025-08-20T19:02:25.4980531Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:02:25.5013350Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.5013735Z env:
2025-08-20T19:02:25.5013892Z   CROSS_COMPILING: NO
2025-08-20T19:02:25.5014091Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:25.5014300Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:25.5014490Z   ON_QEMU: NO
2025-08-20T19:02:25.5014638Z   DEBUG: 0
2025-08-20T19:02:25.5014791Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:25.5014999Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:25.5015275Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:25.5015562Z   KEEP_LOGS: YES
2025-08-20T19:02:25.5015736Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:25.5015925Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:25.5016122Z   SBUILD_REBUILD: false
2025-08-20T19:02:25.5016612Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:25.5017134Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:25.5017323Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:25.5017492Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:25.5017668Z   SYSTMP: /tmp
2025-08-20T19:02:25.5017822Z   GHA_MODE: MATRIX
2025-08-20T19:02:25.5018457Z   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-20T19:02:25.5018968Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:25.5019260Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:25.5019612Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:25.5020059Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:25.5020412Z   PKG_TYPE: static
2025-08-20T19:02:25.5020579Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:25.5020762Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:25.5021361Z   GHCR_TOKEN: ***
2025-08-20T19:02:25.5021630Z   GITHUB_TOKEN: ***
2025-08-20T19:02:25.5021832Z   GITLAB_TOKEN: ***
2025-08-20T19:02:25.5022922Z   MINISIGN_KEY: ***
2025-08-20T19:02:25.5023086Z ##[endgroup]
2025-08-20T19:02:25.5089246Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:02:25.5097449Z 52K	./BUILD_ARTIFACTS.zstd
2025-08-20T19:02:25.5108266Z total 340K
2025-08-20T19:02:25.5108836Z 4.0K CHECKSUM
2025-08-20T19:02:25.5109031Z 4.0K CHECKSUM.sig
2025-08-20T19:02:25.5114457Z  36K LICENSE
2025-08-20T19:02:25.5114664Z 4.0K LICENSE.sig
2025-08-20T19:02:25.5114824Z 8.0K SBUILD
2025-08-20T19:02:25.5114975Z 4.0K SBUILD.sig
2025-08-20T19:02:25.5115134Z 4.0K SBUILD_TEMP
2025-08-20T19:02:25.5115304Z 260K bin-graph.static.log
2025-08-20T19:02:25.5115504Z 4.0K bin-graph.static.version
2025-08-20T19:02:25.5116066Z 4.0K bin-graph.static.version.sig
2025-08-20T19:02:25.5116281Z 4.0K bin-graph.version
2025-08-20T19:02:25.5116466Z 4.0K bin-graph.version.sig
2025-08-20T19:02:25.5141212Z Error: "ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-"
2025-08-20T19:02:25.5147834Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:30.5194614Z Error: "ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-"
2025-08-20T19:02:30.5196115Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:30.5201339Z 
2025-08-20T19:02:30.5201713Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:30.5202107Z 
2025-08-20T19:02:30.5230752Z Error: "ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-"
2025-08-20T19:02:30.5235541Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:30.5266260Z ##[group]Run ##Presets
2025-08-20T19:02:30.5266526Z [36;1m##Presets[0m
2025-08-20T19:02:30.5266692Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:30.5266872Z [36;1m#-------------#[0m
2025-08-20T19:02:30.5267044Z [36;1m##Debug?[0m
2025-08-20T19:02:30.5267254Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:30.5267509Z [36;1m  set -x[0m
2025-08-20T19:02:30.5267666Z [36;1mfi[0m
2025-08-20T19:02:30.5267815Z [36;1m#-------------#[0m
2025-08-20T19:02:30.5268044Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:02:30.5268341Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:30.5299592Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:30.5299803Z env:
2025-08-20T19:02:30.5299956Z   CROSS_COMPILING: NO
2025-08-20T19:02:30.5300146Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:30.5300350Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:30.5300541Z   ON_QEMU: NO
2025-08-20T19:02:30.5300733Z   DEBUG: 0
2025-08-20T19:02:30.5300896Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:30.5301100Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:30.5301376Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:30.5301662Z   KEEP_LOGS: YES
2025-08-20T19:02:30.5301828Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:30.5302018Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:30.5302219Z   SBUILD_REBUILD: false
2025-08-20T19:02:30.5302711Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:30.5303236Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:30.5303570Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:30.5303762Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:30.5303939Z   SYSTMP: /tmp
2025-08-20T19:02:30.5304097Z   GHA_MODE: MATRIX
2025-08-20T19:02:30.5304490Z   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-20T19:02:30.5304972Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:30.5305266Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:30.5305617Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:30.5306066Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:30.5306414Z   PKG_TYPE: static
2025-08-20T19:02:30.5306584Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:30.5306766Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:30.5306948Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:30.5307291Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:30.5307958Z ##[endgroup]
2025-08-20T19:02:30.5428246Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:02:30.5428556Z with:
2025-08-20T19:02:30.5428735Z   name: Bincache_bin-graph_aarch64-Linux
2025-08-20T19:02:30.5429000Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:02:30.5429257Z   compression-level: 0
2025-08-20T19:02:30.5429433Z   retention-days: 30
2025-08-20T19:02:30.5429606Z   overwrite: true
2025-08-20T19:02:30.5429778Z   if-no-files-found: warn
2025-08-20T19:02:30.5429977Z   include-hidden-files: false
2025-08-20T19:02:30.5430169Z env:
2025-08-20T19:02:30.5430315Z   CROSS_COMPILING: NO
2025-08-20T19:02:30.5430499Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:30.5430703Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:30.5430895Z   ON_QEMU: NO
2025-08-20T19:02:30.5431046Z   DEBUG: 0
2025-08-20T19:02:30.5431201Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:30.5431408Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:30.5431685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:30.5432096Z   KEEP_LOGS: YES
2025-08-20T19:02:30.5432269Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:30.5432458Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:30.5432657Z   SBUILD_REBUILD: false
2025-08-20T19:02:30.5433143Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:30.5433841Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:30.5434040Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:30.5434215Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:30.5434390Z   SYSTMP: /tmp
2025-08-20T19:02:30.5434546Z   GHA_MODE: MATRIX
2025-08-20T19:02:30.5434934Z   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-20T19:02:30.5435410Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:30.5435700Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:30.5436070Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:30.5436518Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:30.5436867Z   PKG_TYPE: static
2025-08-20T19:02:30.5437039Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:30.5437223Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:30.5437404Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:30.5437749Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:30.5438134Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:30.5438331Z ##[endgroup]
2025-08-20T19:02:30.7295119Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:02:30.7297092Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:02:30.7297607Z With the provided path, there will be 2 files uploaded
2025-08-20T19:02:31.0402321Z Artifact name is valid!
2025-08-20T19:02:31.0403645Z Root directory input is valid!
2025-08-20T19:02:31.1351299Z Beginning upload of artifact content to blob storage
2025-08-20T19:02:31.8413932Z Uploaded bytes 649499
2025-08-20T19:02:31.9302303Z Finished uploading artifact content to blob storage!
2025-08-20T19:02:31.9303675Z SHA256 digest of uploaded artifact zip is c8db154784f4e84b1eaf05e40f5463731ee2f08c431a6085cd313e4ef08517b7
2025-08-20T19:02:31.9304160Z Finalizing artifact upload
2025-08-20T19:02:32.1533968Z Artifact Bincache_bin-graph_aarch64-Linux.zip successfully finalized. Artifact ID 3812218323
2025-08-20T19:02:32.1534677Z Artifact Bincache_bin-graph_aarch64-Linux has been successfully uploaded! Final size is 649499 bytes. Artifact ID is 3812218323
2025-08-20T19:02:32.1540704Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107518431/artifacts/3812218323
2025-08-20T19:02:32.1691819Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:02:32.1692171Z with:
2025-08-20T19:02:32.1692345Z   subject-name: bin-graph--
2025-08-20T19:02:32.1693304Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:02:32.1694262Z   show-summary: true
2025-08-20T19:02:32.1694452Z   push-to-registry: false
2025-08-20T19:02:32.1694861Z   github-token: ***
2025-08-20T19:02:32.1695040Z env:
2025-08-20T19:02:32.1695194Z   CROSS_COMPILING: NO
2025-08-20T19:02:32.1695383Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:32.1695596Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:32.1695793Z   ON_QEMU: NO
2025-08-20T19:02:32.1695949Z   DEBUG: 0
2025-08-20T19:02:32.1696111Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:32.1696322Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:32.1696658Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:32.1696955Z   KEEP_LOGS: YES
2025-08-20T19:02:32.1697125Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:32.1697325Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:32.1697539Z   SBUILD_REBUILD: false
2025-08-20T19:02:32.1698027Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:32.1698553Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:32.1698751Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:32.1698931Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:32.1699116Z   SYSTMP: /tmp
2025-08-20T19:02:32.1699280Z   GHA_MODE: MATRIX
2025-08-20T19:02:32.1699675Z   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-20T19:02:32.1700159Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:32.1700461Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:32.1700830Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:32.1701284Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:32.1701647Z   PKG_TYPE: static
2025-08-20T19:02:32.1701824Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:32.1702025Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:32.1702216Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:32.1702572Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:32.1702963Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:32.1703169Z ##[endgroup]
2025-08-20T19:02:32.1777819Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:02:32.1778224Z env:
2025-08-20T19:02:32.1778378Z   CROSS_COMPILING: NO
2025-08-20T19:02:32.1778568Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:32.1778779Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:32.1778978Z   ON_QEMU: NO
2025-08-20T19:02:32.1779130Z   DEBUG: 0
2025-08-20T19:02:32.1779301Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:32.1779513Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:32.1779793Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:32.1780096Z   KEEP_LOGS: YES
2025-08-20T19:02:32.1780267Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:32.1780461Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:32.1780663Z   SBUILD_REBUILD: false
2025-08-20T19:02:32.1781157Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:32.1781688Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:32.1781887Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:32.1782065Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:32.1782246Z   SYSTMP: /tmp
2025-08-20T19:02:32.1782408Z   GHA_MODE: MATRIX
2025-08-20T19:02:32.1782809Z   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-20T19:02:32.1783791Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:32.1784148Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:32.1784507Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:32.1785153Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:32.1785513Z   PKG_TYPE: static
2025-08-20T19:02:32.1785685Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:32.1785873Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:32.1786057Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:32.1786407Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:32.1786794Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:32.1787001Z ##[endgroup]
2025-08-20T19:02:33.1164290Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:02:33.1164608Z with:
2025-08-20T19:02:33.1165257Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:02:33.1165957Z   subject-name: bin-graph--
2025-08-20T19:02:33.1166230Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:02:33.1168730Z   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/17107518431/attempts/1"}}}
2025-08-20T19:02:33.1171206Z   push-to-registry: false
2025-08-20T19:02:33.1171402Z   show-summary: true
2025-08-20T19:02:33.1171865Z   github-token: ***
2025-08-20T19:02:33.1172048Z env:
2025-08-20T19:02:33.1172199Z   CROSS_COMPILING: NO
2025-08-20T19:02:33.1172388Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:33.1172603Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:33.1172798Z   ON_QEMU: NO
2025-08-20T19:02:33.1172951Z   DEBUG: 0
2025-08-20T19:02:33.1173119Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:33.1173331Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:33.1173768Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:33.1174065Z   KEEP_LOGS: YES
2025-08-20T19:02:33.1174238Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:33.1174436Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:33.1174642Z   SBUILD_REBUILD: false
2025-08-20T19:02:33.1175142Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:33.1175674Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:33.1175873Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:33.1176063Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:33.1176241Z   SYSTMP: /tmp
2025-08-20T19:02:33.1176406Z   GHA_MODE: MATRIX
2025-08-20T19:02:33.1176805Z   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-20T19:02:33.1177294Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:33.1177600Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:33.1177963Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:33.1178421Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:33.1178781Z   PKG_TYPE: static
2025-08-20T19:02:33.1178986Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:33.1179184Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:33.1179679Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:33.1180050Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:33.1180614Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:33.1180818Z ##[endgroup]
2025-08-20T19:02:34.7546194Z Attestation created for 12 subjects
2025-08-20T19:02:34.7551731Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:02:34.7552182Z -----BEGIN CERTIFICATE-----
2025-08-20T19:02:34.7552503Z MIIG8TCCBnagAwIBAgIUHCM/uRbR+TEOW+GcpNqHJKE4dVQwCgYIKoZIzj0EAwMw
2025-08-20T19:02:34.7552952Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:02:34.7553732Z cm1lZGlhdGUwHhcNMjUwODIwMTkwMjMzWhcNMjUwODIwMTkxMjMzWjAAMFkwEwYH
2025-08-20T19:02:34.7554230Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEVYLH6DPXVoGWqsGL07x80wuH+uTUNeHWYmZQ
2025-08-20T19:02:34.7554671Z rU6nH7Polu5mlCOtxnmBBZaZgYaEjBZ9UHh8qs+/SfWx/TQKnaOCBZUwggWRMA4G
2025-08-20T19:02:34.7555143Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUTa0h
2025-08-20T19:02:34.7555601Z LPFh9FQSAYoYCVodKxmuggEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:02:34.7556058Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:02:34.7556495Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:02:34.7556944Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:02:34.7557380Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:02:34.7557806Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:02:34.7558252Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:02:34.7558708Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:02:34.7559165Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:02:34.7559616Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:02:34.7560065Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:02:34.7560509Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:02:34.7560971Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:02:34.7561418Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:02:34.7561863Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:02:34.7562328Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:02:34.7562791Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:02:34.7563250Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:02:34.7563847Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:02:34.7564302Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:02:34.7564758Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:02:34.7565222Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:02:34.7565683Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:02:34.7566151Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:02:34.7566600Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE4NDMxL2F0
2025-08-20T19:02:34.7567055Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T19:02:34.7567523Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI3IxY
2025-08-20T19:02:34.7568001Z AAAEAwBIMEYCIQCeVK+ISOF/UdPzVT2SOl202FT7ZVOBdYcJUf9VZvX5WAIhAMwL
2025-08-20T19:02:34.7568425Z HBtTYESohMZ7Ldou8Qn+X49C/gsbRCfchQQoJjLYMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T19:02:34.7568868Z MQCibemxmQM0wydyZCSYBpS3E5biqikDZ0gdYcqWYSs7VGUcpTA7kkJq5bMQQaj6
2025-08-20T19:02:34.7569319Z oF4CMQCilbPtv27ZbXErTQLyu35CyCISqIu9orARf98lzNVngOhXjSbUOoAyVYl1
2025-08-20T19:02:34.7569646Z jyy0zXs=
2025-08-20T19:02:34.7569809Z -----END CERTIFICATE-----
2025-08-20T19:02:34.7570278Z 
2025-08-20T19:02:34.7570754Z ##[endgroup]
2025-08-20T19:02:34.7571169Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:02:34.7571760Z https://search.sigstore.dev?logIndex=413932426
2025-08-20T19:02:34.7572146Z [36mAttestation uploaded to repository[39m
2025-08-20T19:02:34.7572455Z https://github.com/pkgforge/bincache/attestations/9868549
2025-08-20T19:02:34.8458240Z ##[group]Run ##Presets
2025-08-20T19:02:34.8458527Z [36;1m##Presets[0m
2025-08-20T19:02:34.8458712Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:34.8458902Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8459083Z [36;1m##Debug?[0m
2025-08-20T19:02:34.8459300Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:34.8459567Z [36;1m  set -x[0m
2025-08-20T19:02:34.8459737Z [36;1mfi[0m
2025-08-20T19:02:34.8459894Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8460174Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:02:34.8460674Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable"[0m
2025-08-20T19:02:34.8461068Z [36;1m exit 1[0m
2025-08-20T19:02:34.8461249Z [36;1mfi[0m
2025-08-20T19:02:34.8492164Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:34.8492382Z env:
2025-08-20T19:02:34.8492535Z   CROSS_COMPILING: NO
2025-08-20T19:02:34.8492780Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:34.8492996Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:34.8493197Z   ON_QEMU: NO
2025-08-20T19:02:34.8493352Z   DEBUG: 0
2025-08-20T19:02:34.8493738Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:34.8493961Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:34.8494257Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:34.8494556Z   KEEP_LOGS: YES
2025-08-20T19:02:34.8494728Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:34.8494930Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:34.8495139Z   SBUILD_REBUILD: false
2025-08-20T19:02:34.8495636Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:34.8496208Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:34.8496420Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:34.8496599Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:34.8496782Z   SYSTMP: /tmp
2025-08-20T19:02:34.8496946Z   GHA_MODE: MATRIX
2025-08-20T19:02:34.8497357Z   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-20T19:02:34.8497842Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8498142Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8498504Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:34.8498961Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:34.8499327Z   PKG_TYPE: static
2025-08-20T19:02:34.8499503Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:34.8499696Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:34.8499881Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:34.8500234Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:34.8500635Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:34.8500844Z ##[endgroup]
2025-08-20T19:02:34.8568345Z ##[group]Run ##Presets
2025-08-20T19:02:34.8568621Z [36;1m##Presets[0m
2025-08-20T19:02:34.8568804Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:34.8568996Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8569181Z [36;1m##Debug?[0m
2025-08-20T19:02:34.8569399Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:34.8569669Z [36;1m  set -x[0m
2025-08-20T19:02:34.8569833Z [36;1mfi[0m
2025-08-20T19:02:34.8569996Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8570224Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:02:34.8570659Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable"[0m
2025-08-20T19:02:34.8571058Z [36;1m exit 1[0m
2025-08-20T19:02:34.8571225Z [36;1mfi[0m
2025-08-20T19:02:34.8597508Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:34.8597729Z env:
2025-08-20T19:02:34.8597891Z   CROSS_COMPILING: NO
2025-08-20T19:02:34.8598136Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:34.8598351Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:34.8598551Z   ON_QEMU: NO
2025-08-20T19:02:34.8598706Z   DEBUG: 0
2025-08-20T19:02:34.8598866Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:34.8599085Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:34.8599378Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:34.8599676Z   KEEP_LOGS: YES
2025-08-20T19:02:34.8599851Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:34.8600047Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:34.8600323Z   SBUILD_REBUILD: false
2025-08-20T19:02:34.8600821Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:34.8601355Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:34.8601565Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:34.8601760Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:34.8601943Z   SYSTMP: /tmp
2025-08-20T19:02:34.8602105Z   GHA_MODE: MATRIX
2025-08-20T19:02:34.8602509Z   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-20T19:02:34.8602996Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8603299Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8603885Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:34.8604349Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:34.8604707Z   PKG_TYPE: static
2025-08-20T19:02:34.8604884Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:34.8605075Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:34.8605263Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:34.8605619Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:34.8606021Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:34.8606225Z ##[endgroup]
2025-08-20T19:02:34.8648258Z 
2025-08-20T19:02:34.8648768Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:34.8659277Z ##[error]Process completed with exit code 1.
2025-08-20T19:02:34.8699062Z ##[group]Run ##Presets
2025-08-20T19:02:34.8699331Z [36;1m##Presets[0m
2025-08-20T19:02:34.8699509Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:34.8699699Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8699887Z [36;1m##Debug?[0m
2025-08-20T19:02:34.8700103Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:34.8700372Z [36;1m  set -x[0m
2025-08-20T19:02:34.8700535Z [36;1mfi[0m
2025-08-20T19:02:34.8700693Z [36;1m#-------------#[0m
2025-08-20T19:02:34.8701005Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:02:34.8701367Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:02:34.8701651Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:02:34.8701893Z [36;1mfi[0m
2025-08-20T19:02:34.8727307Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:34.8727524Z env:
2025-08-20T19:02:34.8727684Z   CROSS_COMPILING: NO
2025-08-20T19:02:34.8727943Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:34.8728162Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:34.8728360Z   ON_QEMU: NO
2025-08-20T19:02:34.8728514Z   DEBUG: 0
2025-08-20T19:02:34.8728673Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:34.8728885Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:34.8729169Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable
2025-08-20T19:02:34.8729468Z   KEEP_LOGS: YES
2025-08-20T19:02:34.8729640Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:34.8729838Z   PKG_FAMILY_LOCAL: bin-graph
2025-08-20T19:02:34.8730044Z   SBUILD_REBUILD: false
2025-08-20T19:02:34.8730537Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bin-graph/static.ppkg.stable.yaml
2025-08-20T19:02:34.8731347Z   BUILD_SYS: docker://ppkg
2025-08-20T19:02:34.8731547Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:34.8731730Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:34.8731913Z   SYSTMP: /tmp
2025-08-20T19:02:34.8732073Z   GHA_MODE: MATRIX
2025-08-20T19:02:34.8732478Z   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-20T19:02:34.8732963Z   INPUT_SBUILD: /tmp/pkgforge/LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8733266Z   BUILD_DIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml
2025-08-20T19:02:34.8733850Z   SBUILD_OUTDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:34.8734311Z   SBUILD_TMPDIR: /tmp/pkgforge/OBft6fT_LgAI3MIk3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:34.8734668Z   PKG_TYPE: static
2025-08-20T19:02:34.8734842Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:34.8735035Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:34.8735223Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:34.8735583Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bin-graph/ppkg/stable/bin-graph-srcbuild-
2025-08-20T19:02:34.8735975Z   UTC_TIME: 2025_08_20T07_02_30_PM
2025-08-20T19:02:34.8736179Z ##[endgroup]
2025-08-20T19:02:34.8788001Z EXITED
2025-08-20T19:02:34.8832933Z Cleaning up orphan processes
