﻿2025-08-20T21:19:09.3348507Z Current runner version: '2.328.0'
2025-08-20T21:19:09.3374237Z ##[group]Runner Image Provisioner
2025-08-20T21:19:09.3375105Z Hosted Compute Agent
2025-08-20T21:19:09.3376116Z Version: 20250818.377
2025-08-20T21:19:09.3376871Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:19:09.3377597Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:19:09.3378710Z ##[endgroup]
2025-08-20T21:19:09.3379300Z ##[group]Operating System
2025-08-20T21:19:09.3379928Z Ubuntu
2025-08-20T21:19:09.3380485Z 24.04.2
2025-08-20T21:19:09.3380977Z LTS
2025-08-20T21:19:09.3381459Z ##[endgroup]
2025-08-20T21:19:09.3382061Z ##[group]Runner Image
2025-08-20T21:19:09.3382676Z Image: ubuntu-24.04
2025-08-20T21:19:09.3383170Z Version: 20250818.1.0
2025-08-20T21:19:09.3384286Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:19:09.3385902Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:19:09.3387052Z ##[endgroup]
2025-08-20T21:19:09.3388552Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:19:09.3390578Z Attestations: write
2025-08-20T21:19:09.3391172Z Contents: write
2025-08-20T21:19:09.3391786Z Metadata: read
2025-08-20T21:19:09.3392376Z Packages: write
2025-08-20T21:19:09.3392910Z ##[endgroup]
2025-08-20T21:19:09.3395234Z Secret source: Actions
2025-08-20T21:19:09.3395999Z Prepare workflow directory
2025-08-20T21:19:09.3759020Z Prepare all required actions
2025-08-20T21:19:09.3800852Z Getting action download info
2025-08-20T21:19:09.8438629Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:19:10.8189756Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:19:11.7601872Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:19:11.8709330Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:19:12.7214418Z Getting action download info
2025-08-20T21:19:12.9461140Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:19:13.6771738Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:19:14.5009001Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/ladder/official)
2025-08-20T21:19:14.5627184Z ##[group]Run ##Presets
2025-08-20T21:19:14.5627639Z [36;1m##Presets[0m
2025-08-20T21:19:14.5627863Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:14.5628344Z [36;1m#-------------#[0m
2025-08-20T21:19:14.5628939Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:19:14.5629323Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:19:14.5629685Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.5630014Z [36;1m  fi[0m
2025-08-20T21:19:14.5630288Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:19:14.5630671Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:19:14.5631020Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.5631300Z [36;1m  fi[0m
2025-08-20T21:19:14.5631555Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:19:14.5631985Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:19:14.5632326Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.5632620Z [36;1m  fi[0m
2025-08-20T21:19:14.5633054Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:19:14.5633525Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:19:14.5634249Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:19:14.5634720Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:19:14.5635176Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.5635552Z [36;1m     else[0m
2025-08-20T21:19:14.5635996Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.5636376Z [36;1m     fi[0m
2025-08-20T21:19:14.5636686Z [36;1m  fi[0m
2025-08-20T21:19:14.5636982Z [36;1mfi[0m
2025-08-20T21:19:14.5715837Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:14.5716755Z env:
2025-08-20T21:19:14.5717726Z   GH_TOKEN: ***
2025-08-20T21:19:14.5718577Z ##[endgroup]
2025-08-20T21:19:14.6016702Z ##[group]Run ##Presets
2025-08-20T21:19:14.6017224Z [36;1m##Presets[0m
2025-08-20T21:19:14.6017616Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:14.6017919Z [36;1m#-------------#[0m
2025-08-20T21:19:14.6018559Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:19:14.6019177Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:19:14.6019764Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:19:14.6020306Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:19:14.6020795Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:19:14.6083456Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:19:14.6084093Z [36;1m  exit 1[0m
2025-08-20T21:19:14.6084391Z [36;1mfi[0m
2025-08-20T21:19:14.6123589Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:14.6123844Z env:
2025-08-20T21:19:14.6124223Z   RO_GHTOKEN: ***
2025-08-20T21:19:14.6124466Z   RO_GLTOKEN: ***
2025-08-20T21:19:14.6125660Z   MINISIGN_KEY: ***
2025-08-20T21:19:14.6125868Z ##[endgroup]
2025-08-20T21:19:14.6259750Z ##[group]Run ##Presets
2025-08-20T21:19:14.6260106Z [36;1m##Presets[0m
2025-08-20T21:19:14.6260314Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:14.6260524Z [36;1m#-------------#[0m
2025-08-20T21:19:14.6260735Z [36;1m##Host Triplet[0m
2025-08-20T21:19:14.6261017Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:19:14.6261344Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:19:14.6261659Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:19:14.6261963Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:19:14.6262250Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:19:14.6262588Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:19:14.6262913Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:19:14.6263225Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:19:14.6263487Z [36;1m   fi[0m
2025-08-20T21:19:14.6263778Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:19:14.6264113Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:19:14.6264416Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:19:14.6264744Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:19:14.6265023Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:19:14.6265241Z [36;1m fi[0m
2025-08-20T21:19:14.6265506Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6265886Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6266259Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6266607Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6266878Z [36;1m##Debug[0m
2025-08-20T21:19:14.6267082Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:19:14.6267340Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:19:14.6267562Z [36;1m else[0m
2025-08-20T21:19:14.6267758Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:19:14.6268372Z [36;1m fi[0m
2025-08-20T21:19:14.6268597Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6268877Z [36;1m##Docker Platform[0m
2025-08-20T21:19:14.6269160Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:19:14.6269476Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:19:14.6269805Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:19:14.6270143Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:19:14.6270460Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:19:14.6270779Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:19:14.6271089Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:19:14.6271405Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:19:14.6271652Z [36;1m fi[0m
2025-08-20T21:19:14.6271934Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6272354Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6272676Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:19:14.6273146Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ladder/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:19:14.6273647Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:19:14.6273952Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6274250Z [36;1m##Logs[0m
2025-08-20T21:19:14.6274472Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:19:14.6274735Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:19:14.6274964Z [36;1m else[0m
2025-08-20T21:19:14.6275161Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:19:14.6275414Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:19:14.6275656Z [36;1m fi[0m
2025-08-20T21:19:14.6276061Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6276445Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6276789Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:19:14.6277139Z [36;1m PKG_FAMILY_LOCAL="$(echo "ladder" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:19:14.6277517Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:19:14.6277835Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6278328Z [36;1m##Rebuild[0m
2025-08-20T21:19:14.6278554Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:19:14.6278828Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:19:14.6279080Z [36;1m else[0m
2025-08-20T21:19:14.6279284Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:19:14.6279529Z [36;1m fi[0m
2025-08-20T21:19:14.6279785Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6280095Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:19:14.6280507Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:19:14.6281045Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:19:14.6281850Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:19:14.6282561Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:19:14.6282919Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:19:14.6283371Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:19:14.6283798Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:19:14.6284159Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6284440Z [36;1m    exit 1[0m
2025-08-20T21:19:14.6284636Z [36;1m   else[0m
2025-08-20T21:19:14.6284831Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:19:14.6285286Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6285615Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:19:14.6285931Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:19:14.6286271Z [36;1m      #check if supported[0m
2025-08-20T21:19:14.6286638Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:19:14.6287151Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:19:14.6287567Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:19:14.6287883Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6288409Z [36;1m         exit 1[0m
2025-08-20T21:19:14.6288618Z [36;1m       fi[0m
2025-08-20T21:19:14.6288827Z [36;1m      #get build system[0m
2025-08-20T21:19:14.6289205Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:19:14.6289584Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:19:14.6289855Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6290202Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:19:14.6290530Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6290838Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6291163Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:19:14.6291494Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6291806Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:14.6292071Z [36;1m       fi[0m
2025-08-20T21:19:14.6292397Z [36;1m     fi[0m
2025-08-20T21:19:14.6292582Z [36;1m   fi[0m
2025-08-20T21:19:14.6292784Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:19:14.6327045Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:14.6327298Z ##[endgroup]
2025-08-20T21:19:15.4228019Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:19:15.4229009Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:19:15.4229235Z 
2025-08-20T21:19:15.7033384Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:19:15.7034242Z 100  3899  100  3899    0     0  13805      0 --:--:-- --:--:-- --:--:-- 13826
2025-08-20T21:19:15.7055142Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:19:15.7295364Z ##[group]Run ##Presets
2025-08-20T21:19:15.7295671Z [36;1m##Presets[0m
2025-08-20T21:19:15.7295875Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:15.7296085Z [36;1m#-------------#[0m
2025-08-20T21:19:15.7296285Z [36;1m##Debug?[0m
2025-08-20T21:19:15.7296558Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:15.7296868Z [36;1m  set -x[0m
2025-08-20T21:19:15.7297052Z [36;1mfi[0m
2025-08-20T21:19:15.7297242Z [36;1m#-------------#[0m
2025-08-20T21:19:15.7297458Z [36;1m##CoreUtils[0m
2025-08-20T21:19:15.7297665Z [36;1msudo apt update -y[0m
2025-08-20T21:19:15.7298013Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:19:15.7299304Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:19:15.7300227Z [36;1m##tmp[0m
2025-08-20T21:19:15.7300511Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:19:15.7300837Z [36;1m#GH ENV[0m
2025-08-20T21:19:15.7301073Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:15.7301571Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:15.7301840Z [36;1m#-------------#[0m
2025-08-20T21:19:15.7302073Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:19:15.7302320Z [36;1msudo apt update -y[0m
2025-08-20T21:19:15.7302578Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:19:15.7302833Z [36;1m##Setup Minisign[0m
2025-08-20T21:19:15.7303086Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:19:15.7303520Z [36;1mecho "***[0m
2025-08-20T21:19:15.7304789Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:19:15.7305072Z [36;1m##User-Agent[0m
2025-08-20T21:19:15.7305807Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:19:15.7306602Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:15.7345585Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:15.7345843Z env:
2025-08-20T21:19:15.7346030Z   CROSS_COMPILING: NO
2025-08-20T21:19:15.7346245Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:15.7346479Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:15.7346744Z   ON_QEMU: NO
2025-08-20T21:19:15.7346934Z   DEBUG: 0
2025-08-20T21:19:15.7347118Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:15.7347348Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:15.7347636Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:19:15.7347949Z   KEEP_LOGS: YES
2025-08-20T21:19:15.7348362Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:15.7348596Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:19:15.7348820Z   SBUILD_REBUILD: false
2025-08-20T21:19:15.7349372Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:19:15.7349963Z   BUILD_SYS: docker://go
2025-08-20T21:19:15.7350184Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:15.7350382Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:15.7350586Z ##[endgroup]
2025-08-20T21:19:15.7505726Z 
2025-08-20T21:19:15.7506164Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:15.7506664Z 
2025-08-20T21:19:15.8091417Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:15.8530851Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:15.8542903Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:19:15.8613620Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:19:15.8628281Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:15.8640232Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:19:15.8707966Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:19:15.9944408Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:19:16.0085025Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:19:16.0110758Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:19:16.0130240Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:19:16.0193927Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:19:16.0231577Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:19:16.0252601Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:19:16.0359276Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:19:16.0385847Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:19:16.0394149Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:19:16.1008364Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:19:16.1020802Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:19:16.1030530Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:19:16.1035994Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:19:16.1632470Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:19:16.1705360Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:19:16.1728713Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:19:16.1735922Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:19:16.1793452Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:19:16.1819952Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:19:16.1827854Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:19:16.1929547Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:19:16.1975436Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:19:16.1988556Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:19:16.2223414Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:19:16.2282122Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:19:16.2440593Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:19:20.4127463Z Fetched 10.6 MB in 1s (8288 kB/s)
2025-08-20T21:19:21.2219305Z Reading package lists...
2025-08-20T21:19:21.4432678Z Building dependency tree...
2025-08-20T21:19:21.4439689Z Reading state information...
2025-08-20T21:19:21.4651204Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:21.4766339Z 
2025-08-20T21:19:21.4767087Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:21.4767492Z 
2025-08-20T21:19:21.4902364Z Reading package lists...
2025-08-20T21:19:21.6789276Z Building dependency tree...
2025-08-20T21:19:21.6797416Z Reading state information...
2025-08-20T21:19:21.8910206Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:19:21.8910752Z bc set to manually installed.
2025-08-20T21:19:21.8911221Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:19:21.8911804Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:19:21.8912354Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:19:21.8912902Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:19:21.8913450Z The following additional packages will be installed:
2025-08-20T21:19:21.8914767Z   libtime-duration-perl
2025-08-20T21:19:21.9295840Z The following NEW packages will be installed:
2025-08-20T21:19:21.9311191Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:19:21.9535308Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:19:21.9789352Z Need to get 616 kB of archives.
2025-08-20T21:19:21.9790054Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:19:21.9790749Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:22.0605361Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:19:22.1259662Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:19:22.1907836Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:19:22.2553733Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:19:22.6086966Z Fetched 616 kB in 0s (1744 kB/s)
2025-08-20T21:19:22.6342489Z Selecting previously unselected package fdupes.
2025-08-20T21:19:22.6556880Z (Reading database ... 
2025-08-20T21:19:22.6557265Z (Reading database ... 5%
2025-08-20T21:19:22.6557575Z (Reading database ... 10%
2025-08-20T21:19:22.6557893Z (Reading database ... 15%
2025-08-20T21:19:22.6558475Z (Reading database ... 20%
2025-08-20T21:19:22.6558847Z (Reading database ... 25%
2025-08-20T21:19:22.6559180Z (Reading database ... 30%
2025-08-20T21:19:22.6559477Z (Reading database ... 35%
2025-08-20T21:19:22.6559772Z (Reading database ... 40%
2025-08-20T21:19:22.6560078Z (Reading database ... 45%
2025-08-20T21:19:22.6560372Z (Reading database ... 50%
2025-08-20T21:19:22.6666775Z (Reading database ... 55%
2025-08-20T21:19:22.6951600Z (Reading database ... 60%
2025-08-20T21:19:22.7138066Z (Reading database ... 65%
2025-08-20T21:19:22.7331139Z (Reading database ... 70%
2025-08-20T21:19:22.7514783Z (Reading database ... 75%
2025-08-20T21:19:22.7768785Z (Reading database ... 80%
2025-08-20T21:19:22.8218361Z (Reading database ... 85%
2025-08-20T21:19:22.8617467Z (Reading database ... 90%
2025-08-20T21:19:22.9254262Z (Reading database ... 95%
2025-08-20T21:19:22.9254858Z (Reading database ... 100%
2025-08-20T21:19:22.9255371Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:19:22.9300362Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:19:22.9324860Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:22.9574169Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:19:22.9728598Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:19:22.9739963Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:22.9976752Z Selecting previously unselected package moreutils.
2025-08-20T21:19:23.0120920Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:19:23.0132786Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:19:23.0498388Z Selecting previously unselected package dos2unix.
2025-08-20T21:19:23.0642268Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:19:23.0653284Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:19:23.1839913Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:23.1886717Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:23.1915558Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:19:23.1946744Z Setting up moreutils (0.69-1) ...
2025-08-20T21:19:23.1979809Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:19:31.7223004Z 
2025-08-20T21:19:31.7223510Z Running kernel seems to be up-to-date.
2025-08-20T21:19:31.7223827Z 
2025-08-20T21:19:31.7223941Z Restarting services...
2025-08-20T21:19:31.7294653Z 
2025-08-20T21:19:31.7294994Z Service restarts being deferred:
2025-08-20T21:19:31.7296598Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:19:31.7296973Z 
2025-08-20T21:19:31.7297179Z No containers need to be restarted.
2025-08-20T21:19:31.7297624Z 
2025-08-20T21:19:31.7297821Z No user sessions are running outdated binaries.
2025-08-20T21:19:31.7298329Z 
2025-08-20T21:19:31.7298651Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:19:32.7436530Z Reading package lists...
2025-08-20T21:19:32.9211910Z Building dependency tree...
2025-08-20T21:19:32.9219921Z Reading state information...
2025-08-20T21:19:33.0742329Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:19:33.0742986Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:19:33.0743408Z apt-utils set to manually installed.
2025-08-20T21:19:33.0744305Z ca-certificates is already the newest version (20240203).
2025-08-20T21:19:33.0744817Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:19:33.0745283Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:19:33.0745759Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:19:33.0746253Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:19:33.0746724Z moreutils is already the newest version (0.69-1).
2025-08-20T21:19:33.0747236Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:19:33.0747765Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:19:33.0748777Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:19:33.0749264Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:19:33.0749676Z tmux set to manually installed.
2025-08-20T21:19:33.0750104Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:19:33.0750608Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:19:33.0751094Z The following additional packages will be installed:
2025-08-20T21:19:33.0751542Z   python3-software-properties
2025-08-20T21:19:33.0753402Z Recommended packages:
2025-08-20T21:19:33.0753809Z   unattended-upgrades
2025-08-20T21:19:33.1103865Z The following NEW packages will be installed:
2025-08-20T21:19:33.1104491Z   rename
2025-08-20T21:19:33.1117143Z The following packages will be upgraded:
2025-08-20T21:19:33.1118282Z   python3-software-properties software-properties-common
2025-08-20T21:19:33.1335224Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:19:33.1615314Z Need to get 64.7 kB of archives.
2025-08-20T21:19:33.1615779Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:19:33.1616209Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:33.2461785Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:19:33.3101789Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:19:33.3773338Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:19:33.6227934Z Fetched 64.7 kB in 0s (282 kB/s)
2025-08-20T21:19:33.6481563Z (Reading database ... 
2025-08-20T21:19:33.6482079Z (Reading database ... 5%
2025-08-20T21:19:33.6482513Z (Reading database ... 10%
2025-08-20T21:19:33.6482859Z (Reading database ... 15%
2025-08-20T21:19:33.6483136Z (Reading database ... 20%
2025-08-20T21:19:33.6483411Z (Reading database ... 25%
2025-08-20T21:19:33.6483678Z (Reading database ... 30%
2025-08-20T21:19:33.6484231Z (Reading database ... 35%
2025-08-20T21:19:33.6484503Z (Reading database ... 40%
2025-08-20T21:19:33.6484769Z (Reading database ... 45%
2025-08-20T21:19:33.6485030Z (Reading database ... 50%
2025-08-20T21:19:33.6578693Z (Reading database ... 55%
2025-08-20T21:19:33.6617314Z (Reading database ... 60%
2025-08-20T21:19:33.6641423Z (Reading database ... 65%
2025-08-20T21:19:33.6681047Z (Reading database ... 70%
2025-08-20T21:19:33.6710019Z (Reading database ... 75%
2025-08-20T21:19:33.6745535Z (Reading database ... 80%
2025-08-20T21:19:33.6913731Z (Reading database ... 85%
2025-08-20T21:19:33.7018607Z (Reading database ... 90%
2025-08-20T21:19:33.7353392Z (Reading database ... 95%
2025-08-20T21:19:33.7353735Z (Reading database ... 100%
2025-08-20T21:19:33.7354152Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:19:33.7400933Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:19:33.8475366Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:19:33.9442447Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:19:34.0140916Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:19:34.0404165Z Selecting previously unselected package rename.
2025-08-20T21:19:34.0546076Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:19:34.0556403Z Unpacking rename (2.02-1) ...
2025-08-20T21:19:34.0996281Z Setting up rename (2.02-1) ...
2025-08-20T21:19:34.1058651Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:19:34.1079479Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:19:34.2223852Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:19:34.3305211Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:19:38.5389409Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:19:40.2676716Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:40.2962757Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:40.2976807Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:19:40.2983741Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:19:40.2990241Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:19:40.3033490Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:40.3060851Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:19:41.5347574Z Reading package lists...
2025-08-20T21:19:41.7339945Z Building dependency tree...
2025-08-20T21:19:41.7346602Z Reading state information...
2025-08-20T21:19:41.7499946Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:41.7650240Z 
2025-08-20T21:19:41.7651003Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:41.7651538Z 
2025-08-20T21:19:41.8073223Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:41.8319052Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:41.8332192Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:19:41.8340230Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:19:41.8343073Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:19:41.8449450Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:41.8486163Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:19:43.0146497Z Reading package lists...
2025-08-20T21:19:43.1754284Z Building dependency tree...
2025-08-20T21:19:43.1761714Z Reading state information...
2025-08-20T21:19:43.2028585Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:43.2143161Z 
2025-08-20T21:19:43.2144416Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:43.2144782Z 
2025-08-20T21:19:43.2275718Z Reading package lists...
2025-08-20T21:19:43.4578780Z Building dependency tree...
2025-08-20T21:19:43.4587100Z Reading state information...
2025-08-20T21:19:43.6300321Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:19:43.6693025Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:19:43.6988625Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:19:43.8541909Z ##[group]Run ##Presets
2025-08-20T21:19:43.8542198Z [36;1m##Presets[0m
2025-08-20T21:19:43.8542398Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:43.8542616Z [36;1m#-------------#[0m
2025-08-20T21:19:43.8542821Z [36;1m##Debug?[0m
2025-08-20T21:19:43.8543073Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:43.8543381Z [36;1m  set -x[0m
2025-08-20T21:19:43.8543565Z [36;1mfi[0m
2025-08-20T21:19:43.8543751Z [36;1m#-------------#[0m
2025-08-20T21:19:43.8544201Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:19:43.8544810Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:19:43.8545396Z [36;1msudo service procps restart[0m
2025-08-20T21:19:43.8545665Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:19:43.8585959Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:43.8586208Z env:
2025-08-20T21:19:43.8586458Z   CROSS_COMPILING: NO
2025-08-20T21:19:43.8586676Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:43.8586911Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:43.8587127Z   ON_QEMU: NO
2025-08-20T21:19:43.8587302Z   DEBUG: 0
2025-08-20T21:19:43.8607745Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:43.8608023Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:43.8608601Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:19:43.8608923Z   KEEP_LOGS: YES
2025-08-20T21:19:43.8609128Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:43.8609353Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:19:43.8609589Z   SBUILD_REBUILD: false
2025-08-20T21:19:43.8610144Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:19:43.8610739Z   BUILD_SYS: docker://go
2025-08-20T21:19:43.8610952Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:43.8611150Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:43.8611344Z   SYSTMP: /tmp
2025-08-20T21:19:43.8611531Z   GHA_MODE: MATRIX
2025-08-20T21:19:43.8611971Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:19:43.8612445Z ##[endgroup]
2025-08-20T21:19:43.8752213Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:19:43.8836912Z 0
2025-08-20T21:19:43.9200812Z vm.max_map_count = 262144
2025-08-20T21:19:43.9201158Z fs.inotify.max_user_watches = 655360
2025-08-20T21:19:43.9201468Z fs.inotify.max_user_instances = 1280
2025-08-20T21:19:43.9201898Z vm.mmap_rnd_bits = 28
2025-08-20T21:19:43.9275939Z ##[group]Run ##Presets
2025-08-20T21:19:43.9276261Z [36;1m##Presets[0m
2025-08-20T21:19:43.9276464Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:43.9276701Z [36;1m#-------------#[0m
2025-08-20T21:19:43.9276904Z [36;1m##Debug?[0m
2025-08-20T21:19:43.9277163Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:43.9277455Z [36;1m  set -x[0m
2025-08-20T21:19:43.9277627Z [36;1mfi[0m
2025-08-20T21:19:43.9277806Z [36;1m#-------------#[0m
2025-08-20T21:19:43.9278004Z [36;1m##Main[0m
2025-08-20T21:19:43.9278480Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:19:43.9279135Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:19:43.9279875Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:19:43.9280255Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:19:43.9280542Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:19:43.9280799Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:19:43.9281100Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:19:43.9281423Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:19:43.9281725Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:19:43.9282038Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:19:43.9282331Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:19:43.9282665Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:19:43.9283035Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:19:43.9283313Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:19:43.9283577Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:19:43.9283855Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:19:43.9284144Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:19:43.9284422Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:19:43.9284697Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:19:43.9285191Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:19:43.9285502Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:19:43.9285798Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:19:43.9286107Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:19:43.9286414Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:19:43.9286712Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:19:43.9287010Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:19:43.9287282Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:19:43.9287626Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:19:43.9288078Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:19:43.9288758Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:19:43.9289239Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:19:43.9289592Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:19:43.9289951Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:19:43.9290589Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:19:43.9291384Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:19:43.9291920Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:43.9292193Z [36;1m else[0m
2025-08-20T21:19:43.9292677Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:19:43.9293055Z [36;1m fi[0m
2025-08-20T21:19:43.9293303Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:19:43.9293721Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:19:43.9294154Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9294550Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9294951Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9295350Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9295755Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9296164Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9296583Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:43.9297005Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:19:43.9297320Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:19:43.9337078Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:43.9337316Z env:
2025-08-20T21:19:43.9337497Z   CROSS_COMPILING: NO
2025-08-20T21:19:43.9337710Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:43.9337945Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:43.9338386Z   ON_QEMU: NO
2025-08-20T21:19:43.9338566Z   DEBUG: 0
2025-08-20T21:19:43.9338748Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:43.9338977Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:43.9339274Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:19:43.9339581Z   KEEP_LOGS: YES
2025-08-20T21:19:43.9339775Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:43.9339992Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:19:43.9340197Z   SBUILD_REBUILD: false
2025-08-20T21:19:43.9340744Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:19:43.9341315Z   BUILD_SYS: docker://go
2025-08-20T21:19:43.9341759Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:43.9341965Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:43.9342163Z   SYSTMP: /tmp
2025-08-20T21:19:43.9342350Z   GHA_MODE: MATRIX
2025-08-20T21:19:43.9342793Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:19:43.9343880Z   GHCR_TOKEN: ***
2025-08-20T21:19:43.9344184Z   GITHUB_TOKEN: ***
2025-08-20T21:19:43.9344459Z   GITLAB_TOKEN: ***
2025-08-20T21:19:43.9345568Z   MINISIGN_KEY: ***
2025-08-20T21:19:43.9345763Z ##[endgroup]
2025-08-20T21:19:44.1165772Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:19:44.2908967Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:19:44.2910138Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:19:44.2910513Z 
2025-08-20T21:19:44.3329764Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:19:44.3330454Z 100  3899  100  3899    0     0  92434      0 --:--:-- --:--:-- --:--:-- 92833
2025-08-20T21:19:44.3345755Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:19:44.3437517Z 
2025-08-20T21:19:44.3438257Z [+] Building [/tmp/tmp.drDirnn3vy/SBUILD_INPUT] Locally
2025-08-20T21:19:44.3438663Z 
2025-08-20T21:19:44.3452785Z '/tmp/tmp.drDirnn3vy/SBUILD_INPUT' -> '/tmp/pkgforge/1dxpCTVa5_build.yaml'
2025-08-20T21:19:44.5322688Z 
2025-08-20T21:19:44.5323150Z [+] Passwordless sudo is Configured
2025-08-20T21:19:44.7203732Z 
2025-08-20T21:19:44.7216563Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:19:44.7216859Z 
2025-08-20T21:19:44.7685185Z 
2025-08-20T21:19:44.7686524Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:19:44.7687109Z 
2025-08-20T21:19:44.7687114Z 
2025-08-20T21:19:44.7687359Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:19:44.7687696Z 
2025-08-20T21:19:44.7866400Z [+] Installing: 7z -> 7z
2025-08-20T21:19:45.4097012Z [+] Installing: actionlint -> actionlint
2025-08-20T21:19:46.0821007Z [+] Installing: anew -> anew
2025-08-20T21:19:46.7421446Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:19:47.0425304Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:19:47.2785360Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:19:47.5197586Z [+] Installing: archey -> archey
2025-08-20T21:19:47.8455948Z [+] Installing: aria2 -> aria2c
2025-08-20T21:19:48.1384242Z [+] Installing: askalono -> askalono
2025-08-20T21:19:48.4190890Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:19:48.8112491Z [+] Installing: b3sum -> b3sum
2025-08-20T21:19:49.1898400Z [+] Installing: bita -> bita
2025-08-20T21:19:49.8970034Z [+] Installing: btop -> btop
2025-08-20T21:19:50.5678043Z [+] Installing: chafa -> chafa
2025-08-20T21:19:50.8889191Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:19:51.6330772Z [+] Installing: croc -> croc
2025-08-20T21:19:52.3525531Z [+] Installing: csvtk -> csvtk
2025-08-20T21:19:52.6955841Z [+] Installing: cutlines -> cutlines
2025-08-20T21:19:52.9577103Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:52.9623274Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:19:52.9624106Z [+] Installing: dbin -> dbin
2025-08-20T21:19:53.2811936Z [+] Installing: dasel -> dasel
2025-08-20T21:19:53.9778623Z [+] Installing: delta -> delta
2025-08-20T21:19:54.6293381Z [+] Installing: ds -> ds
2025-08-20T21:19:54.8418473Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:54.8461772Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:19:54.8463094Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:19:55.4487397Z [+] Installing: duf -> duf
2025-08-20T21:19:55.7135559Z [+] Installing: duplicut -> duplicut
2025-08-20T21:19:55.9922605Z [+] Installing: dust -> dust
2025-08-20T21:19:56.2421832Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:19:56.5291420Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:19:57.0959329Z [+] Installing: dysk -> dysk
2025-08-20T21:19:57.7705142Z [+] Installing: eget -> eget
2025-08-20T21:19:58.4514719Z [+] Installing: epoch -> epoch
2025-08-20T21:19:59.0916824Z [+] Installing: faketty -> faketty
2025-08-20T21:19:59.3453370Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:19:59.6102313Z [+] Installing: freeze -> freeze
2025-08-20T21:19:59.9306479Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:20:00.1762994Z [+] Installing: gdu -> gdu
2025-08-20T21:20:00.9002728Z [+] Installing: gh -> gh
2025-08-20T21:20:01.3681634Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:20:02.1176278Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:20:02.4339291Z [+] Installing: glab -> glab
2025-08-20T21:20:02.8639876Z [+] Installing: glow -> glow
2025-08-20T21:20:03.1845054Z [+] Installing: httpx -> httpx
2025-08-20T21:20:03.9450455Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:20:04.6869111Z [+] Installing: husarnet -> husarnet
2025-08-20T21:20:05.2793683Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:05.2839744Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:20:05.2840786Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:20:05.8575565Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:05.8620389Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:20:05.8621157Z [+] Installing: imgcat -> imgcat
2025-08-20T21:20:06.5184465Z [+] Installing: jc -> jc
2025-08-20T21:20:06.8657162Z [+] Installing: jq -> jq
2025-08-20T21:20:07.5422807Z [+] Installing: logdy -> logdy
2025-08-20T21:20:08.3138495Z [+] Installing: micro -> micro
2025-08-20T21:20:08.6376294Z [+] Installing: miniserve -> miniserve
2025-08-20T21:20:09.3214321Z [+] Installing: minisign -> minisign
2025-08-20T21:20:09.5745830Z [+] Installing: ncdu -> ncdu
2025-08-20T21:20:10.1832428Z [+] Installing: notify -> notify
2025-08-20T21:20:10.8887490Z [+] Installing: ouch -> ouch
2025-08-20T21:20:11.5622087Z [+] Installing: oras -> oras
2025-08-20T21:20:11.8607557Z [+] Installing: pipetty -> pipetty
2025-08-20T21:20:12.1083694Z [+] Installing: pixterm -> pixterm
2025-08-20T21:20:12.3772440Z [+] Installing: qsv -> qsv
2025-08-20T21:20:12.7157792Z [+] Installing: rclone -> rclone
2025-08-20T21:20:13.1580628Z [+] Installing: ripgrep -> rg
2025-08-20T21:20:13.4356260Z [+] Installing: rga -> rga
2025-08-20T21:20:14.1141394Z [+] Installing: rsync -> rsync
2025-08-20T21:20:14.7833711Z [+] Installing: script -> script
2025-08-20T21:20:15.4397308Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:20:15.7540945Z [+] Installing: soar -> soar
2025-08-20T21:20:16.4202876Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:20:17.0905990Z [+] Installing: sstrip -> sstrip
2025-08-20T21:20:17.3423612Z [+] Installing: strace -> strace
2025-08-20T21:20:17.6131049Z [+] Installing: sttr -> sttr
2025-08-20T21:20:18.3924612Z [+] Installing: tailscale -> tailscale
2025-08-20T21:20:19.0868893Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:20:19.8069592Z [+] Installing: taplo -> taplo
2025-08-20T21:20:20.4612896Z [+] Installing: tldr -> tldr
2025-08-20T21:20:20.7632523Z [+] Installing: tldr -> tealdeer
2025-08-20T21:20:21.3569959Z [+] Installing: tmux -> tmux
2025-08-20T21:20:22.0162589Z [+] Installing: tok -> tok
2025-08-20T21:20:22.7007166Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:20:23.4287371Z [+] Installing: trurl -> trurl
2025-08-20T21:20:23.7315588Z [+] Installing: tss -> tss
2025-08-20T21:20:24.4536341Z [+] Installing: ulexec -> ulexec
2025-08-20T21:20:25.1275842Z [+] Installing: unfurl -> unfurl
2025-08-20T21:20:25.9108335Z [+] Installing: upx -> upx
2025-08-20T21:20:26.5219491Z [+] Installing: validtoml -> validtoml
2025-08-20T21:20:27.2717836Z [+] Installing: wget -> wget
2025-08-20T21:20:27.6847444Z [+] Installing: wget2 -> wget2
2025-08-20T21:20:28.3304785Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:20:29.0169022Z [+] Installing: xq -> xq
2025-08-20T21:20:29.3705844Z [+] Installing: xz -> xz
2025-08-20T21:20:29.9755829Z [+] Installing: unxz -> unxz
2025-08-20T21:20:30.2093586Z [+] Installing: yq -> yq
2025-08-20T21:20:30.4152061Z [+] Installing: yj -> yj
2025-08-20T21:20:31.0758919Z [+] Installing: zapper -> zapper
2025-08-20T21:20:31.6815358Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:20:31.9199503Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:20:32.4982008Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:32.5029577Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:20:32.5030458Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:20:33.0939269Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:33.0984496Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:20:33.0985313Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:20:33.3054838Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:33.3099913Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:20:33.3101669Z [+] Installing: zstd -> zstd
2025-08-20T21:20:33.9379090Z [+] Creating symlinks...
2025-08-20T21:20:33.9475795Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:20:33.9575691Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:20:33.9672922Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:20:33.9770506Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:20:33.9865308Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:20:33.9964486Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:20:34.0061483Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:20:34.0158630Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:20:34.0255081Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:20:34.0353283Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:20:34.0448754Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:20:34.0543862Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:20:34.0640006Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:20:34.0735547Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:20:34.0830318Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:20:34.0924835Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:20:34.1020001Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:20:34.1057087Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:20:34.1142773Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:20:34.1236122Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:20:34.1330824Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:20:34.1367111Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:20:34.1453421Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:20:34.1548659Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:20:34.1642935Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:20:34.1736262Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:20:34.1830338Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:20:34.1924804Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:20:34.2019128Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:20:34.2130273Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:20:34.2239097Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:20:34.2347221Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:20:34.2454227Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:20:34.2557607Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:20:34.2661031Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:20:34.2785147Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:20:34.2902877Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:20:34.3018718Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:20:34.3133532Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:20:34.3252149Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:20:34.3370511Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:20:34.3483823Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:20:34.3595457Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:20:34.3705374Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:20:34.3746828Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:20:34.3776750Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:20:34.3875550Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:20:34.3985375Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:20:34.4093469Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:20:34.4202071Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:20:34.4311058Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:20:34.4419324Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:20:34.4527644Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:20:34.4636458Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:20:34.4744650Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:20:34.4849067Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:20:34.4947138Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:20:34.5046986Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:20:34.5146732Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:20:34.5241089Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:20:34.5338923Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:20:34.5440181Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:20:34.5536827Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:20:34.5633061Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:20:34.5727048Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:20:34.5821604Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:20:34.5915782Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:20:34.6011312Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:20:34.6106566Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:20:34.6204530Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:20:34.6300598Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:20:34.6395685Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:20:34.6490700Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:20:34.6584751Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:20:34.6678790Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:20:34.6773410Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:20:34.6868861Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:20:34.6963904Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:20:34.7058473Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:20:34.7152679Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:20:34.7247540Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:20:34.7341980Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:20:34.7435968Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:20:34.7530286Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:20:34.7624853Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:20:34.7720365Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:20:34.7813942Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:20:34.7906247Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:20:34.8001812Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:20:34.8108877Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:20:34.8217582Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:20:34.8326267Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:20:34.8435437Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:20:34.8539660Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:20:34.8640488Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:20:34.8686028Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:20:34.8718705Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:20:34.8750033Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:20:34.8851883Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:20:34.8880911Z 
2025-08-20T21:20:34.8881489Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:20:34.8881899Z 
2025-08-20T21:20:34.8899617Z 
2025-08-20T21:20:34.9006844Z 
2025-08-20T21:20:34.9007574Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:20:34.9007978Z 
2025-08-20T21:20:34.9008342Z [+] Installation completed!
2025-08-20T21:20:34.9082431Z 
2025-08-20T21:20:34.9082947Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:20:35.3526657Z github.com
2025-08-20T21:20:35.3527329Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:20:35.3527800Z   - Active account: true
2025-08-20T21:20:35.3528406Z   - Git operations protocol: https
2025-08-20T21:20:35.3528831Z   - Token: ghp_************************************
2025-08-20T21:20:35.3529833Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:20:35.3530837Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:20:35.3531355Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:20:35.5970444Z Limit: 5000, Remaining: 4208, Reset: 2025-08-20 21:25:35 +0000 UTC (4m59s)
2025-08-20T21:20:35.5979359Z 
2025-08-20T21:20:35.5979537Z [+] GHCR_TOKEN is Exported
2025-08-20T21:20:35.6017816Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:20:35.9789150Z Login Succeeded
2025-08-20T21:20:35.9801907Z 
2025-08-20T21:20:35.9802225Z [+] GITLAB is Exported
2025-08-20T21:20:36.0157812Z [git remote -v]
2025-08-20T21:20:36.2749297Z gitlab.com
2025-08-20T21:20:36.2751769Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:20:36.2752904Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:20:36.2753704Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:20:36.2754326Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:20:36.2754918Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:20:36.2755534Z   ✓ Token found: **************************
2025-08-20T21:20:36.2755860Z 
2025-08-20T21:20:36.2756556Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:20:36.2757653Z [git remote -v]
2025-08-20T21:20:36.2772041Z 2025/08/20 21:20:36 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:20:36.2772949Z git: exit status 128]
2025-08-20T21:20:36.5884824Z 
2025-08-20T21:20:36.5884951Z 
2025-08-20T21:20:36.5885923Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:20:36 PM)
2025-08-20T21:20:36.5886610Z 
2025-08-20T21:20:36.5886616Z 
2025-08-20T21:20:36.5886807Z [+] USER = runner
2025-08-20T21:20:36.5887170Z [+] HOME = /home/runner
2025-08-20T21:20:36.5891193Z [+] 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:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:20:36.5894676Z 
2025-08-20T21:20:36.6670277Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:36.6982094Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:20:36.6997180Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:20:36.7011139Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:20:36.7022351Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:20:36.7023540Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:20:36.7069759Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:20:37.8936663Z Reading package lists...
2025-08-20T21:20:37.9273165Z Reading package lists...
2025-08-20T21:20:38.1749603Z Building dependency tree...
2025-08-20T21:20:38.1757094Z Reading state information...
2025-08-20T21:20:38.3458240Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:20:38.3458811Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:20:38.3459200Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:38.3459593Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:20:38.3459980Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:20:38.3460346Z moreutils is already the newest version (0.69-1).
2025-08-20T21:20:38.3460781Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:20:38.3461252Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:20:38.3461929Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:38.4099395Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:38.4441911Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:20:38.4456861Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:20:38.4463799Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:20:38.4469487Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:20:38.4475400Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:20:38.4525138Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:20:39.6813192Z Reading package lists...
2025-08-20T21:20:39.7155029Z Reading package lists...
2025-08-20T21:20:39.9518543Z Building dependency tree...
2025-08-20T21:20:39.9525641Z Reading state information...
2025-08-20T21:20:40.1199384Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:20:40.1200559Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:20:40.1201186Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:20:40.1202117Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:20:40.1202859Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:40.1203685Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:20:40.1204917Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:20:40.1206044Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:20:40.1206930Z gawk set to manually installed.
2025-08-20T21:20:40.1207477Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:20:40.1207956Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:20:40.1208783Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:20:40.1209368Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:20:40.1209938Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:20:40.1210526Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:20:40.1211253Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:20:40.1223224Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:20:40.1223853Z The following additional packages will be installed:
2025-08-20T21:20:40.1224494Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:20:40.1225013Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:20:40.1225501Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:20:40.1225959Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:20:40.1226418Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:20:40.1226859Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:20:40.1227162Z Suggested packages:
2025-08-20T21:20:40.1227445Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:20:40.1227892Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:20:40.1228607Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:20:40.1229081Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:20:40.1229540Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:20:40.1229992Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:20:40.1230348Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:20:40.1471558Z The following NEW packages will be installed:
2025-08-20T21:20:40.1472404Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:20:40.1474367Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:20:40.1475912Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:20:40.1478250Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:20:40.1479210Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:20:40.1483759Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:20:40.1486471Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:20:40.1725067Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:40.1725463Z Need to get 27.5 MB of archives.
2025-08-20T21:20:40.1725798Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:20:40.1726201Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:40.2536515Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:20:40.4433073Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:20:40.6346346Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:20:40.7583464Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:20:40.8218618Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:20:40.8855756Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:20:41.0109178Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:20:41.0814596Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:20:41.2384035Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:20:41.3020381Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:20:41.7394014Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:20:41.8038434Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:20:41.9282719Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:20:41.9933525Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:20:42.0568071Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:20:42.1205720Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:20:42.1844789Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:20:42.4967691Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:20:42.5609536Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:20:42.6293469Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:20:42.6954437Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:20:42.7589376Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:20:42.8856278Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:20:42.9525540Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:20:43.0189119Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:20:43.0823705Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:20:43.2694001Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:20:43.3331694Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:20:43.4039599Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:20:43.4680052Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:20:43.5318324Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:20:43.5963552Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:20:43.6605597Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:20:43.8539493Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:20:43.9783295Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:20:44.1046261Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:20:44.3524422Z Preconfiguring packages ...
2025-08-20T21:20:44.4219149Z Fetched 27.5 MB in 4s (6965 kB/s)
2025-08-20T21:20:44.4447625Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:20:44.4507913Z (Reading database ... 
2025-08-20T21:20:44.4508756Z (Reading database ... 5%
2025-08-20T21:20:44.4509236Z (Reading database ... 10%
2025-08-20T21:20:44.4509704Z (Reading database ... 15%
2025-08-20T21:20:44.4510153Z (Reading database ... 20%
2025-08-20T21:20:44.4510957Z (Reading database ... 25%
2025-08-20T21:20:44.4511385Z (Reading database ... 30%
2025-08-20T21:20:44.4511817Z (Reading database ... 35%
2025-08-20T21:20:44.4512277Z (Reading database ... 40%
2025-08-20T21:20:44.4512662Z (Reading database ... 45%
2025-08-20T21:20:44.4513042Z (Reading database ... 50%
2025-08-20T21:20:44.4537445Z (Reading database ... 55%
2025-08-20T21:20:44.4661313Z (Reading database ... 60%
2025-08-20T21:20:44.4687697Z (Reading database ... 65%
2025-08-20T21:20:44.4733429Z (Reading database ... 70%
2025-08-20T21:20:44.4766608Z (Reading database ... 75%
2025-08-20T21:20:44.4806139Z (Reading database ... 80%
2025-08-20T21:20:44.4995627Z (Reading database ... 85%
2025-08-20T21:20:44.5109916Z (Reading database ... 90%
2025-08-20T21:20:44.5454248Z (Reading database ... 95%
2025-08-20T21:20:44.5454744Z (Reading database ... 100%
2025-08-20T21:20:44.5455299Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:20:44.5505969Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:20:44.5712914Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:20:44.7225281Z Selecting previously unselected package poppler-data.
2025-08-20T21:20:44.7363431Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:20:44.7374598Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:20:44.8675301Z Selecting previously unselected package b3sum.
2025-08-20T21:20:44.8813311Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:20:44.8824205Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:20:44.9123814Z Selecting previously unselected package build-essential.
2025-08-20T21:20:44.9273085Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:20:44.9283799Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:20:44.9597730Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:20:44.9743679Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:20:44.9765907Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:20:45.0005218Z Selecting previously unselected package ccache.
2025-08-20T21:20:45.0152618Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:20:45.0162554Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:20:45.0487883Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:20:45.0634095Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:20:45.0647672Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:20:45.0946482Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:20:45.1082337Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:20:45.1136884Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:20:45.1463780Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:20:45.1601656Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:20:45.1611630Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:20:45.1978000Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:20:45.2113690Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:20:45.2746009Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:20:45.3686308Z Selecting previously unselected package libgs-common.
2025-08-20T21:20:45.3826696Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:20:45.3837107Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:45.4086334Z Selecting previously unselected package libgs10-common.
2025-08-20T21:20:45.4224311Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:20:45.4234832Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:45.4903476Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:20:45.5061053Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:20:45.5072702Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:20:45.5334260Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:20:45.5477144Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:20:45.5488005Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:20:45.5741525Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:20:45.5894358Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:20:45.5905985Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:20:45.6174533Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:20:45.6319190Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:20:45.6331643Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:20:45.6582491Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:20:45.6727402Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:20:45.6738946Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:45.7794894Z Selecting previously unselected package ghostscript.
2025-08-20T21:20:45.7932268Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:20:45.7944464Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:45.8263257Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:20:45.8419884Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:45.8431634Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:45.9377353Z Selecting previously unselected package imagemagick.
2025-08-20T21:20:45.9531736Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:45.9542738Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:45.9774675Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:20:45.9927716Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:20:45.9939391Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:46.0225238Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:20:46.0379980Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:20:46.0390766Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:46.0719549Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:20:46.0864262Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:20:46.0873686Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:20:46.1135390Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:20:46.1281748Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:20:46.1291847Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:46.1544716Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:20:46.1691292Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:20:46.1701044Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:46.1931968Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:20:46.2076401Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:20:46.2085773Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:20:46.2494502Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:20:46.2639417Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:20:46.2649391Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:20:46.2876791Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:20:46.3023907Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:46.3032062Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:46.3476387Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:20:46.3625246Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:20:46.3634244Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:20:46.3947551Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:20:46.4084397Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:20:46.4092658Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:20:46.4335932Z Selecting previously unselected package libtool-bin.
2025-08-20T21:20:46.4472817Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:20:46.4480635Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:20:46.4700564Z Selecting previously unselected package lzip.
2025-08-20T21:20:46.4835969Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:20:46.4846007Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:20:46.5071557Z Selecting previously unselected package netpbm.
2025-08-20T21:20:46.5210255Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:20:46.5221113Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:20:46.6997985Z Selecting previously unselected package musl:amd64.
2025-08-20T21:20:46.7145216Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:20:46.7154574Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:20:46.7461453Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:20:46.7602901Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:20:46.7611399Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:20:46.8260465Z Selecting previously unselected package musl-tools.
2025-08-20T21:20:46.8405719Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:20:46.8413936Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:20:46.8859836Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:20:47.0279164Z 
2025-08-20T21:20:47.0279919Z Creating config file /etc/papersize with new version
2025-08-20T21:20:47.0895310Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:20:47.0914895Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:20:47.0944050Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:20:47.0966054Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:20:47.0986207Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:47.1007395Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:20:47.1027517Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:20:47.1049772Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:20:47.1148538Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:47.1167569Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:20:47.1186562Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:20:47.1244348Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:20:47.1289156Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:20:47.1333580Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:20:47.1353081Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:20:47.1371972Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:20:47.1391392Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:20:47.1412409Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:20:47.1432460Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:47.1505736Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:20:47.1548306Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:20:47.1602189Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:20:47.1664630Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:20:47.1718694Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:20:47.1762158Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:20:47.1816072Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:20:47.1860987Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:20:47.1915280Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:20:47.1961240Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:20:47.2017608Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:20:47.2063385Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:20:47.2118848Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:20:47.2165904Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:20:47.2224651Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:20:47.2270618Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:20:47.2326629Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:20:47.2373424Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:20:47.2430649Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:20:47.2479485Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:20:47.2536884Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:20:47.2584973Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:20:47.2606813Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:20:47.2628725Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:20:47.2667751Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:20:47.2689015Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:20:47.2896860Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:47.2921417Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:20:47.2944312Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:47.2966070Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:20:47.2990888Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:20:47.3307298Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:47.3328046Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:20:47.3379035Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:20:47.3415405Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:20:47.3437518Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:47.3462573Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:47.3485336Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:20:47.5045104Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:20:47.5068536Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:47.5092156Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:47.5115551Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:47.5191434Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:20:47.6126582Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:20:47.9157234Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:20:48.4026288Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:20:48.4297166Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:20:55.6203399Z Reading package lists...
2025-08-20T21:20:55.8637452Z Building dependency tree...
2025-08-20T21:20:55.8645302Z Reading state information...
2025-08-20T21:20:56.0229322Z autoconf is already the newest version (2.71-3).
2025-08-20T21:20:56.0229994Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:20:56.0230643Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:20:56.0231283Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:20:56.0231994Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:20:56.0232629Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:56.0233251Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:20:56.0233841Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:20:56.0234753Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:20:56.0235361Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:20:56.0235948Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:20:56.0236544Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:20:56.0237048Z patch set to manually installed.
2025-08-20T21:20:56.0237559Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:20:56.0238483Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:20:56.0239073Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:20:56.0239626Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:20:56.0240115Z Suggested packages:
2025-08-20T21:20:56.0240443Z   scons-doc
2025-08-20T21:20:56.0367521Z The following NEW packages will be installed:
2025-08-20T21:20:56.0374621Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:20:56.0545090Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:56.0545731Z Need to get 15.8 MB of archives.
2025-08-20T21:20:56.0546303Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:20:56.0546801Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:56.1348844Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:20:56.2024697Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:20:56.2681435Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:20:56.8941502Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:20:57.0194954Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:20:57.3082100Z Fetched 15.8 MB in 1s (16.1 MB/s)
2025-08-20T21:20:57.3259570Z Selecting previously unselected package autopoint.
2025-08-20T21:20:57.3313496Z (Reading database ... 
2025-08-20T21:20:57.3313905Z (Reading database ... 5%
2025-08-20T21:20:57.3314598Z (Reading database ... 10%
2025-08-20T21:20:57.3314996Z (Reading database ... 15%
2025-08-20T21:20:57.3315390Z (Reading database ... 20%
2025-08-20T21:20:57.3315792Z (Reading database ... 25%
2025-08-20T21:20:57.3316180Z (Reading database ... 30%
2025-08-20T21:20:57.3316564Z (Reading database ... 35%
2025-08-20T21:20:57.3317583Z (Reading database ... 40%
2025-08-20T21:20:57.3317983Z (Reading database ... 45%
2025-08-20T21:20:57.3318552Z (Reading database ... 50%
2025-08-20T21:20:57.3338232Z (Reading database ... 55%
2025-08-20T21:20:57.3426799Z (Reading database ... 60%
2025-08-20T21:20:57.3447299Z (Reading database ... 65%
2025-08-20T21:20:57.3479896Z (Reading database ... 70%
2025-08-20T21:20:57.3503482Z (Reading database ... 75%
2025-08-20T21:20:57.3531246Z (Reading database ... 80%
2025-08-20T21:20:57.3678945Z (Reading database ... 85%
2025-08-20T21:20:57.3783996Z (Reading database ... 90%
2025-08-20T21:20:57.4108508Z (Reading database ... 95%
2025-08-20T21:20:57.4109031Z (Reading database ... 100%
2025-08-20T21:20:57.4109707Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:20:57.4156050Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:20:57.4168556Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:20:57.4431566Z Selecting previously unselected package clang.
2025-08-20T21:20:57.4576125Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:20:57.4586072Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:20:57.4814206Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:20:57.4968852Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:20:57.4978392Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:20:57.9459644Z Selecting previously unselected package scons.
2025-08-20T21:20:57.9602797Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:20:57.9611052Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:20:58.0332089Z Selecting previously unselected package byacc.
2025-08-20T21:20:58.0484170Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:20:58.0505728Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:20:58.0967854Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:20:58.1020728Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:20:58.1101049Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:20:58.1320809Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:20:58.5417257Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:20:58.5443885Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:02.7629026Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:21:04.3204023Z Reading package lists...
2025-08-20T21:21:04.4786601Z Building dependency tree...
2025-08-20T21:21:04.4795102Z Reading state information...
2025-08-20T21:21:04.7409020Z The following additional packages will be installed:
2025-08-20T21:21:04.7410003Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:21:04.7410816Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:21:04.7411592Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:21:04.7412580Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:21:04.7413801Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:21:04.7414944Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:21:04.7415935Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:21:04.7416671Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:21:04.7419161Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:21:04.7428713Z Suggested packages:
2025-08-20T21:21:04.7429076Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:21:04.7429484Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:21:04.7430218Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:21:04.7430636Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:21:04.7431082Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:21:04.7431517Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:21:04.7431953Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:21:04.7432456Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:21:04.7432826Z   wdiff-doc
2025-08-20T21:21:04.7433009Z Recommended packages:
2025-08-20T21:21:04.7433315Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:21:04.7433762Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:21:04.7434227Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:21:04.7434706Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:21:04.7660093Z The following NEW packages will be installed:
2025-08-20T21:21:04.7662212Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:21:04.7663100Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:21:04.7664011Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:21:04.7665082Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:21:04.7666092Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:21:04.7666763Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:21:04.7667741Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:21:04.7668921Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:21:04.7674002Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:21:04.7883030Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:04.7883724Z Need to get 2417 kB of archives.
2025-08-20T21:21:04.7884425Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:21:04.7885255Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:04.8754858Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:21:04.9394498Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:21:05.0033223Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:21:05.0701280Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:21:05.1344748Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:21:05.1986526Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:21:05.2631243Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:21:05.3271956Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:21:05.3916574Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:21:05.4565310Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:21:05.5205311Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:21:05.5845416Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:21:05.6480349Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:21:05.7124662Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:21:05.7768554Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:21:05.8416677Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:21:05.9059256Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:21:05.9745104Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:21:06.0384715Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:21:06.1026912Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:21:06.1675428Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:21:06.2933971Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:21:06.3617585Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:21:06.4280878Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:21:06.4930924Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:21:06.5580726Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:21:06.6221210Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:21:06.6904550Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:21:06.7553748Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:21:06.8209019Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:21:07.1760659Z Fetched 2417 kB in 2s (1144 kB/s)
2025-08-20T21:21:07.1953861Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:21:07.2010091Z (Reading database ... 
2025-08-20T21:21:07.2010895Z (Reading database ... 5%
2025-08-20T21:21:07.2011491Z (Reading database ... 10%
2025-08-20T21:21:07.2011940Z (Reading database ... 15%
2025-08-20T21:21:07.2012383Z (Reading database ... 20%
2025-08-20T21:21:07.2012808Z (Reading database ... 25%
2025-08-20T21:21:07.2013133Z (Reading database ... 30%
2025-08-20T21:21:07.2013425Z (Reading database ... 35%
2025-08-20T21:21:07.2013714Z (Reading database ... 40%
2025-08-20T21:21:07.2014009Z (Reading database ... 45%
2025-08-20T21:21:07.2014299Z (Reading database ... 50%
2025-08-20T21:21:07.2039270Z (Reading database ... 55%
2025-08-20T21:21:07.2153590Z (Reading database ... 60%
2025-08-20T21:21:07.2179257Z (Reading database ... 65%
2025-08-20T21:21:07.2222540Z (Reading database ... 70%
2025-08-20T21:21:07.2252469Z (Reading database ... 75%
2025-08-20T21:21:07.2288582Z (Reading database ... 80%
2025-08-20T21:21:07.2467535Z (Reading database ... 85%
2025-08-20T21:21:07.2560224Z (Reading database ... 90%
2025-08-20T21:21:07.2828583Z (Reading database ... 95%
2025-08-20T21:21:07.2829058Z (Reading database ... 100%
2025-08-20T21:21:07.2829654Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:21:07.2872547Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:21:07.2881845Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:21:07.3090511Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:21:07.3225963Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:21:07.3233920Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:21:07.3431196Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:21:07.3565104Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:21:07.3572472Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:21:07.3797297Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:21:07.3932732Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:21:07.3940570Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:21:07.4136428Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:21:07.4271873Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:21:07.4279230Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:21:07.4480896Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:21:07.4617546Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:21:07.4626499Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:21:07.4865556Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:21:07.5008018Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:21:07.5017513Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:21:07.5255809Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:21:07.5402362Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:21:07.5410464Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:21:07.5636269Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:21:07.5782574Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:21:07.5793366Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:21:07.6014326Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:21:07.6171745Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:21:07.6180038Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:21:07.6402610Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:21:07.6544604Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:21:07.6583851Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:21:07.6794760Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:21:07.6935907Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:21:07.6943951Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:21:07.7158286Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:21:07.7300551Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:21:07.7307900Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:21:07.7542206Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:21:07.7680070Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:21:07.7688515Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:21:07.7897752Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:21:07.8036200Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:21:07.8044099Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:21:07.8282622Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:21:07.8423831Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:21:07.8432904Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:21:07.8635373Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:21:07.8774256Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:21:07.8782629Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:21:07.9186969Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:21:07.9324115Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:21:07.9332274Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:21:07.9550908Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:21:07.9687080Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:21:07.9695092Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:21:07.9891658Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:21:08.0028588Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:21:08.0036761Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:21:08.0243763Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:21:08.0379812Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:21:08.0387743Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:21:08.0835400Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:21:08.0977741Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:21:08.0985386Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:21:08.1253399Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:21:08.1395829Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:21:08.1404080Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:21:08.1635414Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:21:08.1786977Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:21:08.1795882Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:21:08.2034151Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:21:08.2188722Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:21:08.2197182Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:21:08.2422222Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:21:08.2569291Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:21:08.2576944Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:21:08.2817323Z Selecting previously unselected package libwww-perl.
2025-08-20T21:21:08.2967110Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:21:08.2976343Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:21:08.3284176Z Selecting previously unselected package patchutils.
2025-08-20T21:21:08.3434287Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:21:08.3442762Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:21:08.3784425Z Selecting previously unselected package wdiff.
2025-08-20T21:21:08.3931120Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:21:08.3939312Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:21:08.4200408Z Selecting previously unselected package devscripts.
2025-08-20T21:21:08.4345101Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:21:08.4546195Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:21:08.5811066Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:21:08.5833219Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:21:08.5852975Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:21:08.5875555Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:21:08.5896932Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:21:08.5917610Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:21:08.5937218Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:21:08.5958430Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:21:08.5978445Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:21:08.6000044Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:21:08.6020958Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:21:08.6040745Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:21:08.6061068Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:21:08.6080353Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:21:08.6101365Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:21:08.6123374Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:21:08.6144369Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:21:08.6166051Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:21:08.6191493Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:21:08.6212459Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:21:08.6234163Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:21:08.6257080Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:21:08.6282099Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:21:08.6304881Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:21:08.6326285Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:21:08.6348994Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:21:08.6369171Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:21:08.6400136Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:21:08.6429881Z Setting up devscripts (2.23.7) ...
2025-08-20T21:21:08.7686857Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:21:08.7718705Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:13.4364522Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:21:15.1595897Z Reading package lists...
2025-08-20T21:21:15.4009878Z Building dependency tree...
2025-08-20T21:21:15.4019428Z Reading state information...
2025-08-20T21:21:15.6093335Z The following additional packages will be installed:
2025-08-20T21:21:15.6099392Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:21:15.6105461Z Suggested packages:
2025-08-20T21:21:15.6105941Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:21:15.6236874Z The following NEW packages will be installed:
2025-08-20T21:21:15.6243728Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:21:15.6417339Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:15.6417977Z Need to get 13.6 MB of archives.
2025-08-20T21:21:15.6418776Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:21:15.6419241Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:15.7372927Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:21:15.8034890Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:21:15.8690645Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:21:16.1210489Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:21:16.9040592Z Fetched 13.6 MB in 1s (13.5 MB/s)
2025-08-20T21:21:16.9233987Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:21:16.9290677Z (Reading database ... 
2025-08-20T21:21:16.9291329Z (Reading database ... 5%
2025-08-20T21:21:16.9291642Z (Reading database ... 10%
2025-08-20T21:21:16.9291944Z (Reading database ... 15%
2025-08-20T21:21:16.9292236Z (Reading database ... 20%
2025-08-20T21:21:16.9292527Z (Reading database ... 25%
2025-08-20T21:21:16.9292814Z (Reading database ... 30%
2025-08-20T21:21:16.9293104Z (Reading database ... 35%
2025-08-20T21:21:16.9293416Z (Reading database ... 40%
2025-08-20T21:21:16.9293704Z (Reading database ... 45%
2025-08-20T21:21:16.9293992Z (Reading database ... 50%
2025-08-20T21:21:16.9315030Z (Reading database ... 55%
2025-08-20T21:21:16.9406822Z (Reading database ... 60%
2025-08-20T21:21:16.9428507Z (Reading database ... 65%
2025-08-20T21:21:16.9462968Z (Reading database ... 70%
2025-08-20T21:21:16.9486431Z (Reading database ... 75%
2025-08-20T21:21:16.9515138Z (Reading database ... 80%
2025-08-20T21:21:16.9670804Z (Reading database ... 85%
2025-08-20T21:21:16.9772976Z (Reading database ... 90%
2025-08-20T21:21:17.0071640Z (Reading database ... 95%
2025-08-20T21:21:17.0072129Z (Reading database ... 100%
2025-08-20T21:21:17.0072621Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:21:17.0119081Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:21:17.0134652Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:21:17.0383509Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:21:17.0532236Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:21:17.0540423Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:21:17.0789333Z Selecting previously unselected package cmake-data.
2025-08-20T21:21:17.0945119Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:21:17.1020242Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:21:17.6524456Z Selecting previously unselected package cmake.
2025-08-20T21:21:17.6704137Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:21:17.6713066Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:21:17.8797863Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:21:17.8818945Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:21:17.8841437Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:21:17.8918586Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:21:17.8940883Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:22.2324384Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:22.8102130Z 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}
2025-08-20T21:21:22.8104648Z Running kernel seems to be up-to-date.
2025-08-20T21:21:22.8104943Z 
2025-08-20T21:21:22.8105066Z Restarting services...
2025-08-20T21:21:22.8162648Z 
2025-08-20T21:21:22.8162872Z Service restarts being deferred:
2025-08-20T21:21:22.8163530Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:21:22.8163972Z 
2025-08-20T21:21:22.8164298Z No containers need to be restarted.
2025-08-20T21:21:22.8164643Z 
2025-08-20T21:21:22.8164925Z No user sessions are running outdated binaries.
2025-08-20T21:21:22.8165191Z 
2025-08-20T21:21:22.8165442Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:21:23.8350988Z Reading package lists...
2025-08-20T21:21:23.9956257Z Building dependency tree...
2025-08-20T21:21:23.9964464Z Reading state information...
2025-08-20T21:21:24.2105729Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:21:24.2106451Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:24.2107096Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:21:24.2107668Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:24.2108448Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:21:24.2109023Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:21:24.2109660Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:24.2110243Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:21:24.2110806Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:21:24.2111386Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:21:24.2111969Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:21:24.2112508Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:21:24.2113107Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:21:24.2113954Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:21:24.2114321Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:24.2114664Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:24.2115004Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:21:24.2115330Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:21:24.2115633Z musl is already the newest version (1.2.4-2).
2025-08-20T21:21:24.2115934Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:21:24.2116342Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:21:24.2116917Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:21:24.2117401Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:21:24.2117735Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:21:24.2118049Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:24.2118652Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:24.2358900Z Reading package lists...
2025-08-20T21:21:24.4439739Z Building dependency tree...
2025-08-20T21:21:24.4448008Z Reading state information...
2025-08-20T21:21:24.6150753Z autoconf is already the newest version (2.71-3).
2025-08-20T21:21:24.6151452Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:24.6152104Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:21:24.6152709Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:24.6153315Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:21:24.6153942Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:21:24.6154786Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:21:24.6155386Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:24.6155991Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:21:24.6156537Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:21:24.6157064Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:21:24.6157619Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:24.6158377Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:24.6158933Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:21:24.6159471Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:21:24.6159918Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:21:24.6160284Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:21:24.6160703Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:21:24.6161089Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:21:24.6161406Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:21:24.6161727Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:24.6162085Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:24.6393826Z Reading package lists...
2025-08-20T21:21:24.8564529Z Building dependency tree...
2025-08-20T21:21:24.8573317Z Reading state information...
2025-08-20T21:21:25.1128641Z devscripts is already the newest version (2.23.7).
2025-08-20T21:21:25.1129115Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:25.1365542Z Reading package lists...
2025-08-20T21:21:25.2958643Z Building dependency tree...
2025-08-20T21:21:25.2967117Z Reading state information...
2025-08-20T21:21:25.5955947Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:21:25.5956399Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:25.6192956Z Reading package lists...
2025-08-20T21:21:25.7797439Z Building dependency tree...
2025-08-20T21:21:25.7805310Z Reading state information...
2025-08-20T21:21:25.9770057Z Suggested packages:
2025-08-20T21:21:25.9770342Z   binutils-doc
2025-08-20T21:21:26.0091983Z The following NEW packages will be installed:
2025-08-20T21:21:26.0109743Z   binutils-aarch64-linux-gnu
2025-08-20T21:21:26.0360866Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:26.0650392Z Need to get 3711 kB of archives.
2025-08-20T21:21:26.0650858Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:21:26.0651372Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:26.1453847Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:21:26.6093596Z Fetched 3711 kB in 0s (13.1 MB/s)
2025-08-20T21:21:26.6309387Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:21:26.6369836Z (Reading database ... 
2025-08-20T21:21:26.6370310Z (Reading database ... 5%
2025-08-20T21:21:26.6370713Z (Reading database ... 10%
2025-08-20T21:21:26.6371112Z (Reading database ... 15%
2025-08-20T21:21:26.6371503Z (Reading database ... 20%
2025-08-20T21:21:26.6371877Z (Reading database ... 25%
2025-08-20T21:21:26.6372127Z (Reading database ... 30%
2025-08-20T21:21:26.6372369Z (Reading database ... 35%
2025-08-20T21:21:26.6372613Z (Reading database ... 40%
2025-08-20T21:21:26.6372858Z (Reading database ... 45%
2025-08-20T21:21:26.6373104Z (Reading database ... 50%
2025-08-20T21:21:26.6400863Z (Reading database ... 55%
2025-08-20T21:21:26.6523153Z (Reading database ... 60%
2025-08-20T21:21:26.6551561Z (Reading database ... 65%
2025-08-20T21:21:26.6600110Z (Reading database ... 70%
2025-08-20T21:21:26.6630945Z (Reading database ... 75%
2025-08-20T21:21:26.6669278Z (Reading database ... 80%
2025-08-20T21:21:26.6846601Z (Reading database ... 85%
2025-08-20T21:21:26.6952733Z (Reading database ... 90%
2025-08-20T21:21:26.7285482Z (Reading database ... 95%
2025-08-20T21:21:26.7285966Z (Reading database ... 100%
2025-08-20T21:21:26.7286556Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:21:26.7333867Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:26.7350457Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:21:26.9025995Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:21:26.9061446Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:26.9233964Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:32.7848881Z Reading package lists...
2025-08-20T21:21:32.9357640Z Building dependency tree...
2025-08-20T21:21:32.9365570Z Reading state information...
2025-08-20T21:21:33.0918946Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:21:33.0920086Z The following additional packages will be installed:
2025-08-20T21:21:33.0921022Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:21:33.0922126Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:21:33.0923243Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:21:33.0923839Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:21:33.0924367Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:21:33.0924811Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:21:33.0925357Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:21:33.0926237Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:21:33.0927001Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:21:33.0927563Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:21:33.0928285Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:21:33.0928893Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:21:33.0929778Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:21:33.0930382Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:21:33.0930963Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:21:33.0931547Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:21:33.0932446Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:21:33.0933239Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:21:33.0933745Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:21:33.0934171Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:21:33.0934638Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:21:33.0935028Z   linux-libc-dev-armhf-cross
2025-08-20T21:21:33.0942230Z Suggested packages:
2025-08-20T21:21:33.0942802Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:21:33.0943443Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:21:33.1476229Z The following NEW packages will be installed:
2025-08-20T21:21:33.1477037Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:21:33.1478032Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:21:33.1479132Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:21:33.1479834Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:21:33.1480488Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:21:33.1481508Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:21:33.1482361Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:21:33.1483296Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:21:33.1484037Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:21:33.1484582Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:21:33.1485101Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:21:33.1485731Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:21:33.1486377Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:21:33.1486937Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:21:33.1487493Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:21:33.1488034Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:21:33.1488691Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:21:33.1489207Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:21:33.1489709Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:21:33.1490196Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:21:33.1490710Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:21:33.1491259Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:21:33.1491734Z   linux-libc-dev-armhf-cross
2025-08-20T21:21:33.1676555Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:33.1677160Z Need to get 171 MB of archives.
2025-08-20T21:21:33.1677721Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:21:33.1678576Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:33.2480342Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:21:33.3126901Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:21:33.8910190Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:21:33.9554080Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:21:34.4120144Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:21:34.4760010Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:21:34.9304837Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:21:34.9943925Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:21:35.0581496Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:21:35.1226162Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:21:35.1914046Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:21:35.2556570Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:21:35.4438052Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:21:35.5078737Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:21:35.5720952Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:21:35.6371654Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:21:35.7015998Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:21:35.8294249Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:21:35.8972543Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:21:36.0345529Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:21:36.1572836Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:21:36.2243470Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:21:36.3488884Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:21:36.6106949Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:21:37.3091829Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:21:37.4966158Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:21:37.6904929Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:21:37.9375751Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:21:38.5042211Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:21:38.7659234Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:21:38.8309131Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:21:38.8968287Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:21:39.0363860Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:21:39.1002286Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:21:39.1659639Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:21:39.2293814Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:21:39.4782644Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:21:39.6056960Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:21:39.7445389Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:21:39.8773146Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:21:40.5181799Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:21:40.7186283Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:21:40.9117473Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:21:41.1630545Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:21:41.7249580Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:21:41.9808974Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:21:42.1175494Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:21:42.1865319Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:21:42.2512579Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:21:42.3158767Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:21:42.5814301Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:21:42.7085607Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:21:42.8974760Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:21:43.0335694Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:21:43.7327172Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:21:43.9221464Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:21:44.1093568Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:21:44.3589052Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:21:44.8684920Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:21:44.9321064Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:21:45.0005877Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:21:45.0638458Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:21:45.1273869Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:21:45.1950322Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:21:45.5491449Z Fetched 171 MB in 12s (14.2 MB/s)
2025-08-20T21:21:45.5700248Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:21:45.5759322Z (Reading database ... 
2025-08-20T21:21:45.5759820Z (Reading database ... 5%
2025-08-20T21:21:45.5760259Z (Reading database ... 10%
2025-08-20T21:21:45.5760696Z (Reading database ... 15%
2025-08-20T21:21:45.5760986Z (Reading database ... 20%
2025-08-20T21:21:45.5761251Z (Reading database ... 25%
2025-08-20T21:21:45.5761520Z (Reading database ... 30%
2025-08-20T21:21:45.5761786Z (Reading database ... 35%
2025-08-20T21:21:45.5762050Z (Reading database ... 40%
2025-08-20T21:21:45.5762328Z (Reading database ... 45%
2025-08-20T21:21:45.5762592Z (Reading database ... 50%
2025-08-20T21:21:45.5783889Z (Reading database ... 55%
2025-08-20T21:21:45.5892884Z (Reading database ... 60%
2025-08-20T21:21:45.5918984Z (Reading database ... 65%
2025-08-20T21:21:45.5965659Z (Reading database ... 70%
2025-08-20T21:21:45.5996164Z (Reading database ... 75%
2025-08-20T21:21:45.6035668Z (Reading database ... 80%
2025-08-20T21:21:45.6228837Z (Reading database ... 85%
2025-08-20T21:21:45.6342576Z (Reading database ... 90%
2025-08-20T21:21:45.6694149Z (Reading database ... 95%
2025-08-20T21:21:45.6694509Z (Reading database ... 100%
2025-08-20T21:21:45.6694926Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:21:45.6741677Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:45.6751609Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:45.6979139Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:21:45.7123028Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:45.7157242Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:45.8734694Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:21:45.8874568Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:45.8882969Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:45.9100208Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:21:45.9240176Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:45.9273803Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.0596347Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:21:46.0745526Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:46.0756759Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.0984193Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:21:46.1131881Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:46.1167246Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.2650610Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:21:46.2802533Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:46.2811443Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:46.3026114Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:21:46.3169964Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:46.3178447Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:46.3390695Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:21:46.3536986Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:46.3547906Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:46.3759867Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:21:46.3906457Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.3914920Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.4123888Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:21:46.4263885Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.4271995Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.4485139Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:21:46.4624710Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:46.4632999Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:46.5024535Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:21:46.5165156Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.5174061Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.5385090Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:21:46.5525097Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.5534486Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.5761183Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:21:46.5900215Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.5908320Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.6108688Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:21:46.6247180Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.6254942Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.6453348Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:21:46.6601762Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.6611924Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.6933216Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:21:46.7082362Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.7091065Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.7360284Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:21:46.7519315Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.7529660Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.7857959Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:21:46.8002065Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.8011783Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.8349130Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:21:46.8491674Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.8501551Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.8755062Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:21:46.8899178Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.8909277Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:46.9183701Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:21:46.9325672Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:46.9334750Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:47.0345633Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:21:47.0489750Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:47.0522086Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:47.3206225Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:21:47.3358083Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:47.3367823Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:47.5338871Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:21:47.5487271Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:47.5495918Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:47.6750336Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:21:47.6891827Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:47.6900175Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:47.9176881Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:21:47.9329453Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:47.9363858Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.1077574Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:21:48.1224349Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:48.1240622Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:21:48.2185211Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:21:48.2330513Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.2340502Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.2541578Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:21:48.2681622Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.2690194Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.2903284Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:21:48.3044153Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:48.3052332Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:48.3406113Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:21:48.3547330Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.3556427Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.3765536Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:21:48.3907620Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.3916347Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.4138604Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:21:48.4280917Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.4290076Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.4506252Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:21:48.4654421Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.4663013Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.5325979Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:21:48.5473063Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.5482915Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.5798987Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:21:48.5952070Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.5961336Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.6350136Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:21:48.6510150Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:48.6520348Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.7069880Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:21:48.7216021Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:48.7249424Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:48.9716471Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:21:48.9856968Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:48.9883550Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:49.1701779Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:21:49.1853463Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:49.1862757Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:49.2992838Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:21:49.3136651Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:49.3144019Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:49.5111164Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:21:49.5255386Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:49.5286907Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:49.6760879Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:21:49.6912601Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:49.6921589Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:21:49.7866435Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:21:49.8014820Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:49.8024405Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:49.8385775Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:21:49.8530386Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:49.8540779Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:49.8764698Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:21:49.8917970Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:49.8926508Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:49.9165002Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:21:49.9311938Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:49.9321583Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:49.9526826Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:21:49.9667236Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:49.9676861Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:50.0277737Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:21:50.0419671Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:50.0429093Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:50.0714235Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:21:50.0856832Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:50.0866810Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:50.1207577Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:21:50.1349792Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:50.1358939Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:50.1865203Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:21:50.2006368Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:50.2037601Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:50.4647821Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:21:50.4793968Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:50.4802507Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:50.6686367Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:21:50.6832695Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:50.6842398Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:50.7965897Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:21:50.8111116Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:50.8120045Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.0159264Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:21:51.0316418Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:51.0354645Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.1911107Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:21:51.2056188Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:51.2065597Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.2277602Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:21:51.2420926Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:51.2430541Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.2620290Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:21:51.2762438Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:51.2771541Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:51.2978591Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:21:51.3121073Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:51.3131304Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:51.3324775Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:21:51.3467552Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:51.3475481Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.3676721Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:21:51.3819332Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:51.3827327Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.4281152Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:21:51.4305933Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.4328473Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4349187Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4373869Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4409211Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:51.4429002Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4449698Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.4470973Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:51.4492717Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4515164Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:51.4535769Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.4560511Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4583823Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4604768Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4629488Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.4651763Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:21:51.4674375Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4696266Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4718599Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4741623Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4764427Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4790078Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4812947Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4834857Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4856311Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4879918Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4902362Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4922563Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4943317Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.4965160Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.4988563Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:51.5010284Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5032090Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5053510Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5074274Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5095906Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:51.5117971Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5138752Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5159248Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5182766Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5208786Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5230207Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5254738Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5276605Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5297225Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5319084Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5341755Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5364743Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5386501Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5407979Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5430306Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:51.5453524Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5474033Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5494417Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5530084Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5559029Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5581184Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:51.5604518Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5625359Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5650007Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:51.5671610Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5694939Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5717612Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:51.5747479Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:21:51.5766119Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:21:51.5865456Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:55.9511775Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:57.6367048Z Reading package lists...
2025-08-20T21:21:57.8227457Z Building dependency tree...
2025-08-20T21:21:57.8236224Z Reading state information...
2025-08-20T21:21:58.0237312Z The following additional packages will be installed:
2025-08-20T21:21:58.0238380Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:21:58.0247797Z   libpcap0.8-dev
2025-08-20T21:21:58.0638429Z The following NEW packages will be installed:
2025-08-20T21:21:58.0640157Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:21:58.0654290Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:21:58.0922376Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:58.1196581Z Need to get 1613 kB of archives.
2025-08-20T21:21:58.1197219Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:21:58.1197644Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:58.2119716Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:21:58.2780549Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:21:58.3423388Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:21:58.4076833Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:21:58.4747728Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:21:58.6050921Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:21:58.6900238Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:21:58.7534197Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:21:59.0377467Z Fetched 1613 kB in 1s (2495 kB/s)
2025-08-20T21:21:59.0574740Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:21:59.0633412Z (Reading database ... 
2025-08-20T21:21:59.0634061Z (Reading database ... 5%
2025-08-20T21:21:59.0634523Z (Reading database ... 10%
2025-08-20T21:21:59.0634976Z (Reading database ... 15%
2025-08-20T21:21:59.0635375Z (Reading database ... 20%
2025-08-20T21:21:59.0635835Z (Reading database ... 25%
2025-08-20T21:21:59.0636151Z (Reading database ... 30%
2025-08-20T21:21:59.0636623Z (Reading database ... 35%
2025-08-20T21:21:59.0637099Z (Reading database ... 40%
2025-08-20T21:21:59.0637581Z (Reading database ... 45%
2025-08-20T21:21:59.0638032Z (Reading database ... 50%
2025-08-20T21:21:59.0732207Z (Reading database ... 55%
2025-08-20T21:21:59.0751794Z (Reading database ... 60%
2025-08-20T21:21:59.0773280Z (Reading database ... 65%
2025-08-20T21:21:59.0811972Z (Reading database ... 70%
2025-08-20T21:21:59.0838043Z (Reading database ... 75%
2025-08-20T21:21:59.0865307Z (Reading database ... 80%
2025-08-20T21:21:59.1026223Z (Reading database ... 85%
2025-08-20T21:21:59.1330783Z (Reading database ... 90%
2025-08-20T21:21:59.1433974Z (Reading database ... 95%
2025-08-20T21:21:59.1434509Z (Reading database ... 100%
2025-08-20T21:21:59.1435068Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:21:59.1484264Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:21:59.1493390Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:21:59.1819289Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:21:59.1969811Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:21:59.1984502Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:21:59.2215052Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:21:59.2368374Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:21:59.2377863Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:59.2825981Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:21:59.2982517Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:21:59.2990944Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:59.3317370Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:21:59.3473712Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:21:59.3483356Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:21:59.4217227Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:21:59.4381672Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:21:59.4420199Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:59.4822810Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:21:59.4982371Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:21:59.4991587Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:59.5228953Z Selecting previously unselected package pcaputils.
2025-08-20T21:21:59.5380293Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:21:59.5417131Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:21:59.5853296Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:21:59.5878275Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:21:59.7516176Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:59.7537406Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:21:59.7641862Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:22:00.0669218Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:22:00.0691536Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:22:00.0737599Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:00.0876399Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:04.8585830Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:22:04.8691508Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:04.8715961Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:06.5747992Z Reading package lists...
2025-08-20T21:22:06.7611559Z Building dependency tree...
2025-08-20T21:22:06.7620033Z Reading state information...
2025-08-20T21:22:06.8048021Z Reading package lists...
2025-08-20T21:22:07.0451777Z Building dependency tree...
2025-08-20T21:22:07.0461350Z Reading state information...
2025-08-20T21:22:07.2886763Z The following additional packages will be installed:
2025-08-20T21:22:07.2891449Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:22:07.2897033Z Suggested packages:
2025-08-20T21:22:07.2897670Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:22:07.2898595Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:22:07.3051416Z The following NEW packages will be installed:
2025-08-20T21:22:07.3052518Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:22:07.3056476Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:22:07.3226807Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:07.3227745Z Need to get 800 kB of archives.
2025-08-20T21:22:07.3228506Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:22:07.3229190Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:07.4048808Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:22:07.4697890Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:22:07.5340085Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:22:07.6600942Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:22:07.7238950Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:22:07.7875616Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:22:07.8554758Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:22:07.9194915Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:22:07.9874253Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:22:08.2842799Z Fetched 800 kB in 1s (1181 kB/s)
2025-08-20T21:22:08.3054047Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:22:08.3117005Z (Reading database ... 
2025-08-20T21:22:08.3117437Z (Reading database ... 5%
2025-08-20T21:22:08.3117823Z (Reading database ... 10%
2025-08-20T21:22:08.3118374Z (Reading database ... 15%
2025-08-20T21:22:08.3119062Z (Reading database ... 20%
2025-08-20T21:22:08.3119449Z (Reading database ... 25%
2025-08-20T21:22:08.3119810Z (Reading database ... 30%
2025-08-20T21:22:08.3120188Z (Reading database ... 35%
2025-08-20T21:22:08.3120545Z (Reading database ... 40%
2025-08-20T21:22:08.3120903Z (Reading database ... 45%
2025-08-20T21:22:08.3121257Z (Reading database ... 50%
2025-08-20T21:22:08.3232772Z (Reading database ... 55%
2025-08-20T21:22:08.3254573Z (Reading database ... 60%
2025-08-20T21:22:08.3278598Z (Reading database ... 65%
2025-08-20T21:22:08.3321638Z (Reading database ... 70%
2025-08-20T21:22:08.3350451Z (Reading database ... 75%
2025-08-20T21:22:08.3378439Z (Reading database ... 80%
2025-08-20T21:22:08.3540213Z (Reading database ... 85%
2025-08-20T21:22:08.3820734Z (Reading database ... 90%
2025-08-20T21:22:08.3901759Z (Reading database ... 95%
2025-08-20T21:22:08.3902270Z (Reading database ... 100%
2025-08-20T21:22:08.3902880Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:22:08.3947481Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:22:08.3963538Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:22:08.4176706Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:22:08.4321531Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:22:08.4331916Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:22:08.4560638Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:22:08.4708397Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:22:08.4718667Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:08.5494232Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:22:08.5644531Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:22:08.5652722Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:08.5919790Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:22:08.6065921Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:22:08.6075388Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:08.6340768Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:22:08.6493390Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:22:08.6501525Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:08.6794111Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:22:08.6943458Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:22:08.6952845Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:08.7187952Z Selecting previously unselected package lzma.
2025-08-20T21:22:08.7339464Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:22:08.7347234Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:22:08.7615463Z Selecting previously unselected package lzma-dev.
2025-08-20T21:22:08.7769844Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:22:08.7778516Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:22:08.8298735Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:22:08.8321851Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:08.8342624Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:08.8362950Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:22:08.8384385Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:22:08.8452632Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:22:08.8480544Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:22:08.8501181Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:08.8521265Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:08.8541720Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:08.8569649Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:08.8725023Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:13.3043191Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:22:13.9517214Z 
2025-08-20T21:22:13.9517857Z Running kernel seems to be up-to-date.
2025-08-20T21:22:13.9518404Z 
2025-08-20T21:22:13.9518554Z Restarting services...
2025-08-20T21:22:13.9579385Z 
2025-08-20T21:22:13.9579809Z Service restarts being deferred:
2025-08-20T21:22:13.9580313Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:22:13.9580699Z 
2025-08-20T21:22:13.9580870Z No containers need to be restarted.
2025-08-20T21:22:13.9581068Z 
2025-08-20T21:22:13.9581207Z No user sessions are running outdated binaries.
2025-08-20T21:22:13.9581430Z 
2025-08-20T21:22:13.9581636Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:22:14.9953705Z Reading package lists...
2025-08-20T21:22:15.1651570Z Building dependency tree...
2025-08-20T21:22:15.1661010Z Reading state information...
2025-08-20T21:22:15.5073482Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:22:15.5074227Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:22:15.5074853Z inetutils-telnet set to manually installed.
2025-08-20T21:22:15.5075398Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:22:15.5075970Z The following additional packages will be installed:
2025-08-20T21:22:15.5076439Z   tcpd update-inetd
2025-08-20T21:22:15.5224937Z The following packages will be REMOVED:
2025-08-20T21:22:15.5232793Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:22:15.5233835Z The following NEW packages will be installed:
2025-08-20T21:22:15.5234289Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:22:15.5234734Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:22:15.5240580Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:22:15.5411760Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:22:15.5412370Z Need to get 698 kB of archives.
2025-08-20T21:22:15.5412935Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:22:15.5413912Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:15.6260905Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:22:15.6911119Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:22:15.7559264Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:22:15.8245558Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:22:15.8888573Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:22:15.9544038Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:22:16.0183933Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:22:16.0832080Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:22:16.1473972Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:22:16.2134811Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:22:16.2773912Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:22:16.3413184Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:22:16.4082294Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:22:16.6739077Z Preconfiguring packages ...
2025-08-20T21:22:16.7742613Z Fetched 698 kB in 1s (796 kB/s)
2025-08-20T21:22:16.7923944Z (Reading database ... 
2025-08-20T21:22:16.7924407Z (Reading database ... 5%
2025-08-20T21:22:16.7924808Z (Reading database ... 10%
2025-08-20T21:22:16.7925205Z (Reading database ... 15%
2025-08-20T21:22:16.7925565Z (Reading database ... 20%
2025-08-20T21:22:16.7925814Z (Reading database ... 25%
2025-08-20T21:22:16.7926063Z (Reading database ... 30%
2025-08-20T21:22:16.7926304Z (Reading database ... 35%
2025-08-20T21:22:16.7926550Z (Reading database ... 40%
2025-08-20T21:22:16.7926798Z (Reading database ... 45%
2025-08-20T21:22:16.7927038Z (Reading database ... 50%
2025-08-20T21:22:16.7949746Z (Reading database ... 55%
2025-08-20T21:22:16.8042629Z (Reading database ... 60%
2025-08-20T21:22:16.8064354Z (Reading database ... 65%
2025-08-20T21:22:16.8104060Z (Reading database ... 70%
2025-08-20T21:22:16.8130720Z (Reading database ... 75%
2025-08-20T21:22:16.8160488Z (Reading database ... 80%
2025-08-20T21:22:16.8314932Z (Reading database ... 85%
2025-08-20T21:22:16.8601987Z (Reading database ... 90%
2025-08-20T21:22:16.8681877Z (Reading database ... 95%
2025-08-20T21:22:16.8682319Z (Reading database ... 100%
2025-08-20T21:22:16.8682908Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:22:16.8724912Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:22:16.8874365Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:16.9025318Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:22:17.2675644Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:22:17.2737647Z (Reading database ... 
2025-08-20T21:22:17.2738309Z (Reading database ... 5%
2025-08-20T21:22:17.2738785Z (Reading database ... 10%
2025-08-20T21:22:17.2739161Z (Reading database ... 15%
2025-08-20T21:22:17.2739432Z (Reading database ... 20%
2025-08-20T21:22:17.2739726Z (Reading database ... 25%
2025-08-20T21:22:17.2739989Z (Reading database ... 30%
2025-08-20T21:22:17.2740268Z (Reading database ... 35%
2025-08-20T21:22:17.2740541Z (Reading database ... 40%
2025-08-20T21:22:17.2741057Z (Reading database ... 45%
2025-08-20T21:22:17.2741323Z (Reading database ... 50%
2025-08-20T21:22:17.2762429Z (Reading database ... 55%
2025-08-20T21:22:17.2872384Z (Reading database ... 60%
2025-08-20T21:22:17.2896575Z (Reading database ... 65%
2025-08-20T21:22:17.2943842Z (Reading database ... 70%
2025-08-20T21:22:17.2975603Z (Reading database ... 75%
2025-08-20T21:22:17.3011202Z (Reading database ... 80%
2025-08-20T21:22:17.3194562Z (Reading database ... 85%
2025-08-20T21:22:17.3540070Z (Reading database ... 90%
2025-08-20T21:22:17.3642490Z (Reading database ... 95%
2025-08-20T21:22:17.3642976Z (Reading database ... 100%
2025-08-20T21:22:17.3643609Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:22:17.3693146Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.3730367Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.3994799Z Selecting previously unselected package tcpd.
2025-08-20T21:22:17.4147200Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:22:17.4155932Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:22:17.4404475Z Selecting previously unselected package update-inetd.
2025-08-20T21:22:17.4554096Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:22:17.4577916Z Unpacking update-inetd (4.53) ...
2025-08-20T21:22:17.4836882Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:22:17.4987878Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.5058351Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.5302026Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:22:17.5454737Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.5469312Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.5727471Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:22:17.5879452Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.5889064Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.6152536Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:22:17.6307454Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.6315607Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.6566711Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:22:17.6719320Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.6733877Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.6979763Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:22:17.7131241Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.7140665Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.7404272Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:22:17.7573895Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.7584935Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.7854435Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:22:17.8010266Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.8019613Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.8286682Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:22:17.8441789Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:22:17.8450767Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:22:17.8730291Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:22:17.8885450Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:17.8894144Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:22:17.9360115Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:22:17.9443405Z Setting up update-inetd (4.53) ...
2025-08-20T21:22:18.0340047Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.0404474Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:22:18.0422724Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.4740464Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:18.4740924Z 
2025-08-20T21:22:18.4741048Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:22:18.4741262Z 
2025-08-20T21:22:18.4741807Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:18.4742489Z 
2025-08-20T21:22:18.4743482Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:18.4744453Z 
2025-08-20T21:22:18.7747765Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.7826479Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.7893749Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:22:18.7912627Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.7946575Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.7968836Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:22:18.7988419Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:19.1958875Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:22:19.1959320Z 
2025-08-20T21:22:19.1960166Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:22:19.1961100Z 
2025-08-20T21:22:19.5023257Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:19.6078336Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:19.6764104Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:19.7419832Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:26.3898453Z Reading package lists...
2025-08-20T21:22:26.6224775Z Building dependency tree...
2025-08-20T21:22:26.6233777Z Reading state information...
2025-08-20T21:22:26.8748989Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:22:26.8749556Z iputils-tracepath set to manually installed.
2025-08-20T21:22:26.8749863Z The following packages will be REMOVED:
2025-08-20T21:22:26.8757105Z   inetutils-ping
2025-08-20T21:22:26.8757848Z The following NEW packages will be installed:
2025-08-20T21:22:26.8764581Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:22:26.8932355Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:22:26.8932746Z Need to get 71.5 kB of archives.
2025-08-20T21:22:26.8933077Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:22:26.8933576Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:26.9730450Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:22:27.0378735Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:22:27.1022599Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:22:27.4215691Z Fetched 71.5 kB in 0s (326 kB/s)
2025-08-20T21:22:27.4405177Z (Reading database ... 
2025-08-20T21:22:27.4407925Z (Reading database ... 5%
2025-08-20T21:22:27.4408480Z (Reading database ... 10%
2025-08-20T21:22:27.4408850Z (Reading database ... 15%
2025-08-20T21:22:27.4409206Z (Reading database ... 20%
2025-08-20T21:22:27.4409582Z (Reading database ... 25%
2025-08-20T21:22:27.4410201Z (Reading database ... 30%
2025-08-20T21:22:27.4410614Z (Reading database ... 35%
2025-08-20T21:22:27.4410926Z (Reading database ... 40%
2025-08-20T21:22:27.4411285Z (Reading database ... 45%
2025-08-20T21:22:27.4411564Z (Reading database ... 50%
2025-08-20T21:22:27.4492026Z (Reading database ... 55%
2025-08-20T21:22:27.4527947Z (Reading database ... 60%
2025-08-20T21:22:27.4551100Z (Reading database ... 65%
2025-08-20T21:22:27.4593139Z (Reading database ... 70%
2025-08-20T21:22:27.4622745Z (Reading database ... 75%
2025-08-20T21:22:27.4652227Z (Reading database ... 80%
2025-08-20T21:22:27.4808078Z (Reading database ... 85%
2025-08-20T21:22:27.5108375Z (Reading database ... 90%
2025-08-20T21:22:27.5192307Z (Reading database ... 95%
2025-08-20T21:22:27.5192753Z (Reading database ... 100%
2025-08-20T21:22:27.5193411Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:22:27.5236919Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:27.5677410Z Selecting previously unselected package iputils-ping.
2025-08-20T21:22:27.5737801Z (Reading database ... 
2025-08-20T21:22:27.5738405Z (Reading database ... 5%
2025-08-20T21:22:27.5738859Z (Reading database ... 10%
2025-08-20T21:22:27.5739195Z (Reading database ... 15%
2025-08-20T21:22:27.5739463Z (Reading database ... 20%
2025-08-20T21:22:27.5739728Z (Reading database ... 25%
2025-08-20T21:22:27.5739987Z (Reading database ... 30%
2025-08-20T21:22:27.5740250Z (Reading database ... 35%
2025-08-20T21:22:27.5740510Z (Reading database ... 40%
2025-08-20T21:22:27.5740768Z (Reading database ... 45%
2025-08-20T21:22:27.5741029Z (Reading database ... 50%
2025-08-20T21:22:27.5823143Z (Reading database ... 55%
2025-08-20T21:22:27.5858392Z (Reading database ... 60%
2025-08-20T21:22:27.5880396Z (Reading database ... 65%
2025-08-20T21:22:27.5920610Z (Reading database ... 70%
2025-08-20T21:22:27.5948790Z (Reading database ... 75%
2025-08-20T21:22:27.5977789Z (Reading database ... 80%
2025-08-20T21:22:27.6143912Z (Reading database ... 85%
2025-08-20T21:22:27.6480974Z (Reading database ... 90%
2025-08-20T21:22:27.6577940Z (Reading database ... 95%
2025-08-20T21:22:27.6578619Z (Reading database ... 100%
2025-08-20T21:22:27.6579030Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:22:27.6628961Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:27.6640306Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.6883765Z Selecting previously unselected package iputils-arping.
2025-08-20T21:22:27.7033648Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:27.7042257Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.7287432Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:22:27.7442056Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:27.7450594Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.7898733Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.8072856Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.8269414Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:27.8445722Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:34.2742709Z Reading package lists...
2025-08-20T21:22:34.4662054Z Building dependency tree...
2025-08-20T21:22:34.4670853Z Reading state information...
2025-08-20T21:22:34.6214577Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:22:34.6215257Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:22:34.6584085Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:35.7940721Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:22:36.2763480Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:37.4479853Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:22:37.5711065Z Collecting pip
2025-08-20T21:22:37.6391972Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:22:37.6528496Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:22:37.7982791Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.4 MB/s eta 0:00:00
2025-08-20T21:22:38.0733963Z Installing collected packages: pip
2025-08-20T21:22:38.8403752Z Successfully installed pip-25.2
2025-08-20T21:22:39.0740442Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:22:39.1252710Z Reading package lists...
2025-08-20T21:22:39.3087804Z Building dependency tree...
2025-08-20T21:22:39.3096537Z Reading state information...
2025-08-20T21:22:39.4609743Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:22:39.4610349Z pciutils set to manually installed.
2025-08-20T21:22:39.4611018Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:22:39.4611666Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:22:39.4612079Z python3-distro set to manually installed.
2025-08-20T21:22:39.4612514Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:22:39.4612945Z python3-netifaces set to manually installed.
2025-08-20T21:22:39.4613319Z The following additional packages will be installed:
2025-08-20T21:22:39.4613668Z   libsysfs2
2025-08-20T21:22:39.4617071Z Suggested packages:
2025-08-20T21:22:39.4617448Z   fancontrol read-edid i2c-tools
2025-08-20T21:22:39.4875673Z The following NEW packages will be installed:
2025-08-20T21:22:39.4878698Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:22:39.5105194Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:39.5369101Z Need to get 142 kB of archives.
2025-08-20T21:22:39.5370010Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:22:39.5370886Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:39.6853351Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:22:39.8169814Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:22:39.8994043Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:22:40.0705593Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:22:40.3665414Z Fetched 142 kB in 1s (257 kB/s)
2025-08-20T21:22:40.3867440Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:22:40.3928840Z (Reading database ... 
2025-08-20T21:22:40.3929312Z (Reading database ... 5%
2025-08-20T21:22:40.3929745Z (Reading database ... 10%
2025-08-20T21:22:40.3930206Z (Reading database ... 15%
2025-08-20T21:22:40.3930631Z (Reading database ... 20%
2025-08-20T21:22:40.3931066Z (Reading database ... 25%
2025-08-20T21:22:40.3931494Z (Reading database ... 30%
2025-08-20T21:22:40.3931938Z (Reading database ... 35%
2025-08-20T21:22:40.3932357Z (Reading database ... 40%
2025-08-20T21:22:40.3933445Z (Reading database ... 45%
2025-08-20T21:22:40.3933878Z (Reading database ... 50%
2025-08-20T21:22:40.4016869Z (Reading database ... 55%
2025-08-20T21:22:40.4054594Z (Reading database ... 60%
2025-08-20T21:22:40.4077930Z (Reading database ... 65%
2025-08-20T21:22:40.4120757Z (Reading database ... 70%
2025-08-20T21:22:40.4150168Z (Reading database ... 75%
2025-08-20T21:22:40.4179652Z (Reading database ... 80%
2025-08-20T21:22:40.4342652Z (Reading database ... 85%
2025-08-20T21:22:40.4646462Z (Reading database ... 90%
2025-08-20T21:22:40.4733428Z (Reading database ... 95%
2025-08-20T21:22:40.4733941Z (Reading database ... 100%
2025-08-20T21:22:40.4734621Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:22:40.4779924Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:22:40.4796373Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:22:40.5030688Z Selecting previously unselected package sysfsutils.
2025-08-20T21:22:40.5174941Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:22:40.5210856Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:22:40.5548050Z Selecting previously unselected package lm-sensors.
2025-08-20T21:22:40.5697483Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:22:40.5915756Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:22:40.6179906Z Selecting previously unselected package virt-what.
2025-08-20T21:22:40.6325388Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:22:40.6333079Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:22:40.6741898Z Setting up virt-what (1.25-2) ...
2025-08-20T21:22:40.6764099Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:22:40.6784899Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:22:41.0850160Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:22:41.0850593Z 
2025-08-20T21:22:41.0851081Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:22:41.0851560Z 
2025-08-20T21:22:41.3998932Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:22:41.8071809Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:22:41.8072333Z 
2025-08-20T21:22:41.8106624Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:46.5842294Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:48.2465817Z Reading package lists...
2025-08-20T21:22:48.4028079Z Building dependency tree...
2025-08-20T21:22:48.4037320Z Reading state information...
2025-08-20T21:22:48.6789891Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:22:48.6790533Z The following additional packages will be installed:
2025-08-20T21:22:48.6798692Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:22:48.6799217Z   xorg-sgml-doctools
2025-08-20T21:22:48.6809735Z Suggested packages:
2025-08-20T21:22:48.6810093Z   libxcb-doc
2025-08-20T21:22:48.7014978Z The following NEW packages will be installed:
2025-08-20T21:22:48.7017306Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:22:48.7022469Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:22:48.7023044Z   xcb xorg-sgml-doctools
2025-08-20T21:22:48.7245898Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:48.7246289Z Need to get 807 kB of archives.
2025-08-20T21:22:48.7246628Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:22:48.7247040Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:48.8083897Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:22:48.8724302Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:22:48.9384553Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:22:49.0665373Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:22:49.1309914Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:22:49.1959019Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:22:49.2620907Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:22:49.3266247Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:22:49.3931138Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:22:49.4577883Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:22:49.5220678Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:22:49.8107950Z Fetched 807 kB in 1s (997 kB/s)
2025-08-20T21:22:49.8308342Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:22:49.8370689Z (Reading database ... 
2025-08-20T21:22:49.8371104Z (Reading database ... 5%
2025-08-20T21:22:49.8371483Z (Reading database ... 10%
2025-08-20T21:22:49.8371858Z (Reading database ... 15%
2025-08-20T21:22:49.8372235Z (Reading database ... 20%
2025-08-20T21:22:49.8372616Z (Reading database ... 25%
2025-08-20T21:22:49.8372975Z (Reading database ... 30%
2025-08-20T21:22:49.8373392Z (Reading database ... 35%
2025-08-20T21:22:49.8373751Z (Reading database ... 40%
2025-08-20T21:22:49.8374118Z (Reading database ... 45%
2025-08-20T21:22:49.8374471Z (Reading database ... 50%
2025-08-20T21:22:49.8484527Z (Reading database ... 55%
2025-08-20T21:22:49.8508458Z (Reading database ... 60%
2025-08-20T21:22:49.8534599Z (Reading database ... 65%
2025-08-20T21:22:49.8586607Z (Reading database ... 70%
2025-08-20T21:22:49.8620129Z (Reading database ... 75%
2025-08-20T21:22:49.8652948Z (Reading database ... 80%
2025-08-20T21:22:49.8816800Z (Reading database ... 85%
2025-08-20T21:22:49.9106047Z (Reading database ... 90%
2025-08-20T21:22:49.9189172Z (Reading database ... 95%
2025-08-20T21:22:49.9189719Z (Reading database ... 100%
2025-08-20T21:22:49.9190460Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:22:49.9235307Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:22:49.9245376Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:22:49.9456938Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:22:49.9601231Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:22:49.9610993Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:22:49.9850764Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:22:49.9992514Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:22:50.0000182Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:22:50.0538681Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:22:50.0683837Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:22:50.0695156Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:22:50.0917975Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:22:50.1060608Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:22:50.1068937Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:22:50.1272847Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:22:50.1420013Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:50.1429492Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.1663674Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:22:50.1816947Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:50.1827402Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.2104992Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:22:50.2261625Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:50.2279060Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.2545170Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:22:50.2700940Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:50.2710144Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.2953136Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:22:50.3119144Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:50.3129264Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.3419670Z Selecting previously unselected package xcb.
2025-08-20T21:22:50.3578647Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:22:50.3588798Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:22:50.4110359Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:50.4135310Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:22:50.4157928Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:22:50.4201736Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:22:50.4251924Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:50.4402210Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:55.0162451Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:22:55.0257262Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:22:55.0278413Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:22:55.0303270Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:22:55.0332916Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:55.0357859Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:55.0382668Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:55.0408793Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:56.9691083Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:57.4804522Z Collecting build
2025-08-20T21:22:57.5341714Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:22:57.6512152Z Collecting cffi
2025-08-20T21:22:57.6615082Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:22:57.6844978Z Collecting scons
2025-08-20T21:22:57.6993589Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:22:57.7813494Z Collecting scuba
2025-08-20T21:22:57.7922987Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:22:57.8434735Z Collecting pytest
2025-08-20T21:22:57.8532234Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:22:57.8768036Z Collecting packaging>=19.1 (from build)
2025-08-20T21:22:57.8864657Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:22:57.9027445Z Collecting pyproject_hooks (from build)
2025-08-20T21:22:57.9129827Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:22:57.9315731Z Collecting pycparser (from cffi)
2025-08-20T21:22:57.9412571Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:22:57.9797501Z Collecting PyYAML (from scuba)
2025-08-20T21:22:57.9899742Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:22:58.0077166Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:22:58.0175813Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:22:58.0407044Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:22:58.0503980Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:22:58.0764447Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:22:58.0863991Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:58.1023553Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:22:58.1178469Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:22:58.1599056Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:22:58.1951017Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 121.9 MB/s  0:00:00
2025-08-20T21:22:58.2054629Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:22:58.2192478Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:22:58.2322660Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:22:58.2433622Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:22:58.2545051Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:22:58.2683272Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:58.2765828Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 158.6 MB/s  0:00:00
2025-08-20T21:22:58.2860874Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:22:58.2976018Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:22:58.3087248Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:22:58.3151479Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 120.8 MB/s  0:00:00
2025-08-20T21:22:58.4276448Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:23:00.1853751Z 
2025-08-20T21:23:00.1870792Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:23:00.5206844Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:00.7747886Z Collecting ansi2txt
2025-08-20T21:23:00.8272290Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:23:00.8561437Z Collecting pipx
2025-08-20T21:23:00.8659274Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:00.8969371Z Collecting scons
2025-08-20T21:23:00.8989855Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:00.9733949Z Collecting py2static
2025-08-20T21:23:00.9885401Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:23:01.0151591Z Collecting typer
2025-08-20T21:23:01.0252010Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:23:01.0626121Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:23:01.0730763Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:01.0983091Z Collecting packaging>=20 (from pipx)
2025-08-20T21:23:01.0996527Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:01.1239027Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:23:01.1341793Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:23:01.1571858Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:23:01.1675991Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:01.2246548Z Collecting pyinstaller (from py2static)
2025-08-20T21:23:01.2377895Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:23:01.3273229Z Collecting staticx (from py2static)
2025-08-20T21:23:01.3377204Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:23:01.3619810Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:23:01.3715902Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:01.4089676Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:23:01.4186364Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:01.4383386Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:23:01.4481301Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:23:01.4939827Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:23:01.5040129Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:01.5323789Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:01.5426025Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:01.5710623Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:01.5722839Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:01.5890506Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:23:01.5989510Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:23:01.7262547Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:23:01.7366680Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:01.7630925Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:23:01.7728350Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:01.7979114Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:23:01.8074571Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:01.8351485Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:23:01.8450671Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:23:01.8594942Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:23:01.8716316Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:23:01.8848318Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:01.8990733Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:23:01.9124681Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:23:01.9247488Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:23:01.9363707Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:23:01.9416193Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:01.9512373Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:23:01.9631258Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:23:01.9743348Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:01.9871077Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:23:01.9983879Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:23:02.0097542Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:23:02.0210154Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:23:02.0321616Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:23:02.0451541Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:23:02.0590149Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 45.6 MB/s  0:00:00
2025-08-20T21:23:02.0689595Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:02.0852073Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:02.0993741Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 89.6 MB/s  0:00:00
2025-08-20T21:23:02.1097865Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:02.1257880Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:23:02.1407713Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:23:02.3054589Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:23:03.2084858Z   Attempting uninstall: scons
2025-08-20T21:23:03.2168851Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:03.2553840Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:03.2628722Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:03.8891907Z   Attempting uninstall: pygments
2025-08-20T21:23:03.8979039Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:03.9216302Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:03.9244996Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:04.5607547Z   Attempting uninstall: packaging
2025-08-20T21:23:04.5689981Z     Found existing installation: packaging 25.0
2025-08-20T21:23:04.5715171Z     Uninstalling packaging-25.0:
2025-08-20T21:23:04.5723058Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:05.5971057Z 
2025-08-20T21:23:05.6000978Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:23:06.0067840Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:06.2022374Z Collecting build
2025-08-20T21:23:06.2034234Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:23:06.2994993Z Collecting cffi
2025-08-20T21:23:06.3009323Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:23:06.3197849Z Collecting scons
2025-08-20T21:23:06.3211687Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:06.3395145Z Collecting scuba
2025-08-20T21:23:06.3408574Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:23:06.3979829Z Collecting pytest
2025-08-20T21:23:06.3992818Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:23:06.4219279Z Collecting packaging>=19.1 (from build)
2025-08-20T21:23:06.4231871Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:06.4392414Z Collecting pyproject_hooks (from build)
2025-08-20T21:23:06.4403763Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:23:06.4556533Z Collecting pycparser (from cffi)
2025-08-20T21:23:06.4567909Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:23:06.4924095Z Collecting PyYAML (from scuba)
2025-08-20T21:23:06.4936408Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:23:06.5133371Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:23:06.5134287Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:23:06.5341903Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:23:06.5353378Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:23:06.5585462Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:23:06.5596837Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:06.5656779Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:23:06.5667357Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:23:06.5681512Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:06.5723407Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:23:06.5735675Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:23:06.5748567Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:23:06.5758691Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:23:06.5768753Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:06.5778927Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:06.5799992Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:23:06.5810835Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:23:06.5820767Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:23:06.7067588Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:23:06.7073219Z   Attempting uninstall: scons
2025-08-20T21:23:06.7158649Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:06.7542008Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:06.7614960Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:07.3895308Z   Attempting uninstall: PyYAML
2025-08-20T21:23:07.3987505Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:23:07.4020943Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:23:07.4031488Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:23:07.4610756Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:23:07.4699584Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:23:07.4717544Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:23:07.4725568Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:23:07.4820128Z   Attempting uninstall: pygments
2025-08-20T21:23:07.4901539Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:07.5135031Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:07.5162677Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:08.1566862Z   Attempting uninstall: pycparser
2025-08-20T21:23:08.1660350Z     Found existing installation: pycparser 2.22
2025-08-20T21:23:08.1686904Z     Uninstalling pycparser-2.22:
2025-08-20T21:23:08.1704018Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:23:08.3068824Z   Attempting uninstall: pluggy
2025-08-20T21:23:08.3156602Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:23:08.3175385Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:23:08.3182844Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:23:08.3337568Z   Attempting uninstall: packaging
2025-08-20T21:23:08.3417845Z     Found existing installation: packaging 25.0
2025-08-20T21:23:08.3442849Z     Uninstalling packaging-25.0:
2025-08-20T21:23:08.3450722Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:08.3824888Z   Attempting uninstall: iniconfig
2025-08-20T21:23:08.3907837Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:23:08.3924686Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:23:08.3931930Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:23:08.4000897Z   Attempting uninstall: scuba
2025-08-20T21:23:08.4079810Z     Found existing installation: scuba 2.14.1
2025-08-20T21:23:08.4102049Z     Uninstalling scuba-2.14.1:
2025-08-20T21:23:08.4112345Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:23:08.4297415Z   Attempting uninstall: pytest
2025-08-20T21:23:08.4379658Z     Found existing installation: pytest 8.4.1
2025-08-20T21:23:08.4443718Z     Uninstalling pytest-8.4.1:
2025-08-20T21:23:08.4698528Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:23:08.6858072Z   Attempting uninstall: cffi
2025-08-20T21:23:08.6942045Z     Found existing installation: cffi 1.17.1
2025-08-20T21:23:08.6972438Z     Uninstalling cffi-1.17.1:
2025-08-20T21:23:08.7221723Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:23:08.8007336Z   Attempting uninstall: build
2025-08-20T21:23:08.8091035Z     Found existing installation: build 1.3.0
2025-08-20T21:23:08.8117944Z     Uninstalling build-1.3.0:
2025-08-20T21:23:08.8128782Z       Successfully uninstalled build-1.3.0
2025-08-20T21:23:08.8324647Z 
2025-08-20T21:23:08.8355262Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:23:09.1782271Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:09.3776985Z Collecting ansi2txt
2025-08-20T21:23:09.3791035Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:23:09.4046874Z Collecting pipx
2025-08-20T21:23:09.4060431Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:09.4266660Z Collecting scons
2025-08-20T21:23:09.4288834Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:09.4450973Z Collecting py2static
2025-08-20T21:23:09.4463824Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:23:09.4683492Z Collecting typer
2025-08-20T21:23:09.4695787Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:23:09.4989203Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:23:09.4999603Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:09.5207840Z Collecting packaging>=20 (from pipx)
2025-08-20T21:23:09.5218019Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:09.5433728Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:23:09.5443934Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:23:09.5624404Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:23:09.5634858Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:09.6064757Z Collecting pyinstaller (from py2static)
2025-08-20T21:23:09.6075494Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:23:09.6262240Z Collecting staticx (from py2static)
2025-08-20T21:23:09.6272200Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:23:09.6476278Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:23:09.6486403Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:09.6803430Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:23:09.6813510Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:09.6981042Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:23:09.6991099Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:23:09.7388925Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:23:09.7399848Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:09.7612030Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:09.7623098Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:09.7906722Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:09.7920316Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:09.8086813Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:23:09.8098883Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:23:09.9295695Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:23:09.9308024Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:09.9554944Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:23:09.9566982Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:09.9806511Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:23:09.9819890Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:10.0067499Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:23:10.0079814Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:23:10.0121741Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:23:10.0133113Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:23:10.0144607Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:10.0191113Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:23:10.0201833Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:23:10.0212798Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:23:10.0224023Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:23:10.0235254Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:10.0246424Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:23:10.0256970Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:23:10.0269158Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:10.0289500Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:23:10.0300321Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:23:10.0310551Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:23:10.0320756Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:23:10.0330950Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:23:10.0341025Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:23:10.0356522Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:10.0370164Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:10.0389685Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:10.0399714Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:23:10.0410818Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:23:10.1960868Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:23:10.1965489Z   Attempting uninstall: pyelftools
2025-08-20T21:23:10.2043722Z     Found existing installation: pyelftools 0.32
2025-08-20T21:23:10.2095679Z     Uninstalling pyelftools-0.32:
2025-08-20T21:23:10.2111685Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:23:10.3209573Z   Attempting uninstall: altgraph
2025-08-20T21:23:10.3294865Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:23:10.3315032Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:23:10.3321402Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:23:10.3455935Z   Attempting uninstall: typing-extensions
2025-08-20T21:23:10.3541785Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:23:10.3555810Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:23:10.3802611Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:23:10.4067173Z   Attempting uninstall: staticx
2025-08-20T21:23:10.4154960Z     Found existing installation: staticx 0.14.1
2025-08-20T21:23:10.4181975Z     Uninstalling staticx-0.14.1:
2025-08-20T21:23:10.4192645Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:23:10.4403882Z   Attempting uninstall: shellingham
2025-08-20T21:23:10.4488463Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:23:10.4508267Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:23:10.4515543Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:23:10.4610243Z   Attempting uninstall: setuptools
2025-08-20T21:23:10.4699149Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:23:10.4997085Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:23:10.5284031Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:23:11.2135407Z   Attempting uninstall: scons
2025-08-20T21:23:11.2231773Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:11.2633838Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:11.2707528Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:11.9186586Z   Attempting uninstall: pygments
2025-08-20T21:23:11.9270504Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:11.9507170Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:11.9534670Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:12.5961755Z   Attempting uninstall: platformdirs
2025-08-20T21:23:12.6051635Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:23:12.6073506Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:23:12.6080489Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:23:12.6230534Z   Attempting uninstall: packaging
2025-08-20T21:23:12.6309818Z     Found existing installation: packaging 25.0
2025-08-20T21:23:12.6333994Z     Uninstalling packaging-25.0:
2025-08-20T21:23:12.6341207Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:12.6718956Z   Attempting uninstall: mdurl
2025-08-20T21:23:12.6800868Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:23:12.6817601Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:23:12.6824106Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:23:12.6906454Z   Attempting uninstall: click
2025-08-20T21:23:12.6986774Z     Found existing installation: click 8.2.1
2025-08-20T21:23:12.7009519Z     Uninstalling click-8.2.1:
2025-08-20T21:23:12.7016236Z       Successfully uninstalled click-8.2.1
2025-08-20T21:23:12.7601321Z   Attempting uninstall: argcomplete
2025-08-20T21:23:12.7689068Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:23:12.7718484Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:23:12.7730106Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:23:12.7979961Z   Attempting uninstall: ansi2txt
2025-08-20T21:23:12.8065965Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:23:12.8083515Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:23:12.8336885Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:23:12.8396337Z   Attempting uninstall: userpath
2025-08-20T21:23:12.8485270Z     Found existing installation: userpath 1.9.2
2025-08-20T21:23:12.8507010Z     Uninstalling userpath-1.9.2:
2025-08-20T21:23:12.8517245Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:23:12.8629231Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:23:12.8713511Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:23:12.9169209Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:23:12.9213755Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:23:13.2000763Z   Attempting uninstall: markdown-it-py
2025-08-20T21:23:13.2096703Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:23:13.2154790Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:23:13.2168812Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:23:13.2799504Z   Attempting uninstall: rich
2025-08-20T21:23:13.2885790Z     Found existing installation: rich 14.1.0
2025-08-20T21:23:13.2949369Z     Uninstalling rich-14.1.0:
2025-08-20T21:23:13.2959485Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:23:13.4693027Z   Attempting uninstall: pyinstaller
2025-08-20T21:23:13.4777025Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:23:13.5159372Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:23:13.5205119Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:13.8545871Z   Attempting uninstall: pipx
2025-08-20T21:23:13.8639001Z     Found existing installation: pipx 1.7.1
2025-08-20T21:23:13.8676586Z     Uninstalling pipx-1.7.1:
2025-08-20T21:23:13.8688862Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:23:13.9197874Z   Attempting uninstall: typer
2025-08-20T21:23:13.9289333Z     Found existing installation: typer 0.16.1
2025-08-20T21:23:13.9319260Z     Uninstalling typer-0.16.1:
2025-08-20T21:23:13.9329901Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:23:13.9741515Z   Attempting uninstall: py2static
2025-08-20T21:23:13.9829595Z     Found existing installation: py2static 0.0.1
2025-08-20T21:23:13.9855364Z     Uninstalling py2static-0.0.1:
2025-08-20T21:23:13.9868045Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:23:13.9954825Z 
2025-08-20T21:23:13.9987373Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:23:14.3863352Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:14.5084020Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:23:14.5088566Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-6vywv7wz
2025-08-20T21:23:14.5109223Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-6vywv7wz
2025-08-20T21:23:16.5424337Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:23:16.5468598Z   Installing build dependencies: started
2025-08-20T21:23:17.2915020Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:23:17.2923606Z   Getting requirements to build wheel: started
2025-08-20T21:23:17.5873264Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:23:17.5885954Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:23:17.7981282Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:23:17.9747604Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:17.9760836Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:17.9984116Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:23:17.9994657Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:18.0213267Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:23:18.0223267Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:18.0430087Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:18.0440118Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:18.0484972Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:18.0495304Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:18.0508939Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:18.0527051Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:18.0647266Z Building wheels for collected packages: pyinstaller
2025-08-20T21:23:18.0655290Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:23:18.7765810Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:23:18.7793748Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=d3589b6b09e63a9f04157c1e7e7be98f459e8657da0a549f4a4ab3e931197cea
2025-08-20T21:23:18.7795219Z   Stored in directory: /tmp/pip-ephem-wheel-cache-q94ockr5/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:23:18.7836821Z Successfully built pyinstaller
2025-08-20T21:23:18.8769080Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:23:18.8773918Z   Attempting uninstall: altgraph
2025-08-20T21:23:18.8861109Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:23:18.8881886Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:23:18.8889291Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:23:18.9039674Z   Attempting uninstall: setuptools
2025-08-20T21:23:18.9132872Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:23:18.9425363Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:23:18.9711131Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:23:19.6453854Z   Attempting uninstall: packaging
2025-08-20T21:23:19.6541945Z     Found existing installation: packaging 25.0
2025-08-20T21:23:19.6566061Z     Uninstalling packaging-25.0:
2025-08-20T21:23:19.6574110Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:19.6969357Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:23:19.7050322Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:23:19.7485689Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:23:19.7529180Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:23:20.0367880Z   Attempting uninstall: pyinstaller
2025-08-20T21:23:20.0453877Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:23:20.0833229Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:23:20.0881119Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:20.4307171Z 
2025-08-20T21:23:20.4338492Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:23:20.8048735Z 6.15.0
2025-08-20T21:23:21.4574159Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:23:21.4584730Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:23:21.4585345Z 
2025-08-20T21:23:21.4585646Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:23:21.4586330Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:23:21.4586835Z installation.
2025-08-20T21:23:21.4586995Z 
2025-08-20T21:23:21.4587278Z If you installed the current Docker package using this script and are using it
2025-08-20T21:23:21.4587971Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:23:21.4588830Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:23:21.4589406Z files to match the parameters passed to the script.
2025-08-20T21:23:21.4589706Z 
2025-08-20T21:23:21.4589861Z You may press Ctrl+C now to abort this script.
2025-08-20T21:23:21.4754578Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:22.8459005Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:23:23.3290536Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:23:23.3311753Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:23.4150353Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:23.4168711Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:23:23.4176226Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:24.8343129Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:23:36.3950601Z 
2025-08-20T21:23:36.3951120Z Running kernel seems to be up-to-date.
2025-08-20T21:23:36.3951444Z 
2025-08-20T21:23:36.3951566Z Restarting services...
2025-08-20T21:23:36.4018394Z 
2025-08-20T21:23:36.4018690Z Service restarts being deferred:
2025-08-20T21:23:36.4019108Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:23:36.4019410Z 
2025-08-20T21:23:36.4019581Z No containers need to be restarted.
2025-08-20T21:23:36.4019868Z 
2025-08-20T21:23:36.4020180Z No user sessions are running outdated binaries.
2025-08-20T21:23:36.4020658Z 
2025-08-20T21:23:36.4021100Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:23:37.4226540Z + sh -c 'docker version'
2025-08-20T21:23:37.4397360Z Client: Docker Engine - Community
2025-08-20T21:23:37.4398083Z  Version:           28.3.3
2025-08-20T21:23:37.4398818Z  API version:       1.51
2025-08-20T21:23:37.4399366Z  Go version:        go1.24.5
2025-08-20T21:23:37.4399882Z  Git commit:        980b856
2025-08-20T21:23:37.4400417Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:23:37.4401001Z  OS/Arch:           linux/amd64
2025-08-20T21:23:37.4401528Z  Context:           default
2025-08-20T21:23:37.4401856Z 
2025-08-20T21:23:37.4402095Z Server: Docker Engine - Community
2025-08-20T21:23:37.4402671Z  Engine:
2025-08-20T21:23:37.4403136Z   Version:          28.3.3
2025-08-20T21:23:37.4403740Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:23:37.4404207Z   Go version:       go1.24.5
2025-08-20T21:23:37.4404589Z   Git commit:       bea959c
2025-08-20T21:23:37.4404972Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:23:37.4405414Z   OS/Arch:          linux/amd64
2025-08-20T21:23:37.4405817Z   Experimental:     false
2025-08-20T21:23:37.4406177Z  containerd:
2025-08-20T21:23:37.4406484Z   Version:          1.7.27
2025-08-20T21:23:37.4406935Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:23:37.4407753Z  runc:
2025-08-20T21:23:37.4408044Z   Version:          1.2.5
2025-08-20T21:23:37.4408622Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:23:37.4409000Z  docker-init:
2025-08-20T21:23:37.4409294Z   Version:          0.19.0
2025-08-20T21:23:37.4409635Z   GitCommit:        de40ad0
2025-08-20T21:23:37.4418943Z 
2025-08-20T21:23:37.4419320Z ================================================================================
2025-08-20T21:23:37.4419712Z 
2025-08-20T21:23:37.4420010Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:23:37.4420621Z Docker daemon in rootless mode for your user:
2025-08-20T21:23:37.4420841Z 
2025-08-20T21:23:37.4420956Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:23:37.4421170Z 
2025-08-20T21:23:37.4421409Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:23:37.4421727Z 
2025-08-20T21:23:37.4421731Z 
2025-08-20T21:23:37.4421954Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:23:37.4422471Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:23:37.4422778Z 
2025-08-20T21:23:37.4422998Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:23:37.4423592Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:23:37.4424334Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:23:37.4424809Z 
2025-08-20T21:23:37.4425011Z ================================================================================
2025-08-20T21:23:37.4425310Z 
2025-08-20T21:23:48.1541513Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:48.1542668Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:48.1543552Z      Active: active (running) since Wed 2025-08-20 21:23:38 UTC; 10s ago
2025-08-20T21:23:48.1544307Z TriggeredBy: ● docker.socket
2025-08-20T21:23:48.1544737Z        Docs: https://docs.docker.com
2025-08-20T21:23:48.1545161Z    Main PID: 20260 (dockerd)
2025-08-20T21:23:48.1545525Z       Tasks: 10
2025-08-20T21:23:48.1545725Z      Memory: 21.8M (peak: 25.4M)
2025-08-20T21:23:48.1545951Z         CPU: 347ms
2025-08-20T21:23:48.1546165Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:48.1549534Z              └─20260 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:48.1549880Z 
2025-08-20T21:23:48.1550219Z Aug 20 21:23:37 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:37.571952200Z" level=info msg="Loading containers: start."
2025-08-20T21:23:48.1551516Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.065530075Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3cc0e4df2de33fc930b59d83400e4768abd504747fa9698ef33693dd0d37bf1f], retrying...."
2025-08-20T21:23:48.1552778Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.099225420Z" level=info msg="Loading containers: done."
2025-08-20T21:23:48.1553983Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108429367Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:48.1555429Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108531468Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:48.1556399Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108571874Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:48.1557087Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.128933014Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:48.1557836Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134637355Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:48.1559100Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134711551Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:48.1559756Z Aug 20 21:23:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:48.1655974Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:48.1656780Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:48.1657598Z      Active: active (running) since Wed 2025-08-20 21:23:38 UTC; 10s ago
2025-08-20T21:23:48.1658431Z TriggeredBy: ● docker.socket
2025-08-20T21:23:48.1658858Z        Docs: https://docs.docker.com
2025-08-20T21:23:48.1659293Z    Main PID: 20260 (dockerd)
2025-08-20T21:23:48.1659576Z       Tasks: 10
2025-08-20T21:23:48.1659779Z      Memory: 21.8M (peak: 25.4M)
2025-08-20T21:23:48.1660025Z         CPU: 347ms
2025-08-20T21:23:48.1660345Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:48.1660955Z              └─20260 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:48.1661268Z 
2025-08-20T21:23:48.1661607Z Aug 20 21:23:37 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:37.571952200Z" level=info msg="Loading containers: start."
2025-08-20T21:23:48.1662889Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.065530075Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3cc0e4df2de33fc930b59d83400e4768abd504747fa9698ef33693dd0d37bf1f], retrying...."
2025-08-20T21:23:48.1664298Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.099225420Z" level=info msg="Loading containers: done."
2025-08-20T21:23:48.1665496Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108429367Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:48.1666825Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108531468Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:48.1667722Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108571874Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:48.1668741Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.128933014Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:48.1669501Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134637355Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:48.1670220Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134711551Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:48.1670874Z Aug 20 21:23:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:48.1863962Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:48.1864842Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:48.1865741Z      Active: active (running) since Wed 2025-08-20 21:23:38 UTC; 10s ago
2025-08-20T21:23:48.1866444Z TriggeredBy: ● docker.socket
2025-08-20T21:23:48.1866904Z        Docs: https://docs.docker.com
2025-08-20T21:23:48.1867364Z    Main PID: 20260 (dockerd)
2025-08-20T21:23:48.1867758Z       Tasks: 10
2025-08-20T21:23:48.1868287Z      Memory: 21.8M (peak: 25.4M)
2025-08-20T21:23:48.1868543Z         CPU: 347ms
2025-08-20T21:23:48.1868777Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:48.1869286Z              └─20260 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:48.1869599Z 
2025-08-20T21:23:48.1870125Z Aug 20 21:23:37 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:37.571952200Z" level=info msg="Loading containers: start."
2025-08-20T21:23:48.1871392Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.065530075Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3cc0e4df2de33fc930b59d83400e4768abd504747fa9698ef33693dd0d37bf1f], retrying...."
2025-08-20T21:23:48.1872640Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.099225420Z" level=info msg="Loading containers: done."
2025-08-20T21:23:48.1873843Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108429367Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:48.1875286Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108531468Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:48.1876193Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.108571874Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:48.1876889Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.128933014Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:48.1877627Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134637355Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:48.1878575Z Aug 20 21:23:38 pkrvmqc4gcfdwos dockerd[20260]: time="2025-08-20T21:23:38.134711551Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:48.1879374Z Aug 20 21:23:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:48.1986521Z Docker version 28.3.3, build 980b856
2025-08-20T21:23:48.2173227Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:23:49.1085979Z latest: Pulling from library/hello-world
2025-08-20T21:23:49.3311465Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:23:49.7135172Z 17eec7bbc9d7: Download complete
2025-08-20T21:23:49.7186178Z 17eec7bbc9d7: Pull complete
2025-08-20T21:23:49.7439882Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:23:49.7452588Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:23:49.9071084Z 
2025-08-20T21:23:49.9072377Z Hello from Docker!
2025-08-20T21:23:49.9073780Z This message shows that your installation appears to be working correctly.
2025-08-20T21:23:49.9074393Z 
2025-08-20T21:23:49.9074642Z To generate this message, Docker took the following steps:
2025-08-20T21:23:49.9075248Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:23:49.9075887Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:23:49.9076458Z     (amd64)
2025-08-20T21:23:49.9076889Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:23:49.9077577Z     executable that produces the output you are currently reading.
2025-08-20T21:23:49.9078798Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:23:49.9079412Z     to your terminal.
2025-08-20T21:23:49.9079626Z 
2025-08-20T21:23:49.9080182Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:23:49.9080990Z  $ docker run -it ubuntu bash
2025-08-20T21:23:49.9081267Z 
2025-08-20T21:23:49.9081551Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:23:49.9082212Z  https://hub.docker.com/
2025-08-20T21:23:49.9082365Z 
2025-08-20T21:23:49.9082599Z For more examples and ideas, visit:
2025-08-20T21:23:49.9082884Z  https://docs.docker.com/get-started/
2025-08-20T21:23:49.9083059Z 
2025-08-20T21:23:50.0130436Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:50.0131086Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:50.0132122Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:50.0132795Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:50.0133505Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:50.0134177Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:50.0134860Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:50.0135512Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:50.0136128Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:50.0136699Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:50.0137355Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:50.0138043Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:50.0139053Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:50.0139780Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:50.0140515Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:50.0141198Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:50.0141907Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:50.0142534Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:50.0143184Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:50.0143964Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:50.0144753Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:50.0145720Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:50.0146475Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:50.0147191Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:50.0147825Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:50.0148715Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:50.0149494Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:50.0150200Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:50.0150928Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:50.0151669Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:50.0152417Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:50.0153343Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:50.0154169Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:50.0154936Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:50.0155855Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:50.0156600Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:50.0157316Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:50.0158056Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:50.0159021Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:50.0159803Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:50.0160580Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:50.0161302Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:50.0162015Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:50.0163062Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:50.0163914Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:50.0164764Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:50.0165648Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:50.0166455Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:50.0167217Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:50.0167968Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:50.0168889Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:50.0169637Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:50.0170368Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:50.0171029Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:50.0171674Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:50.0172328Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:50.0172906Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:50.0173524Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:50.0174257Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:50.0174932Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:50.0175850Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:50.0176651Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:50.0177409Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:50.0178360Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:50.0179108Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:50.0179877Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:50.0180597Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:50.0181295Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:50.0182029Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:50.0182868Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:50.0183767Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:50.0184623Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:50.0185379Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:50.0186069Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:50.0186778Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:50.0187490Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:50.0188407Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:50.0189247Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:50.0190092Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:50.0190960Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:50.0191748Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:50.0192479Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:50.0193397Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:50.0194043Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:50.0194661Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:50.0195264Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:50.0195690Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:50.0196129Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:50.0196531Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:50.0196928Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:50.0197340Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:50.0197738Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:50.0198317Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:50.0198721Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:50.0199114Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:50.0199502Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:50.0199846Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:50.0200222Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:50.0200593Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:50.0200954Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:50.0201506Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:50.0201880Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:50.0202246Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:50.0202617Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:50.0203007Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:50.0203410Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:50.0203801Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:50.0204178Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:50.0204550Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:50.0205142Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:50.0205587Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:50.0205929Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:50.0206255Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:50.0206618Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:50.0206968Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:50.0207320Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:50.0207680Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:50.0208026Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:50.0208592Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:50.0209086Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:50.0209870Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:50.0210354Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:50.0210759Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:50.0211142Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:50.0211899Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:50.0212317Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:50.0212727Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:50.0213141Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:50.0213525Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:50.0213917Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:50.0214330Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:50.0214779Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:50.0215211Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:50.0215596Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:50.0215991Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:50.0216395Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:50.0216799Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:50.0217192Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:50.0217578Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:50.0217975Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:50.0218748Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:50.0219385Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:50.0219754Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:50.0220066Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:50.0220388Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:50.0220781Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:50.0221182Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:50.0221579Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:50.0221952Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:50.0222322Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:50.0222700Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:50.0223049Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:50.0223390Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:50.0223812Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:50.0224258Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:50.0224664Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:50.0225036Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:50.0225421Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:50.0225830Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:50.0226247Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:50.0226660Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:50.0227015Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:50.0227376Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:50.0227791Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:50.0228390Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:50.0228928Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:50.0229290Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:50.0229633Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:50.0230014Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:50.0230396Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:50.0230824Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:50.0231294Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:50.0231705Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:50.0232103Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:50.0232456Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:50.0232818Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:50.0233268Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:50.0233776Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:50.0234216Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:50.0234591Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:50.0235055Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:50.0235594Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:50.0236212Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:50.0236646Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:50.0237011Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:50.0237398Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:50.0237809Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:50.0238429Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:50.0238841Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:50.0239218Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:50.0239598Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:50.0240007Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:50.0240409Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:50.0240810Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:50.0241211Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:50.0241609Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:50.0242000Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:50.0242420Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:50.0242874Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:50.0243300Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:50.0243669Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:50.0244042Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:50.0244438Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:50.0244812Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:50.0245193Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:50.0245716Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:50.0257484Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:50.0257973Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:50.0258676Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:50.0259142Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:50.0259578Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:50.0259994Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:50.0260404Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:50.0260807Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:50.0261183Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:50.0261581Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:50.0261970Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:50.0262424Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:50.0262910Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:50.0263379Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:50.0263900Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:50.0264407Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:50.0265112Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:50.0265614Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:50.0266053Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:50.0266421Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:50.0266818Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:50.0267207Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:50.0267595Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:50.0267956Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:50.0268595Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:50.0268981Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:50.0269376Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:50.0269772Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:50.0270154Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:50.0270558Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:50.0270950Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:50.0271371Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:50.0271814Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:50.0272206Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:50.0272584Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:50.0272999Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:50.0273376Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:50.0273738Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:50.0274096Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:50.0274606Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:50.0274996Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:50.0275379Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:50.0275776Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:50.0276152Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:50.0276473Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:50.0276949Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0277475Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:50.0277860Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:50.0278378Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:50.0278761Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:50.0279172Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:50.0279616Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:50.0280045Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:50.0280482Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:50.0280888Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:50.0281291Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:50.0281710Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:50.0282244Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:50.0282650Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:50.0283089Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:50.0283576Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:50.0284079Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:50.0284532Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:50.0284945Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:50.0285348Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:50.0285831Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:50.0286327Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:50.0286732Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:50.0287167Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:50.0287623Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:50.0288029Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:50.0288610Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:50.0289257Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:50.0289955Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:50.0290639Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:50.0291289Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:50.0291932Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:50.0292624Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:50.0293293Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:50.0294124Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:50.0294766Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:50.0295392Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:50.0296070Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:50.0296760Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:50.0297403Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:50.0298048Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:50.0298864Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:50.0299531Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:50.0300218Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:50.0300877Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:50.0301527Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:50.0302212Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:50.0302813Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:50.0303455Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:50.0304233Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:50.0304962Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:50.0305616Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:50.0306302Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:50.0307305Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:50.0308064Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:50.0308900Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:50.0309569Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:50.0310186Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:50.0310691Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:50.0311217Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:50.0311832Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:50.0312448Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:50.0313095Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:50.0313745Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:50.0314378Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:50.0314978Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:50.0315668Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:50.0316416Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:50.0317118Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:50.0317834Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:50.0318735Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:50.0319491Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:50.0320391Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:50.0321533Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:50.0322658Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:50.0323644Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:50.0324718Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:50.0325554Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:50.0326501Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:50.0327649Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:50.0328837Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:50.0329745Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:50.0330549Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:50.0331231Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:50.0331915Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:50.0332591Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:50.0333264Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:50.0333982Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:50.0334684Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:50.0335371Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:50.0336067Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:50.0336767Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:50.0337446Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:50.0338502Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:50.0339223Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:50.0339950Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:50.0340653Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:50.0341416Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:50.0342173Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:50.0342821Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:50.0343529Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:50.0344281Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:50.0345019Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:50.0345836Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:50.0346617Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:50.0347284Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:50.0347951Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:50.0348828Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:50.0349497Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:50.0350194Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:50.0350905Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:50.0351608Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:50.0352309Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:50.0352981Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:50.0353680Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:50.0354722Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0356253Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0357478Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0358871Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0359824Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:50.0360531Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:50.0361232Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:50.0361922Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:50.0362584Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:50.0363258Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:50.0363944Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:50.0364633Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:50.0365325Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:50.0366013Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:50.0366701Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:50.0367371Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:50.0368084Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:50.0369215Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:50.0369946Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:50.0370684Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:50.0371424Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:50.0372132Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:50.0372844Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:50.0373547Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:50.0374221Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:50.0374914Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:50.0375662Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:50.0376379Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:50.0377087Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:50.0377821Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:50.0378714Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:50.0379494Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:50.0380263Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:50.0381005Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:50.0381801Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:50.0382621Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:50.0383364Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:50.0384044Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:50.0384723Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:50.0385652Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:50.0386399Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:50.0387128Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:50.0387830Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:50.0388701Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:50.0389560Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:50.0390404Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:50.0391126Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:50.0391870Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:50.0392671Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:50.0393497Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:50.0394366Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:50.0395243Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:50.0396060Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:50.0396855Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:50.0397571Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:50.0398466Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:50.0399432Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:50.0400151Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:50.0400854Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:50.0401604Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:50.0402337Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:50.0403057Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:50.0403829Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:50.0404547Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:50.0405223Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:50.0405895Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:50.0406552Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:50.0407264Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:50.0408000Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:50.0409033Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:50.0409858Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:50.0410574Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:50.0411380Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:50.0412151Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:50.0412882Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:50.0413629Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:50.0414291Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:50.0414937Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:50.0415851Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:50.0416578Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:50.0417250Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:50.0417834Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:50.0418586Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:50.0419017Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:50.0419527Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:23:50.0420047Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:50.0420443Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:50.0420817Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:50.0421206Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:50.0421629Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:50.0422034Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:50.0422435Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:50.0422851Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:50.0423260Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:50.0423632Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:50.0424002Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:50.0424366Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:50.0424901Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:50.0425327Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:50.0425761Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:50.0426151Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:50.0426570Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:50.0427008Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:50.0427398Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:50.0427771Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:50.0428310Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:50.0428705Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:50.0429087Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:50.0429475Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:50.0429899Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:50.0430314Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:50.0430773Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:50.0431214Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:50.0431591Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:50.0431977Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:50.0432360Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:50.0432748Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:50.0433135Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:50.0433507Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:50.0434090Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:50.0434577Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:50.0434994Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:50.0435363Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:50.0435741Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:50.0436143Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:50.0436537Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:50.0436911Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:50.0437311Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:50.0437691Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:50.0438053Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:50.0438697Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:50.0439096Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:50.0439512Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:50.0439891Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:50.0440283Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:50.0440726Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:50.0441157Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:50.0441700Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:50.0442101Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:50.0442622Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0443130Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:50.0443445Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:50.0443792Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:50.0444204Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:50.0444625Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:50.0445145Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:50.0445743Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:50.0446353Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:50.0447004Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:50.0447647Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:50.0448450Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:50.0449079Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:50.0449658Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:50.0450148Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:50.0450595Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:50.0451032Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:50.0451455Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:50.0452061Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:50.0452492Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:50.0452876Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:50.0453241Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:50.0453615Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:50.0454025Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:50.0454436Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:50.0454853Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:50.0455216Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:50.0455605Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:50.0456072Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:50.0456559Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:50.0457041Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:50.0457518Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:50.0457995Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:50.0458655Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:50.0459103Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:50.0459682Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:50.0460100Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:50.0460512Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:50.0460923Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:50.0461331Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:50.0461758Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:50.0462180Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:50.0462570Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:50.0462947Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:50.0463323Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:50.0463704Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:50.0464138Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:50.0464581Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:50.0464982Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:50.0465385Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:50.0465805Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:50.0466249Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:50.0466688Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:50.0467114Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:50.0467513Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:50.0467888Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:50.0468468Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:50.0468966Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:50.0469338Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:50.0469739Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:50.0470137Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:50.0470581Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:50.0471062Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:50.0471489Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:50.0471908Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:50.0472304Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:50.0472609Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:50.0472941Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:50.0473329Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:50.0473730Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:50.0474121Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:50.0474515Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:50.0474946Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:50.0475394Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:50.0475815Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:50.0476322Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:50.0476723Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:50.0477276Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:50.0477856Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:50.0478549Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:50.0479015Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:50.0479454Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:50.0479877Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:50.0480285Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:50.0480691Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:50.0481079Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:50.0481481Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:50.0481887Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:50.0482266Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:50.0482654Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:50.0483056Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:50.0483436Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:50.0483857Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:50.0484324Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:50.0484754Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:50.0485137Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:50.0485655Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:50.0486045Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:50.0486423Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:50.0486796Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:50.0487225Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:50.0487674Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:50.0488074Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:50.0488697Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:50.0489102Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:50.0489485Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:50.0489862Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:50.0490244Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:50.0490644Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:50.0491097Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:50.0491558Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:50.0491987Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:50.0492386Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:50.0492785Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:50.0493338Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:50.0493733Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:50.0494097Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:50.0494414Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:50.0494721Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:50.0495095Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:50.0495471Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:50.0495816Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:50.0496187Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:50.0496586Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:50.0496970Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:50.0497334Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:50.0497686Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:50.0498066Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:50.0498600Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:50.0498975Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:50.0499333Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:50.0499691Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:50.0500072Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:50.0500453Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:50.0500801Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:50.0501175Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:50.0501563Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:50.0501937Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:50.0502433Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:50.0502807Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:50.0503186Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:50.0503584Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:50.0504005Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:50.0504405Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:50.0504757Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:50.0505106Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:50.0505456Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:50.0505881Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:50.0506387Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:50.0506886Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:50.0507362Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:50.0507862Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:50.0508430Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:50.0508813Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:50.0509198Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:50.0509700Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:50.0510088Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:50.0510469Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:50.0510852Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:50.0511223Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:50.0511613Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:50.0512060Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:50.0512493Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:50.0512878Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:50.0513287Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:50.0513723Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:50.0514104Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:50.0514461Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:50.0514858Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:50.0515310Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:50.0515738Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:50.0516151Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:50.0516557Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:50.0516881Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:50.0517159Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:50.0517512Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:50.0517998Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:50.1831693Z [+] Installing Go for linux-amd64...
2025-08-20T21:23:52.0620598Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:23:52.0621225Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:23:52.0621861Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:23:54.4119064Z [+] Downloading Go go1.25.0...
2025-08-20T21:23:54.4176343Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:23:54.4177049Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:23:54.4177281Z 
2025-08-20T21:23:54.5224213Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:23:54.5224886Z 100    80  100    80    0     0    762      0 --:--:-- --:--:-- --:--:--   769
2025-08-20T21:23:54.6728774Z 
2025-08-20T21:23:54.6729365Z 100    75  100    75    0     0    293      0 --:--:-- --:--:-- --:--:--   293
2025-08-20T21:23:55.2293739Z 
2025-08-20T21:23:55.3112167Z  75 56.8M   75 42.7M    0     0  52.6M      0  0:00:01 --:--:--  0:00:01 52.6M
2025-08-20T21:23:55.3112992Z 100 56.8M  100 56.8M    0     0  63.6M      0 --:--:-- --:--:-- --:--:--  174M
2025-08-20T21:23:55.3150267Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:23:56.7367434Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:23:56.7368348Z [+] GOROOT: /home/runner/.go
2025-08-20T21:23:56.7368817Z [+] GOPATH: /home/runner/go
2025-08-20T21:23:56.7369414Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:23:56.7532387Z go version go1.25.0 linux/amd64
2025-08-20T21:23:56.7938938Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:56.7939569Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:56.7940175Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:56.7941080Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:56.7941739Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:56.7942372Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:56.7942987Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:56.7943593Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:56.7944179Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:56.7944778Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:56.7945386Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:56.7946042Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:56.7946701Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:56.7947389Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:56.7948657Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:56.7949432Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:56.7950161Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:56.7950795Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:56.7951458Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:56.7952229Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:56.7952985Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:56.7953661Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:56.7954398Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:56.7955090Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:56.7955848Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:56.7956507Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:56.7957518Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:56.7957952Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:56.7958878Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:56.7959299Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:56.7959717Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:56.7960132Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:56.7960550Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:56.7960961Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:56.7961403Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:56.7961839Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:56.7962239Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:56.7962631Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:56.7963031Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:56.7963438Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:56.7963850Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:56.7964251Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:56.7964638Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:56.7965272Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:56.7965748Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:56.7966200Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:56.7966678Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:56.7967118Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:56.7967533Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:56.7967943Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:56.7969300Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:56.7969703Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:56.7970094Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:56.7970468Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:56.7970830Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:56.7971187Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:56.7971510Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:56.7971849Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:56.7972250Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:56.7972621Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:56.7973026Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:56.7973452Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:56.7973860Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:56.7974261Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:56.7974675Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:56.7975091Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:56.7975633Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:56.7976017Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:56.7976428Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:56.7976882Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:56.7977364Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:56.7977828Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:56.7978472Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:56.7978861Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:56.7979245Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:56.7979637Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:56.7980070Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:56.7980553Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:56.7981039Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:56.7981518Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:56.7981944Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:56.7982334Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:56.7982851Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:56.7983252Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:56.7983639Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:56.7984016Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:56.7984426Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:56.7984831Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:56.7985211Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:56.7985579Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:56.7985971Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:56.7986362Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:56.7986898Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:56.7987452Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:56.7987836Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:56.7988453Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:56.7988846Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:56.7989220Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:56.7989587Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:56.7989943Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:56.7990320Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:56.7990676Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:56.7991028Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:56.7991400Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:56.7991779Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:56.7992168Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:56.7992718Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:56.7993084Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:56.7993449Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:56.7993835Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:56.7994227Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:56.7994563Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:56.7994886Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:56.7995239Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:56.7995586Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:56.7995947Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:56.7996310Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:56.7996660Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:56.7997031Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:56.7997418Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:56.7997858Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:56.7998582Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:56.7999131Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:56.7999510Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:56.8000017Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:56.8000406Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:56.8000804Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:56.8001208Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:56.8001577Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:56.8001960Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:56.8002361Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:56.8002793Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:56.8003218Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:56.8003594Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:56.8003978Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:56.8004380Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:56.8004777Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:56.8005174Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:56.8005552Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:56.8005942Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:56.8006366Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:56.8006752Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:56.8007108Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:56.8007410Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:56.8007874Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:56.8008568Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:56.8008972Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:56.8009500Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:56.8009866Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:56.8010241Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:56.8010615Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:56.8010963Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:56.8011296Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:56.8011709Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:56.8012148Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:56.8012541Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:56.8013057Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:56.8013761Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:56.8014343Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:56.8014907Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:56.8015426Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:56.8015878Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:56.8028356Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:56.8028889Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:56.8029350Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:56.8029994Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:56.8030578Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:56.8030960Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:56.8031372Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:56.8031759Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:56.8032186Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:56.8032656Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:56.8033077Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:56.8033445Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:56.8033789Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:56.8034144Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:56.8034595Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:56.8035104Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:56.8035548Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:56.8035925Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:56.8036389Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:56.8036930Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:56.8037427Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:56.8037869Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:56.8038518Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:56.8038916Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:56.8039327Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:56.8039736Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:56.8040292Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:56.8040671Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:56.8041047Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:56.8041442Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:56.8041837Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:56.8042228Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:56.8042615Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:56.8043007Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:56.8043399Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:56.8043823Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:56.8044287Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:56.8044714Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:56.8045125Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:56.8045507Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:56.8045902Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:56.8046277Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:56.8046656Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:56.8047034Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:56.8047560Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:56.8047996Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:56.8048722Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:56.8049178Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:56.8049587Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:56.8049984Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:56.8050375Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:56.8050757Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:56.8051126Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:56.8051511Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:56.8051898Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:56.8052353Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:56.8052838Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:56.8053303Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:56.8053822Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:56.8054329Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:56.8054822Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:56.8055311Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:56.8055743Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:56.8056110Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:56.8056472Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:56.8056847Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:56.8057368Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:56.8057729Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:56.8058297Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:56.8058731Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:56.8059115Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:56.8059496Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:56.8059879Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:56.8060278Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:56.8060662Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:56.8061075Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:56.8061516Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:56.8061907Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:56.8062277Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:56.8062690Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:56.8063060Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:56.8063415Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:56.8063764Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:56.8064127Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:56.8064690Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:56.8065070Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:56.8065466Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:56.8065832Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:56.8066150Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:56.8066615Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8067137Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:56.8067507Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:56.8067879Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:56.8068372Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:56.8068779Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:56.8069214Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:56.8069645Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:56.8070077Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:56.8070483Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:56.8070883Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:56.8071297Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:56.8071715Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:56.8072099Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:56.8072522Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:56.8073014Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:56.8073511Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:56.8074081Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:56.8074486Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:56.8074885Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:56.8075358Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:56.8075841Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:56.8076237Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:56.8076666Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:56.8077120Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:56.8077525Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:56.8077891Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:56.8078417Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:56.8078940Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:56.8079332Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:56.8079695Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:56.8080057Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:56.8080448Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:56.8080822Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:56.8081187Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:56.8081695Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:56.8082055Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:56.8082433Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:56.8082825Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:56.8083184Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:56.8083542Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:56.8083891Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:56.8084258Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:56.8084628Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:56.8084990Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:56.8085341Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:56.8085718Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:56.8086073Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:56.8086443Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:56.8086886Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:56.8087297Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:56.8087663Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:56.8088038Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:56.8088620Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:56.8089016Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:56.8089374Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:56.8089740Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:56.8090098Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:56.8090398Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:56.8090818Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:56.8091169Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:56.8091521Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:56.8091883Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:56.8092236Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:56.8092577Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:56.8092910Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:56.8093295Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:56.8093705Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:56.8094102Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:56.8094488Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:56.8094882Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:56.8095292Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:56.8095788Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:56.8096413Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:56.8097037Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:56.8097584Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:56.8098307Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:56.8098867Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:56.8099388Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:56.8100011Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:56.8100573Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:56.8101063Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:56.8101503Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:56.8101872Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:56.8102245Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:56.8102614Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:56.8102991Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:56.8103378Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:56.8103762Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:56.8104140Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:56.8104513Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:56.8104889Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:56.8105260Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:56.8105628Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:56.8105992Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:56.8106382Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:56.8106775Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:56.8107186Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:56.8107750Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:56.8108227Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:56.8108618Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:56.8109023Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:56.8109427Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:56.8109862Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:56.8110288Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:56.8110657Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:56.8111031Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:56.8111409Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:56.8111779Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:56.8112162Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:56.8112544Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:56.8112923Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:56.8113305Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:56.8113702Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:56.8114062Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:56.8114607Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8115438Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8116117Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8116769Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8117285Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:56.8117660Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:56.8118022Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:56.8118502Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:56.8118863Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:56.8119222Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:56.8119590Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:56.8119969Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:56.8120343Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:56.8120709Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:56.8121083Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:56.8121452Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:56.8121835Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:56.8122239Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:56.8122635Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:56.8123026Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:56.8123425Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:56.8123810Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:56.8124306Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:56.8124680Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:56.8125048Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:56.8125427Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:56.8125825Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:56.8126216Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:56.8126601Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:56.8126988Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:56.8127371Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:56.8127791Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:56.8128512Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:56.8128951Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:56.8129383Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:56.8129836Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:56.8130237Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:56.8130600Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:56.8130969Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:56.8131358Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:56.8131901Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:56.8132306Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:56.8132686Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:56.8133066Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:56.8133530Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:56.8133997Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:56.8134387Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:56.8134792Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:56.8135244Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:56.8135691Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:56.8136163Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:56.8136645Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:56.8137086Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:56.8137519Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:56.8137912Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:56.8138529Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:56.8138947Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:56.8139328Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:56.8139706Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:56.8140113Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:56.8140512Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:56.8140910Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:56.8141471Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:56.8141874Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:56.8142259Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:56.8142640Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:56.8143003Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:56.8143412Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:56.8143841Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:56.8144306Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:56.8144762Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:56.8145208Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:56.8145650Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:56.8146074Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:56.8146485Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:56.8146894Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:56.8147258Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:56.8147624Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:56.8148014Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:56.8148642Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:56.8149020Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:56.8149351Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:56.8149664Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:56.8150023Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:56.8150527Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:23:56.8151040Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:56.8151418Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:56.8151785Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:56.8152179Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:56.8152597Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:56.8153005Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:56.8153401Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:56.8153816Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:56.8154223Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:56.8154594Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:56.8154968Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:56.8155333Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:56.8155712Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:56.8156129Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:56.8156549Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:56.8156961Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:56.8157384Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:56.8157960Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:56.8158475Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:56.8158845Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:56.8159202Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:56.8159559Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:56.8159931Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:56.8160312Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:56.8160715Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:56.8161132Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:56.8161589Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:56.8162033Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:56.8162411Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:56.8162795Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:56.8163177Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:56.8163562Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:56.8163938Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:56.8164311Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:56.8164760Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:56.8165363Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:56.8165793Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:56.8166167Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:56.8166535Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:56.8166934Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:56.8167322Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:56.8167696Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:56.8168197Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:56.8168579Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:56.8168929Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:56.8169285Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:56.8169678Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:56.8170095Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:56.8170477Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:56.8170869Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:56.8171317Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:56.8171752Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:56.8172172Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:56.8172568Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:56.8173097Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8173620Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:56.8173936Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:56.8174475Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:56.8174894Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:56.8175325Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:56.8175848Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:56.8176434Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:56.8177045Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:56.8177695Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:56.8178711Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:56.8179351Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:56.8179979Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:56.8180559Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:56.8181053Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:56.8181499Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:56.8181938Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:56.8182364Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:56.8182978Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:56.8183428Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:56.8183814Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:56.8184188Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:56.8184559Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:56.8184939Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:56.8185351Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:56.8185767Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:56.8186134Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:56.8186532Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:56.8186999Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:56.8187493Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:56.8187976Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:56.8188696Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:56.8189183Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:56.8189659Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:56.8190108Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:56.8190520Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:56.8190933Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:56.8191345Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:56.8191764Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:56.8192174Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:56.8192745Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:56.8193174Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:56.8193563Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:56.8193940Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:56.8194316Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:56.8194694Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:56.8195130Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:56.8195569Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:56.8195976Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:56.8196386Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:56.8196813Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:56.8197256Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:56.8197699Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:56.8198242Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:56.8198643Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:56.8199022Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:56.8199412Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:56.8199939Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:56.8200319Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:56.8200719Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:56.8201122Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:56.8201546Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:56.8202015Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:56.8202431Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:56.8202837Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:56.8203232Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:56.8203542Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:56.8203861Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:56.8204250Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:56.8204642Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:56.8205037Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:56.8205427Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:56.8205854Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:56.8206297Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:56.8206711Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:56.8207091Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:56.8207489Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:56.8208038Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:56.8208737Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:56.8209187Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:56.8209752Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:56.8210184Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:56.8210602Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:56.8210995Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:56.8211378Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:56.8211761Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:56.8212160Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:56.8212567Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:56.8212940Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:56.8213332Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:56.8213733Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:56.8214103Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:56.8214508Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:56.8214972Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:56.8215392Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:56.8215769Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:56.8216140Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:56.8216638Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:56.8217019Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:56.8217392Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:56.8217817Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:56.8218430Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:56.8219025Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:56.8219424Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:56.8219810Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:56.8220194Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:56.8220565Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:56.8220957Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:56.8221354Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:56.8221805Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:56.8222256Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:56.8222675Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:56.8223075Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:56.8223474Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:56.8223893Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:56.8224280Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:56.8224635Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:56.8224953Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:56.8225257Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:56.8225625Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:56.8226131Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:56.8226483Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:56.8226853Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:56.8227245Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:56.8227628Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:56.8227989Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:56.8228559Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:56.8228959Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:56.8229374Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:56.8229754Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:56.8230122Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:56.8230483Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:56.8230867Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:56.8231251Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:56.8231602Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:56.8231973Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:56.8232361Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:56.8232753Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:56.8233293Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:56.8233685Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:56.8234079Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:56.8234498Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:56.8234918Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:56.8235330Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:56.8235688Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:56.8236352Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:56.8236715Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:56.8237148Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:56.8237646Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:56.8238315Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:56.8238818Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:56.8239320Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:56.8239776Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:56.8240164Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:56.8240556Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:56.8240943Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:56.8241328Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:56.8241715Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:56.8242114Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:56.8242492Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:56.8242885Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:56.8243472Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:56.8243933Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:56.8244417Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:56.8244855Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:56.8245281Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:56.8245661Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:56.8246012Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:56.8246413Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:56.8247015Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:56.8247555Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:56.8247970Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:56.8248615Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:56.8248947Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:56.8249228Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:56.8249588Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:56.8250076Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:57.0608694Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:57.2514946Z Collecting meson
2025-08-20T21:23:57.3093809Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:23:57.3488531Z Collecting ninja
2025-08-20T21:23:57.3600309Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:23:57.3777280Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:23:57.4238384Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 37.9 MB/s  0:00:00
2025-08-20T21:23:57.4343703Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:23:57.5285076Z Installing collected packages: ninja, meson
2025-08-20T21:23:58.2874588Z 
2025-08-20T21:23:58.2903569Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:23:58.5888900Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:58.7046821Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:23:58.7818521Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:23:59.2118358Z 1.8.4
2025-08-20T21:23:59.2482009Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:23:59.2759978Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:59.2761365Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:59.2765089Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:59.2765961Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:59.2766621Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:59.2767245Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:59.2767880Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:59.2769006Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:59.2769609Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:59.2770223Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:59.2770866Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:59.2771557Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:59.2772552Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:59.2773258Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:59.2773953Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:59.2774645Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:59.2775276Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:59.2775663Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:59.2776095Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:59.2776572Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:59.2777281Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:59.2777981Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:59.2779207Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:59.2779893Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:59.2780529Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:59.2781211Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:59.2781989Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:59.2783097Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:59.2783841Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:59.2784591Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:59.2785649Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:59.2786415Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:59.2787153Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:59.2787902Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:59.2788923Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:59.2789701Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:59.2790435Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:59.2791144Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:59.2791856Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:59.2792630Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:59.2793403Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:59.2794132Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:59.2794872Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:59.2795721Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:59.2796590Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:59.2797459Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:59.2798564Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:59.2799384Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:59.2800147Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:59.2800923Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:59.2801656Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:59.2802394Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:59.2803407Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:59.2804093Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:59.2804745Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:59.2805413Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:59.2805999Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:59.2806616Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:59.2807328Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:59.2807977Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:59.2808924Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:59.2809685Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:59.2810429Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:59.2811139Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:59.2811875Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:59.2812624Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:59.2813331Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:59.2814020Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:59.2814762Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:59.2815805Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:59.2816711Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:59.2817551Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:59.2818502Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:59.2819203Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:59.2819911Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:59.2820634Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:59.2821366Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:59.2821887Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:59.2822393Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:59.2822919Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:59.2823363Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:59.2823781Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:59.2824175Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:59.2824581Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:59.2824984Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:59.2825369Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:59.2825786Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:59.2826204Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:59.2826588Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:59.2826967Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:59.2827374Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:59.2827983Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:59.2828736Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:59.2829343Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:59.2829889Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:59.2830281Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:59.2830639Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:59.2831045Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:59.2831427Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:59.2831802Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:59.2832200Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:59.2832569Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:59.2832961Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:59.2833343Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:59.2833739Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:59.2834143Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:59.2834639Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:59.2835021Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:59.2835397Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:59.2835843Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:59.2836408Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:59.2836766Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:59.2837110Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:59.2837483Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:59.2837849Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:59.2838427Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:59.2838808Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:59.2839170Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:59.2839549Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:59.2839959Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:59.2840411Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:59.2840865Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:59.2841271Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:59.2841672Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:59.2842297Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:59.2855847Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:59.2856312Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:59.2856744Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:59.2857137Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:59.2857546Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:59.2858014Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:59.2858707Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:59.2859165Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:59.2859799Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:59.2860228Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:59.2860643Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:59.2861055Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:59.2861451Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:59.2861837Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:59.2862234Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:59.2862648Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:59.2863064Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:59.2863439Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:59.2863756Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:59.2864087Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:59.2864486Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:59.2864886Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:59.2865283Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:59.2865659Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:59.2866032Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:59.2866417Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:59.2866766Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:59.2867250Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:59.2867685Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:59.2868371Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:59.2868801Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:59.2869177Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:59.2869564Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:59.2869974Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:59.2870429Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:59.2870843Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:59.2871205Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:59.2871562Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:59.2871986Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:59.2872427Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:59.2872843Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:59.2873208Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:59.2873550Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:59.2873941Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:59.2874328Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:59.2874758Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:59.2875229Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:59.2875652Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:59.2876021Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:59.2876521Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:59.2876880Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:59.2877331Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:59.2877839Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:59.2878461Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:59.2878837Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:59.2879302Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:59.2879842Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:59.2880337Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:59.2880773Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:59.2881140Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:59.2881523Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:59.2881937Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:59.2882348Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:59.2882746Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:59.2883120Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:59.2883489Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:59.2883876Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:59.2884427Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:59.2884832Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:59.2885233Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:59.2885622Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:59.2886012Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:59.2886437Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:59.2886890Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:59.2887318Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:59.2887682Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:59.2888046Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:59.2888805Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:59.2889194Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:59.2889581Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:59.2889959Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:59.2890347Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:59.2890769Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:59.2891240Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:59.2891684Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:59.2892085Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:59.2892472Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:59.2892855Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:59.2893227Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:59.2893744Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:59.2894129Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:59.2894513Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:59.2894961Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:59.2895443Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:59.2895904Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:59.2896416Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:59.2896928Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:59.2897415Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:59.2897905Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:59.2898567Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:59.2898937Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:59.2899304Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:59.2899680Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:59.2900046Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:59.2900406Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:59.2900780Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:59.2901301Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:59.2901694Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:59.2902074Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:59.2902455Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:59.2902848Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:59.2903236Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:59.2903649Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:59.2904082Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:59.2904472Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:59.2904840Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:59.2905247Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:59.2905621Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:59.2905973Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:59.2906329Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:59.2906690Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:59.2907075Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:59.2907439Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:59.2907830Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:59.2908415Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:59.2908740Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:59.2909198Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.2909726Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:59.2910093Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:59.2910468Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:59.2910980Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:59.2911385Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:59.2911818Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:59.2912242Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:59.2912672Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:59.2913073Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:59.2913470Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:59.2913889Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:59.2914299Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:59.2914689Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:59.2915122Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:59.2915610Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:59.2916103Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:59.2916547Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:59.2916957Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:59.2917358Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:59.2917828Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:59.2918603Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:59.2919015Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:59.2919446Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:59.2919899Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:59.2920303Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:59.2920663Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:59.2921028Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:59.2921405Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:59.2921783Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:59.2922149Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:59.2922508Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:59.2922893Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:59.2923272Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:59.2923640Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:59.2924011Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:59.2924360Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:59.2924735Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:59.2925115Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:59.2925475Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:59.2925830Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:59.2926187Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:59.2926552Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:59.2926921Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:59.2927417Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:59.2927771Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:59.2928242Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:59.2928596Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:59.2928963Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:59.2929393Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:59.2929793Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:59.2930153Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:59.2930539Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:59.2930956Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:59.2931340Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:59.2931701Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:59.2932060Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:59.2932416Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:59.2932712Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:59.2933010Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:59.2933359Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:59.2933708Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:59.2934070Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:59.2934559Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:59.2934905Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:59.2935243Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:59.2935626Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:59.2936033Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:59.2936433Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:59.2936822Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:59.2937211Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:59.2937620Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:59.2938225Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:59.2938848Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:59.2939475Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:59.2940018Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:59.2940489Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:59.2940940Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:59.2941462Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:59.2942080Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:59.2942641Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:59.2943139Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:59.2943585Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:59.2943955Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:59.2944455Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:59.2944822Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:59.2945203Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:59.2945592Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:59.2945972Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:59.2946352Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:59.2946728Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:59.2947105Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:59.2947477Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:59.2947846Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:59.2948437Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:59.2948833Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:59.2949223Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:59.2949638Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:59.2950045Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:59.2950405Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:59.2950794Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:59.2951203Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:59.2951751Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:59.2952197Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:59.2952629Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:59.2953000Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:59.2953369Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:59.2953747Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:59.2954110Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:59.2954495Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:59.2954879Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:59.2955258Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:59.2955646Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:59.2956005Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:59.2956360Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:59.2956902Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.2957613Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.2958423Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.2959077Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.2959598Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:59.2959982Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:59.2960353Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:59.2960724Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:59.2961258Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:59.2961613Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:59.2961988Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:59.2962382Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:59.2962760Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:59.2963141Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:59.2963517Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:59.2963887Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:59.2964285Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:59.2964689Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:59.2965096Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:59.2965489Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:59.2965888Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:59.2966276Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:59.2966659Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:59.2967039Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:59.2967409Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:59.2967793Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:59.2968526Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:59.2968933Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:59.2969332Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:59.2969720Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:59.2970100Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:59.2970558Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:59.2970989Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:59.2971384Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:59.2971818Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:59.2972275Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:59.2972691Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:59.2973056Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:59.2973438Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:59.2973837Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:59.2974242Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:59.2974641Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:59.2975017Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:59.2975404Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:59.2975871Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:59.2976347Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:59.2976755Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:59.2977164Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:59.2977747Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:59.2978312Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:59.2978786Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:59.2979272Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:59.2979713Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:59.2980144Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:59.2980538Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:59.2981177Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:59.2981601Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:59.2981988Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:59.2982367Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:59.2982776Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:59.2983174Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:59.2983577Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:59.2983989Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:59.2984383Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:59.2984760Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:59.2985309Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:59.2985686Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:59.2986078Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:59.2986499Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:59.2986955Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:59.2987407Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:59.2987809Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:59.2988355Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:59.2988783Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:59.2989186Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:59.2989598Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:59.2989951Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:59.2990316Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:59.2990707Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:59.2991098Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:59.2991468Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:59.2991815Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:59.2992126Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:59.2992479Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:59.2992983Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:23:59.2993511Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:59.2993888Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:59.2994261Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:59.2994791Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:59.2995200Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:59.2995605Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:59.2996008Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:59.2996412Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:59.2996818Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:59.2997187Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:59.2997554Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:59.2997922Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:59.2998415Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:59.2998842Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:59.2999270Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:59.2999659Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:59.3000075Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:59.3000518Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:59.3000911Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:59.3001281Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:59.3001633Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:59.3002120Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:59.3002497Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:59.3002875Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:59.3003273Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:59.3003684Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:59.3004138Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:59.3004574Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:59.3004951Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:59.3005329Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:59.3005711Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:59.3006099Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:59.3006472Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:59.3006843Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:59.3007282Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:59.3007775Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:59.3008309Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:59.3008685Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:59.3009061Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:59.3009474Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:59.3009874Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:59.3010262Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:59.3010659Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:59.3011169Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:59.3011525Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:59.3011891Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:59.3012285Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:59.3012710Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:59.3013094Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:59.3013488Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:59.3013928Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:59.3014364Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:59.3014782Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:59.3015173Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:59.3015701Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.3016212Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:59.3016523Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:59.3016868Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:59.3017282Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:59.3017708Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:59.3018436Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:59.3019180Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:59.3019798Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:59.3020458Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:59.3021094Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:59.3021721Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:59.3022345Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:59.3022924Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:59.3023410Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:59.3023863Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:59.3024300Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:59.3024724Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:59.3025190Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:59.3025621Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:59.3026005Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:59.3026372Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:59.3026746Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:59.3027122Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:59.3027531Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:59.3027951Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:59.3028539Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:59.3029075Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:59.3029537Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:59.3030026Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:59.3030504Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:59.3030982Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:59.3031457Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:59.3031934Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:59.3032380Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:59.3032793Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:59.3033205Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:59.3033621Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:59.3034027Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:59.3034436Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:59.3034875Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:59.3035305Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:59.3035693Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:59.3036073Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:59.3036568Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:59.3036953Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:59.3037396Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:59.3037832Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:59.3038437Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:59.3038948Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:59.3039375Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:59.3039836Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:59.3040286Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:59.3040727Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:59.3041130Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:59.3041517Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:59.3041918Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:59.3042294Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:59.3042671Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:59.3043074Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:59.3043475Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:59.3043908Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:59.3044381Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:59.3044802Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:59.3045216Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:59.3045612Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:59.3046129Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:59.3046454Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:59.3046840Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:59.3047236Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:59.3047634Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:59.3048032Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:59.3048798Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:59.3049252Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:59.3049685Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:59.3050078Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:59.3050492Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:59.3051047Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:23:59.3051627Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:59.3052082Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:59.3052525Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:59.3052963Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:59.3053387Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:59.3053934Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:59.3054332Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:59.3054717Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:59.3055123Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:59.3055526Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:59.3055903Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:59.3056292Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:59.3056693Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:59.3057074Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:59.3057487Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:59.3057955Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:59.3058623Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:59.3059013Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:59.3059391Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:59.3059779Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:59.3060162Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:59.3060533Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:59.3060962Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:59.3061416Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:59.3061821Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:59.3062219Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:59.3062613Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:59.3062992Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:59.3063514Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:59.3063894Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:59.3064294Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:59.3064745Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:59.3065197Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:59.3065624Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:59.3066027Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:59.3066431Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:59.3066865Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:59.3067361Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:59.3067835Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:59.3068505Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:59.3069016Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:59.3069535Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:59.3069915Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:59.3070300Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:59.3070672Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:59.3071069Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:59.3071613Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:59.3071991Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:59.3072359Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:59.3072747Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:59.3073146Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:59.3073527Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:59.3073895Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:59.3074256Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:59.3074643Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:59.3075032Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:59.3075384Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:59.3075766Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:59.3076157Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:59.3076536Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:59.3076915Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:59.3077292Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:59.3077678Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:59.3078078Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:59.3078800Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:59.3079217Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:59.3079576Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:59.3079931Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:59.3080280Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:59.3080709Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:59.3081370Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:59.3081852Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:59.3082331Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:59.3082832Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:59.3083270Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:59.3083653Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:59.3084045Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:59.3084428Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:59.3084812Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:59.3085201Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:59.3085582Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:59.3085957Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:59.3086347Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:59.3086783Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:59.3087213Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:59.3087591Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:59.3088284Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:59.3088789Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:59.3089215Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:59.3089603Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:59.3090017Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:59.3090490Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:59.3090933Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:59.3091361Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:59.3091787Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:59.3092123Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:59.3092408Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:59.3092783Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:59.3093285Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:59.4175112Z info: downloading installer
2025-08-20T21:23:59.6463603Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:23:59.6464217Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:23:59.6464735Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:23:59.6465332Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:23:59.6633491Z info: profile set to 'default'
2025-08-20T21:23:59.6634051Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:23:59.6634597Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:23:59.7352058Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:59.7694695Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:59.7695157Z 
2025-08-20T21:23:59.7796306Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:23:59.7796791Z 
2025-08-20T21:23:59.7797193Z 
2025-08-20T21:23:59.7797396Z Rust is installed now. Great!
2025-08-20T21:23:59.7797654Z 
2025-08-20T21:23:59.7797962Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:23:59.7798871Z environment variable. This has not been done automatically.
2025-08-20T21:23:59.7799256Z 
2025-08-20T21:23:59.7799446Z To configure your current shell, you need to source
2025-08-20T21:23:59.7799941Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:23:59.7800243Z 
2025-08-20T21:23:59.7800536Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:23:59.7801197Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:23:59.7801705Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:23:59.7802196Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:23:59.7953645Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:59.8295899Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:59.8296418Z 
2025-08-20T21:23:59.8398621Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:23:59.8399117Z 
2025-08-20T21:23:59.8911901Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:24:00.8953622Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:24:00.9461567Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:24:00.9462205Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:24:00.9462840Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:24:00.9463464Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:24:00.9464090Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:24:00.9465078Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:24:00.9465747Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:24:00.9466361Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:24:00.9466964Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:24:00.9467528Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:24:00.9468368Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:24:00.9469003Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:24:00.9469616Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:24:00.9470311Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:24:00.9470970Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:24:00.9471667Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:24:00.9472350Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:24:00.9472917Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:24:00.9473746Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:24:00.9474483Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:24:00.9475216Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:24:00.9475620Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:24:00.9476042Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:24:00.9476440Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:24:00.9476797Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:24:00.9477183Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:24:00.9477623Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:24:00.9478031Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:24:00.9478913Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:24:00.9479340Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:24:00.9479762Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:24:00.9480188Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:24:00.9480627Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:24:00.9481043Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:24:00.9481483Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:24:00.9481931Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:24:00.9482335Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:24:00.9482729Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:24:00.9483143Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:24:00.9483562Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:24:00.9483974Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:24:00.9484378Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:24:00.9484767Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:24:00.9485220Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:24:00.9485686Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:24:00.9486289Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:24:00.9486770Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:24:00.9487202Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:24:00.9487623Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:24:00.9488034Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:24:00.9488763Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:24:00.9489177Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:24:00.9489570Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:24:00.9489936Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:24:00.9490316Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:24:00.9490691Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:24:00.9491015Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:24:00.9491388Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:24:00.9491800Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:24:00.9492177Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:24:00.9492585Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:24:00.9493029Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:24:00.9493454Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:24:00.9493862Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:24:00.9494276Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:24:00.9494710Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:24:00.9495117Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:24:00.9495528Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:24:00.9496128Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:24:00.9496600Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:24:00.9497103Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:24:00.9497578Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:24:00.9497996Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:24:00.9500129Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:24:00.9500544Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:24:00.9500957Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:24:00.9501411Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:24:00.9501912Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:24:00.9502416Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:24:00.9502990Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:24:00.9515653Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:24:00.9516348Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:24:00.9516808Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:24:00.9517227Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:24:00.9517650Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:24:00.9519390Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:24:00.9519892Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:24:00.9520334Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:24:00.9520725Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:24:00.9521111Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:24:00.9521520Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:24:00.9521924Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:24:00.9522298Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:24:00.9522666Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:24:00.9523063Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:24:00.9523688Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:24:00.9524056Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:24:00.9524443Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:24:00.9524922Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:24:00.9525548Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:24:00.9526183Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:24:00.9526775Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:24:00.9527396Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:24:00.9528029Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:24:00.9528882Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:24:00.9529583Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:24:00.9529998Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:24:00.9530386Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:24:00.9530956Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:24:00.9531352Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:24:00.9531754Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:24:00.9532099Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:24:00.9532428Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:24:00.9532795Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:24:00.9533150Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:24:00.9533509Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:24:00.9533880Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:24:00.9534232Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:24:00.9534613Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:24:00.9535012Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:24:00.9535454Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:24:00.9535904Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:24:00.9536307Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:24:00.9536699Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:24:00.9537085Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:24:00.9537477Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:24:00.9538022Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:24:00.9538729Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:24:00.9539112Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:24:00.9539516Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:24:00.9539934Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:24:00.9540381Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:24:00.9540814Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:24:00.9541205Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:24:00.9541598Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:24:00.9542151Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:24:00.9542644Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:24:00.9543096Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:24:00.9543771Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:24:00.9544470Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:24:00.9545182Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:24:00.9545702Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:24:00.9546070Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:24:00.9546388Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:24:00.9546713Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:24:00.9547112Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:24:00.9547509Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:24:00.9547904Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:24:00.9548482Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:24:00.9548859Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:24:00.9549427Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:24:00.9549780Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:24:00.9550120Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:24:00.9550544Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:24:00.9550993Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:24:00.9551391Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:24:00.9551765Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:24:00.9552147Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:24:00.9552560Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:24:00.9552976Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:24:00.9553401Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:24:00.9553759Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:24:00.9554118Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:24:00.9554538Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:24:00.9554964Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:24:00.9555364Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:24:00.9555890Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:24:00.9556460Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:24:00.9557305Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:24:00.9558011Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:24:00.9558970Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:24:00.9559804Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:24:00.9560412Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:24:00.9560794Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:24:00.9561148Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:24:00.9561589Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:24:00.9562094Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:24:00.9562607Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:24:00.9563069Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:24:00.9563749Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:24:00.9564576Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:24:00.9565535Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:24:00.9566053Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:24:00.9566489Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:24:00.9566967Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:24:00.9567361Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:24:00.9567771Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:24:00.9568465Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:24:00.9569191Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:24:00.9569848Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:24:00.9570826Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:24:00.9571280Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:24:00.9571676Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:24:00.9572066Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:24:00.9572455Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:24:00.9572839Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:24:00.9573223Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:24:00.9573647Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:24:00.9574109Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:24:00.9574535Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:24:00.9574905Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:24:00.9575273Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:24:00.9575665Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:24:00.9576038Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:24:00.9576411Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:24:00.9576785Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:24:00.9577171Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:24:00.9577589Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:24:00.9578434Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:24:00.9578929Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:24:00.9579351Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:24:00.9579741Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:24:00.9580128Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:24:00.9580505Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:24:00.9580880Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:24:00.9581268Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:24:00.9581653Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:24:00.9582104Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:24:00.9582595Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:24:00.9583057Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:24:00.9583576Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:24:00.9584280Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:24:00.9584817Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:24:00.9585460Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:24:00.9586236Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:24:00.9586881Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:24:00.9587517Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:24:00.9588058Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:24:00.9588741Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:24:00.9589101Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:24:00.9589807Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:24:00.9590203Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:24:00.9590585Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:24:00.9591019Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:24:00.9591681Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:24:00.9592392Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:24:00.9593071Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:24:00.9593807Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:24:00.9594586Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:24:00.9595262Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:24:00.9595914Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:24:00.9596485Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:24:00.9596862Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:24:00.9597224Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:24:00.9597578Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:24:00.9597947Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:24:00.9598600Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:24:00.9598975Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:24:00.9599540Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:24:00.9599913Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:24:00.9600230Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:24:00.9600702Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9601228Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:24:00.9601596Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:24:00.9601974Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:24:00.9602349Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:24:00.9602754Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:24:00.9603193Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:24:00.9603624Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:24:00.9604057Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:24:00.9604468Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:24:00.9604875Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:24:00.9605293Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:24:00.9605706Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:24:00.9606095Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:24:00.9606521Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:24:00.9607008Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:24:00.9607505Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:24:00.9607955Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:24:00.9608547Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:24:00.9609090Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:24:00.9609563Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:24:00.9610041Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:24:00.9610474Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:24:00.9610902Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:24:00.9611351Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:24:00.9611754Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:24:00.9612120Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:24:00.9612487Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:24:00.9612873Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:24:00.9613257Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:24:00.9613623Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:24:00.9613982Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:24:00.9614365Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:24:00.9614743Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:24:00.9615107Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:24:00.9615480Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:24:00.9615836Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:24:00.9616346Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:24:00.9616738Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:24:00.9617097Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:24:00.9617452Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:24:00.9617809Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:24:00.9618368Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:24:00.9618749Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:24:00.9619110Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:24:00.9619462Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:24:00.9619834Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:24:00.9620187Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:24:00.9620561Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:24:00.9620994Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:24:00.9621400Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:24:00.9621767Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:24:00.9622150Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:24:00.9622569Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:24:00.9622959Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:24:00.9623316Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:24:00.9623677Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:24:00.9624031Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:24:00.9624325Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:24:00.9624628Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:24:00.9624983Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:24:00.9625337Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:24:00.9625841Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:24:00.9626193Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:24:00.9626535Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:24:00.9626876Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:24:00.9627261Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:24:00.9627668Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:24:00.9628062Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:24:00.9628721Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:24:00.9629114Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:24:00.9629520Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:24:00.9630028Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:24:00.9630649Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:24:00.9631274Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:24:00.9631814Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:24:00.9632282Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:24:00.9632740Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:24:00.9633400Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:24:00.9634032Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:24:00.9634601Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:24:00.9635096Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:24:00.9635539Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:24:00.9635906Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:24:00.9636275Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:24:00.9636642Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:24:00.9637021Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:24:00.9637406Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:24:00.9637793Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:24:00.9638372Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:24:00.9638790Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:24:00.9639168Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:24:00.9639532Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:24:00.9639900Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:24:00.9640264Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:24:00.9640648Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:24:00.9641036Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:24:00.9641442Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:24:00.9641850Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:24:00.9642212Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:24:00.9642736Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:24:00.9643142Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:24:00.9643546Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:24:00.9643977Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:24:00.9644400Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:24:00.9644771Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:24:00.9645139Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:24:00.9645514Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:24:00.9645881Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:24:00.9646261Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:24:00.9646641Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:24:00.9647025Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:24:00.9647406Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:24:00.9647768Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:24:00.9648296Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:24:00.9648850Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9649556Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9650363Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9651023Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9651544Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:24:00.9651919Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:24:00.9652289Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:24:00.9652656Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:24:00.9653022Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:24:00.9653374Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:24:00.9653739Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:24:00.9654116Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:24:00.9654488Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:24:00.9654860Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:24:00.9655238Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:24:00.9655605Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:24:00.9655989Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:24:00.9656399Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:24:00.9656788Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:24:00.9657174Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:24:00.9657569Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:24:00.9658047Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:24:00.9658631Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:24:00.9659007Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:24:00.9659526Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:24:00.9659908Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:24:00.9660309Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:24:00.9660698Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:24:00.9661088Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:24:00.9661476Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:24:00.9661858Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:24:00.9662281Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:24:00.9662731Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:24:00.9663132Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:24:00.9663580Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:24:00.9664038Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:24:00.9664465Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:24:00.9664833Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:24:00.9665206Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:24:00.9665599Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:24:00.9665996Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:24:00.9666397Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:24:00.9666892Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:24:00.9667281Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:24:00.9667757Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:24:00.9668440Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:24:00.9668840Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:24:00.9669243Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:24:00.9669689Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:24:00.9670130Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:24:00.9670602Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:24:00.9671095Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:24:00.9671534Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:24:00.9671966Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:24:00.9672365Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:24:00.9672759Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:24:00.9673175Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:24:00.9673560Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:24:00.9673933Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:24:00.9674338Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:24:00.9674739Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:24:00.9675135Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:24:00.9675552Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:24:00.9675939Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:24:00.9676445Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:24:00.9676810Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:24:00.9677162Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:24:00.9677550Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:24:00.9677967Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:24:00.9678635Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:24:00.9679082Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:24:00.9679483Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:24:00.9679916Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:24:00.9680335Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:24:00.9680747Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:24:00.9681144Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:24:00.9681503Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:24:00.9681870Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:24:00.9682254Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:24:00.9682645Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:24:00.9683011Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:24:00.9683337Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:24:00.9683800Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:24:00.9684172Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:24:00.9684698Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:24:00.9685221Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:24:00.9685607Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:24:00.9685979Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:24:00.9686378Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:24:00.9686792Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:24:00.9687202Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:24:00.9687604Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:24:00.9688019Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:24:00.9688694Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:24:00.9689071Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:24:00.9689443Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:24:00.9689804Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:24:00.9690186Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:24:00.9690610Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:24:00.9691039Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:24:00.9691426Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:24:00.9691843Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:24:00.9692285Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:24:00.9692677Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:24:00.9693172Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:24:00.9693526Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:24:00.9693886Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:24:00.9694259Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:24:00.9694634Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:24:00.9695033Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:24:00.9695441Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:24:00.9695900Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:24:00.9696343Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:24:00.9696718Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:24:00.9697226Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:24:00.9697612Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:24:00.9697995Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:24:00.9698611Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:24:00.9698983Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:24:00.9699447Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:24:00.9699931Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:24:00.9700352Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:24:00.9700856Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:24:00.9701233Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:24:00.9701646Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:24:00.9702039Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:24:00.9702413Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:24:00.9702806Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:24:00.9703180Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:24:00.9703528Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:24:00.9703882Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:24:00.9704279Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:24:00.9704699Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:24:00.9705080Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:24:00.9705467Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:24:00.9705909Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:24:00.9706341Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:24:00.9706756Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:24:00.9707144Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:24:00.9707662Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9708346Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:24:00.9708667Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:24:00.9709162Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:24:00.9709579Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:24:00.9710003Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:24:00.9710786Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:24:00.9711378Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:24:00.9711993Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:24:00.9712647Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:24:00.9713293Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:24:00.9713920Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:24:00.9714545Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:24:00.9715135Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:24:00.9715627Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:24:00.9716074Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:24:00.9716513Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:24:00.9716939Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:24:00.9717408Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:24:00.9717837Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:24:00.9718548Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:24:00.9718926Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:24:00.9719303Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:24:00.9719686Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:24:00.9720101Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:24:00.9720511Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:24:00.9720875Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:24:00.9721270Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:24:00.9721733Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:24:00.9722223Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:24:00.9722713Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:24:00.9723192Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:24:00.9723671Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:24:00.9724148Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:24:00.9724597Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:24:00.9725015Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:24:00.9725427Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:24:00.9725843Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:24:00.9726258Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:24:00.9726668Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:24:00.9727102Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:24:00.9727529Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:24:00.9728039Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:24:00.9728641Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:24:00.9729021Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:24:00.9729397Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:24:00.9729825Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:24:00.9730260Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:24:00.9730666Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:24:00.9731074Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:24:00.9731498Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:24:00.9731947Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:24:00.9732393Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:24:00.9732823Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:24:00.9733216Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:24:00.9733594Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:24:00.9733980Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:24:00.9734348Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:24:00.9734721Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:24:00.9735119Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:24:00.9735642Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:24:00.9736070Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:24:00.9736544Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:24:00.9736964Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:24:00.9737450Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:24:00.9737844Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:24:00.9738326Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:24:00.9738697Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:24:00.9739079Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:24:00.9739476Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:24:00.9739885Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:24:00.9740278Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:24:00.9740705Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:24:00.9741149Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:24:00.9741568Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:24:00.9741951Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:24:00.9742350Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:24:00.9742900Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:00.9743483Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:24:00.9743940Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:24:00.9744378Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:24:00.9744810Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:24:00.9745365Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:24:00.9745761Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:24:00.9746148Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:24:00.9746529Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:24:00.9746924Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:24:00.9747313Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:24:00.9747686Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:24:00.9748080Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:24:00.9748786Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:24:00.9749181Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:24:00.9749598Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:24:00.9750064Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:24:00.9750490Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:24:00.9750868Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:24:00.9751246Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:24:00.9751633Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:24:00.9752009Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:24:00.9752514Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:24:00.9752950Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:24:00.9753403Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:24:00.9753808Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:24:00.9754267Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:24:00.9754662Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:24:00.9755043Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:24:00.9755419Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:24:00.9755793Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:24:00.9756191Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:24:00.9756644Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:24:00.9757100Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:24:00.9757528Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:24:00.9757928Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:24:00.9758538Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:24:00.9758957Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:24:00.9759344Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:24:00.9759700Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:24:00.9760013Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:24:00.9760316Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:24:00.9760691Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:24:00.9761074Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:24:00.9761430Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:24:00.9761942Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:24:00.9762336Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:24:00.9762720Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:24:00.9763077Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:24:00.9763420Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:24:00.9763794Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:24:00.9764191Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:24:00.9764563Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:24:00.9764928Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:24:00.9765287Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:24:00.9765669Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:24:00.9766058Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:24:00.9766405Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:24:00.9766772Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:24:00.9767158Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:24:00.9767533Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:24:00.9767903Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:24:00.9768395Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:24:00.9768776Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:24:00.9769298Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:24:00.9769723Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:24:00.9770130Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:24:00.9770480Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:24:00.9770822Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:24:00.9771168Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:24:00.9771596Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:24:00.9772091Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:24:00.9772555Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:24:00.9773032Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:24:00.9773528Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:24:00.9773960Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:24:00.9774339Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:24:00.9774727Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:24:00.9775111Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:24:00.9775495Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:24:00.9775878Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:24:00.9776261Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:24:00.9776635Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:24:00.9777033Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:24:00.9777475Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:24:00.9777911Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:24:00.9778660Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:24:00.9779058Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:24:00.9779485Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:24:00.9779856Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:24:00.9780211Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:24:00.9780599Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:24:00.9781050Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:24:00.9781482Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:24:00.9781889Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:24:00.9782292Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:24:00.9782630Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:24:00.9782909Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:24:00.9783261Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:24:00.9783741Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:24:00.9784113Z 
2025-08-20T21:24:00.9784117Z 
2025-08-20T21:24:00.9784520Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:24:00 PM)
2025-08-20T21:24:00.9784910Z 
2025-08-20T21:24:00.9784914Z 
2025-08-20T21:24:00.9784917Z 
2025-08-20T21:24:00.9784994Z [+] Continue : YES
2025-08-20T21:24:00.9785115Z 
2025-08-20T21:24:00.9785482Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:24:01.1273738Z 
2025-08-20T21:24:01.1274545Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:24:01 PM) UTC
2025-08-20T21:24:01.1274897Z 
2025-08-20T21:24:01.1294853Z 
2025-08-20T21:24:01.1295239Z [+] Total RECIPES :: 1
2025-08-20T21:24:01.1295469Z 
2025-08-20T21:24:01.1383674Z 
2025-08-20T21:24:01.1384961Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml (1/1)
2025-08-20T21:24:01.1385895Z 
2025-08-20T21:24:01.1912990Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:24:01.1926501Z mode of '/tmp/pkgforge/1dxpCTVa5_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:24:01.1980420Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ladder/official [Provided]
2025-08-20T21:24:01.1980894Z [+] Setting '.pkg_family' --> ladder [Provided]
2025-08-20T21:24:01.1994486Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:24:01.2001191Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:24:01.2033358Z [00:00:00.003]➜  
2025-08-20T21:24:01.2034132Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:24:01.2034608Z [00:00:00.003]➜  
2025-08-20T21:24:01.2078625Z [00:00:00.008]➜  
2025-08-20T21:24:01.2079531Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:24:01.2080326Z [00:00:00.008]➜  
2025-08-20T21:24:01.2165319Z [00:00:00.017]➜  
2025-08-20T21:24:01.2167026Z [00:00:00.017]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ladder/static.official.source.yaml) --> /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:24:01 PM) UTC]
2025-08-20T21:24:01.2169022Z [00:00:00.017]➜  
2025-08-20T21:24:01.2169382Z [00:00:00.017]➜  
2025-08-20T21:24:01.2169714Z [00:00:00.017]➜  
2025-08-20T21:24:01.2170240Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:24:01.2176821Z [00:00:00.018]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:24:01.2178039Z [00:00:00.018]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:24:01.2179479Z [00:00:00.018]➜  _disabled: false
2025-08-20T21:24:01.2179912Z [00:00:00.018]➜  
2025-08-20T21:24:01.2180289Z [00:00:00.018]➜  pkg: "ladder"
2025-08-20T21:24:01.2180801Z [00:00:00.018]➜  pkg_id: "github.com.everywall.ladder"
2025-08-20T21:24:01.2181430Z [00:00:00.018]➜  pkg_type: "static"
2025-08-20T21:24:01.2181898Z [00:00:00.018]➜  category:
2025-08-20T21:24:01.2182568Z [00:00:00.018]➜    - "ConsoleOnly"
2025-08-20T21:24:01.2183024Z [00:00:00.018]➜    - "Utility"
2025-08-20T21:24:01.2183696Z [00:00:00.018]➜  description: "Selfhosted alternative to 12ft.io. and 1ft.io"
2025-08-20T21:24:01.2184330Z [00:00:00.018]➜  distro_pkg:
2025-08-20T21:24:01.2184766Z [00:00:00.018]➜    archlinux:
2025-08-20T21:24:01.2185206Z [00:00:00.018]➜      aur:
2025-08-20T21:24:01.2185636Z [00:00:00.018]➜        - "ladder"
2025-08-20T21:24:01.2186088Z [00:00:00.018]➜  homepage:
2025-08-20T21:24:01.2186596Z [00:00:00.018]➜    - "https://github.com/everywall/ladder"
2025-08-20T21:24:01.2187118Z [00:00:00.018]➜  license:
2025-08-20T21:24:01.2187381Z [00:00:00.018]➜    - id: "GPL-3.0"
2025-08-20T21:24:01.2187949Z [00:00:00.018]➜      url: "https://github.com/everywall/ladder/raw/e08e336efeede48c0479460938b2ac916e88eca0/LICENSE"  
2025-08-20T21:24:01.2188926Z [00:00:00.018]➜  maintainer:
2025-08-20T21:24:01.2189327Z [00:00:00.018]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:24:01.2189652Z [00:00:00.018]➜  note:
2025-08-20T21:24:01.2189941Z [00:00:00.018]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:24:01.2190740Z [00:00:00.018]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/everywall/ladder"
2025-08-20T21:24:01.2191205Z [00:00:00.018]➜  provides:
2025-08-20T21:24:01.2191454Z [00:00:00.018]➜    - "ladder"
2025-08-20T21:24:01.2191711Z [00:00:00.018]➜  repology:
2025-08-20T21:24:01.2191944Z [00:00:00.018]➜    - "ladder"
2025-08-20T21:24:01.2192177Z [00:00:00.018]➜  src_url:
2025-08-20T21:24:01.2192469Z [00:00:00.018]➜    - "https://github.com/everywall/ladder"
2025-08-20T21:24:01.2192803Z [00:00:00.018]➜  tag:
2025-08-20T21:24:01.2193038Z [00:00:00.018]➜    - "paywall"
2025-08-20T21:24:01.2193275Z [00:00:00.018]➜  x_exec:
2025-08-20T21:24:01.2193527Z [00:00:00.018]➜    bsys: "docker://go"
2025-08-20T21:24:01.2193799Z [00:00:00.018]➜    host:
2025-08-20T21:24:01.2194042Z [00:00:00.018]➜      - "aarch64-Linux"
2025-08-20T21:24:01.2194325Z [00:00:00.018]➜      - "x86_64-Linux"
2025-08-20T21:24:01.2194587Z [00:00:00.018]➜    shell: "bash"
2025-08-20T21:24:01.2194848Z [00:00:00.018]➜    pkgver: |
2025-08-20T21:24:01.2195148Z [00:00:00.018]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:24:01.2195879Z [00:00:00.018]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/everywall/ladder" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:24:01.2196783Z [00:00:00.018]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:24:01.2197454Z [00:00:00.018]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:24:01.2197845Z [00:00:00.018]➜    run: |
2025-08-20T21:24:01.2198075Z [00:00:00.018]➜      #Build
2025-08-20T21:24:01.2198961Z [00:00:00.018]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:24:01.2200321Z [00:00:00.018]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:24:01.2201041Z [00:00:00.018]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:24:01.2201722Z [00:00:00.018]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:24:01.2216404Z [00:00:00.018]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:24:01.2217227Z [00:00:00.018]➜        bash -l -c '
2025-08-20T21:24:01.2217731Z [00:00:00.018]➜        #Setup ENV
2025-08-20T21:24:01.2218657Z [00:00:00.018]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:24:01.2219329Z [00:00:00.018]➜         CGO_ENABLED="1" 
2025-08-20T21:24:01.2220015Z [00:00:00.018]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:24:01.2220981Z [00:00:00.018]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:24:01.2221740Z [00:00:00.018]➜         GOOS="linux"
2025-08-20T21:24:01.2222359Z [00:00:00.018]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:24:01.2222950Z [00:00:00.018]➜        #Build
2025-08-20T21:24:01.2223940Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/everywall/ladder" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:24:01.2225024Z [00:00:00.018]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:24:01.2225945Z [00:00:00.018]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:24:01.2226787Z [00:00:00.018]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:24:01.2228544Z [00:00:00.018]➜         go build -C "cmd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ladder"
2025-08-20T21:24:01.2229797Z [00:00:00.018]➜        #Copy
2025-08-20T21:24:01.2231331Z [00:00:00.018]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:24:01.2232464Z [00:00:00.018]➜        #Strip 
2025-08-20T21:24:01.2233429Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:24:01.2234737Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:24:01.2236041Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:24:01.2237180Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:24:01.2238573Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:24:01.2239428Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T21:24:01.2239938Z [00:00:00.018]➜        '
2025-08-20T21:24:01.2240389Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T21:24:01.2241091Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:24:01.2242175Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:24:01.2244190Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:24:01.2245686Z [00:00:00.019]➜  
2025-08-20T21:24:01.2246061Z [00:00:00.019]➜  
2025-08-20T21:24:01.2246600Z [00:00:00.019]➜  ###################################################################
2025-08-20T21:24:01.2247142Z [00:00:00.019]➜  
2025-08-20T21:24:01.2247518Z [00:00:00.019]➜  
2025-08-20T21:24:01.2247873Z [00:00:00.019]➜  
2025-08-20T21:24:01.2249001Z [00:00:00.020]➜  '/tmp/pkgforge/1dxpCTVa5_build.yaml' -> '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:24:02.7494393Z [00:00:01.549]➜  '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.version' -> '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.version'
2025-08-20T21:24:02.7555552Z [00:00:01.555]➜  [+] Version: HEAD-e08e336-241002T091949 ('.x_exec.pkgver') [/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.version]
2025-08-20T21:24:02.7828341Z [00:00:01.583]➜  [+] Progs: ladder
2025-08-20T21:24:03.1920341Z [00:00:01.992]➜  
2025-08-20T21:24:03.1920891Z [00:00:01.992]➜  [-] Missing packages. Found: 
2025-08-20T21:24:03.1921473Z [00:00:01.992]➜  [+] Expected: ladder
2025-08-20T21:24:03.1921980Z [00:00:01.992]➜  [+] Continuing with build...
2025-08-20T21:24:03.1922473Z [00:00:01.992]➜  
2025-08-20T21:24:03.6165282Z [00:00:02.417]➜  
2025-08-20T21:24:03.6165734Z [00:00:02.417]➜  
2025-08-20T21:24:03.6259385Z [00:00:02.426]➜  + mkdir -pv /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:24:03.6277892Z [00:00:02.428]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=ladder -e PKG_ID=github.com.everywall.ladder -e PKG_TYPE=static -e PKG_VER=HEAD-e08e336-241002T091949 -e PKGVER=HEAD-e08e336-241002T091949 -e SBUILD_PKG=ladder.static -e SBUILD_PKGVER=HEAD-e08e336-241002T091949 --volume /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:24:03.6280074Z [00:00:02.428]➜    #Setup ENV
2025-08-20T21:24:03.6280517Z [00:00:02.428]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:24:03.6280928Z [00:00:02.428]➜     CGO_ENABLED="1" 
2025-08-20T21:24:03.6281330Z [00:00:02.428]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:24:03.6282134Z [00:00:02.428]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:24:03.6282593Z [00:00:02.428]➜     GOOS="linux"
2025-08-20T21:24:03.6282931Z [00:00:02.428]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:24:03.6283275Z [00:00:02.428]➜    #Build
2025-08-20T21:24:03.6283839Z [00:00:02.428]➜     git clone --filter "blob:none" --quiet "https://github.com/everywall/ladder" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:24:03.6284435Z [00:00:02.428]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:24:03.6284949Z [00:00:02.428]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:24:03.6285410Z [00:00:02.428]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:24:03.6286258Z [00:00:02.428]➜     go build -C "cmd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ladder"
2025-08-20T21:24:03.6286905Z [00:00:02.428]➜    #Copy
2025-08-20T21:24:03.6287569Z [00:00:02.428]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:24:03.6288372Z [00:00:02.428]➜    #Strip 
2025-08-20T21:24:03.6288902Z [00:00:02.428]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:24:03.6289628Z [00:00:02.428]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:24:03.6290330Z [00:00:02.428]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:24:03.6290942Z [00:00:02.428]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:24:03.6291521Z [00:00:02.428]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:24:03.6291977Z [00:00:02.428]➜     popd &>/dev/null
2025-08-20T21:24:03.6292242Z [00:00:02.428]➜    '
2025-08-20T21:24:04.4967641Z [00:00:03.297]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:24:04.7117477Z [00:00:03.512]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:24:04.7117918Z [00:00:03.512]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:24:04.7118562Z [00:00:03.512]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:24:04.7119120Z [00:00:03.512]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:24:04.7119472Z [00:00:03.512]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:24:04.7119816Z [00:00:03.512]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:24:04.7120142Z [00:00:03.512]➜  73d19b2d2e73: Waiting
2025-08-20T21:24:04.7120448Z [00:00:03.512]➜  eb4a15147d73: Waiting
2025-08-20T21:24:04.7120745Z [00:00:03.512]➜  1eff1cf6af24: Waiting
2025-08-20T21:24:05.0030172Z [00:00:03.803]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:24:05.0030686Z [00:00:03.803]➜  bffca73cb30c: Download complete
2025-08-20T21:24:05.0419602Z [00:00:03.842]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:24:05.0420452Z [00:00:03.842]➜  d62bb7eb03b5: Download complete
2025-08-20T21:24:05.0559546Z [00:00:03.856]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:24:05.0560428Z [00:00:03.856]➜  74f0d3ee81d8: Download complete
2025-08-20T21:24:05.1470180Z [00:00:03.947]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:24:05.3902483Z [00:00:04.190]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:24:05.3903721Z [00:00:04.190]➜  1eff1cf6af24: Download complete
2025-08-20T21:24:05.9951964Z [00:00:04.795]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:24:06.2109001Z [00:00:05.011]➜  bffca73cb30c: Pull complete
2025-08-20T21:24:06.2388764Z [00:00:05.039]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:24:06.2389439Z [00:00:05.039]➜  eb4a15147d73: Download complete
2025-08-20T21:24:40.0809427Z [00:00:38.881]➜  73d19b2d2e73: Download complete
2025-08-20T21:25:55.5512564Z [00:01:54.351]➜  73d19b2d2e73: Pull complete
2025-08-20T21:26:00.7996400Z [00:01:59.600]➜  eb4a15147d73: Pull complete
2025-08-20T21:26:00.8111571Z [00:01:59.611]➜  1eff1cf6af24: Pull complete
2025-08-20T21:26:00.8159125Z [00:01:59.616]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:26:00.8170728Z [00:01:59.617]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:26:01.0195074Z [00:01:59.819]➜  + mkdir -p /build-bins
2025-08-20T21:26:01.0216404Z [00:01:59.822]➜  ++ mktemp -d
2025-08-20T21:26:01.0232423Z [00:01:59.823]➜  + pushd /tmp/tmp.6iNtbzYmx2
2025-08-20T21:26:01.0234823Z [00:01:59.823]➜  + CGO_ENABLED=1
2025-08-20T21:26:01.0235627Z [00:01:59.823]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:26:01.0240499Z [00:01:59.824]➜  ++ uname -m
2025-08-20T21:26:01.0241561Z [00:01:59.824]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:26:01.0259124Z [00:01:59.826]➜  + GOARCH=amd64
2025-08-20T21:26:01.0260420Z [00:01:59.826]➜  + GOOS=linux
2025-08-20T21:26:01.0261308Z [00:01:59.826]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:26:01.0262683Z [00:01:59.826]➜  + git clone --filter blob:none --quiet https://github.com/everywall/ladder ./TEMPREPO
2025-08-20T21:26:02.0251889Z [00:02:00.825]➜  + cd ./TEMPREPO
2025-08-20T21:26:02.0252643Z [00:02:00.825]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:26:02.0253193Z [00:02:00.825]➜  
2025-08-20T21:26:02.0253677Z [00:02:00.825]➜  [+] Target: "amd64/linux"
2025-08-20T21:26:02.0254467Z [00:02:00.825]➜  + echo -e [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:26:02.0255027Z [00:02:00.825]➜  
2025-08-20T21:26:02.0255551Z [00:02:00.825]➜  '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:26:02.0256099Z [00:02:00.825]➜  + go mod tidy -v
2025-08-20T21:26:02.0479012Z [00:02:00.848]➜  go: downloading golang.org/x/term v0.14.0
2025-08-20T21:26:02.0487248Z [00:02:00.849]➜  go: downloading github.com/akamensky/argparse v1.4.0
2025-08-20T21:26:02.0488392Z [00:02:00.849]➜  go: downloading github.com/gofiber/fiber/v2 v2.50.0
2025-08-20T21:26:02.3847047Z [00:02:01.185]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:26:02.4324054Z [00:02:01.232]➜  go: downloading github.com/stretchr/testify v1.8.4
2025-08-20T21:26:02.4761842Z [00:02:01.276]➜  go: downloading github.com/PuerkitoBio/goquery v1.8.1
2025-08-20T21:26:02.6037139Z [00:02:01.404]➜  go: downloading golang.org/x/sys v0.14.0
2025-08-20T21:26:02.9401592Z [00:02:01.740]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:26:02.9404496Z [00:02:01.741]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:26:02.9498817Z [00:02:01.750]➜  go: downloading github.com/andybalholm/cascadia v1.3.2
2025-08-20T21:26:02.9540184Z [00:02:01.754]➜  go: downloading golang.org/x/net v0.18.0
2025-08-20T21:26:02.9912452Z [00:02:01.791]➜  go: downloading github.com/google/uuid v1.4.0
2025-08-20T21:26:02.9916855Z [00:02:01.791]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T21:26:03.0125876Z [00:02:01.812]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:26:03.0126614Z [00:02:01.813]➜  go: downloading github.com/mattn/go-runewidth v0.0.15
2025-08-20T21:26:03.0293942Z [00:02:01.829]➜  go: downloading github.com/valyala/bytebufferpool v1.0.0
2025-08-20T21:26:03.0304555Z [00:02:01.831]➜  go: downloading github.com/valyala/fasthttp v1.50.0
2025-08-20T21:26:03.1079220Z [00:02:01.908]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T21:26:03.1859209Z [00:02:01.986]➜  go: downloading github.com/rivo/uniseg v0.4.4
2025-08-20T21:26:03.3157758Z [00:02:02.116]➜  go: downloading github.com/klauspost/compress v1.17.2
2025-08-20T21:26:03.3158597Z [00:02:02.116]➜  go: downloading github.com/valyala/tcplisten v1.0.0
2025-08-20T21:26:03.3159054Z [00:02:02.116]➜  go: downloading github.com/andybalholm/brotli v1.0.6
2025-08-20T21:26:04.1372741Z [00:02:02.937]➜  + go generate ./...
2025-08-20T21:26:04.1678468Z [00:02:02.968]➜  + go build -C cmd -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/ladder
2025-08-20T21:26:04.1705651Z [00:02:02.971]➜  WORK=/tmp/go-build917994252
2025-08-20T21:26:04.1899085Z [00:02:02.990]➜  # get https://proxy.golang.org/github.com/gofiber/fiber/v2/@v/v2.50.0.info
2025-08-20T21:26:04.1899902Z [00:02:02.990]➜  # get https://proxy.golang.org/github.com/akamensky/argparse/@v/v1.4.0.info
2025-08-20T21:26:04.2438708Z [00:02:03.044]➜  # get https://proxy.golang.org/github.com/akamensky/argparse/@v/v1.4.0.info: 200 OK (0.054s)
2025-08-20T21:26:04.2450156Z [00:02:03.045]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.14.0.info
2025-08-20T21:26:04.2577050Z [00:02:03.057]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.14.0.info: 200 OK (0.012s)
2025-08-20T21:26:04.2578934Z [00:02:03.058]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.8.1.info
2025-08-20T21:26:04.2680096Z [00:02:03.068]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.8.1.info: 200 OK (0.010s)
2025-08-20T21:26:04.4761877Z [00:02:03.276]➜  # get https://proxy.golang.org/github.com/gofiber/fiber/v2/@v/v2.50.0.info: 200 OK (0.286s)
2025-08-20T21:26:04.4779684Z [00:02:03.278]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.8.4.info
2025-08-20T21:26:04.4780827Z [00:02:03.278]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info
2025-08-20T21:26:04.4782582Z [00:02:03.278]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:26:04.4784381Z [00:02:03.279]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.14.0.info
2025-08-20T21:26:04.4820118Z [00:02:03.282]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info
2025-08-20T21:26:04.4893597Z [00:02:03.289]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.2.info: 200 OK (0.011s)
2025-08-20T21:26:04.4896073Z [00:02:03.290]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.8.4.info: 200 OK (0.012s)
2025-08-20T21:26:04.4899172Z [00:02:03.290]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.18.0.info
2025-08-20T21:26:04.4900453Z [00:02:03.290]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.012s)
2025-08-20T21:26:04.4903945Z [00:02:03.290]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.14.0.info: 200 OK (0.012s)
2025-08-20T21:26:04.4922938Z [00:02:03.292]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info
2025-08-20T21:26:04.4938970Z [00:02:03.294]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info: 200 OK (0.012s)
2025-08-20T21:26:04.4943114Z [00:02:03.294]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.4.0.info
2025-08-20T21:26:04.5013981Z [00:02:03.301]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.18.0.info: 200 OK (0.011s)
2025-08-20T21:26:04.5019642Z [00:02:03.302]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info
2025-08-20T21:26:04.5029238Z [00:02:03.303]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info: 200 OK (0.011s)
2025-08-20T21:26:04.5032867Z [00:02:03.303]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T21:26:04.5046892Z [00:02:03.305]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.4.0.info: 200 OK (0.010s)
2025-08-20T21:26:04.5052998Z [00:02:03.305]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:26:04.5054107Z [00:02:03.305]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info
2025-08-20T21:26:04.5124512Z [00:02:03.312]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info: 200 OK (0.011s)
2025-08-20T21:26:04.5131756Z [00:02:03.313]➜  # get https://proxy.golang.org/github.com/valyala/fasthttp/@v/v1.50.0.info
2025-08-20T21:26:04.5163121Z [00:02:03.316]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.013s)
2025-08-20T21:26:04.5171804Z [00:02:03.317]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info: 200 OK (0.012s)
2025-08-20T21:26:04.5174507Z [00:02:03.317]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.012s)
2025-08-20T21:26:04.5176466Z [00:02:03.318]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info
2025-08-20T21:26:04.5240969Z [00:02:03.324]➜  # get https://proxy.golang.org/github.com/valyala/fasthttp/@v/v1.50.0.info: 200 OK (0.011s)
2025-08-20T21:26:04.5246138Z [00:02:03.325]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.0.6.info
2025-08-20T21:26:04.5246897Z [00:02:03.325]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.2.info
2025-08-20T21:26:04.5281309Z [00:02:03.328]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info: 200 OK (0.010s)
2025-08-20T21:26:04.5284795Z [00:02:03.329]➜  # get https://proxy.golang.org/github.com/valyala/tcplisten/@v/v1.0.0.info
2025-08-20T21:26:04.5352725Z [00:02:03.335]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.0.6.info: 200 OK (0.011s)
2025-08-20T21:26:04.5355284Z [00:02:03.336]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.2.info: 200 OK (0.011s)
2025-08-20T21:26:04.5389401Z [00:02:03.339]➜  # get https://proxy.golang.org/github.com/valyala/tcplisten/@v/v1.0.0.info: 200 OK (0.010s)
2025-08-20T21:26:04.5402702Z [00:02:03.340]➜  ../handlers/api.go:11:12: pattern VERSION: no matching files found
2025-08-20T21:26:04.7000998Z [00:02:03.500]➜  '/tmp/tmp.6iNtbzYmx2/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:26:04.7220791Z [00:02:03.522]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:26:04.7242554Z [00:02:03.524]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:26:04.7246901Z [00:02:03.525]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:26:04.7630997Z [00:02:03.563]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:26:04.7661826Z [00:02:03.566]➜  
2025-08-20T21:26:04.7678828Z [00:02:03.568]➜  /build-bins/LICENSE
2025-08-20T21:26:04.7695884Z [00:02:03.570]➜  + file /build-bins/LICENSE
2025-08-20T21:26:04.7971537Z [00:02:03.597]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:26:04.7979655Z [00:02:03.598]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:26:04.7996795Z [00:02:03.600]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T21:26:04.8000982Z [00:02:03.600]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:26:04.8015102Z [00:02:03.602]➜  35K	2025-08-20 21:26:04.698140242 +0000	/build-bins/LICENSE
2025-08-20T21:26:04.8017462Z [00:02:03.602]➜  + popd
2025-08-20T21:26:04.9389171Z [00:02:03.739]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:26:04.9582217Z [00:02:03.758]➜  + '[' -s /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:26:04.9583325Z [00:02:03.758]➜  + cp -fv /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:26:04.9618601Z [00:02:03.762]➜  '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:26:04.9624391Z [00:02:03.762]➜  + find /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:26:04.9645042Z [00:02:03.763]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:26:04.9645947Z [00:02:03.763]➜  + cut -d: -f1
2025-08-20T21:26:04.9646480Z [00:02:03.763]➜  + xargs realpath --no-symlinks
2025-08-20T21:26:04.9647379Z [00:02:03.763]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:05.0991406Z [00:02:03.899]➜  realpath: missing operand
2025-08-20T21:26:05.0992128Z [00:02:03.899]➜  Try 'realpath --help' for more information.
2025-08-20T21:26:05.1001823Z [00:02:03.900]➜  
2025-08-20T21:26:05.6278535Z [00:02:04.428]➜  
2025-08-20T21:26:05.6398965Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:26:05.6400593Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.goreleaser.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6401887Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:26:05.6403834Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:26:05.6406291Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/docker-compose.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6407642Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/styles/input.css' from root:root to runner:runner
2025-08-20T21:26:05.6409553Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/styles' from root:root to runner:runner
2025-08-20T21:26:05.6411854Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/values.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6413294Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/README.md' from root:root to runner:runner
2025-08-20T21:26:05.6414572Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/Chart.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6416631Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/deployment.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6419628Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/service.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6421197Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/ingress.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6423014Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates' from root:root to runner:runner
2025-08-20T21:26:05.6425289Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart' from root:root to runner:runner
2025-08-20T21:26:05.6427461Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/tailwind.config.js' from root:root to runner:runner
2025-08-20T21:26:05.6429712Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.air.toml' from root:root to runner:runner
2025-08-20T21:26:05.6430913Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/package.json' from root:root to runner:runner
2025-08-20T21:26:05.6432244Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/washingtonpost-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6433635Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/nytimes-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6435002Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/americanbanker-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6436372Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/usatoday-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6437921Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/_multi-conde-nast.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6439544Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/medium-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6440799Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us' from root:root to runner:runner
2025-08-20T21:26:05.6442103Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/de/tagesspiegel-de.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6443380Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/de' from root:root to runner:runner
2025-08-20T21:26:05.6444730Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ca/_multi-metroland-media-group.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6446046Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ca' from root:root to runner:runner
2025-08-20T21:26:05.6447279Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/gb/ft-com.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6448888Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/gb' from root:root to runner:runner
2025-08-20T21:26:05.6450206Z [00:02:04.440]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ch/nzz-ch.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6451428Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ch' from root:root to runner:runner
2025-08-20T21:26:05.6452591Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets' from root:root to runner:runner
2025-08-20T21:26:05.6453789Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.golangci-lint.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6455019Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/styles.css' from root:root to runner:runner
2025-08-20T21:26:05.6456235Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/favicon.ico' from root:root to runner:runner
2025-08-20T21:26:05.6457430Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/main.go' from root:root to runner:runner
2025-08-20T21:26:05.6458704Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:26:05.6459870Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:26:05.6461019Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:26:05.6462299Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:26:05.6463436Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:26:05.6464686Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/build-css.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6466082Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/release-binaries.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6467486Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/release-docker.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6468910Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:26:05.6470097Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:26:05.6471366Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:26:05.6472857Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:26:05.6474218Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:26:05.6475548Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:26:05.6476862Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:26:05.6478335Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:26:05.6479839Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:26:05.6481151Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:26:05.6482471Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:26:05.6483784Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:26:05.6485081Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:26:05.6486552Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:26:05.6487892Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:26:05.6489502Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:26:05.6490774Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:26:05.6492009Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:26:05.6493273Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:26:05.6494576Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:26:05.6495919Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:26:05.6497341Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:26:05.6498723Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:26:05.6499915Z [00:02:04.441]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:26:05.6501401Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:26:05.6502636Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:26:05.6503861Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:26:05.6505130Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:26:05.6506677Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:26:05.6507945Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:26:05.6509280Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:26:05.6510462Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:26:05.6511827Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:26:05.6513028Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:26:05.6514244Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:26:05.6515443Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:26:05.6516867Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.rev' from root:root to runner:runner
2025-08-20T21:26:05.6518638Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.idx' from root:root to runner:runner
2025-08-20T21:26:05.6520776Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.pack' from root:root to runner:runner
2025-08-20T21:26:05.6523396Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.pack' from root:root to runner:runner
2025-08-20T21:26:05.6525069Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.rev' from root:root to runner:runner
2025-08-20T21:26:05.6526749Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.promisor' from root:root to runner:runner
2025-08-20T21:26:05.6528815Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.promisor' from root:root to runner:runner
2025-08-20T21:26:05.6530534Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.idx' from root:root to runner:runner
2025-08-20T21:26:05.6531965Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:26:05.6533189Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:26:05.6534397Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:26:05.6535604Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:26:05.6536792Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:26:05.6538320Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:26:05.6539517Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:26:05.6540725Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/api.test.go' from root:root to runner:runner
2025-08-20T21:26:05.6541986Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/proxy.go' from root:root to runner:runner
2025-08-20T21:26:05.6543226Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/form.html' from root:root to runner:runner
2025-08-20T21:26:05.6544493Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/raw.test.go' from root:root to runner:runner
2025-08-20T21:26:05.6545712Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/raw.go' from root:root to runner:runner
2025-08-20T21:26:05.6546922Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/api.go' from root:root to runner:runner
2025-08-20T21:26:05.6548417Z [00:02:04.442]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/form.go' from root:root to runner:runner
2025-08-20T21:26:05.6549708Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/ruleset.go' from root:root to runner:runner
2025-08-20T21:26:05.6550962Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/cli/cli.go' from root:root to runner:runner
2025-08-20T21:26:05.6552171Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/cli' from root:root to runner:runner
2025-08-20T21:26:05.6553413Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/proxy.test.go' from root:root to runner:runner
2025-08-20T21:26:05.6554634Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers' from root:root to runner:runner
2025-08-20T21:26:05.6555884Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg/ruleset/ruleset_test.go' from root:root to runner:runner
2025-08-20T21:26:05.6557170Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg/ruleset/ruleset.go' from root:root to runner:runner
2025-08-20T21:26:05.6558499Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg/ruleset' from root:root to runner:runner
2025-08-20T21:26:05.6559657Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:26:05.6560827Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/ruleset.yaml' from root:root to runner:runner
2025-08-20T21:26:05.6562184Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/assets/pigeon.svg' from root:root to runner:runner
2025-08-20T21:26:05.6563368Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:26:05.6564480Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO' from root:root to runner:runner
2025-08-20T21:26:05.6565546Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2' from root:root to runner:runner
2025-08-20T21:26:05.6566545Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:26:05.6567525Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:26:05.6568981Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:26:05.6569966Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:26:05.6570898Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.version' from runner:docker to runner:runner
2025-08-20T21:26:05.6572045Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:26:05.6572937Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:26:05.6573887Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.version' from runner:docker to runner:runner
2025-08-20T21:26:05.6574796Z [00:02:04.443]➜  changed ownership of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:26:05.6575859Z [00:02:04.452]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.6598685Z [00:02:04.460]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.6677894Z [00:02:04.468]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.6762333Z [00:02:04.476]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.6842394Z [00:02:04.484]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/docker-compose.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.6923362Z [00:02:04.492]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/styles/input.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7003271Z [00:02:04.500]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7083295Z [00:02:04.508]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7161371Z [00:02:04.516]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/Chart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7241104Z [00:02:04.524]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/deployment.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7327041Z [00:02:04.533]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/service.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7414921Z [00:02:04.541]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/helm-chart/templates/ingress.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7495778Z [00:02:04.549]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/tailwind.config.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7576782Z [00:02:04.558]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.air.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7654542Z [00:02:04.565]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7732047Z [00:02:04.573]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/washingtonpost-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7805651Z [00:02:04.580]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/nytimes-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7879589Z [00:02:04.588]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/americanbanker-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.7953582Z [00:02:04.595]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/usatoday-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8030406Z [00:02:04.603]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/_multi-conde-nast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8107065Z [00:02:04.611]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/us/medium-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8184882Z [00:02:04.618]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/de/tagesspiegel-de.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8263280Z [00:02:04.626]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ca/_multi-metroland-media-group.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8339745Z [00:02:04.634]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/gb/ft-com.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8414641Z [00:02:04.641]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/rulesets/ch/nzz-ch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8487418Z [00:02:04.649]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.golangci-lint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8559714Z [00:02:04.656]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/styles.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8631432Z [00:02:04.663]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8702952Z [00:02:04.670]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/cmd/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8771989Z [00:02:04.677]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8841108Z [00:02:04.684]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8910040Z [00:02:04.691]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.8979663Z [00:02:04.698]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9050277Z [00:02:04.705]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/build-css.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9118793Z [00:02:04.712]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/release-binaries.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9188520Z [00:02:04.719]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.github/workflows/release-docker.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9257129Z [00:02:04.726]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9325602Z [00:02:04.733]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9394422Z [00:02:04.739]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9463288Z [00:02:04.746]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9532637Z [00:02:04.753]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9600544Z [00:02:04.760]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9668715Z [00:02:04.767]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9736445Z [00:02:04.774]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9804529Z [00:02:04.780]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9872881Z [00:02:04.787]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:05.9943240Z [00:02:04.794]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0011937Z [00:02:04.801]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0080244Z [00:02:04.808]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0148464Z [00:02:04.815]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0217811Z [00:02:04.822]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0286635Z [00:02:04.829]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0355427Z [00:02:04.836]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0424230Z [00:02:04.842]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0495057Z [00:02:04.849]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0564083Z [00:02:04.856]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0634500Z [00:02:04.863]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0703406Z [00:02:04.870]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0771044Z [00:02:04.877]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0838876Z [00:02:04.884]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0906699Z [00:02:04.891]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.0974293Z [00:02:04.897]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1043238Z [00:02:04.904]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1110291Z [00:02:04.911]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1183360Z [00:02:04.918]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-38e33c907f7304077608f4504ce83b88bf0f43bd.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1266144Z [00:02:04.926]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1345762Z [00:02:04.934]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/objects/pack/pack-35d35ebba394db31c7d2c39473ce6c1dfb7be9d9.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1431092Z [00:02:04.943]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1513632Z [00:02:04.951]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1595184Z [00:02:04.959]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/api.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1674231Z [00:02:04.967]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1752634Z [00:02:04.975]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/form.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1830432Z [00:02:04.983]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/raw.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1910555Z [00:02:04.991]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.1989107Z [00:02:04.999]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2065794Z [00:02:05.007]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2141747Z [00:02:05.014]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2218368Z [00:02:05.022]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/cli/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2293916Z [00:02:05.029]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/handlers/proxy.test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2373471Z [00:02:05.037]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg/ruleset/ruleset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2455098Z [00:02:05.045]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/pkg/ruleset/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2533840Z [00:02:05.053]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/ruleset.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2615755Z [00:02:05.061]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.6iNtbzYmx2/TEMPREPO/assets/pigeon.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2701511Z [00:02:05.070]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2781055Z [00:02:05.078]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2861580Z [00:02:05.086]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.2940339Z [00:02:05.094]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.3016545Z [00:02:05.102]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.3094831Z [00:02:05.109]➜  mode of '/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:26:06.3477474Z [00:02:05.148]➜  realpath: missing operand
2025-08-20T21:26:06.3478503Z [00:02:05.148]➜  Try 'realpath --help' for more information.
2025-08-20T21:26:06.3584512Z [00:02:05.158]➜  
2025-08-20T21:26:06.3585389Z [00:02:05.158]➜  [+] Found LICENSE ==> [/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:26:06.3586131Z [00:02:05.159]➜  
2025-08-20T21:26:06.3586479Z [00:02:05.159]➜  
2025-08-20T21:26:06.3595589Z [00:02:05.160]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T21:26:06.3597322Z [00:02:05.160]➜                         Version 3, 29 June 2007
2025-08-20T21:26:06.3597871Z [00:02:05.160]➜  
2025-08-20T21:26:06.3598771Z [00:02:05.160]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T21:26:06.3599731Z [00:02:05.160]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T21:26:06.3600597Z [00:02:05.160]➜   of this license document, but changing it is not allowed.
2025-08-20T21:26:06.3601255Z [00:02:05.160]➜  
2025-08-20T21:26:06.3601720Z [00:02:05.160]➜                              Preamble
2025-08-20T21:26:06.3602223Z [00:02:05.160]➜  
2025-08-20T21:26:06.3602864Z [00:02:05.160]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T21:26:06.3603616Z [00:02:05.160]➜  software and other kinds of works.
2025-08-20T21:26:06.3604177Z [00:02:05.160]➜  
2025-08-20T21:26:06.3604839Z [00:02:05.160]➜    The licenses for most software and other practical works are designed
2025-08-20T21:26:06.3605845Z [00:02:05.160]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T21:26:06.3606798Z [00:02:05.160]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T21:26:06.3607782Z [00:02:05.160]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T21:26:06.3608973Z [00:02:05.160]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T21:26:06.3610221Z [00:02:05.160]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T21:26:06.3611198Z [00:02:05.160]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T21:26:06.3612271Z [00:02:05.160]➜  your programs, too.
2025-08-20T21:26:06.3612723Z [00:02:05.160]➜  
2025-08-20T21:26:06.3613335Z [00:02:05.160]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T21:26:06.3614257Z [00:02:05.160]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T21:26:06.3615211Z [00:02:05.160]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T21:26:06.3616132Z [00:02:05.160]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T21:26:06.3617025Z [00:02:05.160]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T21:26:06.3617880Z [00:02:05.160]➜  free programs, and that you know you can do these things.
2025-08-20T21:26:06.3618681Z [00:02:05.160]➜  
2025-08-20T21:26:06.3619280Z [00:02:05.160]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T21:26:06.3620145Z [00:02:05.160]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T21:26:06.3621078Z [00:02:05.160]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T21:26:06.3622053Z [00:02:05.160]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T21:26:06.3622910Z [00:02:05.160]➜  
2025-08-20T21:26:06.3623523Z [00:02:05.160]➜    For example, if you distribute copies of such a program, whether
2025-08-20T21:26:06.3624417Z [00:02:05.160]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T21:26:06.3625339Z [00:02:05.160]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T21:26:06.3626279Z [00:02:05.160]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T21:26:06.3627158Z [00:02:05.160]➜  know their rights.
2025-08-20T21:26:06.3627615Z [00:02:05.160]➜  
2025-08-20T21:26:06.3628422Z [00:02:05.160]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T21:26:06.3629398Z [00:02:05.160]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T21:26:06.3630316Z [00:02:05.160]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T21:26:06.3630963Z [00:02:05.160]➜  
2025-08-20T21:26:06.3631619Z [00:02:05.160]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T21:26:06.3632565Z [00:02:05.160]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T21:26:06.3633482Z [00:02:05.160]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T21:26:06.3634410Z [00:02:05.160]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T21:26:06.3635147Z [00:02:05.160]➜  authors of previous versions.
2025-08-20T21:26:06.3635657Z [00:02:05.160]➜  
2025-08-20T21:26:06.3636202Z [00:02:05.160]➜    Some devices are designed to deny users access to install or run
2025-08-20T21:26:06.3637092Z [00:02:05.160]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T21:26:06.3637924Z [00:02:05.160]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T21:26:06.3639115Z [00:02:05.160]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T21:26:06.3640055Z [00:02:05.160]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T21:26:06.3640967Z [00:02:05.160]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T21:26:06.3641830Z [00:02:05.160]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T21:26:06.3642403Z [00:02:05.160]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T21:26:06.3642977Z [00:02:05.160]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T21:26:06.3643461Z [00:02:05.160]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T21:26:06.3643988Z [00:02:05.160]➜  
2025-08-20T21:26:06.3644363Z [00:02:05.160]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T21:26:06.3644883Z [00:02:05.160]➜  States should not allow patents to restrict development and use of
2025-08-20T21:26:06.3645419Z [00:02:05.160]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T21:26:06.3645952Z [00:02:05.160]➜  avoid the special danger that patents applied to a free program could
2025-08-20T21:26:06.3646478Z [00:02:05.160]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T21:26:06.3646965Z [00:02:05.160]➜  patents cannot be used to render the program non-free.
2025-08-20T21:26:06.3647292Z [00:02:05.160]➜  
2025-08-20T21:26:06.3647643Z [00:02:05.160]➜    The precise terms and conditions for copying, distribution and
2025-08-20T21:26:06.3648025Z [00:02:05.160]➜  modification follow.
2025-08-20T21:26:06.3648624Z [00:02:05.160]➜  
2025-08-20T21:26:06.3649051Z [00:02:05.160]➜                         TERMS AND CONDITIONS
2025-08-20T21:26:06.3649472Z [00:02:05.160]➜  
2025-08-20T21:26:06.3649699Z [00:02:05.160]➜    0. Definitions.
2025-08-20T21:26:06.3649939Z [00:02:05.160]➜  
2025-08-20T21:26:06.3650288Z [00:02:05.160]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T21:26:06.3650655Z [00:02:05.160]➜  
2025-08-20T21:26:06.3651029Z [00:02:05.160]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T21:26:06.3651471Z [00:02:05.160]➜  works, such as semiconductor masks.
2025-08-20T21:26:06.3651756Z [00:02:05.160]➜  
2025-08-20T21:26:06.3652100Z [00:02:05.160]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T21:26:06.3652599Z [00:02:05.160]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T21:26:06.3653206Z [00:02:05.160]➜  "recipients" may be individuals or organizations.
2025-08-20T21:26:06.3653544Z [00:02:05.160]➜  
2025-08-20T21:26:06.3653914Z [00:02:05.160]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T21:26:06.3654464Z [00:02:05.160]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T21:26:06.3654999Z [00:02:05.160]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T21:26:06.3655464Z [00:02:05.160]➜  earlier work or a work "based on" the earlier work.
2025-08-20T21:26:06.3655782Z [00:02:05.160]➜  
2025-08-20T21:26:06.3656136Z [00:02:05.160]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T21:26:06.3656519Z [00:02:05.160]➜  on the Program.
2025-08-20T21:26:06.3656760Z [00:02:05.160]➜  
2025-08-20T21:26:06.3657100Z [00:02:05.160]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T21:26:06.3657610Z [00:02:05.160]➜  permission, would make you directly or secondarily liable for
2025-08-20T21:26:06.3658335Z [00:02:05.160]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T21:26:06.3658915Z [00:02:05.160]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T21:26:06.3659437Z [00:02:05.160]➜  distribution (with or without modification), making available to the
2025-08-20T21:26:06.3659918Z [00:02:05.160]➜  public, and in some countries other activities as well.
2025-08-20T21:26:06.3660246Z [00:02:05.160]➜  
2025-08-20T21:26:06.3660584Z [00:02:05.160]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T21:26:06.3661096Z [00:02:05.160]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T21:26:06.3661613Z [00:02:05.160]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T21:26:06.3661966Z [00:02:05.160]➜  
2025-08-20T21:26:06.3662320Z [00:02:05.160]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T21:26:06.3662826Z [00:02:05.160]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T21:26:06.3663516Z [00:02:05.160]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T21:26:06.3664012Z [00:02:05.160]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T21:26:06.3664518Z [00:02:05.160]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T21:26:06.3665018Z [00:02:05.160]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T21:26:06.3665519Z [00:02:05.160]➜  the interface presents a list of user commands or options, such as a
2025-08-20T21:26:06.3665987Z [00:02:05.160]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T21:26:06.3666314Z [00:02:05.160]➜  
2025-08-20T21:26:06.3666539Z [00:02:05.160]➜    1. Source Code.
2025-08-20T21:26:06.3666777Z [00:02:05.160]➜  
2025-08-20T21:26:06.3667116Z [00:02:05.160]➜    The "source code" for a work means the preferred form of the work
2025-08-20T21:26:06.3667613Z [00:02:05.160]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T21:26:06.3668002Z [00:02:05.160]➜  form of a work.
2025-08-20T21:26:06.3668526Z [00:02:05.160]➜  
2025-08-20T21:26:06.3669036Z [00:02:05.160]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T21:26:06.3669549Z [00:02:05.160]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T21:26:06.3670062Z [00:02:05.160]➜  interfaces specified for a particular programming language, one that
2025-08-20T21:26:06.3670549Z [00:02:05.160]➜  is widely used among developers working in that language.
2025-08-20T21:26:06.3670876Z [00:02:05.160]➜  
2025-08-20T21:26:06.3671219Z [00:02:05.160]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T21:26:06.3671872Z [00:02:05.160]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T21:26:06.3672380Z [00:02:05.160]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T21:26:06.3672877Z [00:02:05.160]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T21:26:06.3673376Z [00:02:05.160]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T21:26:06.3673958Z [00:02:05.160]➜  implementation is available to the public in source code form.  A
2025-08-20T21:26:06.3674467Z [00:02:05.160]➜  "Major Component", in this context, means a major essential component
2025-08-20T21:26:06.3674970Z [00:02:05.160]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T21:26:06.3675451Z [00:02:05.160]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T21:26:06.3675919Z [00:02:05.160]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T21:26:06.3676267Z [00:02:05.160]➜  
2025-08-20T21:26:06.3676625Z [00:02:05.160]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T21:26:06.3677119Z [00:02:05.160]➜  the source code needed to generate, install, and (for an executable
2025-08-20T21:26:06.3677646Z [00:02:05.160]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T21:26:06.3678394Z [00:02:05.160]➜  control those activities.  However, it does not include the work's
2025-08-20T21:26:06.3678938Z [00:02:05.160]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T21:26:06.3679487Z [00:02:05.160]➜  programs which are used unmodified in performing those activities but
2025-08-20T21:26:06.3679997Z [00:02:05.160]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T21:26:06.3680510Z [00:02:05.160]➜  includes interface definition files associated with source files for
2025-08-20T21:26:06.3681005Z [00:02:05.160]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T21:26:06.3681528Z [00:02:05.160]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T21:26:06.3682042Z [00:02:05.160]➜  such as by intimate data communication or control flow between those
2025-08-20T21:26:06.3682636Z [00:02:05.160]➜  subprograms and other parts of the work.
2025-08-20T21:26:06.3682935Z [00:02:05.160]➜  
2025-08-20T21:26:06.3683272Z [00:02:05.160]➜    The Corresponding Source need not include anything that users
2025-08-20T21:26:06.3683769Z [00:02:05.160]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T21:26:06.3684144Z [00:02:05.160]➜  Source.
2025-08-20T21:26:06.3684362Z [00:02:05.160]➜  
2025-08-20T21:26:06.3684702Z [00:02:05.160]➜    The Corresponding Source for a work in source code form is that
2025-08-20T21:26:06.3685063Z [00:02:05.161]➜  same work.
2025-08-20T21:26:06.3685286Z [00:02:05.161]➜  
2025-08-20T21:26:06.3685512Z [00:02:05.161]➜    2. Basic Permissions.
2025-08-20T21:26:06.3685768Z [00:02:05.161]➜  
2025-08-20T21:26:06.3686113Z [00:02:05.161]➜    All rights granted under this License are granted for the term of
2025-08-20T21:26:06.3686613Z [00:02:05.161]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T21:26:06.3687114Z [00:02:05.161]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T21:26:06.3687680Z [00:02:05.161]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T21:26:06.3688636Z [00:02:05.161]➜  covered work is covered by this License only if the output, given its
2025-08-20T21:26:06.3702094Z [00:02:05.161]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T21:26:06.3703076Z [00:02:05.161]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T21:26:06.3703487Z [00:02:05.161]➜  
2025-08-20T21:26:06.3703844Z [00:02:05.161]➜    You may make, run and propagate covered works that you do not
2025-08-20T21:26:06.3704356Z [00:02:05.161]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T21:26:06.3705079Z [00:02:05.161]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T21:26:06.3705605Z [00:02:05.161]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T21:26:06.3706176Z [00:02:05.161]➜  with facilities for running those works, provided that you comply with
2025-08-20T21:26:06.3706687Z [00:02:05.161]➜  the terms of this License in conveying all material for which you do
2025-08-20T21:26:06.3707199Z [00:02:05.161]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T21:26:06.3707701Z [00:02:05.161]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T21:26:06.3708327Z [00:02:05.161]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T21:26:06.3708821Z [00:02:05.161]➜  your copyrighted material outside their relationship with you.
2025-08-20T21:26:06.3709177Z [00:02:05.161]➜  
2025-08-20T21:26:06.3709533Z [00:02:05.161]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T21:26:06.3710042Z [00:02:05.161]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T21:26:06.3710443Z [00:02:05.161]➜  makes it unnecessary.
2025-08-20T21:26:06.3710695Z [00:02:05.161]➜  
2025-08-20T21:26:06.3711034Z [00:02:05.161]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T21:26:06.3711381Z [00:02:05.161]➜  
2025-08-20T21:26:06.3711718Z [00:02:05.161]➜    No covered work shall be deemed part of an effective technological
2025-08-20T21:26:06.3712224Z [00:02:05.161]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T21:26:06.3712717Z [00:02:05.161]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T21:26:06.3713211Z [00:02:05.161]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T21:26:06.3713578Z [00:02:05.161]➜  measures.
2025-08-20T21:26:06.3713794Z [00:02:05.161]➜  
2025-08-20T21:26:06.3714147Z [00:02:05.161]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T21:26:06.3714682Z [00:02:05.161]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T21:26:06.3715413Z [00:02:05.161]➜  is effected by exercising rights under this License with respect to
2025-08-20T21:26:06.3715926Z [00:02:05.161]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T21:26:06.3716850Z [00:02:05.161]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T21:26:06.3717683Z [00:02:05.161]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T21:26:06.3718214Z [00:02:05.161]➜  technological measures.
2025-08-20T21:26:06.3718490Z [00:02:05.161]➜  
2025-08-20T21:26:06.3718749Z [00:02:05.161]➜    4. Conveying Verbatim Copies.
2025-08-20T21:26:06.3719025Z [00:02:05.161]➜  
2025-08-20T21:26:06.3719376Z [00:02:05.161]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T21:26:06.3719879Z [00:02:05.161]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T21:26:06.3720392Z [00:02:05.161]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T21:26:06.3720884Z [00:02:05.161]➜  keep intact all notices stating that this License and any
2025-08-20T21:26:06.3721379Z [00:02:05.161]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T21:26:06.3721895Z [00:02:05.161]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T21:26:06.3722366Z [00:02:05.161]➜  recipients a copy of this License along with the Program.
2025-08-20T21:26:06.3722696Z [00:02:05.161]➜  
2025-08-20T21:26:06.3723029Z [00:02:05.161]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T21:26:06.3723502Z [00:02:05.161]➜  and you may offer support or warranty protection for a fee.
2025-08-20T21:26:06.3723832Z [00:02:05.161]➜  
2025-08-20T21:26:06.3724275Z [00:02:05.161]➜    5. Conveying Modified Source Versions.
2025-08-20T21:26:06.3724586Z [00:02:05.161]➜  
2025-08-20T21:26:06.3724931Z [00:02:05.161]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T21:26:06.3725435Z [00:02:05.161]➜  produce it from the Program, in the form of source code under the
2025-08-20T21:26:06.3725952Z [00:02:05.161]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T21:26:06.3726318Z [00:02:05.161]➜  
2025-08-20T21:26:06.3726653Z [00:02:05.161]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T21:26:06.3727054Z [00:02:05.161]➜      it, and giving a relevant date.
2025-08-20T21:26:06.3727333Z [00:02:05.161]➜  
2025-08-20T21:26:06.3727654Z [00:02:05.161]➜      b) The work must carry prominent notices stating that it is
2025-08-20T21:26:06.3728339Z [00:02:05.161]➜      released under this License and any conditions added under section
2025-08-20T21:26:06.3728906Z [00:02:05.161]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T21:26:06.3729313Z [00:02:05.161]➜      "keep intact all notices".
2025-08-20T21:26:06.3729592Z [00:02:05.161]➜  
2025-08-20T21:26:06.3730072Z [00:02:05.161]➜      c) You must license the entire work, as a whole, under this
2025-08-20T21:26:06.3730532Z [00:02:05.161]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T21:26:06.3731023Z [00:02:05.161]➜      License will therefore apply, along with any applicable section 7
2025-08-20T21:26:06.3731520Z [00:02:05.161]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T21:26:06.3731993Z [00:02:05.161]➜      regardless of how they are packaged.  This License gives no
2025-08-20T21:26:06.3732476Z [00:02:05.161]➜      permission to license the work in any other way, but it does not
2025-08-20T21:26:06.3732971Z [00:02:05.161]➜      invalidate such permission if you have separately received it.
2025-08-20T21:26:06.3733321Z [00:02:05.161]➜  
2025-08-20T21:26:06.3733670Z [00:02:05.161]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T21:26:06.3734170Z [00:02:05.161]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T21:26:06.3734678Z [00:02:05.161]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T21:26:06.3735081Z [00:02:05.161]➜      work need not make them do so.
2025-08-20T21:26:06.3735351Z [00:02:05.161]➜  
2025-08-20T21:26:06.3735698Z [00:02:05.161]➜    A compilation of a covered work with other separate and independent
2025-08-20T21:26:06.3736192Z [00:02:05.161]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T21:26:06.3736683Z [00:02:05.161]➜  and which are not combined with it such as to form a larger program,
2025-08-20T21:26:06.3737168Z [00:02:05.161]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T21:26:06.3737648Z [00:02:05.161]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T21:26:06.3738405Z [00:02:05.161]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T21:26:06.3738958Z [00:02:05.161]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T21:26:06.3739476Z [00:02:05.161]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T21:26:06.3739861Z [00:02:05.161]➜  parts of the aggregate.
2025-08-20T21:26:06.3740137Z [00:02:05.161]➜  
2025-08-20T21:26:06.3740391Z [00:02:05.161]➜    6. Conveying Non-Source Forms.
2025-08-20T21:26:06.3740669Z [00:02:05.161]➜  
2025-08-20T21:26:06.3741006Z [00:02:05.161]➜    You may convey a covered work in object code form under the terms
2025-08-20T21:26:06.3741465Z [00:02:05.161]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T21:26:06.3741968Z [00:02:05.161]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T21:26:06.3742383Z [00:02:05.161]➜  in one of these ways:
2025-08-20T21:26:06.3742637Z [00:02:05.161]➜  
2025-08-20T21:26:06.3742983Z [00:02:05.161]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T21:26:06.3743478Z [00:02:05.161]➜      (including a physical distribution medium), accompanied by the
2025-08-20T21:26:06.3743957Z [00:02:05.161]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T21:26:06.3744378Z [00:02:05.161]➜      customarily used for software interchange.
2025-08-20T21:26:06.3744678Z [00:02:05.161]➜  
2025-08-20T21:26:06.3745011Z [00:02:05.161]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T21:26:06.3745490Z [00:02:05.161]➜      (including a physical distribution medium), accompanied by a
2025-08-20T21:26:06.3745964Z [00:02:05.161]➜      written offer, valid for at least three years and valid for as
2025-08-20T21:26:06.3746452Z [00:02:05.161]➜      long as you offer spare parts or customer support for that product
2025-08-20T21:26:06.3746949Z [00:02:05.161]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T21:26:06.3747427Z [00:02:05.161]➜      copy of the Corresponding Source for all the software in the
2025-08-20T21:26:06.3747895Z [00:02:05.161]➜      product that is covered by this License, on a durable physical
2025-08-20T21:26:06.3748654Z [00:02:05.161]➜      medium customarily used for software interchange, for a price no
2025-08-20T21:26:06.3749136Z [00:02:05.161]➜      more than your reasonable cost of physically performing this
2025-08-20T21:26:06.3749558Z [00:02:05.161]➜      conveying of source, or (2) access to copy the
2025-08-20T21:26:06.3749989Z [00:02:05.161]➜      Corresponding Source from a network server at no charge.
2025-08-20T21:26:06.3750321Z [00:02:05.161]➜  
2025-08-20T21:26:06.3750659Z [00:02:05.161]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T21:26:06.3751132Z [00:02:05.161]➜      written offer to provide the Corresponding Source.  This
2025-08-20T21:26:06.3751622Z [00:02:05.161]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T21:26:06.3752120Z [00:02:05.161]➜      only if you received the object code with such an offer, in accord
2025-08-20T21:26:06.3752508Z [00:02:05.161]➜      with subsection 6b.
2025-08-20T21:26:06.3752769Z [00:02:05.161]➜  
2025-08-20T21:26:06.3753094Z [00:02:05.161]➜      d) Convey the object code by offering access from a designated
2025-08-20T21:26:06.3753574Z [00:02:05.161]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T21:26:06.3754074Z [00:02:05.161]➜      Corresponding Source in the same way through the same place at no
2025-08-20T21:26:06.3754558Z [00:02:05.161]➜      further charge.  You need not require recipients to copy the
2025-08-20T21:26:06.3755045Z [00:02:05.161]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T21:26:06.3755540Z [00:02:05.161]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T21:26:06.3756150Z [00:02:05.161]➜      may be on a different server (operated by you or a third party)
2025-08-20T21:26:06.3756654Z [00:02:05.161]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T21:26:06.3757178Z [00:02:05.161]➜      clear directions next to the object code saying where to find the
2025-08-20T21:26:06.3757668Z [00:02:05.161]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T21:26:06.3758268Z [00:02:05.161]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T21:26:06.3758769Z [00:02:05.161]➜      available for as long as needed to satisfy these requirements.
2025-08-20T21:26:06.3759112Z [00:02:05.161]➜  
2025-08-20T21:26:06.3759463Z [00:02:05.161]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T21:26:06.3759961Z [00:02:05.161]➜      you inform other peers where the object code and Corresponding
2025-08-20T21:26:06.3760440Z [00:02:05.161]➜      Source of the work are being offered to the general public at no
2025-08-20T21:26:06.3760847Z [00:02:05.161]➜      charge under subsection 6d.
2025-08-20T21:26:06.3761118Z [00:02:05.161]➜  
2025-08-20T21:26:06.3761470Z [00:02:05.161]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T21:26:06.3761982Z [00:02:05.161]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T21:26:06.3762405Z [00:02:05.161]➜  included in conveying the object code work.
2025-08-20T21:26:06.3762697Z [00:02:05.161]➜  
2025-08-20T21:26:06.3763033Z [00:02:05.161]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T21:26:06.3763553Z [00:02:05.161]➜  tangible personal property which is normally used for personal, family,
2025-08-20T21:26:06.3764093Z [00:02:05.161]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T21:26:06.3764629Z [00:02:05.161]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T21:26:06.3765192Z [00:02:05.161]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T21:26:06.3765721Z [00:02:05.161]➜  product received by a particular user, "normally used" refers to a
2025-08-20T21:26:06.3766388Z [00:02:05.161]➜  typical or common use of that class of product, regardless of the status
2025-08-20T21:26:06.3766899Z [00:02:05.161]➜  of the particular user or of the way in which the particular user
2025-08-20T21:26:06.3767408Z [00:02:05.161]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T21:26:06.3767930Z [00:02:05.161]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T21:26:06.3768694Z [00:02:05.161]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T21:26:06.3769169Z [00:02:05.161]➜  the only significant mode of use of the product.
2025-08-20T21:26:06.3769486Z [00:02:05.161]➜  
2025-08-20T21:26:06.3769833Z [00:02:05.161]➜    "Installation Information" for a User Product means any methods,
2025-08-20T21:26:06.3770367Z [00:02:05.161]➜  procedures, authorization keys, or other information required to install
2025-08-20T21:26:06.3770912Z [00:02:05.161]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T21:26:06.3771445Z [00:02:05.161]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T21:26:06.3771965Z [00:02:05.161]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T21:26:06.3772448Z [00:02:05.161]➜  code is in no case prevented or interfered with solely because
2025-08-20T21:26:06.3772825Z [00:02:05.161]➜  modification has been made.
2025-08-20T21:26:06.3773088Z [00:02:05.161]➜  
2025-08-20T21:26:06.3773428Z [00:02:05.161]➜    If you convey an object code work under this section in, or with, or
2025-08-20T21:26:06.3773930Z [00:02:05.161]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T21:26:06.3774582Z [00:02:05.161]➜  part of a transaction in which the right of possession and use of the
2025-08-20T21:26:06.3775102Z [00:02:05.161]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T21:26:06.3775611Z [00:02:05.161]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T21:26:06.3776138Z [00:02:05.161]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T21:26:06.3776658Z [00:02:05.161]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T21:26:06.3777156Z [00:02:05.161]➜  if neither you nor any third party retains the ability to install
2025-08-20T21:26:06.3777654Z [00:02:05.161]➜  modified object code on the User Product (for example, the work has
2025-08-20T21:26:06.3778042Z [00:02:05.161]➜  been installed in ROM).
2025-08-20T21:26:06.3778438Z [00:02:05.161]➜  
2025-08-20T21:26:06.3778799Z [00:02:05.161]➜    The requirement to provide Installation Information does not include a
2025-08-20T21:26:06.3779341Z [00:02:05.161]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T21:26:06.3779866Z [00:02:05.162]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T21:26:06.3780381Z [00:02:05.162]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T21:26:06.3780893Z [00:02:05.162]➜  network may be denied when the modification itself materially and
2025-08-20T21:26:06.3781404Z [00:02:05.162]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T21:26:06.3781865Z [00:02:05.162]➜  protocols for communication across the network.
2025-08-20T21:26:06.3782174Z [00:02:05.162]➜  
2025-08-20T21:26:06.3782538Z [00:02:05.162]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T21:26:06.3783048Z [00:02:05.162]➜  in accord with this section must be in a format that is publicly
2025-08-20T21:26:06.3783537Z [00:02:05.162]➜  documented (and with an implementation available to the public in
2025-08-20T21:26:06.3784055Z [00:02:05.162]➜  source code form), and must require no special password or key for
2025-08-20T21:26:06.3784457Z [00:02:05.162]➜  unpacking, reading or copying.
2025-08-20T21:26:06.3784728Z [00:02:05.162]➜  
2025-08-20T21:26:06.3785096Z [00:02:05.162]➜    7. Additional Terms.
2025-08-20T21:26:06.3785350Z [00:02:05.162]➜  
2025-08-20T21:26:06.3785704Z [00:02:05.162]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T21:26:06.3786206Z [00:02:05.162]➜  License by making exceptions from one or more of its conditions.
2025-08-20T21:26:06.3786717Z [00:02:05.162]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T21:26:06.3787241Z [00:02:05.162]➜  be treated as though they were included in this License, to the extent
2025-08-20T21:26:06.3787747Z [00:02:05.162]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T21:26:06.3788357Z [00:02:05.162]➜  apply only to part of the Program, that part may be used separately
2025-08-20T21:26:06.3788872Z [00:02:05.162]➜  under those permissions, but the entire Program remains governed by
2025-08-20T21:26:06.3789354Z [00:02:05.162]➜  this License without regard to the additional permissions.
2025-08-20T21:26:06.3789701Z [00:02:05.162]➜  
2025-08-20T21:26:06.3790034Z [00:02:05.162]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T21:26:06.3790538Z [00:02:05.162]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T21:26:06.3791040Z [00:02:05.162]➜  it.  (Additional permissions may be written to require their own
2025-08-20T21:26:06.3791525Z [00:02:05.162]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T21:26:06.3792027Z [00:02:05.162]➜  additional permissions on material, added by you to a covered work,
2025-08-20T21:26:06.3792521Z [00:02:05.162]➜  for which you have or can give appropriate copyright permission.
2025-08-20T21:26:06.3792868Z [00:02:05.162]➜  
2025-08-20T21:26:06.3793359Z [00:02:05.162]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T21:26:06.3793907Z [00:02:05.162]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T21:26:06.3794414Z [00:02:05.162]➜  that material) supplement the terms of this License with terms:
2025-08-20T21:26:06.3794766Z [00:02:05.162]➜  
2025-08-20T21:26:06.3795122Z [00:02:05.162]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T21:26:06.3795568Z [00:02:05.162]➜      terms of sections 15 and 16 of this License; or
2025-08-20T21:26:06.3795873Z [00:02:05.162]➜  
2025-08-20T21:26:06.3796218Z [00:02:05.162]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T21:26:06.3796725Z [00:02:05.162]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T21:26:06.3797174Z [00:02:05.162]➜      Notices displayed by works containing it; or
2025-08-20T21:26:06.3797480Z [00:02:05.162]➜  
2025-08-20T21:26:06.3797839Z [00:02:05.162]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T21:26:06.3798471Z [00:02:05.162]➜      requiring that modified versions of such material be marked in
2025-08-20T21:26:06.3798955Z [00:02:05.162]➜      reasonable ways as different from the original version; or
2025-08-20T21:26:06.3799291Z [00:02:05.162]➜  
2025-08-20T21:26:06.3799627Z [00:02:05.162]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T21:26:06.3800028Z [00:02:05.162]➜      authors of the material; or
2025-08-20T21:26:06.3800297Z [00:02:05.162]➜  
2025-08-20T21:26:06.3800625Z [00:02:05.162]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T21:26:06.3801058Z [00:02:05.162]➜      trade names, trademarks, or service marks; or
2025-08-20T21:26:06.3801358Z [00:02:05.162]➜  
2025-08-20T21:26:06.3801681Z [00:02:05.162]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T21:26:06.3802182Z [00:02:05.162]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T21:26:06.3802690Z [00:02:05.162]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T21:26:06.3803356Z [00:02:05.162]➜      any liability that these contractual assumptions directly impose on
2025-08-20T21:26:06.3803769Z [00:02:05.162]➜      those licensors and authors.
2025-08-20T21:26:06.3804048Z [00:02:05.162]➜  
2025-08-20T21:26:06.3804390Z [00:02:05.162]➜    All other non-permissive additional terms are considered "further
2025-08-20T21:26:06.3804914Z [00:02:05.162]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T21:26:06.3805423Z [00:02:05.162]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T21:26:06.3805933Z [00:02:05.162]➜  governed by this License along with a term that is a further
2025-08-20T21:26:06.3806420Z [00:02:05.162]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T21:26:06.3806946Z [00:02:05.162]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T21:26:06.3807456Z [00:02:05.162]➜  License, you may add to a covered work material governed by the terms
2025-08-20T21:26:06.3807959Z [00:02:05.162]➜  of that license document, provided that the further restriction does
2025-08-20T21:26:06.3808627Z [00:02:05.162]➜  not survive such relicensing or conveying.
2025-08-20T21:26:06.3808923Z [00:02:05.162]➜  
2025-08-20T21:26:06.3809256Z [00:02:05.162]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T21:26:06.3809723Z [00:02:05.162]➜  must place, in the relevant source files, a statement of the
2025-08-20T21:26:06.3810201Z [00:02:05.162]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T21:26:06.3810621Z [00:02:05.162]➜  where to find the applicable terms.
2025-08-20T21:26:06.3810900Z [00:02:05.162]➜  
2025-08-20T21:26:06.3811254Z [00:02:05.162]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T21:26:06.3811905Z [00:02:05.162]➜  form of a separately written license, or stated as exceptions;
2025-08-20T21:26:06.3812336Z [00:02:05.162]➜  the above requirements apply either way.
2025-08-20T21:26:06.3812635Z [00:02:05.162]➜  
2025-08-20T21:26:06.3812854Z [00:02:05.162]➜    8. Termination.
2025-08-20T21:26:06.3813095Z [00:02:05.162]➜  
2025-08-20T21:26:06.3813429Z [00:02:05.162]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T21:26:06.3813932Z [00:02:05.162]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T21:26:06.3814438Z [00:02:05.162]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T21:26:06.3814936Z [00:02:05.162]➜  this License (including any patent licenses granted under the third
2025-08-20T21:26:06.3815335Z [00:02:05.162]➜  paragraph of section 11).
2025-08-20T21:26:06.3815597Z [00:02:05.162]➜  
2025-08-20T21:26:06.3815932Z [00:02:05.162]➜    However, if you cease all violation of this License, then your
2025-08-20T21:26:06.3816406Z [00:02:05.162]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T21:26:06.3816904Z [00:02:05.162]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T21:26:06.3817438Z [00:02:05.162]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T21:26:06.3817959Z [00:02:05.162]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T21:26:06.3818515Z [00:02:05.162]➜  prior to 60 days after the cessation.
2025-08-20T21:26:06.3818791Z [00:02:05.162]➜  
2025-08-20T21:26:06.3819112Z [00:02:05.162]➜    Moreover, your license from a particular copyright holder is
2025-08-20T21:26:06.3819609Z [00:02:05.162]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T21:26:06.3820120Z [00:02:05.162]➜  violation by some reasonable means, this is the first time you have
2025-08-20T21:26:06.3820635Z [00:02:05.162]➜  received notice of violation of this License (for any work) from that
2025-08-20T21:26:06.3821150Z [00:02:05.162]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T21:26:06.3821551Z [00:02:05.162]➜  your receipt of the notice.
2025-08-20T21:26:06.3821964Z [00:02:05.162]➜  
2025-08-20T21:26:06.3822316Z [00:02:05.162]➜    Termination of your rights under this section does not terminate the
2025-08-20T21:26:06.3822834Z [00:02:05.162]➜  licenses of parties who have received copies or rights from you under
2025-08-20T21:26:06.3823346Z [00:02:05.162]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T21:26:06.3823847Z [00:02:05.162]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T21:26:06.3824237Z [00:02:05.162]➜  material under section 10.
2025-08-20T21:26:06.3824499Z [00:02:05.162]➜  
2025-08-20T21:26:06.3824780Z [00:02:05.162]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T21:26:06.3825084Z [00:02:05.162]➜  
2025-08-20T21:26:06.3825428Z [00:02:05.162]➜    You are not required to accept this License in order to receive or
2025-08-20T21:26:06.3825919Z [00:02:05.162]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T21:26:06.3826430Z [00:02:05.162]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T21:26:06.3826924Z [00:02:05.162]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T21:26:06.3827429Z [00:02:05.162]➜  nothing other than this License grants you permission to propagate or
2025-08-20T21:26:06.3827937Z [00:02:05.162]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T21:26:06.3828565Z [00:02:05.162]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T21:26:06.3829065Z [00:02:05.162]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T21:26:06.3829418Z [00:02:05.162]➜  
2025-08-20T21:26:06.3829708Z [00:02:05.162]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T21:26:06.3830146Z [00:02:05.162]➜  
2025-08-20T21:26:06.3830491Z [00:02:05.162]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T21:26:06.3830991Z [00:02:05.162]➜  receives a license from the original licensors, to run, modify and
2025-08-20T21:26:06.3831503Z [00:02:05.162]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T21:26:06.3832000Z [00:02:05.162]➜  for enforcing compliance by third parties with this License.
2025-08-20T21:26:06.3832345Z [00:02:05.163]➜  
2025-08-20T21:26:06.3832687Z [00:02:05.163]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T21:26:06.3833189Z [00:02:05.163]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T21:26:06.3833697Z [00:02:05.163]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T21:26:06.3834180Z [00:02:05.163]➜  work results from an entity transaction, each party to that
2025-08-20T21:26:06.3834673Z [00:02:05.163]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T21:26:06.3835184Z [00:02:05.163]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T21:26:06.3835699Z [00:02:05.163]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T21:26:06.3836216Z [00:02:05.163]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T21:26:06.3836712Z [00:02:05.163]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T21:26:06.3837056Z [00:02:05.163]➜  
2025-08-20T21:26:06.3837391Z [00:02:05.163]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T21:26:06.3837893Z [00:02:05.163]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T21:26:06.3838501Z [00:02:05.163]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T21:26:06.3839017Z [00:02:05.163]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T21:26:06.3839528Z [00:02:05.163]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T21:26:06.3840035Z [00:02:05.163]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T21:26:06.3840629Z [00:02:05.163]➜  sale, or importing the Program or any portion of it.
2025-08-20T21:26:06.3840946Z [00:02:05.163]➜  
2025-08-20T21:26:06.3841166Z [00:02:05.163]➜    11. Patents.
2025-08-20T21:26:06.3841397Z [00:02:05.163]➜  
2025-08-20T21:26:06.3841739Z [00:02:05.163]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T21:26:06.3842234Z [00:02:05.163]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T21:26:06.3842738Z [00:02:05.163]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T21:26:06.3843098Z [00:02:05.163]➜  
2025-08-20T21:26:06.3843430Z [00:02:05.163]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T21:26:06.3843933Z [00:02:05.163]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T21:26:06.3844442Z [00:02:05.163]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T21:26:06.3844962Z [00:02:05.163]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T21:26:06.3845436Z [00:02:05.163]➜  but do not include claims that would be infringed only as a
2025-08-20T21:26:06.3845936Z [00:02:05.163]➜  consequence of further modification of the contributor version.  For
2025-08-20T21:26:06.3846445Z [00:02:05.163]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T21:26:06.3846946Z [00:02:05.163]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T21:26:06.3847320Z [00:02:05.163]➜  this License.
2025-08-20T21:26:06.3847551Z [00:02:05.163]➜  
2025-08-20T21:26:06.3847909Z [00:02:05.163]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T21:26:06.3848827Z [00:02:05.163]➜  patent license under the contributor's essential patent claims, to
2025-08-20T21:26:06.3849340Z [00:02:05.163]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T21:26:06.3849806Z [00:02:05.163]➜  propagate the contents of its contributor version.
2025-08-20T21:26:06.3850123Z [00:02:05.163]➜  
2025-08-20T21:26:06.3850470Z [00:02:05.163]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T21:26:06.3850979Z [00:02:05.163]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T21:26:06.3851494Z [00:02:05.163]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T21:26:06.3852003Z [00:02:05.163]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T21:26:06.3852500Z [00:02:05.163]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T21:26:06.3852895Z [00:02:05.163]➜  patent against the party.
2025-08-20T21:26:06.3853166Z [00:02:05.163]➜  
2025-08-20T21:26:06.3853506Z [00:02:05.163]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T21:26:06.3854007Z [00:02:05.163]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T21:26:06.3854518Z [00:02:05.163]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T21:26:06.3855024Z [00:02:05.163]➜  publicly available network server or other readily accessible means,
2025-08-20T21:26:06.3855529Z [00:02:05.163]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T21:26:06.3856013Z [00:02:05.163]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T21:26:06.3856510Z [00:02:05.163]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T21:26:06.3857028Z [00:02:05.163]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T21:26:06.3857557Z [00:02:05.163]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T21:26:06.3858073Z [00:02:05.163]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T21:26:06.3858857Z [00:02:05.163]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T21:26:06.3859361Z [00:02:05.163]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T21:26:06.3859818Z [00:02:05.163]➜  country that you have reason to believe are valid.
2025-08-20T21:26:06.3860131Z [00:02:05.163]➜  
2025-08-20T21:26:06.3860457Z [00:02:05.163]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T21:26:06.3860947Z [00:02:05.163]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T21:26:06.3861434Z [00:02:05.163]➜  covered work, and grant a patent license to some of the parties
2025-08-20T21:26:06.3861929Z [00:02:05.163]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T21:26:06.3862449Z [00:02:05.163]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T21:26:06.3862956Z [00:02:05.163]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T21:26:06.3863364Z [00:02:05.163]➜  work and works based on it.
2025-08-20T21:26:06.3863625Z [00:02:05.163]➜  
2025-08-20T21:26:06.3863962Z [00:02:05.163]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T21:26:06.3864433Z [00:02:05.163]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T21:26:06.3864915Z [00:02:05.163]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T21:26:06.3865437Z [00:02:05.163]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T21:26:06.3865942Z [00:02:05.163]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T21:26:06.3866439Z [00:02:05.163]➜  in the business of distributing software, under which you make payment
2025-08-20T21:26:06.3867059Z [00:02:05.163]➜  to the third party based on the extent of your activity of conveying
2025-08-20T21:26:06.3867544Z [00:02:05.163]➜  the work, and under which the third party grants, to any of the
2025-08-20T21:26:06.3868042Z [00:02:05.163]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T21:26:06.3868656Z [00:02:05.163]➜  patent license (a) in connection with copies of the covered work
2025-08-20T21:26:06.3869146Z [00:02:05.163]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T21:26:06.3869635Z [00:02:05.163]➜  for and in connection with specific products or compilations that
2025-08-20T21:26:06.3870138Z [00:02:05.163]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T21:26:06.3870619Z [00:02:05.163]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T21:26:06.3870954Z [00:02:05.163]➜  
2025-08-20T21:26:06.3871301Z [00:02:05.163]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T21:26:06.3871794Z [00:02:05.163]➜  any implied license or other defenses to infringement that may
2025-08-20T21:26:06.3872272Z [00:02:05.163]➜  otherwise be available to you under applicable patent law.
2025-08-20T21:26:06.3872623Z [00:02:05.163]➜  
2025-08-20T21:26:06.3872886Z [00:02:05.163]➜    12. No Surrender of Others' Freedom.
2025-08-20T21:26:06.3873164Z [00:02:05.163]➜  
2025-08-20T21:26:06.3873517Z [00:02:05.163]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T21:26:06.3874047Z [00:02:05.163]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T21:26:06.3874566Z [00:02:05.163]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T21:26:06.3875085Z [00:02:05.163]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T21:26:06.3875620Z [00:02:05.163]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T21:26:06.3876168Z [00:02:05.163]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T21:26:06.3876691Z [00:02:05.163]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T21:26:06.3877342Z [00:02:05.163]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T21:26:06.3877834Z [00:02:05.163]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T21:26:06.3878288Z [00:02:05.163]➜  
2025-08-20T21:26:06.3878584Z [00:02:05.163]➜    13. Use with the GNU Affero General Public License.
2025-08-20T21:26:06.3878895Z [00:02:05.163]➜  
2025-08-20T21:26:06.3879227Z [00:02:05.163]➜    Notwithstanding any other provision of this License, you have
2025-08-20T21:26:06.3879717Z [00:02:05.163]➜  permission to link or combine any covered work with a work licensed
2025-08-20T21:26:06.3880219Z [00:02:05.163]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T21:26:06.3880726Z [00:02:05.163]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T21:26:06.3881228Z [00:02:05.163]➜  License will continue to apply to the part which is the covered work,
2025-08-20T21:26:06.3881752Z [00:02:05.163]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T21:26:06.3882275Z [00:02:05.163]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T21:26:06.3882674Z [00:02:05.163]➜  combination as such.
2025-08-20T21:26:06.3882922Z [00:02:05.163]➜  
2025-08-20T21:26:06.3883184Z [00:02:05.163]➜    14. Revised Versions of this License.
2025-08-20T21:26:06.3883463Z [00:02:05.163]➜  
2025-08-20T21:26:06.3883827Z [00:02:05.163]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T21:26:06.3884362Z [00:02:05.163]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T21:26:06.3884887Z [00:02:05.163]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T21:26:06.3885431Z [00:02:05.163]➜  address new problems or concerns.
2025-08-20T21:26:06.3885716Z [00:02:05.163]➜  
2025-08-20T21:26:06.3886046Z [00:02:05.163]➜    Each version is given a distinguishing version number.  If the
2025-08-20T21:26:06.3886556Z [00:02:05.163]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T21:26:06.3887059Z [00:02:05.163]➜  Public License "or any later version" applies to it, you have the
2025-08-20T21:26:06.3887563Z [00:02:05.163]➜  option of following the terms and conditions either of that numbered
2025-08-20T21:26:06.3888042Z [00:02:05.163]➜  version or of any later version published by the Free Software
2025-08-20T21:26:06.3888742Z [00:02:05.163]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T21:26:06.3889251Z [00:02:05.163]➜  GNU General Public License, you may choose any version ever published
2025-08-20T21:26:06.3889662Z [00:02:05.163]➜  by the Free Software Foundation.
2025-08-20T21:26:06.3889950Z [00:02:05.163]➜  
2025-08-20T21:26:06.3890274Z [00:02:05.163]➜    If the Program specifies that a proxy can decide which future
2025-08-20T21:26:06.3890752Z [00:02:05.163]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T21:26:06.3891275Z [00:02:05.163]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T21:26:06.3891718Z [00:02:05.163]➜  to choose that version for the Program.
2025-08-20T21:26:06.3892003Z [00:02:05.163]➜  
2025-08-20T21:26:06.3892325Z [00:02:05.163]➜    Later license versions may give you additional or different
2025-08-20T21:26:06.3892817Z [00:02:05.163]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T21:26:06.3893323Z [00:02:05.163]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T21:26:06.3893707Z [00:02:05.163]➜  later version.
2025-08-20T21:26:06.3893939Z [00:02:05.163]➜  
2025-08-20T21:26:06.3894178Z [00:02:05.163]➜    15. Disclaimer of Warranty.
2025-08-20T21:26:06.3894451Z [00:02:05.163]➜  
2025-08-20T21:26:06.3894784Z [00:02:05.163]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T21:26:06.3895289Z [00:02:05.163]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T21:26:06.3895969Z [00:02:05.163]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T21:26:06.3896513Z [00:02:05.163]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T21:26:06.3897054Z [00:02:05.163]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T21:26:06.3897595Z [00:02:05.163]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T21:26:06.3898238Z [00:02:05.163]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T21:26:06.3898697Z [00:02:05.163]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T21:26:06.3899001Z [00:02:05.163]➜  
2025-08-20T21:26:06.3899255Z [00:02:05.163]➜    16. Limitation of Liability.
2025-08-20T21:26:06.3899534Z [00:02:05.163]➜  
2025-08-20T21:26:06.3899883Z [00:02:05.163]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T21:26:06.3900416Z [00:02:05.163]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T21:26:06.3900959Z [00:02:05.163]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T21:26:06.3901501Z [00:02:05.163]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T21:26:06.3902028Z [00:02:05.163]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T21:26:06.3902556Z [00:02:05.163]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T21:26:06.3903084Z [00:02:05.163]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T21:26:06.3903730Z [00:02:05.163]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T21:26:06.3904126Z [00:02:05.163]➜  SUCH DAMAGES.
2025-08-20T21:26:06.3904358Z [00:02:05.163]➜  
2025-08-20T21:26:06.3904625Z [00:02:05.163]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T21:26:06.3904926Z [00:02:05.163]➜  
2025-08-20T21:26:06.3905267Z [00:02:05.163]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T21:26:06.3905770Z [00:02:05.163]➜  above cannot be given local legal effect according to their terms,
2025-08-20T21:26:06.3906322Z [00:02:05.163]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T21:26:06.3906828Z [00:02:05.163]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T21:26:06.3907327Z [00:02:05.163]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T21:26:06.3907760Z [00:02:05.163]➜  copy of the Program in return for a fee.
2025-08-20T21:26:06.3908047Z [00:02:05.163]➜  
2025-08-20T21:26:06.3908428Z [00:02:05.163]➜                       END OF TERMS AND CONDITIONS
2025-08-20T21:26:06.3908720Z [00:02:05.163]➜  
2025-08-20T21:26:06.3909010Z [00:02:05.163]➜              How to Apply These Terms to Your New Programs
2025-08-20T21:26:06.3909329Z [00:02:05.163]➜  
2025-08-20T21:26:06.3909663Z [00:02:05.163]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T21:26:06.3910162Z [00:02:05.163]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T21:26:06.3910695Z [00:02:05.163]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T21:26:06.3911077Z [00:02:05.163]➜  
2025-08-20T21:26:06.3911401Z [00:02:05.163]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T21:26:06.3911902Z [00:02:05.163]➜  to attach them to the start of each source file to most effectively
2025-08-20T21:26:06.3912403Z [00:02:05.163]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T21:26:06.3912923Z [00:02:05.164]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T21:26:06.3913286Z [00:02:05.164]➜  
2025-08-20T21:26:06.3913634Z [00:02:05.164]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T21:26:06.3914208Z [00:02:05.164]➜      Copyright (C) <year>  <name of author>
2025-08-20T21:26:06.3914495Z [00:02:05.164]➜  
2025-08-20T21:26:06.3914845Z [00:02:05.164]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T21:26:06.3915372Z [00:02:05.164]➜      it under the terms of the GNU General Public License as published by
2025-08-20T21:26:06.3915879Z [00:02:05.164]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T21:26:06.3916299Z [00:02:05.164]➜      (at your option) any later version.
2025-08-20T21:26:06.3916579Z [00:02:05.164]➜  
2025-08-20T21:26:06.3916912Z [00:02:05.164]➜      This program is distributed in the hope that it will be useful,
2025-08-20T21:26:06.3917404Z [00:02:05.164]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T21:26:06.3917897Z [00:02:05.164]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T21:26:06.3918487Z [00:02:05.164]➜      GNU General Public License for more details.
2025-08-20T21:26:06.3918790Z [00:02:05.164]➜  
2025-08-20T21:26:06.3919119Z [00:02:05.164]➜      You should have received a copy of the GNU General Public License
2025-08-20T21:26:06.3919654Z [00:02:05.164]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T21:26:06.3920031Z [00:02:05.164]➜  
2025-08-20T21:26:06.3920392Z [00:02:05.164]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T21:26:06.3920760Z [00:02:05.164]➜  
2025-08-20T21:26:06.3921090Z [00:02:05.164]➜    If the program does terminal interaction, make it output a short
2025-08-20T21:26:06.3921550Z [00:02:05.164]➜  notice like this when it starts in an interactive mode:
2025-08-20T21:26:06.3922003Z [00:02:05.164]➜  
2025-08-20T21:26:06.3922327Z [00:02:05.164]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T21:26:06.3922828Z [00:02:05.164]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T21:26:06.3923354Z [00:02:05.164]➜      This is free software, and you are welcome to redistribute it
2025-08-20T21:26:06.3923795Z [00:02:05.164]➜      under certain conditions; type `show c' for details.
2025-08-20T21:26:06.3924117Z [00:02:05.164]➜  
2025-08-20T21:26:06.3924499Z [00:02:05.164]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T21:26:06.3925067Z [00:02:05.164]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T21:26:06.3925592Z [00:02:05.164]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T21:26:06.3925954Z [00:02:05.164]➜  
2025-08-20T21:26:06.3926327Z [00:02:05.164]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T21:26:06.3926850Z [00:02:05.164]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T21:26:06.3927380Z [00:02:05.164]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T21:26:06.3927821Z [00:02:05.164]➜  <https://www.gnu.org/licenses/>.
2025-08-20T21:26:06.3928287Z [00:02:05.164]➜  
2025-08-20T21:26:06.3928714Z [00:02:05.164]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T21:26:06.3929267Z [00:02:05.164]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T21:26:06.3929816Z [00:02:05.164]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T21:26:06.3930336Z [00:02:05.164]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T21:26:06.3930834Z [00:02:05.164]➜  Public License instead of this License.  But first, please read
2025-08-20T21:26:06.3931305Z [00:02:05.164]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T21:26:06.3931623Z [00:02:05.164]➜  
2025-08-20T21:26:06.3931815Z [00:02:05.164]➜  
2025-08-20T21:26:06.4806274Z [00:02:05.281]➜  
2025-08-20T21:26:06.4807069Z [00:02:05.281]➜  File: LICENSE
2025-08-20T21:26:06.4807553Z [00:02:05.281]➜    Type: ASCII text
2025-08-20T21:26:06.4808552Z [00:02:05.281]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T21:26:06.4809650Z [00:02:05.281]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T21:26:06.4810382Z [00:02:05.281]➜    Size: 36K
2025-08-20T21:26:06.4939938Z [00:02:05.294]➜  
2025-08-20T21:26:06.4940393Z [00:02:05.294]➜  File: SBUILD
2025-08-20T21:26:06.4941065Z [00:02:05.294]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:26:06.4941665Z [00:02:05.294]➜    B3sum: 5536f22f6aeec39e25b429d4363a1845dd7265664f1bf03a17d7b303d06e6de5
2025-08-20T21:26:06.4942333Z [00:02:05.294]➜    SHA256sum: fc3861c3fbe2e9a6b52ca2e8035b101a946365c08932badb2763421ce803cb4b
2025-08-20T21:26:06.4942790Z [00:02:05.294]➜    Size: 4.0K
2025-08-20T21:26:06.5050146Z [00:02:05.305]➜  
2025-08-20T21:26:06.5050699Z [00:02:05.305]➜  File: ladder.static.version
2025-08-20T21:26:06.5051338Z [00:02:05.305]➜    Type: ASCII text, with no line terminators
2025-08-20T21:26:06.5051883Z [00:02:05.305]➜    B3sum: 43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:26:06.5052511Z [00:02:05.305]➜    SHA256sum: 921dd6bac31abf6e0a105fb1acf58a55a3b99ea48fbb17f22c623bf7a35af386
2025-08-20T21:26:06.5052954Z [00:02:05.305]➜    Size: 4.0K
2025-08-20T21:26:06.5161476Z [00:02:05.316]➜  
2025-08-20T21:26:06.5161848Z [00:02:05.316]➜  File: ladder.version
2025-08-20T21:26:06.5162219Z [00:02:05.316]➜    Type: ASCII text, with no line terminators
2025-08-20T21:26:06.5162733Z [00:02:05.316]➜    B3sum: 43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:26:06.5163854Z [00:02:05.316]➜    SHA256sum: 921dd6bac31abf6e0a105fb1acf58a55a3b99ea48fbb17f22c623bf7a35af386
2025-08-20T21:26:06.5164627Z [00:02:05.316]➜    Size: 4.0K
2025-08-20T21:26:06.5166319Z [00:02:05.317]➜  
2025-08-20T21:26:06.5167170Z [00:02:05.317]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:26:06.5195377Z [00:02:05.320]➜  ladder.version:43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:26:06.5196478Z [00:02:05.320]➜  SBUILD:5536f22f6aeec39e25b429d4363a1845dd7265664f1bf03a17d7b303d06e6de5
2025-08-20T21:26:06.5197497Z [00:02:05.320]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T21:26:06.5198781Z [00:02:05.320]➜  ladder.static.version:43d672cd7578a5c90334af345e9b9713a2971dc3ad5bb8c8a962df9d25604d61
2025-08-20T21:26:06.5216118Z [00:02:05.322]➜  
2025-08-20T21:26:06.5217010Z [00:02:05.322]➜  [+] Signing ladder.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:26:06.5328370Z [00:02:05.333]➜  
2025-08-20T21:26:06.5329574Z [00:02:05.333]➜  [✓] SuccessFully Built ladder.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/ladder/static.official.source.yaml [Wednesday, 2025-08-20 (09:26:06 PM) UTC]
2025-08-20T21:26:06.5330419Z [00:02:05.333]➜  
2025-08-20T21:26:06.5357602Z [00:02:05.336]➜  [+] Total Size: 948K (Includes DUPES+TMPFILES)
2025-08-20T21:26:06.5358632Z [00:02:05.336]➜  [+] LOGPATH='/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.log'
2025-08-20T21:26:06.5371659Z [00:02:05.337]➜  [+] ENVPATH=/tmp/pkgforge/1Lu7TpsFC_SBUILD/ENVPATH
2025-08-20T21:26:06.5477198Z 
2025-08-20T21:26:06.5478032Z [+] Sanitizing /tmp/pkgforge/1Lu7TpsFC_SBUILD/BUILD.log ==> /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/ladder.static.log
2025-08-20T21:26:10.1438592Z 
2025-08-20T21:26:10.1439692Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/ladder/official]
2025-08-20T21:26:10.1440577Z [+] LOGS (Build Dir): /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:10.1441030Z 
2025-08-20T21:26:10.1639269Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:26:10.1690639Z ./BUILD_ARTIFACTS.tar : 43.60%   (   750 KiB =>    327 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:26:10.1710082Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:26:10.1746422Z 
2025-08-20T21:26:10.1747615Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml :: 00(Hr):02(Min):09(Sec)
2025-08-20T21:26:10.1748937Z 
2025-08-20T21:26:10.1763064Z 
2025-08-20T21:26:10.1763424Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:26:10 PM) UTC
2025-08-20T21:26:10.1763898Z 
2025-08-20T21:26:10.3232687Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:26:10.3302720Z ##[group]Run ##Presets
2025-08-20T21:26:10.3303300Z [36;1m##Presets[0m
2025-08-20T21:26:10.3303680Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:10.3304070Z [36;1m#-------------#[0m
2025-08-20T21:26:10.3304443Z [36;1m##Debug?[0m
2025-08-20T21:26:10.3304879Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:10.3305422Z [36;1m  set -x[0m
2025-08-20T21:26:10.3305761Z [36;1mfi[0m
2025-08-20T21:26:10.3306082Z [36;1m#-------------#[0m
2025-08-20T21:26:10.3306417Z [36;1m##Set ENV[0m
2025-08-20T21:26:10.3306822Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:26:10.3307597Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:26:10.3308561Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:26:10.3309387Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-"[0m
2025-08-20T21:26:10.3310300Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:26:10.3311046Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:10.3311917Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:10.3312559Z [36;1m fi[0m
2025-08-20T21:26:10.3312876Z [36;1m##Push[0m
2025-08-20T21:26:10.3313301Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:26:10.3313813Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:26:10.3314483Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:26:10.3315373Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:26:10.3316174Z [36;1m     ls -sh "/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:26:10.3316814Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:26:10.3317214Z [36;1m       {[0m
2025-08-20T21:26:10.3317581Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:26:10.3318444Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:26:10.3319293Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:26:10.3320074Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:26:10.3320881Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:26:10.3321651Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:26:10.3322364Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:26:10.3323074Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:26:10.3323785Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:26:10.3324516Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:26:10.3325256Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:26:10.3326177Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:26:10.3327167Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:26:10.3328545Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:26:10.3329357Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:26:10.3330149Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:26:10.3331023Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ladder")[0m
2025-08-20T21:26:10.3331871Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:26:10.3332999Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:26:10.3333898Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:26:10.3334663Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:26:10.3353038Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:26:10.3353871Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:26:10.3354346Z [36;1m         #Check[0m
2025-08-20T21:26:10.3355399Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T21:26:10.3356765Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:26:10.3357431Z [36;1m            break[0m
2025-08-20T21:26:10.3357826Z [36;1m          else[0m
2025-08-20T21:26:10.3358808Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:26:10.3359625Z [36;1m          fi[0m
2025-08-20T21:26:10.3360044Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:26:10.3360521Z [36;1m        done[0m
2025-08-20T21:26:10.3360885Z [36;1m       }[0m
2025-08-20T21:26:10.3361259Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:26:10.3361722Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:26:10.3362789Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:26:10.3364257Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:26:10.3365244Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:26:10.3369691Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:26:10.3370830Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:26:10.3371722Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:26:10.3372297Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:26:10.3372727Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:26:10.3372988Z [36;1m           fi[0m
2025-08-20T21:26:10.3373200Z [36;1m       fi[0m
2025-08-20T21:26:10.3373441Z [36;1m   fi[0m
2025-08-20T21:26:10.3373612Z [36;1m fi[0m
2025-08-20T21:26:10.3373793Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:26:10.3468344Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:10.3468614Z env:
2025-08-20T21:26:10.3468809Z   CROSS_COMPILING: NO
2025-08-20T21:26:10.3469031Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:10.3469277Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:10.3469500Z   ON_QEMU: NO
2025-08-20T21:26:10.3469679Z   DEBUG: 0
2025-08-20T21:26:10.3469862Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:10.3470098Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:10.3470386Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:10.3470909Z   KEEP_LOGS: YES
2025-08-20T21:26:10.3471102Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:10.3471319Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:10.3471539Z   SBUILD_REBUILD: false
2025-08-20T21:26:10.3472083Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:10.3472646Z   BUILD_SYS: docker://go
2025-08-20T21:26:10.3472844Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:10.3473042Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:10.3473233Z   SYSTMP: /tmp
2025-08-20T21:26:10.3473409Z   GHA_MODE: MATRIX
2025-08-20T21:26:10.3473986Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:10.3474502Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:10.3474823Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:10.3475235Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:10.3475737Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:10.3476121Z   PKG_TYPE: static
2025-08-20T21:26:10.3476316Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:10.3476528Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:10.3477093Z   GHCR_TOKEN: ***
2025-08-20T21:26:10.3477407Z   GITHUB_TOKEN: ***
2025-08-20T21:26:10.3477646Z   GITLAB_TOKEN: ***
2025-08-20T21:26:10.3478876Z   MINISIGN_KEY: ***
2025-08-20T21:26:10.3479068Z ##[endgroup]
2025-08-20T21:26:10.3578259Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:26:10.3589049Z 328K	./BUILD_ARTIFACTS.zstd
2025-08-20T21:26:10.3603322Z total 188K
2025-08-20T21:26:10.3603704Z 4.0K CHECKSUM
2025-08-20T21:26:10.3604079Z 4.0K CHECKSUM.sig
2025-08-20T21:26:10.3604432Z  36K LICENSE
2025-08-20T21:26:10.3604747Z 4.0K LICENSE.sig
2025-08-20T21:26:10.3605124Z 4.0K SBUILD
2025-08-20T21:26:10.3605461Z 4.0K SBUILD.sig
2025-08-20T21:26:10.3605823Z 4.0K SBUILD_TEMP
2025-08-20T21:26:10.3606218Z 112K ladder.static.log
2025-08-20T21:26:10.3606761Z 4.0K ladder.static.version
2025-08-20T21:26:10.3607323Z 4.0K ladder.static.version.sig
2025-08-20T21:26:10.3607877Z 4.0K ladder.version
2025-08-20T21:26:10.3608531Z 4.0K ladder.version.sig
2025-08-20T21:26:10.3860280Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:26:15.3928990Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:26:15.3930448Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:26:15.3932242Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:26:15.3941915Z 
2025-08-20T21:26:15.3942447Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:15.3942872Z 
2025-08-20T21:26:15.3991099Z Error: "ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ladder/official/ladder-srcbuild-"
2025-08-20T21:26:15.3993007Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:26:15.4036149Z ##[group]Run ##Presets
2025-08-20T21:26:15.4036419Z [36;1m##Presets[0m
2025-08-20T21:26:15.4036622Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:15.4036836Z [36;1m#-------------#[0m
2025-08-20T21:26:15.4037038Z [36;1m##Debug?[0m
2025-08-20T21:26:15.4037284Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:15.4037588Z [36;1m  set -x[0m
2025-08-20T21:26:15.4037778Z [36;1mfi[0m
2025-08-20T21:26:15.4037957Z [36;1m#-------------#[0m
2025-08-20T21:26:15.4038499Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:26:15.4038858Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:15.4089554Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:15.4089822Z env:
2025-08-20T21:26:15.4090015Z   CROSS_COMPILING: NO
2025-08-20T21:26:15.4090240Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:15.4090471Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:15.4090697Z   ON_QEMU: NO
2025-08-20T21:26:15.4090949Z   DEBUG: 0
2025-08-20T21:26:15.4091134Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:15.4091368Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:15.4091664Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:15.4091990Z   KEEP_LOGS: YES
2025-08-20T21:26:15.4092193Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:15.4092425Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:15.4092654Z   SBUILD_REBUILD: false
2025-08-20T21:26:15.4093231Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:15.4093841Z   BUILD_SYS: docker://go
2025-08-20T21:26:15.4094055Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:15.4094277Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:15.4094488Z   SYSTMP: /tmp
2025-08-20T21:26:15.4094688Z   GHA_MODE: MATRIX
2025-08-20T21:26:15.4095173Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:15.4095760Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:15.4096120Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:15.4096561Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:15.4097113Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:15.4097546Z   PKG_TYPE: static
2025-08-20T21:26:15.4097761Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:15.4097990Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:15.4098445Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:15.4098833Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:15.4099259Z ##[endgroup]
2025-08-20T21:26:15.4262471Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:26:15.4262789Z with:
2025-08-20T21:26:15.4262988Z   name: Bincache_ladder_x86_64-Linux
2025-08-20T21:26:15.4263282Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:26:15.4263572Z   compression-level: 0
2025-08-20T21:26:15.4263778Z   retention-days: 30
2025-08-20T21:26:15.4263968Z   overwrite: true
2025-08-20T21:26:15.4264159Z   if-no-files-found: warn
2025-08-20T21:26:15.4264380Z   include-hidden-files: false
2025-08-20T21:26:15.4264622Z env:
2025-08-20T21:26:15.4264789Z   CROSS_COMPILING: NO
2025-08-20T21:26:15.4264996Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:15.4265213Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:15.4265412Z   ON_QEMU: NO
2025-08-20T21:26:15.4265581Z   DEBUG: 0
2025-08-20T21:26:15.4265759Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:15.4265980Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:15.4266263Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:15.4266639Z   KEEP_LOGS: YES
2025-08-20T21:26:15.4266835Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:15.4267050Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:15.4267260Z   SBUILD_REBUILD: false
2025-08-20T21:26:15.4267798Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:15.4268629Z   BUILD_SYS: docker://go
2025-08-20T21:26:15.4268845Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:15.4269040Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:15.4269231Z   SYSTMP: /tmp
2025-08-20T21:26:15.4269409Z   GHA_MODE: MATRIX
2025-08-20T21:26:15.4269842Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:15.4270354Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:15.4270676Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:15.4271073Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:15.4271785Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:15.4272166Z   PKG_TYPE: static
2025-08-20T21:26:15.4272358Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:15.4272561Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:15.4272761Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:15.4273106Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:15.4273488Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:15.4273718Z ##[endgroup]
2025-08-20T21:26:15.6542612Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:26:15.6545905Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:26:15.6546724Z With the provided path, there will be 2 files uploaded
2025-08-20T21:26:15.8940164Z Artifact name is valid!
2025-08-20T21:26:15.8941590Z Root directory input is valid!
2025-08-20T21:26:15.9827641Z Beginning upload of artifact content to blob storage
2025-08-20T21:26:16.6087289Z Uploaded bytes 798784
2025-08-20T21:26:16.6863846Z Finished uploading artifact content to blob storage!
2025-08-20T21:26:16.6867477Z SHA256 digest of uploaded artifact zip is 03d8d75b2fb82f92522058ff374b6ad5671217fd2eae0664612d98f78c41ef78
2025-08-20T21:26:16.6868585Z Finalizing artifact upload
2025-08-20T21:26:16.8245360Z Artifact Bincache_ladder_x86_64-Linux.zip successfully finalized. Artifact ID 3813380158
2025-08-20T21:26:16.8246883Z Artifact Bincache_ladder_x86_64-Linux has been successfully uploaded! Final size is 798784 bytes. Artifact ID is 3813380158
2025-08-20T21:26:16.8254795Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108323697/artifacts/3813380158
2025-08-20T21:26:16.8410909Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:26:16.8411248Z with:
2025-08-20T21:26:16.8411449Z   subject-name: ladder--
2025-08-20T21:26:16.8412191Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:26:16.8412969Z   show-summary: true
2025-08-20T21:26:16.8413198Z   push-to-registry: false
2025-08-20T21:26:16.8413586Z   github-token: ***
2025-08-20T21:26:16.8413789Z env:
2025-08-20T21:26:16.8413970Z   CROSS_COMPILING: NO
2025-08-20T21:26:16.8414187Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:16.8414420Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:16.8414638Z   ON_QEMU: NO
2025-08-20T21:26:16.8414818Z   DEBUG: 0
2025-08-20T21:26:16.8415002Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:16.8415236Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:16.8415572Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:16.8415883Z   KEEP_LOGS: YES
2025-08-20T21:26:16.8416079Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:16.8416297Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:16.8416517Z   SBUILD_REBUILD: false
2025-08-20T21:26:16.8417066Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:16.8417653Z   BUILD_SYS: docker://go
2025-08-20T21:26:16.8417869Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:16.8418077Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:16.8418621Z   SYSTMP: /tmp
2025-08-20T21:26:16.8418811Z   GHA_MODE: MATRIX
2025-08-20T21:26:16.8419259Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:16.8419790Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:16.8420126Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:16.8420533Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:16.8421041Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:16.8421445Z   PKG_TYPE: static
2025-08-20T21:26:16.8421646Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:16.8422125Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:16.8422335Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:16.8422699Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:16.8423098Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:16.8423332Z ##[endgroup]
2025-08-20T21:26:16.8501299Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:26:16.8501750Z env:
2025-08-20T21:26:16.8501935Z   CROSS_COMPILING: NO
2025-08-20T21:26:16.8502159Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:16.8502397Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:16.8502618Z   ON_QEMU: NO
2025-08-20T21:26:16.8502797Z   DEBUG: 0
2025-08-20T21:26:16.8502995Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:16.8503226Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:16.8503518Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:16.8503831Z   KEEP_LOGS: YES
2025-08-20T21:26:16.8504030Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:16.8504263Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:16.8504483Z   SBUILD_REBUILD: false
2025-08-20T21:26:16.8505042Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:16.8505615Z   BUILD_SYS: docker://go
2025-08-20T21:26:16.8505829Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:16.8506031Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:16.8506230Z   SYSTMP: /tmp
2025-08-20T21:26:16.8506416Z   GHA_MODE: MATRIX
2025-08-20T21:26:16.8506859Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:16.8507573Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:16.8507919Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:16.8508611Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:16.8526631Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:16.8527127Z   PKG_TYPE: static
2025-08-20T21:26:16.8527373Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:16.8527644Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:16.8527863Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:16.8528357Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:16.8528762Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:16.8529002Z ##[endgroup]
2025-08-20T21:26:17.6144219Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:26:17.6144568Z with:
2025-08-20T21:26:17.6145266Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:26:17.6146005Z   subject-name: ladder--
2025-08-20T21:26:17.6146286Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:26:17.6149115Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17108323697/attempts/1"}}}
2025-08-20T21:26:17.6151722Z   push-to-registry: false
2025-08-20T21:26:17.6151949Z   show-summary: true
2025-08-20T21:26:17.6152354Z   github-token: ***
2025-08-20T21:26:17.6152559Z env:
2025-08-20T21:26:17.6152740Z   CROSS_COMPILING: NO
2025-08-20T21:26:17.6153163Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:17.6153394Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:17.6153616Z   ON_QEMU: NO
2025-08-20T21:26:17.6153798Z   DEBUG: 0
2025-08-20T21:26:17.6153992Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:17.6154231Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:17.6154521Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:17.6154826Z   KEEP_LOGS: YES
2025-08-20T21:26:17.6155027Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:17.6155248Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:17.6155469Z   SBUILD_REBUILD: false
2025-08-20T21:26:17.6156015Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:17.6156597Z   BUILD_SYS: docker://go
2025-08-20T21:26:17.6156815Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:17.6157021Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:17.6157223Z   SYSTMP: /tmp
2025-08-20T21:26:17.6157411Z   GHA_MODE: MATRIX
2025-08-20T21:26:17.6157861Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:17.6158576Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:17.6158922Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:17.6159320Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:17.6159814Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:17.6160207Z   PKG_TYPE: static
2025-08-20T21:26:17.6160427Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:17.6160643Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:17.6160852Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:17.6161352Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:17.6161754Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:17.6161992Z ##[endgroup]
2025-08-20T21:26:19.0687848Z Attestation created for 12 subjects
2025-08-20T21:26:19.0692763Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:26:19.0693575Z -----BEGIN CERTIFICATE-----
2025-08-20T21:26:19.0694200Z MIIG8DCCBnWgAwIBAgIUMbjk5t+8E7lZGotFMzTZZUo/mBowCgYIKoZIzj0EAwMw
2025-08-20T21:26:19.0695073Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:26:19.0695991Z cm1lZGlhdGUwHhcNMjUwODIwMjEyNjE4WhcNMjUwODIwMjEzNjE4WjAAMFkwEwYH
2025-08-20T21:26:19.0696891Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEmWuIHLNUI8eHSS09He77c1Tg0Nmzh9s+qojs
2025-08-20T21:26:19.0697743Z Y/OP0vVa7FFzXgoktxfc8T/lRRu/oHUEDR8Ket0f3BK3UfE8i6OCBZQwggWQMA4G
2025-08-20T21:26:19.0698769Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUTJig
2025-08-20T21:26:19.0699699Z VyfI0awp6WEShW4kzXtnLBkwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:26:19.0700567Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:26:19.0701418Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:26:19.0702294Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:26:19.0703155Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:26:19.0703991Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:26:19.0704830Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:26:19.0705695Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:26:19.0706558Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:26:19.0707414Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:26:19.0708431Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:26:19.0709278Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:26:19.0710136Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:26:19.0710970Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:26:19.0712109Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:26:19.0712983Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:26:19.0713849Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:26:19.0714705Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:26:19.0715549Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:26:19.0716376Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:26:19.0717212Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:26:19.0718069Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:26:19.0719093Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:26:19.0719954Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:26:19.0720791Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzIzNjk3L2F0
2025-08-20T21:26:19.0721645Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:26:19.0722499Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJYCUz
2025-08-20T21:26:19.0723341Z AAAEAwBHMEUCIQDvj/atxn/ovNqUKJXGPT37pckJgKjyCwDUmaS36q3YqQIgE7kP
2025-08-20T21:26:19.0724187Z xAEhf+bGu9HHZ2dYxwiFpmJMlMgGrD0B24CgrlcwCgYIKoZIzj0EAwMDaQAwZgIx
2025-08-20T21:26:19.0725042Z AK80973pIEnVaFvTGZbQhSOyNCAt8coNCKhWCcPqGrEfCU3cdSQRhk1oFOodrStk
2025-08-20T21:26:19.0725876Z cQIxAIO5HZSWO8a1Ca/MxPQ/8XjfnbE6ZI3ixUzeLuJqnidUMVS1Yw9jhnnUmTyb
2025-08-20T21:26:19.0726472Z WE1fvw==
2025-08-20T21:26:19.0726785Z -----END CERTIFICATE-----
2025-08-20T21:26:19.0727033Z 
2025-08-20T21:26:19.0727611Z ##[endgroup]
2025-08-20T21:26:19.0728635Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:26:19.0729335Z https://search.sigstore.dev?logIndex=414395484
2025-08-20T21:26:19.0729964Z [36mAttestation uploaded to repository[39m
2025-08-20T21:26:19.0730552Z https://github.com/pkgforge/bincache/attestations/9874061
2025-08-20T21:26:19.1486964Z ##[group]Run ##Presets
2025-08-20T21:26:19.1487242Z [36;1m##Presets[0m
2025-08-20T21:26:19.1487446Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:19.1487663Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1487865Z [36;1m##Debug?[0m
2025-08-20T21:26:19.1488314Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:19.1488765Z [36;1m  set -x[0m
2025-08-20T21:26:19.1488961Z [36;1mfi[0m
2025-08-20T21:26:19.1489144Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1489459Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:26:19.1489978Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ladder/official"[0m
2025-08-20T21:26:19.1490404Z [36;1m exit 1[0m
2025-08-20T21:26:19.1490594Z [36;1mfi[0m
2025-08-20T21:26:19.1538664Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:19.1538902Z env:
2025-08-20T21:26:19.1539108Z   CROSS_COMPILING: NO
2025-08-20T21:26:19.1539360Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:19.1539600Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:19.1539822Z   ON_QEMU: NO
2025-08-20T21:26:19.1540001Z   DEBUG: 0
2025-08-20T21:26:19.1540185Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:19.1540413Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:19.1540700Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:19.1541000Z   KEEP_LOGS: YES
2025-08-20T21:26:19.1541199Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:19.1541426Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:19.1541653Z   SBUILD_REBUILD: false
2025-08-20T21:26:19.1542211Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:19.1542777Z   BUILD_SYS: docker://go
2025-08-20T21:26:19.1542993Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:19.1543192Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:19.1543388Z   SYSTMP: /tmp
2025-08-20T21:26:19.1543749Z   GHA_MODE: MATRIX
2025-08-20T21:26:19.1544189Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:19.1544707Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1545041Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1545437Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:19.1545929Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:19.1546315Z   PKG_TYPE: static
2025-08-20T21:26:19.1546513Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:19.1546731Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:19.1546937Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:19.1547284Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:19.1547668Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:19.1547899Z ##[endgroup]
2025-08-20T21:26:19.1634512Z ##[group]Run ##Presets
2025-08-20T21:26:19.1634778Z [36;1m##Presets[0m
2025-08-20T21:26:19.1634987Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:19.1635211Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1635418Z [36;1m##Debug?[0m
2025-08-20T21:26:19.1635663Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:19.1635959Z [36;1m  set -x[0m
2025-08-20T21:26:19.1636146Z [36;1mfi[0m
2025-08-20T21:26:19.1636329Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1636577Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:26:19.1637036Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ladder/official"[0m
2025-08-20T21:26:19.1637448Z [36;1m exit 1[0m
2025-08-20T21:26:19.1637638Z [36;1mfi[0m
2025-08-20T21:26:19.1681507Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:19.1681886Z env:
2025-08-20T21:26:19.1682201Z   CROSS_COMPILING: NO
2025-08-20T21:26:19.1682579Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:19.1683040Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:19.1683452Z   ON_QEMU: NO
2025-08-20T21:26:19.1683776Z   DEBUG: 0
2025-08-20T21:26:19.1684109Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:19.1684524Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:19.1685035Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:19.1685601Z   KEEP_LOGS: YES
2025-08-20T21:26:19.1685966Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:19.1686365Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:19.1686765Z   SBUILD_REBUILD: false
2025-08-20T21:26:19.1687750Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:19.1688614Z   BUILD_SYS: docker://go
2025-08-20T21:26:19.1688852Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:19.1689063Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:19.1689270Z   SYSTMP: /tmp
2025-08-20T21:26:19.1689455Z   GHA_MODE: MATRIX
2025-08-20T21:26:19.1689905Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:19.1690433Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1690771Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1691168Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:19.1691683Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:19.1692071Z   PKG_TYPE: static
2025-08-20T21:26:19.1692275Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:19.1692493Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:19.1692700Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:19.1693053Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:19.1693443Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:19.1693683Z ##[endgroup]
2025-08-20T21:26:19.1754503Z 
2025-08-20T21:26:19.1754876Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:19.1765831Z ##[error]Process completed with exit code 1.
2025-08-20T21:26:19.1804845Z ##[group]Run ##Presets
2025-08-20T21:26:19.1805103Z [36;1m##Presets[0m
2025-08-20T21:26:19.1805312Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:19.1805530Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1805748Z [36;1m##Debug?[0m
2025-08-20T21:26:19.1806002Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:19.1806301Z [36;1m  set -x[0m
2025-08-20T21:26:19.1806490Z [36;1mfi[0m
2025-08-20T21:26:19.1806669Z [36;1m#-------------#[0m
2025-08-20T21:26:19.1807007Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:26:19.1807421Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:26:19.1807724Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:26:19.1807991Z [36;1mfi[0m
2025-08-20T21:26:19.1856850Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:19.1857102Z env:
2025-08-20T21:26:19.1857288Z   CROSS_COMPILING: NO
2025-08-20T21:26:19.1857561Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:26:19.1857806Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:26:19.1858032Z   ON_QEMU: NO
2025-08-20T21:26:19.1858445Z   DEBUG: 0
2025-08-20T21:26:19.1858636Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:26:19.1858868Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:26:19.1859162Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ladder/official
2025-08-20T21:26:19.1859471Z   KEEP_LOGS: YES
2025-08-20T21:26:19.1859667Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:19.1859886Z   PKG_FAMILY_LOCAL: ladder
2025-08-20T21:26:19.1860108Z   SBUILD_REBUILD: false
2025-08-20T21:26:19.1860649Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ladder/static.official.source.yaml
2025-08-20T21:26:19.1861237Z   BUILD_SYS: docker://go
2025-08-20T21:26:19.1861451Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:19.1861666Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:19.1861869Z   SYSTMP: /tmp
2025-08-20T21:26:19.1862054Z   GHA_MODE: MATRIX
2025-08-20T21:26:19.1862500Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:26:19.1863031Z   INPUT_SBUILD: /tmp/pkgforge/1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1863375Z   BUILD_DIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml
2025-08-20T21:26:19.1863782Z   SBUILD_OUTDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR
2025-08-20T21:26:19.1864320Z   SBUILD_TMPDIR: /tmp/pkgforge/Ubn1EFi_1dxpCTVa5_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:26:19.1864709Z   PKG_TYPE: static
2025-08-20T21:26:19.1864911Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:26:19.1865125Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:26:19.1865331Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:26:19.1865682Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ladder/official/ladder-srcbuild-
2025-08-20T21:26:19.1866079Z   UTC_TIME: 2025_08_20T09_26_15_PM
2025-08-20T21:26:19.1866310Z ##[endgroup]
2025-08-20T21:26:19.1945647Z EXITED
2025-08-20T21:26:19.1992040Z Cleaning up orphan processes
