﻿2025-08-20T21:03:47.4342580Z Current runner version: '2.328.0'
2025-08-20T21:03:47.4367493Z ##[group]Runner Image Provisioner
2025-08-20T21:03:47.4368348Z Hosted Compute Agent
2025-08-20T21:03:47.4369370Z Version: 20250818.377
2025-08-20T21:03:47.4370347Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:03:47.4371046Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:03:47.4371786Z ##[endgroup]
2025-08-20T21:03:47.4372388Z ##[group]Operating System
2025-08-20T21:03:47.4373038Z Ubuntu
2025-08-20T21:03:47.4373560Z 24.04.2
2025-08-20T21:03:47.4374056Z LTS
2025-08-20T21:03:47.4374595Z ##[endgroup]
2025-08-20T21:03:47.4375135Z ##[group]Runner Image
2025-08-20T21:03:47.4375762Z Image: ubuntu-24.04
2025-08-20T21:03:47.4376433Z Version: 20250818.1.0
2025-08-20T21:03:47.4377444Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:03:47.4379071Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:03:47.4380237Z ##[endgroup]
2025-08-20T21:03:47.4381621Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:03:47.4383854Z Attestations: write
2025-08-20T21:03:47.4384563Z Contents: write
2025-08-20T21:03:47.4385097Z Metadata: read
2025-08-20T21:03:47.4385655Z Packages: write
2025-08-20T21:03:47.4386257Z ##[endgroup]
2025-08-20T21:03:47.4388438Z Secret source: Actions
2025-08-20T21:03:47.4389395Z Prepare workflow directory
2025-08-20T21:03:47.4715641Z Prepare all required actions
2025-08-20T21:03:47.4755152Z Getting action download info
2025-08-20T21:03:47.8450368Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:03:48.5864423Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:03:49.2639829Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:03:49.3744087Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:03:50.0417594Z Getting action download info
2025-08-20T21:03:50.1928256Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:03:50.6925038Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:03:51.1690724Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/husarnet/official)
2025-08-20T21:03:51.2344898Z ##[group]Run ##Presets
2025-08-20T21:03:51.2345714Z [36;1m##Presets[0m
2025-08-20T21:03:51.2346360Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:51.2347029Z [36;1m#-------------#[0m
2025-08-20T21:03:51.2347822Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:03:51.2348718Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:03:51.2349736Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.2350525Z [36;1m  fi[0m
2025-08-20T21:03:51.2351264Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:03:51.2352209Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:03:51.2353060Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.2353795Z [36;1m  fi[0m
2025-08-20T21:03:51.2354519Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:03:51.2355419Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:03:51.2356260Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.2357080Z [36;1m  fi[0m
2025-08-20T21:03:51.2357841Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:03:51.2358705Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:03:51.2359843Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:03:51.2360632Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:03:51.2361437Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.2362182Z [36;1m     else[0m
2025-08-20T21:03:51.2362913Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.2363658Z [36;1m     fi[0m
2025-08-20T21:03:51.2364255Z [36;1m  fi[0m
2025-08-20T21:03:51.2364850Z [36;1mfi[0m
2025-08-20T21:03:51.2442489Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:51.2443681Z env:
2025-08-20T21:03:51.2444961Z   GH_TOKEN: ***
2025-08-20T21:03:51.2445701Z ##[endgroup]
2025-08-20T21:03:51.2759283Z ##[group]Run ##Presets
2025-08-20T21:03:51.2760535Z [36;1m##Presets[0m
2025-08-20T21:03:51.2761280Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:51.2762168Z [36;1m#-------------#[0m
2025-08-20T21:03:51.2763094Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:03:51.2764241Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:03:51.2765449Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:03:51.2766461Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:03:51.2767449Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:03:51.2768493Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:03:51.2769376Z [36;1m  exit 1[0m
2025-08-20T21:03:51.2770275Z [36;1mfi[0m
2025-08-20T21:03:51.2815194Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:51.2816067Z env:
2025-08-20T21:03:51.2817076Z   RO_GHTOKEN: ***
2025-08-20T21:03:51.2817894Z   RO_GLTOKEN: ***
2025-08-20T21:03:51.2819945Z   MINISIGN_KEY: ***
2025-08-20T21:03:51.2820664Z ##[endgroup]
2025-08-20T21:03:51.3052066Z ##[group]Run ##Presets
2025-08-20T21:03:51.3052887Z [36;1m##Presets[0m
2025-08-20T21:03:51.3053522Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:51.3054184Z [36;1m#-------------#[0m
2025-08-20T21:03:51.3054850Z [36;1m##Host Triplet[0m
2025-08-20T21:03:51.3055619Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:03:51.3056430Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:03:51.3057228Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:03:51.3058006Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:03:51.3058782Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:03:51.3059778Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:03:51.3060601Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:03:51.3061402Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:03:51.3062093Z [36;1m   fi[0m
2025-08-20T21:03:51.3062838Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:03:51.3063647Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:03:51.3064427Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:03:51.3065236Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:03:51.3065978Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:03:51.3066636Z [36;1m fi[0m
2025-08-20T21:03:51.3067371Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3068268Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3069165Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3070214Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3070919Z [36;1m##Debug[0m
2025-08-20T21:03:51.3071567Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:03:51.3072280Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:03:51.3072944Z [36;1m else[0m
2025-08-20T21:03:51.3073561Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:03:51.3074393Z [36;1m fi[0m
2025-08-20T21:03:51.3075049Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3075787Z [36;1m##Docker Platform[0m
2025-08-20T21:03:51.3076546Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:03:51.3077343Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:03:51.3078149Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:03:51.3078968Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:03:51.3079992Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:03:51.3080806Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:03:51.3081609Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:03:51.3082399Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:03:51.3083073Z [36;1m fi[0m
2025-08-20T21:03:51.3083816Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3084740Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3085513Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:03:51.3086513Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/husarnet/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:03:51.3087565Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:03:51.3088352Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3089103Z [36;1m##Logs[0m
2025-08-20T21:03:51.3089871Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:03:51.3090661Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:03:51.3091319Z [36;1m else[0m
2025-08-20T21:03:51.3091979Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:03:51.3092693Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:03:51.3093374Z [36;1m fi[0m
2025-08-20T21:03:51.3094239Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3095328Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3096383Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:03:51.3097364Z [36;1m PKG_FAMILY_LOCAL="$(echo "husarnet" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:03:51.3098464Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:03:51.3099551Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3100573Z [36;1m##Rebuild[0m
2025-08-20T21:03:51.3101239Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:03:51.3101978Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:03:51.3102660Z [36;1m else[0m
2025-08-20T21:03:51.3103301Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:03:51.3103985Z [36;1m fi[0m
2025-08-20T21:03:51.3104715Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3105501Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:03:51.3106434Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:03:51.3107514Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:03:51.3108940Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:03:51.3110360Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:03:51.3111215Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:03:51.3112168Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:03:51.3113094Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:03:51.3113944Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3114661Z [36;1m    exit 1[0m
2025-08-20T21:03:51.3115289Z [36;1m   else[0m
2025-08-20T21:03:51.3115915Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:03:51.3116899Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3117704Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:03:51.3118521Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:03:51.3119339Z [36;1m      #check if supported[0m
2025-08-20T21:03:51.3120353Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:03:51.3121413Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:03:51.3122336Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:03:51.3123133Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3123875Z [36;1m         exit 1[0m
2025-08-20T21:03:51.3124516Z [36;1m       fi[0m
2025-08-20T21:03:51.3125155Z [36;1m      #get build system[0m
2025-08-20T21:03:51.3126038Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:03:51.3126904Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:03:51.3127678Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3128518Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:03:51.3129349Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3130269Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3131117Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:03:51.3131957Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3132775Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:51.3133492Z [36;1m       fi[0m
2025-08-20T21:03:51.3134234Z [36;1m     fi[0m
2025-08-20T21:03:51.3134843Z [36;1m   fi[0m
2025-08-20T21:03:51.3135482Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:03:51.3181430Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:51.3182104Z ##[endgroup]
2025-08-20T21:03:52.0427339Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:03:52.0427929Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:03:52.0428192Z 
2025-08-20T21:03:52.1547984Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:03:52.1548774Z 100  3252  100  3252    0     0  28676      0 --:--:-- --:--:-- --:--:-- 28778
2025-08-20T21:03:52.1562883Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:03:52.1798499Z ##[group]Run ##Presets
2025-08-20T21:03:52.1798859Z [36;1m##Presets[0m
2025-08-20T21:03:52.1799116Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:52.1799382Z [36;1m#-------------#[0m
2025-08-20T21:03:52.1800263Z [36;1m##Debug?[0m
2025-08-20T21:03:52.1800613Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:52.1801080Z [36;1m  set -x[0m
2025-08-20T21:03:52.1801417Z [36;1mfi[0m
2025-08-20T21:03:52.1801645Z [36;1m#-------------#[0m
2025-08-20T21:03:52.1801913Z [36;1m##CoreUtils[0m
2025-08-20T21:03:52.1802167Z [36;1msudo apt update -y[0m
2025-08-20T21:03:52.1802575Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:03:52.1803674Z [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:03:52.1804653Z [36;1m##tmp[0m
2025-08-20T21:03:52.1804986Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:03:52.1805368Z [36;1m#GH ENV[0m
2025-08-20T21:03:52.1805649Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:52.1806202Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:52.1806520Z [36;1m#-------------#[0m
2025-08-20T21:03:52.1806797Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:03:52.1807096Z [36;1msudo apt update -y[0m
2025-08-20T21:03:52.1807396Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:03:52.1807703Z [36;1m##Setup Minisign[0m
2025-08-20T21:03:52.1807994Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:03:52.1808556Z [36;1mecho "***[0m
2025-08-20T21:03:52.1810201Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:03:52.1810557Z [36;1m##User-Agent[0m
2025-08-20T21:03:52.1811371Z [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:03:52.1812265Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:52.1857616Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:52.1857922Z env:
2025-08-20T21:03:52.1858159Z   CROSS_COMPILING: NO
2025-08-20T21:03:52.1858427Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:52.1858713Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:52.1858988Z   ON_QEMU: NO
2025-08-20T21:03:52.1859230Z   DEBUG: 0
2025-08-20T21:03:52.1859467Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:52.1859925Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:52.1860278Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:03:52.1860645Z   KEEP_LOGS: YES
2025-08-20T21:03:52.1860897Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:52.1861169Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:03:52.1861443Z   SBUILD_REBUILD: false
2025-08-20T21:03:52.1862094Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:03:52.1862741Z   BUILD_SYS: null
2025-08-20T21:03:52.1862985Z ##[endgroup]
2025-08-20T21:03:52.2345450Z 
2025-08-20T21:03:52.2346244Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:03:52.2346867Z 
2025-08-20T21:03:52.2946624Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:03:52.3666458Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:03:52.3686406Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:03:52.3763464Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:03:52.3788390Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:03:52.4070785Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:03:52.4287734Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:03:52.4832930Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:03:52.5003625Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:03:52.5034393Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:03:52.5061733Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:03:52.5140699Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:03:52.5147903Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:03:52.5179356Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:03:52.5279028Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:03:52.5313758Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:03:52.5322388Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:03:52.5992928Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:03:52.6006833Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:03:52.6015355Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:03:52.6022591Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:03:52.6208909Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:03:52.6276663Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:03:52.6300631Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:03:52.6318196Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:03:52.6388115Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:03:52.6410191Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:03:52.6434574Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:03:52.6554498Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:03:52.6597644Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:03:52.6616550Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:03:52.7623732Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:03:52.7929358Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:03:52.8330082Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:03:56.6389105Z Fetched 10.6 MB in 1s (8185 kB/s)
2025-08-20T21:03:57.3662290Z Reading package lists...
2025-08-20T21:03:57.5462835Z Building dependency tree...
2025-08-20T21:03:57.5469073Z Reading state information...
2025-08-20T21:03:57.5633228Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:03:57.5745201Z 
2025-08-20T21:03:57.5746029Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:03:57.5746603Z 
2025-08-20T21:03:57.5873754Z Reading package lists...
2025-08-20T21:03:57.7560483Z Building dependency tree...
2025-08-20T21:03:57.7567561Z Reading state information...
2025-08-20T21:03:57.9154181Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:03:57.9154996Z bc set to manually installed.
2025-08-20T21:03:57.9155684Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:03:57.9156340Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:03:57.9156983Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:03:57.9157569Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:03:57.9158084Z The following additional packages will be installed:
2025-08-20T21:03:57.9158428Z   libtime-duration-perl
2025-08-20T21:03:57.9739347Z The following NEW packages will be installed:
2025-08-20T21:03:57.9751184Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:03:57.9939969Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:03:58.0171403Z Need to get 616 kB of archives.
2025-08-20T21:03:58.0172085Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:03:58.0172536Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:03:58.2775469Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:03:58.9786677Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:03:59.3385902Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:04:00.1562003Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:04:06.1515068Z Fetched 616 kB in 8s (78.2 kB/s)
2025-08-20T21:04:06.1732385Z Selecting previously unselected package fdupes.
2025-08-20T21:04:06.1994632Z (Reading database ... 
2025-08-20T21:04:06.1995203Z (Reading database ... 5%
2025-08-20T21:04:06.1995706Z (Reading database ... 10%
2025-08-20T21:04:06.1996028Z (Reading database ... 15%
2025-08-20T21:04:06.1996479Z (Reading database ... 20%
2025-08-20T21:04:06.1996929Z (Reading database ... 25%
2025-08-20T21:04:06.1997419Z (Reading database ... 30%
2025-08-20T21:04:06.1997841Z (Reading database ... 35%
2025-08-20T21:04:06.1998110Z (Reading database ... 40%
2025-08-20T21:04:06.1998368Z (Reading database ... 45%
2025-08-20T21:04:06.1998622Z (Reading database ... 50%
2025-08-20T21:04:06.2251652Z (Reading database ... 55%
2025-08-20T21:04:06.3722730Z (Reading database ... 60%
2025-08-20T21:04:06.5581826Z (Reading database ... 65%
2025-08-20T21:04:06.7687186Z (Reading database ... 70%
2025-08-20T21:04:06.9646924Z (Reading database ... 75%
2025-08-20T21:04:07.2095961Z (Reading database ... 80%
2025-08-20T21:04:07.4714325Z (Reading database ... 85%
2025-08-20T21:04:07.7150270Z (Reading database ... 90%
2025-08-20T21:04:07.9678778Z (Reading database ... 95%
2025-08-20T21:04:07.9679338Z (Reading database ... 100%
2025-08-20T21:04:07.9680284Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:04:07.9724492Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:04:07.9747948Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:04:08.0433871Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:04:08.0567699Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:04:08.0576929Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:04:08.1214604Z Selecting previously unselected package moreutils.
2025-08-20T21:04:08.1350132Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:04:08.1360041Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:04:08.1753160Z Selecting previously unselected package dos2unix.
2025-08-20T21:04:08.1886263Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:04:08.1895358Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:04:08.4440723Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:04:08.4466004Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:04:08.4493841Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:04:08.4518525Z Setting up moreutils (0.69-1) ...
2025-08-20T21:04:08.4545642Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:04:25.3286797Z 
2025-08-20T21:04:25.3287276Z Running kernel seems to be up-to-date.
2025-08-20T21:04:25.3287597Z 
2025-08-20T21:04:25.3287708Z Restarting services...
2025-08-20T21:04:25.3360531Z 
2025-08-20T21:04:25.3360804Z Service restarts being deferred:
2025-08-20T21:04:25.3363816Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:04:25.3364089Z 
2025-08-20T21:04:25.3364407Z No containers need to be restarted.
2025-08-20T21:04:25.3364684Z 
2025-08-20T21:04:25.3364902Z No user sessions are running outdated binaries.
2025-08-20T21:04:25.3365246Z 
2025-08-20T21:04:25.3368315Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:04:26.2458399Z Reading package lists...
2025-08-20T21:04:26.4264366Z Building dependency tree...
2025-08-20T21:04:26.4271859Z Reading state information...
2025-08-20T21:04:26.5858233Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:04:26.5859056Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:04:26.5859926Z apt-utils set to manually installed.
2025-08-20T21:04:26.5860576Z ca-certificates is already the newest version (20240203).
2025-08-20T21:04:26.5861806Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:04:26.5862331Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:04:26.5862842Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:04:26.5863454Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:04:26.5864016Z moreutils is already the newest version (0.69-1).
2025-08-20T21:04:26.5864631Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:04:26.5865065Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:04:26.5865436Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:04:26.5865790Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:04:26.5866124Z tmux set to manually installed.
2025-08-20T21:04:26.5866455Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:04:26.5866852Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:04:26.5867216Z The following additional packages will be installed:
2025-08-20T21:04:26.5867874Z   python3-software-properties
2025-08-20T21:04:26.5868318Z Recommended packages:
2025-08-20T21:04:26.5868696Z   unattended-upgrades
2025-08-20T21:04:26.6143445Z The following NEW packages will be installed:
2025-08-20T21:04:26.6143975Z   rename
2025-08-20T21:04:26.6152222Z The following packages will be upgraded:
2025-08-20T21:04:26.6152858Z   python3-software-properties software-properties-common
2025-08-20T21:04:26.6320091Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:04:26.6556651Z Need to get 64.7 kB of archives.
2025-08-20T21:04:26.6557335Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:04:26.6558073Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:04:26.7230364Z 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:04:26.7645187Z 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:04:26.8080151Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:04:27.0592858Z Fetched 64.7 kB in 0s (395 kB/s)
2025-08-20T21:04:27.0848545Z (Reading database ... 
2025-08-20T21:04:27.0848993Z (Reading database ... 5%
2025-08-20T21:04:27.0849373Z (Reading database ... 10%
2025-08-20T21:04:27.0849905Z (Reading database ... 15%
2025-08-20T21:04:27.0850276Z (Reading database ... 20%
2025-08-20T21:04:27.0850643Z (Reading database ... 25%
2025-08-20T21:04:27.0851018Z (Reading database ... 30%
2025-08-20T21:04:27.0851369Z (Reading database ... 35%
2025-08-20T21:04:27.0851726Z (Reading database ... 40%
2025-08-20T21:04:27.0852365Z (Reading database ... 45%
2025-08-20T21:04:27.0852742Z (Reading database ... 50%
2025-08-20T21:04:27.0933009Z (Reading database ... 55%
2025-08-20T21:04:27.0966583Z (Reading database ... 60%
2025-08-20T21:04:27.0988253Z (Reading database ... 65%
2025-08-20T21:04:27.1023912Z (Reading database ... 70%
2025-08-20T21:04:27.1049179Z (Reading database ... 75%
2025-08-20T21:04:27.1079058Z (Reading database ... 80%
2025-08-20T21:04:27.1212658Z (Reading database ... 85%
2025-08-20T21:04:27.1305264Z (Reading database ... 90%
2025-08-20T21:04:27.1568552Z (Reading database ... 95%
2025-08-20T21:04:27.1569029Z (Reading database ... 100%
2025-08-20T21:04:27.1569860Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:04:27.1610544Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:04:27.2939530Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:04:27.3625509Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:04:27.4558279Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:04:27.4815947Z Selecting previously unselected package rename.
2025-08-20T21:04:27.4954274Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:04:27.4965345Z Unpacking rename (2.02-1) ...
2025-08-20T21:04:27.5362358Z Setting up rename (2.02-1) ...
2025-08-20T21:04:27.5423343Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:04:27.5443210Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:04:27.6690523Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:04:27.7688428Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:04:31.8404621Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:04:33.3646296Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:04:33.3927167Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:04:33.3936052Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:04:33.3962897Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:04:33.3970626Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:04:33.5136215Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:04:33.5665365Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:04:34.5481338Z Reading package lists...
2025-08-20T21:04:34.7051463Z Building dependency tree...
2025-08-20T21:04:34.7058132Z Reading state information...
2025-08-20T21:04:34.7193291Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:04:34.7339686Z 
2025-08-20T21:04:34.7340239Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:04:34.7340707Z 
2025-08-20T21:04:34.7828233Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:04:34.8111948Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:04:34.8122242Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:04:34.8131651Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:04:34.8140264Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:04:34.8879224Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:04:34.8944667Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:04:35.9807469Z Reading package lists...
2025-08-20T21:04:36.1471403Z Building dependency tree...
2025-08-20T21:04:36.1478245Z Reading state information...
2025-08-20T21:04:36.1613993Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:04:36.1723918Z 
2025-08-20T21:04:36.1724431Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:04:36.1724946Z 
2025-08-20T21:04:36.1851494Z Reading package lists...
2025-08-20T21:04:36.3641163Z Building dependency tree...
2025-08-20T21:04:36.3648326Z Reading state information...
2025-08-20T21:04:36.5252971Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:04:36.5686313Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:04:36.5980077Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:04:36.7808648Z ##[group]Run ##Presets
2025-08-20T21:04:36.7808935Z [36;1m##Presets[0m
2025-08-20T21:04:36.7809143Z [36;1mset +x ; set +e[0m
2025-08-20T21:04:36.7809361Z [36;1m#-------------#[0m
2025-08-20T21:04:36.7809800Z [36;1m##Debug?[0m
2025-08-20T21:04:36.7810062Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:04:36.7810355Z [36;1m  set -x[0m
2025-08-20T21:04:36.7810539Z [36;1mfi[0m
2025-08-20T21:04:36.7810712Z [36;1m#-------------#[0m
2025-08-20T21:04:36.7811162Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:04:36.7811777Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:04:36.7812160Z [36;1msudo service procps restart[0m
2025-08-20T21:04:36.7812657Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:04:36.7876245Z shell: /usr/bin/bash -e {0}
2025-08-20T21:04:36.7876515Z env:
2025-08-20T21:04:36.7876753Z   CROSS_COMPILING: NO
2025-08-20T21:04:36.7876975Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:04:36.7877207Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:04:36.7877425Z   ON_QEMU: NO
2025-08-20T21:04:36.7877599Z   DEBUG: 0
2025-08-20T21:04:36.7877783Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:04:36.7878009Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:04:36.7878309Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:04:36.7878620Z   KEEP_LOGS: YES
2025-08-20T21:04:36.7878814Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:04:36.7879032Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:04:36.7879275Z   SBUILD_REBUILD: false
2025-08-20T21:04:36.7880144Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:04:36.7880730Z   BUILD_SYS: null
2025-08-20T21:04:36.7880934Z   SYSTMP: /tmp
2025-08-20T21:04:36.7881115Z   GHA_MODE: MATRIX
2025-08-20T21:04:36.7881547Z   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:04:36.7882012Z ##[endgroup]
2025-08-20T21:04:36.8008601Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:04:36.8079762Z 0
2025-08-20T21:04:36.8457311Z vm.max_map_count = 262144
2025-08-20T21:04:36.8457766Z fs.inotify.max_user_watches = 655360
2025-08-20T21:04:36.8458058Z fs.inotify.max_user_instances = 1280
2025-08-20T21:04:36.8458303Z vm.mmap_rnd_bits = 28
2025-08-20T21:04:36.8533203Z ##[group]Run ##Presets
2025-08-20T21:04:36.8533513Z [36;1m##Presets[0m
2025-08-20T21:04:36.8533711Z [36;1mset +x ; set +e[0m
2025-08-20T21:04:36.8533920Z [36;1m#-------------#[0m
2025-08-20T21:04:36.8534119Z [36;1m##Debug?[0m
2025-08-20T21:04:36.8534358Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:04:36.8534663Z [36;1m  set -x[0m
2025-08-20T21:04:36.8534893Z [36;1mfi[0m
2025-08-20T21:04:36.8535072Z [36;1m#-------------#[0m
2025-08-20T21:04:36.8535269Z [36;1m##Main[0m
2025-08-20T21:04:36.8535488Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:04:36.8536137Z [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:04:36.8536883Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:04:36.8537269Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:04:36.8537554Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:04:36.8537809Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:04:36.8538113Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:04:36.8538430Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:04:36.8538734Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:04:36.8539051Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:04:36.8539343Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:04:36.8539869Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:04:36.8540263Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:04:36.8540553Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:04:36.8540817Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:04:36.8541096Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:04:36.8541380Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:04:36.8541659Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:04:36.8541934Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:04:36.8542231Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:04:36.8542542Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:04:36.8542840Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:04:36.8543338Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:04:36.8543653Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:04:36.8543960Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:04:36.8544268Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:04:36.8544539Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:04:36.8544883Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:04:36.8545337Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:04:36.8545813Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:04:36.8546285Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:04:36.8546631Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:04:36.8546985Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:04:36.8547618Z [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:04:36.8548405Z [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:04:36.8548937Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:04:36.8549207Z [36;1m else[0m
2025-08-20T21:04:36.8549856Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:04:36.8550248Z [36;1m fi[0m
2025-08-20T21:04:36.8550494Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:04:36.8550930Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:04:36.8551347Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8551736Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8552125Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8552524Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8552929Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8553334Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8553763Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:36.8554198Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:04:36.8554512Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:04:36.8593594Z shell: /usr/bin/bash -e {0}
2025-08-20T21:04:36.8593825Z env:
2025-08-20T21:04:36.8594003Z   CROSS_COMPILING: NO
2025-08-20T21:04:36.8594227Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:04:36.8594457Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:04:36.8594669Z   ON_QEMU: NO
2025-08-20T21:04:36.8594843Z   DEBUG: 0
2025-08-20T21:04:36.8595027Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:04:36.8595251Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:04:36.8595554Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:04:36.8595868Z   KEEP_LOGS: YES
2025-08-20T21:04:36.8596064Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:04:36.8596282Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:04:36.8596495Z   SBUILD_REBUILD: false
2025-08-20T21:04:36.8597038Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:04:36.8597612Z   BUILD_SYS: null
2025-08-20T21:04:36.8597802Z   SYSTMP: /tmp
2025-08-20T21:04:36.8597988Z   GHA_MODE: MATRIX
2025-08-20T21:04:36.8598418Z   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:04:36.8599451Z   GHCR_TOKEN: ***
2025-08-20T21:04:36.8599991Z   GITHUB_TOKEN: ***
2025-08-20T21:04:36.8600264Z   GITLAB_TOKEN: ***
2025-08-20T21:04:36.8601402Z   MINISIGN_KEY: ***
2025-08-20T21:04:36.8601601Z ##[endgroup]
2025-08-20T21:04:36.9370890Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:04:37.0988997Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:04:37.0989852Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:04:37.0990210Z 
2025-08-20T21:04:37.1522616Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:04:37.1523217Z 100  3252  100  3252    0     0  60727      0 --:--:-- --:--:-- --:--:-- 61358
2025-08-20T21:04:37.1536570Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:04:37.1624024Z 
2025-08-20T21:04:37.1624546Z [+] Building [/tmp/tmp.H7PZKMEEzM/SBUILD_INPUT] Locally
2025-08-20T21:04:37.1624985Z 
2025-08-20T21:04:37.1637858Z '/tmp/tmp.H7PZKMEEzM/SBUILD_INPUT' -> '/tmp/pkgforge/gQdtr6JrB_build.yaml'
2025-08-20T21:04:37.3054633Z 
2025-08-20T21:04:37.3055025Z [+] Passwordless sudo is Configured
2025-08-20T21:04:37.3915787Z 
2025-08-20T21:04:37.3929123Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:04:37.3929391Z 
2025-08-20T21:04:37.4414241Z 
2025-08-20T21:04:37.4415576Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:04:37.4415906Z 
2025-08-20T21:04:37.4415917Z 
2025-08-20T21:04:37.4416416Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:04:37.4416726Z 
2025-08-20T21:04:37.4816330Z [+] Installing: 7z -> 7z
2025-08-20T21:04:38.0386380Z [+] Installing: actionlint -> actionlint
2025-08-20T21:04:38.6140577Z [+] Installing: anew -> anew
2025-08-20T21:04:39.0915260Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:04:39.5537605Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:04:39.9900681Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:04:40.1978145Z [+] Installing: archey -> archey
2025-08-20T21:04:40.7370406Z [+] Installing: aria2 -> aria2c
2025-08-20T21:04:41.3697716Z [+] Installing: askalono -> askalono
2025-08-20T21:04:41.9498296Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:04:42.8426320Z [+] Installing: b3sum -> b3sum
2025-08-20T21:04:43.3137297Z [+] Installing: bita -> bita
2025-08-20T21:04:43.9042251Z [+] Installing: btop -> btop
2025-08-20T21:04:44.4062763Z [+] Installing: chafa -> chafa
2025-08-20T21:04:45.0328015Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:04:45.7567190Z [+] Installing: croc -> croc
2025-08-20T21:04:46.3678733Z [+] Installing: csvtk -> csvtk
2025-08-20T21:04:46.9964837Z [+] Installing: cutlines -> cutlines
2025-08-20T21:04:47.4899096Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:47.4942478Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:04:47.4944247Z [+] Installing: dbin -> dbin
2025-08-20T21:04:48.0457513Z [+] Installing: dasel -> dasel
2025-08-20T21:04:48.6477369Z [+] Installing: delta -> delta
2025-08-20T21:04:49.1472179Z [+] Installing: ds -> ds
2025-08-20T21:04:49.5761967Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:49.5799140Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:04:49.5800260Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:04:50.1245606Z [+] Installing: duf -> duf
2025-08-20T21:04:50.7434470Z [+] Installing: duplicut -> duplicut
2025-08-20T21:04:51.3090235Z [+] Installing: dust -> dust
2025-08-20T21:04:51.8779009Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:04:52.1519005Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:04:52.7258722Z [+] Installing: dysk -> dysk
2025-08-20T21:04:53.2266426Z [+] Installing: eget -> eget
2025-08-20T21:04:53.6536213Z [+] Installing: epoch -> epoch
2025-08-20T21:04:54.1275637Z [+] Installing: faketty -> faketty
2025-08-20T21:04:54.5811117Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:04:55.1288265Z [+] Installing: freeze -> freeze
2025-08-20T21:04:55.6801893Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:04:56.1860187Z [+] Installing: gdu -> gdu
2025-08-20T21:04:56.8133701Z [+] Installing: gh -> gh
2025-08-20T21:04:57.6089430Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:04:58.2371727Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:04:58.9563430Z [+] Installing: glab -> glab
2025-08-20T21:04:59.6735722Z [+] Installing: glow -> glow
2025-08-20T21:05:00.3171255Z [+] Installing: httpx -> httpx
2025-08-20T21:05:01.0416209Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:05:01.7316727Z [+] Installing: husarnet -> husarnet
2025-08-20T21:05:01.8634475Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:01.8672053Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:05:01.8673514Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:05:02.3317492Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:02.3360352Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:05:02.3361067Z [+] Installing: imgcat -> imgcat
2025-08-20T21:05:02.8177670Z [+] Installing: jc -> jc
2025-08-20T21:05:03.4124135Z [+] Installing: jq -> jq
2025-08-20T21:05:04.0215063Z [+] Installing: logdy -> logdy
2025-08-20T21:05:04.6315697Z [+] Installing: micro -> micro
2025-08-20T21:05:05.2243450Z [+] Installing: miniserve -> miniserve
2025-08-20T21:05:05.5345684Z [+] Installing: minisign -> minisign
2025-08-20T21:05:06.0027140Z [+] Installing: ncdu -> ncdu
2025-08-20T21:05:06.5608685Z [+] Installing: notify -> notify
2025-08-20T21:05:07.3383303Z [+] Installing: ouch -> ouch
2025-08-20T21:05:07.8746936Z [+] Installing: oras -> oras
2025-08-20T21:05:08.3992810Z [+] Installing: pipetty -> pipetty
2025-08-20T21:05:09.0057072Z [+] Installing: pixterm -> pixterm
2025-08-20T21:05:09.6027291Z [+] Installing: qsv -> qsv
2025-08-20T21:05:10.2720325Z [+] Installing: rclone -> rclone
2025-08-20T21:05:10.7964669Z [+] Installing: ripgrep -> rg
2025-08-20T21:05:11.0070392Z [+] Installing: rga -> rga
2025-08-20T21:05:11.5303302Z [+] Installing: rsync -> rsync
2025-08-20T21:05:11.8186265Z [+] Installing: script -> script
2025-08-20T21:05:12.2611425Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:05:12.8198697Z [+] Installing: soar -> soar
2025-08-20T21:05:13.1379980Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:05:13.3620825Z [+] Installing: sstrip -> sstrip
2025-08-20T21:05:13.8903452Z [+] Installing: strace -> strace
2025-08-20T21:05:14.4693847Z [+] Installing: sttr -> sttr
2025-08-20T21:05:15.0373197Z [+] Installing: tailscale -> tailscale
2025-08-20T21:05:15.6162526Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:05:15.9974682Z [+] Installing: taplo -> taplo
2025-08-20T21:05:16.5738488Z [+] Installing: tldr -> tldr
2025-08-20T21:05:17.1904173Z [+] Installing: tldr -> tealdeer
2025-08-20T21:05:17.4541593Z [+] Installing: tmux -> tmux
2025-08-20T21:05:18.0332883Z [+] Installing: tok -> tok
2025-08-20T21:05:18.5752138Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:05:19.2733315Z [+] Installing: trurl -> trurl
2025-08-20T21:05:19.5767544Z [+] Installing: tss -> tss
2025-08-20T21:05:20.2113990Z [+] Installing: ulexec -> ulexec
2025-08-20T21:05:20.7143322Z [+] Installing: unfurl -> unfurl
2025-08-20T21:05:21.2245358Z [+] Installing: upx -> upx
2025-08-20T21:05:21.6826466Z [+] Installing: validtoml -> validtoml
2025-08-20T21:05:22.2895995Z [+] Installing: wget -> wget
2025-08-20T21:05:22.5825447Z [+] Installing: wget2 -> wget2
2025-08-20T21:05:23.4735391Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:05:24.0675383Z [+] Installing: xq -> xq
2025-08-20T21:05:24.5977937Z [+] Installing: xz -> xz
2025-08-20T21:05:25.1330176Z [+] Installing: unxz -> unxz
2025-08-20T21:05:25.6647129Z [+] Installing: yq -> yq
2025-08-20T21:05:26.2440072Z [+] Installing: yj -> yj
2025-08-20T21:05:26.5900384Z [+] Installing: zapper -> zapper
2025-08-20T21:05:26.8459757Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:05:27.3010233Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:05:27.7703767Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:27.7745548Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:05:27.7746487Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:05:28.1870638Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:28.1910629Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:05:28.1911485Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:05:28.6551404Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:28.6595829Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:05:28.6596955Z [+] Installing: zstd -> zstd
2025-08-20T21:05:29.2155450Z [+] Creating symlinks...
2025-08-20T21:05:29.2252373Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:05:29.2354090Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:05:29.2450105Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:05:29.2547641Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:05:29.2646983Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:05:29.2743366Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:05:29.2841980Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:05:29.2943175Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:05:29.3038389Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:05:29.3132741Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:05:29.3228409Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:05:29.3323982Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:05:29.3417424Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:05:29.3513578Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:05:29.3611789Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:05:29.3704876Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:05:29.3801484Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:05:29.3839093Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:05:29.3925239Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:05:29.4018543Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:05:29.4112984Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:05:29.4150334Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:05:29.4238872Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:05:29.4333958Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:05:29.4429231Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:05:29.4535408Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:05:29.4642091Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:05:29.4742454Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:05:29.4843980Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:05:29.4938758Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:05:29.5036544Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:05:29.5138558Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:05:29.5237436Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:05:29.5335096Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:05:29.5430949Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:05:29.5524577Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:05:29.5618370Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:05:29.5720005Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:05:29.5820193Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:05:29.5917935Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:05:29.6018519Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:05:29.6120362Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:05:29.6219902Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:05:29.6320650Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:05:29.6357877Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:05:29.6385865Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:05:29.6476899Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:05:29.6577146Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:05:29.6678960Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:05:29.6779098Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:05:29.6876817Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:05:29.6974935Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:05:29.7072606Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:05:29.7168223Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:05:29.7266597Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:05:29.7369890Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:05:29.7467184Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:05:29.7565655Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:05:29.7662966Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:05:29.7758656Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:05:29.7855964Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:05:29.7953793Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:05:29.8052528Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:05:29.8150084Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:05:29.8247300Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:05:29.8344173Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:05:29.8439764Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:05:29.8540297Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:05:29.8641462Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:05:29.8741251Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:05:29.8844484Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:05:29.8944997Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:05:29.9046948Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:05:29.9150885Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:05:29.9257513Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:05:29.9365075Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:05:29.9478235Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:05:29.9589187Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:05:29.9699267Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:05:29.9813461Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:05:29.9919271Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:05:30.0029208Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:05:30.0136442Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:05:30.0239204Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:05:30.0346878Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:05:30.0457311Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:05:30.0564525Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:05:30.0669839Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:05:30.0777908Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:05:30.0879345Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:05:30.0980673Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:05:30.1084265Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:05:30.1182406Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:05:30.1279198Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:05:30.1383121Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:05:30.1422810Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:05:30.1451312Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:05:30.1483162Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:05:30.1583558Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:05:30.1612289Z 
2025-08-20T21:05:30.1612842Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:05:30.1613254Z 
2025-08-20T21:05:30.1629501Z 
2025-08-20T21:05:30.1739171Z 
2025-08-20T21:05:30.1739994Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:05:30.1740441Z 
2025-08-20T21:05:30.1740546Z [+] Installation completed!
2025-08-20T21:05:30.1816053Z 
2025-08-20T21:05:30.1816620Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:05:30.5017234Z github.com
2025-08-20T21:05:30.5018026Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:05:30.5018601Z   - Active account: true
2025-08-20T21:05:30.5019016Z   - Git operations protocol: https
2025-08-20T21:05:30.5019518Z   - Token: ghp_************************************
2025-08-20T21:05:30.5020728Z   - 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:05:30.5021516Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:05:30.5021940Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:05:30.7042471Z Limit: 5000, Remaining: 4229, Reset: 2025-08-20 21:25:35 +0000 UTC (20m4s)
2025-08-20T21:05:30.7053347Z 
2025-08-20T21:05:30.7053886Z [+] GHCR_TOKEN is Exported
2025-08-20T21:05:30.7089764Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:05:30.9167238Z Login Succeeded
2025-08-20T21:05:30.9177398Z 
2025-08-20T21:05:30.9177707Z [+] GITLAB is Exported
2025-08-20T21:05:30.9522600Z [git remote -v]
2025-08-20T21:05:31.2727413Z gitlab.com
2025-08-20T21:05:31.2728351Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:05:31.2729479Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:05:31.2730675Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:05:31.2731427Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:05:31.2732092Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:05:31.2732681Z   ✓ Token found: **************************
2025-08-20T21:05:31.2732977Z 
2025-08-20T21:05:31.2733582Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:05:31.2734327Z [git remote -v]
2025-08-20T21:05:31.2757939Z 2025/08/20 21:05:31 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:05:31.2760556Z git: exit status 128]
2025-08-20T21:05:31.5478763Z 
2025-08-20T21:05:31.5478775Z 
2025-08-20T21:05:31.5479896Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:05:31 PM)
2025-08-20T21:05:31.5480331Z 
2025-08-20T21:05:31.5480342Z 
2025-08-20T21:05:31.5480418Z [+] USER = runner
2025-08-20T21:05:31.5480615Z [+] HOME = /home/runner
2025-08-20T21:05:31.5482778Z [+] 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:05:31.5485034Z 
2025-08-20T21:05:31.6207747Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:05:31.6506966Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:05:31.6514356Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:05:31.6521900Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:05:31.6530942Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:05:31.6538381Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:05:31.6890357Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:05:32.8290549Z Reading package lists...
2025-08-20T21:05:32.8595537Z Reading package lists...
2025-08-20T21:05:33.0477353Z Building dependency tree...
2025-08-20T21:05:33.0484827Z Reading state information...
2025-08-20T21:05:33.2360571Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:05:33.2361331Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:05:33.2361957Z ca-certificates is already the newest version (20240203).
2025-08-20T21:05:33.2362442Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:05:33.2362853Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:05:33.2363233Z moreutils is already the newest version (0.69-1).
2025-08-20T21:05:33.2363674Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:05:33.2364159Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:05:33.2364597Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:05:33.2991126Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:05:33.3273565Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:05:33.3290499Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:05:33.3291358Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:05:33.3294236Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:05:33.3299849Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:05:33.3307661Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:05:34.4770601Z Reading package lists...
2025-08-20T21:05:34.5080208Z Reading package lists...
2025-08-20T21:05:34.6838234Z Building dependency tree...
2025-08-20T21:05:34.6845731Z Reading state information...
2025-08-20T21:05:34.8414639Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:05:34.8415527Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:05:34.8416246Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:05:34.8416939Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:05:34.8417780Z ca-certificates is already the newest version (20240203).
2025-08-20T21:05:34.8418506Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:05:34.8419229Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:05:34.8420074Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:05:34.8420666Z gawk set to manually installed.
2025-08-20T21:05:34.8421191Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:05:34.8421838Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:05:34.8422521Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:05:34.8423167Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:05:34.8423875Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:05:34.8424390Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:05:34.8435007Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:05:34.8435591Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:05:34.8436130Z The following additional packages will be installed:
2025-08-20T21:05:34.8436570Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:05:34.8437342Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:05:34.8437820Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:05:34.8438256Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:05:34.8438707Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:05:34.8439123Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:05:34.8439420Z Suggested packages:
2025-08-20T21:05:34.8439847Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:05:34.8440288Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:05:34.8440755Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:05:34.8441210Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:05:34.8441660Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:05:34.8442105Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:05:34.8442447Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:05:34.9186702Z The following NEW packages will be installed:
2025-08-20T21:05:34.9187472Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:05:34.9189253Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:05:34.9190385Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:05:34.9191626Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:05:34.9192516Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:05:34.9196205Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:05:34.9197367Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:05:34.9379506Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:05:34.9380348Z Need to get 27.5 MB of archives.
2025-08-20T21:05:34.9380933Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:05:34.9381643Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:05:35.1302086Z 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:05:53.3517296Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:06:11.9152706Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:06:15.6334645Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:06:15.9994882Z 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:06:16.6078148Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:06:21.9328754Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:06:25.9936741Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:06:31.4907222Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:06:32.5001174Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:08:14.4172374Z 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:08:16.1190857Z 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:08:21.0884704Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:08:21.7796740Z 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:08:22.0836423Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:08:23.0776911Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:08:23.4035134Z 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:09:05.5104066Z 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:09:06.1360306Z 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:09:09.5691145Z 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:09:09.9247307Z 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:09:10.6804186Z 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:09:17.5736224Z 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:09:18.4679501Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:09:20.3949481Z 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:09:20.7877322Z 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:09:31.5498297Z 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:09:32.4642797Z 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:09:33.3822175Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:09:34.6152120Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:09:34.9636909Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:09:36.2291669Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:09:37.1788009Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:09:56.8519085Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:10:00.7885970Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:10:07.9451588Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:10:08.2765392Z Preconfiguring packages ...
2025-08-20T21:10:08.3360484Z Fetched 27.5 MB in 4min 33s (101 kB/s)
2025-08-20T21:10:08.3571185Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:10:08.3624540Z (Reading database ... 
2025-08-20T21:10:08.3624936Z (Reading database ... 5%
2025-08-20T21:10:08.3625316Z (Reading database ... 10%
2025-08-20T21:10:08.3625723Z (Reading database ... 15%
2025-08-20T21:10:08.3626095Z (Reading database ... 20%
2025-08-20T21:10:08.3626457Z (Reading database ... 25%
2025-08-20T21:10:08.3626821Z (Reading database ... 30%
2025-08-20T21:10:08.3628638Z (Reading database ... 35%
2025-08-20T21:10:08.3629048Z (Reading database ... 40%
2025-08-20T21:10:08.3629430Z (Reading database ... 45%
2025-08-20T21:10:08.3631568Z (Reading database ... 50%
2025-08-20T21:10:08.3649349Z (Reading database ... 55%
2025-08-20T21:10:08.3742803Z (Reading database ... 60%
2025-08-20T21:10:08.3764028Z (Reading database ... 65%
2025-08-20T21:10:08.3799173Z (Reading database ... 70%
2025-08-20T21:10:08.3825412Z (Reading database ... 75%
2025-08-20T21:10:08.3855939Z (Reading database ... 80%
2025-08-20T21:10:08.3993246Z (Reading database ... 85%
2025-08-20T21:10:08.4082650Z (Reading database ... 90%
2025-08-20T21:10:08.4356905Z (Reading database ... 95%
2025-08-20T21:10:08.4357334Z (Reading database ... 100%
2025-08-20T21:10:08.4357885Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:10:08.4399895Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:10:08.4603367Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:10:08.6108203Z Selecting previously unselected package poppler-data.
2025-08-20T21:10:08.6242060Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:10:08.6251569Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:10:08.7535946Z Selecting previously unselected package b3sum.
2025-08-20T21:10:08.7673600Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:10:08.7683085Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:10:08.7957388Z Selecting previously unselected package build-essential.
2025-08-20T21:10:08.8091752Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:10:08.8101190Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:10:08.8328758Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:10:08.8463644Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:10:08.8487147Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:10:08.8716079Z Selecting previously unselected package ccache.
2025-08-20T21:10:08.8854151Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:10:08.8864894Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:10:08.9510330Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:10:08.9644704Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:10:08.9653984Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:10:08.9965551Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:10:09.0101305Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:10:09.0111328Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:10:09.0414999Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:10:09.0548766Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:10:09.0559825Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:10:09.1103390Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:10:09.1236735Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:10:09.1867821Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:10:09.2924485Z Selecting previously unselected package libgs-common.
2025-08-20T21:10:09.3059554Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:10:09.3068389Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:09.3310051Z Selecting previously unselected package libgs10-common.
2025-08-20T21:10:09.3444368Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:10:09.3453582Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:09.4170781Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:10:09.4304725Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:10:09.4315277Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:10:09.4539822Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:10:09.4673604Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:10:09.4684574Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:10:09.4909253Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:10:09.5044231Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:10:09.5054332Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:10:09.5291094Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:10:09.5427784Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:10:09.5438903Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:10:09.5826945Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:10:09.5964635Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:10:09.5975286Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:09.7051168Z Selecting previously unselected package ghostscript.
2025-08-20T21:10:09.7185761Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:10:09.7198641Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:09.7504895Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:10:09.7644892Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:10:09.7656402Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:09.9600227Z Selecting previously unselected package imagemagick.
2025-08-20T21:10:09.9739180Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:10:09.9748805Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:09.9951243Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:10:10.0089345Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:10:10.0097269Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:10:10.0340294Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:10:10.0479542Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:10:10.0488365Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:10:10.0781405Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:10:10.0916911Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:10:10.0925790Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:10:10.1166571Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:10:10.1305951Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:10:10.1314739Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:10:10.1556705Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:10:10.1692049Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:10:10.1700478Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:10:10.1910642Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:10:10.2046339Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:10:10.2054711Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:10:10.2432934Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:10:10.2574422Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:10:10.2583914Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:10:10.2800142Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:10:10.2934650Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:10:10.2943012Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:10.3775065Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:10:10.3918354Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:10:10.3927352Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:10:10.4156721Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:10:10.4291545Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:10:10.4298796Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:10:10.4586392Z Selecting previously unselected package libtool-bin.
2025-08-20T21:10:10.4725140Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:10:10.4734170Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:10:10.4959535Z Selecting previously unselected package lzip.
2025-08-20T21:10:10.5098226Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:10:10.5106914Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:10:10.5384531Z Selecting previously unselected package netpbm.
2025-08-20T21:10:10.5519891Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:10:10.5526926Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:10:10.7206456Z Selecting previously unselected package musl:amd64.
2025-08-20T21:10:10.7348018Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:10:10.7357049Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:10:10.7655762Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:10:10.7792826Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:10:10.7800952Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:10:10.8436855Z Selecting previously unselected package musl-tools.
2025-08-20T21:10:10.8575866Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:10:10.8584205Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:10:10.8990265Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:10:11.0716508Z 
2025-08-20T21:10:11.0717062Z Creating config file /etc/papersize with new version
2025-08-20T21:10:11.1487788Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:10:11.1508279Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:10:11.1534171Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:10:11.1554618Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:10:11.1575187Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:11.1595436Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:10:11.1618098Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:10:11.1640132Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:10:11.1736457Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:10:11.1758641Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:10:11.1782084Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:10:11.1844723Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:10:11.1890411Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:10:11.1938433Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:10:11.1960459Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:10:11.1981054Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:10:11.2001119Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:10:11.2021295Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:10:11.2042906Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:11.2118314Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:10:11.2162807Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:10:11.2218371Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:10:11.2265745Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:10:11.2321953Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:10:11.2366467Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:10:11.2425832Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:10:11.2470913Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:10:11.2529436Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:10:11.2579779Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:10:11.2643829Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:10:11.2693450Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:10:11.2751716Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:10:11.2798764Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:10:11.2857531Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:10:11.2906501Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:10:11.2967511Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:10:11.3014477Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:10:11.3072586Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:10:11.3120075Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:10:11.3184944Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:10:11.3235969Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:10:11.3255944Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:10:11.3278214Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:10:11.3311517Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:10:11.3332346Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:10:11.3535050Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:10:11.3557925Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:10:11.3581955Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:10:11.3604241Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:10:11.3627048Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:10:11.3950791Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:10:11.3970822Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:10:11.4014150Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:10:11.4044528Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:10:11.4067126Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:11.4089185Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:10:11.4109046Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:10:11.5958794Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:10:11.5988852Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:11.6012486Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:11.6035471Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:10:11.6105084Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:10:11.9256382Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:10:12.4487179Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:10:13.9833313Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:10:14.0831798Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:10:26.5377172Z Reading package lists...
2025-08-20T21:10:26.7179006Z Building dependency tree...
2025-08-20T21:10:26.7186597Z Reading state information...
2025-08-20T21:10:26.8787785Z autoconf is already the newest version (2.71-3).
2025-08-20T21:10:26.8788475Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:10:26.8789081Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:10:26.8789941Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:10:26.8790508Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:10:26.8791068Z ca-certificates is already the newest version (20240203).
2025-08-20T21:10:26.8791577Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:10:26.8792049Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:10:26.8792556Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:10:26.8793357Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:10:26.8793875Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:10:26.8794379Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:10:26.8794814Z patch set to manually installed.
2025-08-20T21:10:26.8795267Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:10:26.8795803Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:10:26.8796295Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:10:26.8796771Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:10:26.8797193Z Suggested packages:
2025-08-20T21:10:26.8797468Z   scons-doc
2025-08-20T21:10:26.8927765Z The following NEW packages will be installed:
2025-08-20T21:10:26.8934101Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:10:26.9102064Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:26.9102437Z Need to get 15.8 MB of archives.
2025-08-20T21:10:26.9102816Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:10:26.9675159Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:10:26.9676148Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:10:27.0172096Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:10:27.0583777Z 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:10:27.3990083Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:10:27.4874649Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:10:27.7663056Z Fetched 15.8 MB in 1s (26.7 MB/s)
2025-08-20T21:10:27.7869179Z Selecting previously unselected package autopoint.
2025-08-20T21:10:27.7926628Z (Reading database ... 
2025-08-20T21:10:27.7927070Z (Reading database ... 5%
2025-08-20T21:10:27.7927408Z (Reading database ... 10%
2025-08-20T21:10:27.7927676Z (Reading database ... 15%
2025-08-20T21:10:27.7927933Z (Reading database ... 20%
2025-08-20T21:10:27.7928179Z (Reading database ... 25%
2025-08-20T21:10:27.7928424Z (Reading database ... 30%
2025-08-20T21:10:27.7928678Z (Reading database ... 35%
2025-08-20T21:10:27.7929206Z (Reading database ... 40%
2025-08-20T21:10:27.7929451Z (Reading database ... 45%
2025-08-20T21:10:27.7929961Z (Reading database ... 50%
2025-08-20T21:10:27.7950941Z (Reading database ... 55%
2025-08-20T21:10:27.8050634Z (Reading database ... 60%
2025-08-20T21:10:27.8072470Z (Reading database ... 65%
2025-08-20T21:10:27.8107284Z (Reading database ... 70%
2025-08-20T21:10:27.8133554Z (Reading database ... 75%
2025-08-20T21:10:27.8170422Z (Reading database ... 80%
2025-08-20T21:10:27.8324232Z (Reading database ... 85%
2025-08-20T21:10:27.8422773Z (Reading database ... 90%
2025-08-20T21:10:27.8715745Z (Reading database ... 95%
2025-08-20T21:10:27.8716107Z (Reading database ... 100%
2025-08-20T21:10:27.8716542Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:10:27.8762362Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:10:27.8770907Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:10:27.9112963Z Selecting previously unselected package clang.
2025-08-20T21:10:27.9252911Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:10:27.9260577Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:10:27.9474167Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:10:27.9610465Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:10:27.9617994Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:10:28.4000029Z Selecting previously unselected package scons.
2025-08-20T21:10:28.4138640Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:10:28.4147295Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:10:28.4798571Z Selecting previously unselected package byacc.
2025-08-20T21:10:28.4940110Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:10:28.4949081Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:10:28.5365820Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:10:28.5410181Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:10:28.5486187Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:10:28.5704632Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:10:28.9811011Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:10:28.9836743Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:10:33.1056604Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:10:34.8382531Z Reading package lists...
2025-08-20T21:10:35.0460315Z Building dependency tree...
2025-08-20T21:10:35.0468180Z Reading state information...
2025-08-20T21:10:35.2708142Z The following additional packages will be installed:
2025-08-20T21:10:35.2708836Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:10:35.2709485Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:10:35.2710495Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:10:35.2711386Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:10:35.2712251Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:10:35.2713020Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:10:35.2713819Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:10:35.2714586Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:10:35.2717203Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:10:35.2725059Z Suggested packages:
2025-08-20T21:10:35.2725526Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:10:35.2726222Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:10:35.2726983Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:10:35.2729064Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:10:35.2730082Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:10:35.2731314Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:10:35.2732144Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:10:35.2733049Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:10:35.2733692Z   wdiff-doc
2025-08-20T21:10:35.2733997Z Recommended packages:
2025-08-20T21:10:35.2734519Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:10:35.2735284Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:10:35.2736099Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:10:35.2736936Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:10:35.2956112Z The following NEW packages will be installed:
2025-08-20T21:10:35.2957437Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:10:35.2958237Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:10:35.2959020Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:10:35.2960147Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:10:35.2961046Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:10:35.2961914Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:10:35.2962818Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:10:35.2964300Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:10:35.2968222Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:10:35.3166236Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:35.3166843Z Need to get 2417 kB of archives.
2025-08-20T21:10:35.3167420Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:10:35.3168113Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:10:35.3790016Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:10:35.4235651Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:10:35.4683329Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:10:35.5138877Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:10:35.5593543Z 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:10:35.6024750Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:10:35.6837475Z 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:10:35.7250441Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:10:35.7689139Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:10:35.8103092Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:10:35.8515727Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:10:35.8966515Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:10:35.9386811Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:10:35.9800768Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:10:36.0214812Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:10:36.0663802Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:10:36.1077671Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:10:36.1542790Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:10:36.1957978Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:10:36.2409446Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:10:36.2856014Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:10:36.3440236Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:10:36.3867830Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:10:36.4286416Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:10:36.4732590Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:10:36.5146828Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:10:36.5568451Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:10:36.6080293Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:10:36.6533028Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:10:36.6975359Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:10:37.0234792Z Fetched 2417 kB in 1s (1675 kB/s)
2025-08-20T21:10:37.0423417Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:10:37.0479870Z (Reading database ... 
2025-08-20T21:10:37.0480299Z (Reading database ... 5%
2025-08-20T21:10:37.0480665Z (Reading database ... 10%
2025-08-20T21:10:37.0481036Z (Reading database ... 15%
2025-08-20T21:10:37.0481305Z (Reading database ... 20%
2025-08-20T21:10:37.0481548Z (Reading database ... 25%
2025-08-20T21:10:37.0481779Z (Reading database ... 30%
2025-08-20T21:10:37.0482030Z (Reading database ... 35%
2025-08-20T21:10:37.0482261Z (Reading database ... 40%
2025-08-20T21:10:37.0482487Z (Reading database ... 45%
2025-08-20T21:10:37.0482714Z (Reading database ... 50%
2025-08-20T21:10:37.0505814Z (Reading database ... 55%
2025-08-20T21:10:37.0596688Z (Reading database ... 60%
2025-08-20T21:10:37.0617596Z (Reading database ... 65%
2025-08-20T21:10:37.0652401Z (Reading database ... 70%
2025-08-20T21:10:37.0677572Z (Reading database ... 75%
2025-08-20T21:10:37.0707788Z (Reading database ... 80%
2025-08-20T21:10:37.0848869Z (Reading database ... 85%
2025-08-20T21:10:37.0940721Z (Reading database ... 90%
2025-08-20T21:10:37.1210540Z (Reading database ... 95%
2025-08-20T21:10:37.1211070Z (Reading database ... 100%
2025-08-20T21:10:37.1211681Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:10:37.1254341Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:10:37.1264214Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:10:37.1479994Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:10:37.1616264Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:10:37.1625258Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:10:37.1830928Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:10:37.1969033Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:10:37.1976957Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:10:37.2215975Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:10:37.2355133Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:10:37.2363886Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:10:37.2578095Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:10:37.2714913Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:10:37.2723652Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:10:37.2943862Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:10:37.3085837Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:10:37.3094385Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:10:37.3321122Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:10:37.3459098Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:10:37.3467608Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:10:37.3690405Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:10:37.3829016Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:10:37.3838333Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:10:37.4051584Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:10:37.4189178Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:10:37.4197537Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:10:37.4411281Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:10:37.4548424Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:10:37.4556695Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:10:37.4767060Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:10:37.4903638Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:10:37.4911577Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:10:37.5119033Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:10:37.5256591Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:10:37.5264039Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:10:37.5465895Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:10:37.5600935Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:10:37.5608052Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:10:37.5832023Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:10:37.5970745Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:10:37.5978174Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:10:37.6190819Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:10:37.6327906Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:10:37.6335968Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:10:37.6568595Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:10:37.6708651Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:10:37.6716851Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:10:37.6926632Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:10:37.7066202Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:10:37.7074350Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:10:37.7380831Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:10:37.7517567Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:10:37.7525835Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:10:37.7793048Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:10:37.7935393Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:10:37.7946403Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:10:37.8161696Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:10:37.8304692Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:10:37.8313748Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:10:37.8545195Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:10:37.8681974Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:10:37.8689842Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:10:37.9121847Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:10:37.9260235Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:10:37.9268773Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:10:37.9534373Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:10:37.9670918Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:10:37.9680441Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:10:37.9908864Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:10:38.0055764Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:10:38.0064513Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:10:38.0324377Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:10:38.0469194Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:10:38.0477496Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:10:38.0706069Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:10:38.0848250Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:10:38.0856629Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:10:38.1084737Z Selecting previously unselected package libwww-perl.
2025-08-20T21:10:38.1222776Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:10:38.1231497Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:10:38.1532967Z Selecting previously unselected package patchutils.
2025-08-20T21:10:38.1676852Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:10:38.1685519Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:10:38.1991132Z Selecting previously unselected package wdiff.
2025-08-20T21:10:38.2131839Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:10:38.2140609Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:10:38.2390510Z Selecting previously unselected package devscripts.
2025-08-20T21:10:38.2531894Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:10:38.2732068Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:10:38.3985599Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:10:38.4006148Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:10:38.4027296Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:10:38.4052731Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:10:38.4076575Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:10:38.4097388Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:10:38.4119353Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:10:38.4141081Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:10:38.4162195Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:10:38.4182480Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:10:38.4203322Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:10:38.4225353Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:10:38.4244238Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:10:38.4264270Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:10:38.4284762Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:10:38.4306383Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:10:38.4326175Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:10:38.4346232Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:10:38.4369282Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:10:38.4390706Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:10:38.4411054Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:10:38.4436673Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:10:38.4456392Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:10:38.4480568Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:10:38.4501476Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:10:38.4544420Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:10:38.4563535Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:10:38.4590031Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:10:38.4619912Z Setting up devscripts (2.23.7) ...
2025-08-20T21:10:38.5878759Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:10:38.5905558Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:10:43.4821099Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:10:45.1715729Z Reading package lists...
2025-08-20T21:10:45.3543344Z Building dependency tree...
2025-08-20T21:10:45.3552016Z Reading state information...
2025-08-20T21:10:45.5293690Z The following additional packages will be installed:
2025-08-20T21:10:45.5300635Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:10:45.5307901Z Suggested packages:
2025-08-20T21:10:45.5308347Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:10:45.5472315Z The following NEW packages will be installed:
2025-08-20T21:10:45.5482258Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:10:45.5664313Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:45.5664897Z Need to get 13.6 MB of archives.
2025-08-20T21:10:45.5665485Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:10:45.5666145Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:10:45.6231796Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:10:45.6667666Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:10:45.7519127Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:10:45.9153963Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:10:46.6014146Z Fetched 13.6 MB in 1s (17.7 MB/s)
2025-08-20T21:10:46.6217157Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:10:46.6275229Z (Reading database ... 
2025-08-20T21:10:46.6275673Z (Reading database ... 5%
2025-08-20T21:10:46.6276050Z (Reading database ... 10%
2025-08-20T21:10:46.6276432Z (Reading database ... 15%
2025-08-20T21:10:46.6276805Z (Reading database ... 20%
2025-08-20T21:10:46.6277168Z (Reading database ... 25%
2025-08-20T21:10:46.6277530Z (Reading database ... 30%
2025-08-20T21:10:46.6277878Z (Reading database ... 35%
2025-08-20T21:10:46.6278237Z (Reading database ... 40%
2025-08-20T21:10:46.6278594Z (Reading database ... 45%
2025-08-20T21:10:46.6279009Z (Reading database ... 50%
2025-08-20T21:10:46.6302414Z (Reading database ... 55%
2025-08-20T21:10:46.6411210Z (Reading database ... 60%
2025-08-20T21:10:46.6435589Z (Reading database ... 65%
2025-08-20T21:10:46.6476093Z (Reading database ... 70%
2025-08-20T21:10:46.6503288Z (Reading database ... 75%
2025-08-20T21:10:46.6537955Z (Reading database ... 80%
2025-08-20T21:10:46.6721636Z (Reading database ... 85%
2025-08-20T21:10:46.6826243Z (Reading database ... 90%
2025-08-20T21:10:46.7134704Z (Reading database ... 95%
2025-08-20T21:10:46.7135150Z (Reading database ... 100%
2025-08-20T21:10:46.7135676Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:10:46.7180334Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:10:46.7196274Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:10:46.7446776Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:10:46.7586481Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:10:46.7593982Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:10:46.7835777Z Selecting previously unselected package cmake-data.
2025-08-20T21:10:46.7980536Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:10:46.8047476Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:10:47.3508790Z Selecting previously unselected package cmake.
2025-08-20T21:10:47.3665676Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:10:47.3673379Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:10:47.5731296Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:10:47.5754773Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:10:47.5774794Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:10:47.5837431Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:10:47.5860260Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:10:51.9211293Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:10:52.4905483Z 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:10:52.4906819Z Running kernel seems to be up-to-date.
2025-08-20T21:10:52.4907046Z 
2025-08-20T21:10:52.4907151Z Restarting services...
2025-08-20T21:10:52.4967137Z 
2025-08-20T21:10:52.4967497Z Service restarts being deferred:
2025-08-20T21:10:52.4968050Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:10:52.4968453Z 
2025-08-20T21:10:52.4968620Z No containers need to be restarted.
2025-08-20T21:10:52.4968917Z 
2025-08-20T21:10:52.4969113Z No user sessions are running outdated binaries.
2025-08-20T21:10:52.4969448Z 
2025-08-20T21:10:52.4969975Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:10:53.4972437Z Reading package lists...
2025-08-20T21:10:53.6726253Z Building dependency tree...
2025-08-20T21:10:53.6734899Z Reading state information...
2025-08-20T21:10:53.8775092Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:10:53.8775736Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:10:53.8776266Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:10:53.8776810Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:10:53.8777389Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:10:53.8777973Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:10:53.8778605Z ca-certificates is already the newest version (20240203).
2025-08-20T21:10:53.8779148Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:10:53.8779941Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:10:53.8780505Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:10:53.8781054Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:10:53.8781599Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:10:53.8782233Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:10:53.8782918Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:10:53.8783466Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:10:53.8784002Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:10:53.8784758Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:10:53.8785115Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:10:53.8785441Z musl is already the newest version (1.2.4-2).
2025-08-20T21:10:53.8785740Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:10:53.8786046Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:10:53.8786422Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:10:53.8786797Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:10:53.8787162Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:10:53.8787692Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:10:53.8788185Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:53.9019190Z Reading package lists...
2025-08-20T21:10:54.0956724Z Building dependency tree...
2025-08-20T21:10:54.0965537Z Reading state information...
2025-08-20T21:10:54.3238281Z autoconf is already the newest version (2.71-3).
2025-08-20T21:10:54.3238768Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:10:54.3239173Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:10:54.3239547Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:10:54.3240175Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:10:54.3240589Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:10:54.3240990Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:10:54.3241602Z ca-certificates is already the newest version (20240203).
2025-08-20T21:10:54.3241991Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:10:54.3242347Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:10:54.3242694Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:10:54.3243054Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:10:54.3243438Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:10:54.3243810Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:10:54.3244181Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:10:54.3244551Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:10:54.3244939Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:10:54.3245374Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:10:54.3245907Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:10:54.3246430Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:10:54.3246990Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:10:54.3247556Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:54.3475313Z Reading package lists...
2025-08-20T21:10:54.5420403Z Building dependency tree...
2025-08-20T21:10:54.5428300Z Reading state information...
2025-08-20T21:10:54.7727215Z devscripts is already the newest version (2.23.7).
2025-08-20T21:10:54.7727912Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:54.7970495Z Reading package lists...
2025-08-20T21:10:55.0027887Z Building dependency tree...
2025-08-20T21:10:55.0036895Z Reading state information...
2025-08-20T21:10:55.2019968Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:10:55.2020672Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:55.2259466Z Reading package lists...
2025-08-20T21:10:55.4196023Z Building dependency tree...
2025-08-20T21:10:55.4204204Z Reading state information...
2025-08-20T21:10:55.5977548Z Suggested packages:
2025-08-20T21:10:55.5977829Z   binutils-doc
2025-08-20T21:10:55.6244245Z The following NEW packages will be installed:
2025-08-20T21:10:55.6254951Z   binutils-aarch64-linux-gnu
2025-08-20T21:10:55.6445505Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:10:55.6674625Z Need to get 3711 kB of archives.
2025-08-20T21:10:55.6675164Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:10:55.6675655Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:10:55.7665634Z 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:10:56.2101806Z Fetched 3711 kB in 0s (13.6 MB/s)
2025-08-20T21:10:56.2295368Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:10:56.2352713Z (Reading database ... 
2025-08-20T21:10:56.2353291Z (Reading database ... 5%
2025-08-20T21:10:56.2353715Z (Reading database ... 10%
2025-08-20T21:10:56.2354111Z (Reading database ... 15%
2025-08-20T21:10:56.2354495Z (Reading database ... 20%
2025-08-20T21:10:56.2354875Z (Reading database ... 25%
2025-08-20T21:10:56.2355260Z (Reading database ... 30%
2025-08-20T21:10:56.2355644Z (Reading database ... 35%
2025-08-20T21:10:56.2356034Z (Reading database ... 40%
2025-08-20T21:10:56.2356418Z (Reading database ... 45%
2025-08-20T21:10:56.2356741Z (Reading database ... 50%
2025-08-20T21:10:56.2376596Z (Reading database ... 55%
2025-08-20T21:10:56.2474841Z (Reading database ... 60%
2025-08-20T21:10:56.2497360Z (Reading database ... 65%
2025-08-20T21:10:56.2541565Z (Reading database ... 70%
2025-08-20T21:10:56.2570302Z (Reading database ... 75%
2025-08-20T21:10:56.2605149Z (Reading database ... 80%
2025-08-20T21:10:56.2758193Z (Reading database ... 85%
2025-08-20T21:10:56.2854709Z (Reading database ... 90%
2025-08-20T21:10:56.3152519Z (Reading database ... 95%
2025-08-20T21:10:56.3152894Z (Reading database ... 100%
2025-08-20T21:10:56.3153333Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:10:56.3199139Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:10:56.3214809Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:10:56.4764335Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:10:56.4788249Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:10:56.4924077Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:02.1830985Z Reading package lists...
2025-08-20T21:11:02.4156148Z Building dependency tree...
2025-08-20T21:11:02.4165207Z Reading state information...
2025-08-20T21:11:02.7213889Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:11:02.7214615Z The following additional packages will be installed:
2025-08-20T21:11:02.7215275Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:11:02.7216004Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:11:02.7216784Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:11:02.7217507Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:11:02.7218173Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:11:02.7218741Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:11:02.7219426Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:11:02.7220443Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:11:02.7221159Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:11:02.7221844Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:11:02.7222540Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:11:02.7223310Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:11:02.7224060Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:11:02.7224785Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:11:02.7225594Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:11:02.7226718Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:11:02.7227399Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:11:02.7228033Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:11:02.7228662Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:11:02.7229320Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:11:02.7230222Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:11:02.7233617Z   linux-libc-dev-armhf-cross
2025-08-20T21:11:02.7247927Z Suggested packages:
2025-08-20T21:11:02.7248439Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:11:02.7249231Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:11:02.7820451Z The following NEW packages will be installed:
2025-08-20T21:11:02.7821175Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:11:02.7821987Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:11:02.7822958Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:11:02.7823819Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:11:02.7824659Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:11:02.7825457Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:11:02.7826647Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:11:02.7827551Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:11:02.7828440Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:11:02.7829254Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:11:02.7830279Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:11:02.7831113Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:11:02.7831999Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:11:02.7832905Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:11:02.7833805Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:11:02.7834678Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:11:02.7835482Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:11:02.7836339Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:11:02.7837137Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:11:02.7837900Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:11:02.7838718Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:11:02.7839500Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:11:02.7840233Z   linux-libc-dev-armhf-cross
2025-08-20T21:11:02.8098564Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:11:02.8099177Z Need to get 171 MB of archives.
2025-08-20T21:11:02.8099945Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:11:02.8100662Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:02.8703671Z 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:11:02.9131414Z 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:11:03.2847535Z 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:11:03.3272329Z 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:11:03.6775584Z 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:11:03.7230797Z 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:11:04.2284764Z 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:11:04.2736620Z 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:11:04.3242687Z 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:11:04.3682378Z 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:11:04.4125107Z 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:11:04.4564786Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:11:04.5914613Z 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:11:04.6379099Z 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:11:04.6810127Z 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:11:04.7348548Z 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:11:04.7779959Z 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:11:04.8595499Z 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:11:04.9035989Z 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:11:04.9844820Z 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:11:05.0683021Z 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:11:05.1119506Z 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:11:05.1574062Z 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:11:05.3235812Z 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:11:05.9656402Z 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:11:06.0873435Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:11:06.2152424Z 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:11:06.3832923Z 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:11:06.7270519Z 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:11:06.9038845Z 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:11:06.9452187Z 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:11:06.9890785Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:11:07.0932378Z 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:11:07.1476416Z 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:11:07.1924091Z 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:11:07.2364207Z 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:11:07.4222763Z 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:11:07.5463918Z 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:11:07.6750509Z 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:11:07.7691451Z 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:11:08.2930615Z 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:11:08.4242591Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:11:08.5545545Z 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:11:08.7276586Z 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:11:09.1515852Z 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:11:09.3827206Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:11:09.5125444Z 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:11:09.5581119Z 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:11:09.6026664Z 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:11:09.6463035Z 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:11:09.8232518Z 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:11:09.9141618Z 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:11:10.0478847Z 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:11:10.1399390Z 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:11:10.6475682Z 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:11:10.7693369Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:11:10.8920295Z 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:11:11.0634157Z 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:11:11.5029172Z 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:11:11.5465841Z 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:11:11.5902001Z 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:11:11.6340066Z 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:11:11.6776344Z 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:11:11.7214075Z 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:11:12.0775154Z Fetched 171 MB in 9s (19.1 MB/s)
2025-08-20T21:11:12.0984266Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:11:12.1042981Z (Reading database ... 
2025-08-20T21:11:12.1043506Z (Reading database ... 5%
2025-08-20T21:11:12.1043905Z (Reading database ... 10%
2025-08-20T21:11:12.1044307Z (Reading database ... 15%
2025-08-20T21:11:12.1044739Z (Reading database ... 20%
2025-08-20T21:11:12.1045015Z (Reading database ... 25%
2025-08-20T21:11:12.1045270Z (Reading database ... 30%
2025-08-20T21:11:12.1045514Z (Reading database ... 35%
2025-08-20T21:11:12.1045760Z (Reading database ... 40%
2025-08-20T21:11:12.1046007Z (Reading database ... 45%
2025-08-20T21:11:12.1046254Z (Reading database ... 50%
2025-08-20T21:11:12.1069197Z (Reading database ... 55%
2025-08-20T21:11:12.1184064Z (Reading database ... 60%
2025-08-20T21:11:12.1210636Z (Reading database ... 65%
2025-08-20T21:11:12.1256750Z (Reading database ... 70%
2025-08-20T21:11:12.1287708Z (Reading database ... 75%
2025-08-20T21:11:12.1325799Z (Reading database ... 80%
2025-08-20T21:11:12.1504187Z (Reading database ... 85%
2025-08-20T21:11:12.1619205Z (Reading database ... 90%
2025-08-20T21:11:12.1961896Z (Reading database ... 95%
2025-08-20T21:11:12.1962155Z (Reading database ... 100%
2025-08-20T21:11:12.1962501Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:11:12.2010414Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.2018737Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.2239020Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:11:12.2384039Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.2416421Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.3963416Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:11:12.4111469Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.4120445Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.4336426Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:11:12.4477785Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.4510918Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.5866093Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:11:12.6009314Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.6018462Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.6227863Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:11:12.6371129Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:12.6403148Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.7761459Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:11:12.7905737Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:12.7913360Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:12.8122821Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:11:12.8267816Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:11:12.8276181Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:12.8486357Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:11:12.8628006Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:12.8637894Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:12.8845052Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:11:12.8985859Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:12.8994062Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.9203164Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:11:12.9343256Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:12.9351828Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:12.9564983Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:11:12.9707469Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:12.9716858Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:13.0100619Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:11:13.0240319Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.0247274Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.0467540Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:11:13.0606877Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.0615170Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.0857700Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:11:13.0988498Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.0996335Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.1208167Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:11:13.1353797Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.1362336Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.1571763Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:11:13.1710876Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.1718920Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.2048005Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:11:13.2180448Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.2188781Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.2436350Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:11:13.2574501Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.2582410Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.2897816Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:11:13.3033714Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.3041761Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.3373179Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:11:13.3507106Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.3514835Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.3756187Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:11:13.3892090Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.3900221Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.4173146Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:11:13.4308785Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:13.4317130Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.5285769Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:11:13.5421429Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:13.5452170Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:13.8176010Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:11:13.8313785Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:11:13.8321704Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:14.0175559Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:11:14.0321004Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:14.0328949Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:14.1656369Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:11:14.1796439Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.1805565Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.4126265Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:11:14.4266251Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:14.4298370Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.5908146Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:11:14.6046910Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:11:14.6065706Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:11:14.6966931Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:11:14.7102990Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.7111751Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.7318175Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:11:14.7453009Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.7461360Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.7673001Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:11:14.7807374Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:14.7816411Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:14.8161243Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:11:14.8298734Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.8306456Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.8518056Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:11:14.8656383Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.8664781Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.8897040Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:11:14.9033335Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.9042735Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:14.9250304Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:11:14.9387579Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:14.9397457Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.0052945Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:11:15.0190496Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:15.0198892Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.0498172Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:11:15.0633000Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:15.0641917Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.0999090Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:11:15.1133925Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:15.1143847Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.1686013Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:11:15.1819980Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:15.1850421Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.4329939Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:11:15.4465093Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:11:15.4473806Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:15.6327532Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:11:15.6466234Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:15.6474584Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:15.7702969Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:11:15.7841135Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:15.7849281Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:15.9995456Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:11:16.0141681Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:16.0175190Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.1679505Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:11:16.1814748Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:11:16.1823007Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:11:16.2760341Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:11:16.2897377Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:16.2905998Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:16.3255647Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:11:16.3389917Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.3397445Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.3608195Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:11:16.3744672Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.3755179Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.3967240Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:11:16.4105231Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.4114262Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.4350744Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:11:16.4489098Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.4498340Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.5093713Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:11:16.5231810Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.5240606Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.5525845Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:11:16.5666539Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.5675270Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.6030607Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:11:16.6171118Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:16.6179745Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.6698528Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:11:16.6837177Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:16.6871265Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:16.9256179Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:11:16.9392841Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:11:16.9401687Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:17.1264418Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:11:17.1401970Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:11:17.1410481Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.2583302Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:11:17.2723192Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:11:17.2731716Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.4785092Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:11:17.4924514Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:11:17.4955549Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.6355820Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:11:17.6492931Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:17.6501315Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.6701082Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:11:17.6836935Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:17.6845340Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.7033429Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:11:17.7170237Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:11:17.7178925Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:17.7384039Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:11:17.7522217Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:11:17.7531204Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:17.7723453Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:11:17.7872710Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:17.7882101Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.8089739Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:11:17.8231215Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:11:17.8239965Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.8678147Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:11:17.8701625Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.8722115Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8741417Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8761677Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8780982Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:17.8801333Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8821588Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.8842387Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:17.8863013Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8882796Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:11:17.8904075Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.8931840Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8951625Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8970775Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.8990928Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.9010043Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:11:17.9029761Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9051636Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9075046Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9094724Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9113962Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9135684Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9156381Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9179445Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9198648Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9219089Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9242390Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9262976Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9288327Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.9309761Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9330630Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:11:17.9349502Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9371434Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9391652Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9413687Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.9439012Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:17.9460334Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9482353Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9503459Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9525858Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9547599Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9568530Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.9590361Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9613004Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9635362Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9657023Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9677580Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9698193Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9728228Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9750882Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9773002Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:17.9796652Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9818776Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9840863Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9864068Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9890039Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9913496Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:11:17.9935192Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:17.9955631Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9978035Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:11:17.9999335Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:18.0020479Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:18.0047365Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:11:18.0073478Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:11:18.0091138Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:11:18.0177905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:22.3774281Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:11:23.8452628Z Reading package lists...
2025-08-20T21:11:24.0394188Z Building dependency tree...
2025-08-20T21:11:24.0402823Z Reading state information...
2025-08-20T21:11:24.2273952Z The following additional packages will be installed:
2025-08-20T21:11:24.2274713Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:11:24.2282175Z   libpcap0.8-dev
2025-08-20T21:11:24.2570102Z The following NEW packages will be installed:
2025-08-20T21:11:24.2570851Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:11:24.2575467Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:11:24.2767405Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:11:24.2997233Z Need to get 1613 kB of archives.
2025-08-20T21:11:24.2997824Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:11:24.2998226Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:24.3753796Z 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:11:24.4190415Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:11:24.4655550Z 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:11:24.5088184Z 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:11:24.5522797Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:11:24.6360810Z 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:11:24.6799508Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:11:24.7240000Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:11:25.0050796Z Fetched 1613 kB in 0s (3707 kB/s)
2025-08-20T21:11:25.0245635Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:11:25.0303738Z (Reading database ... 
2025-08-20T21:11:25.0304255Z (Reading database ... 5%
2025-08-20T21:11:25.0304764Z (Reading database ... 10%
2025-08-20T21:11:25.0305182Z (Reading database ... 15%
2025-08-20T21:11:25.0306867Z (Reading database ... 20%
2025-08-20T21:11:25.0307254Z (Reading database ... 25%
2025-08-20T21:11:25.0315889Z (Reading database ... 30%
2025-08-20T21:11:25.0316323Z (Reading database ... 35%
2025-08-20T21:11:25.0316702Z (Reading database ... 40%
2025-08-20T21:11:25.0317132Z (Reading database ... 45%
2025-08-20T21:11:25.0317495Z (Reading database ... 50%
2025-08-20T21:11:25.0403482Z (Reading database ... 55%
2025-08-20T21:11:25.0423601Z (Reading database ... 60%
2025-08-20T21:11:25.0445186Z (Reading database ... 65%
2025-08-20T21:11:25.0485234Z (Reading database ... 70%
2025-08-20T21:11:25.0508119Z (Reading database ... 75%
2025-08-20T21:11:25.0539953Z (Reading database ... 80%
2025-08-20T21:11:25.0704408Z (Reading database ... 85%
2025-08-20T21:11:25.0985802Z (Reading database ... 90%
2025-08-20T21:11:25.1079850Z (Reading database ... 95%
2025-08-20T21:11:25.1080275Z (Reading database ... 100%
2025-08-20T21:11:25.1080824Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:11:25.1125773Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:11:25.1135978Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:11:25.1933284Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:11:25.2076598Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:11:25.2092539Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:11:25.2323315Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:11:25.2464515Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:11:25.2472175Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:11:25.2872230Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:11:25.3014779Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:11:25.3022623Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:11:25.3282553Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:11:25.3426573Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:11:25.3434142Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:11:25.4121864Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:11:25.4265453Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:11:25.4297913Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:11:25.4679850Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:11:25.4826852Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:11:25.4835442Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:11:25.5064830Z Selecting previously unselected package pcaputils.
2025-08-20T21:11:25.5208670Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:11:25.5242789Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:11:25.5680326Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:11:25.5704598Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:11:25.7212637Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:11:25.7241199Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:11:25.7341980Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:11:26.0222057Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:11:26.0240051Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:11:26.0284706Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:11:26.0425792Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:30.8029076Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:11:30.8297721Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:11:30.8321117Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:11:32.4541366Z Reading package lists...
2025-08-20T21:11:32.6549506Z Building dependency tree...
2025-08-20T21:11:32.6558933Z Reading state information...
2025-08-20T21:11:32.7029803Z Reading package lists...
2025-08-20T21:11:32.9036783Z Building dependency tree...
2025-08-20T21:11:32.9045308Z Reading state information...
2025-08-20T21:11:33.1100607Z The following additional packages will be installed:
2025-08-20T21:11:33.1107305Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:11:33.1116052Z Suggested packages:
2025-08-20T21:11:33.1116649Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:11:33.1117265Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:11:33.1322943Z The following NEW packages will be installed:
2025-08-20T21:11:33.1324028Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:11:33.1331482Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:11:33.1544372Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:11:33.1544858Z Need to get 800 kB of archives.
2025-08-20T21:11:33.1545416Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:11:33.1546053Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:33.2606406Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:11:33.3514038Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:11:33.4348613Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:11:33.5793050Z 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:11:33.6260241Z 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:11:33.6671146Z 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:11:33.7519926Z 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:11:33.7967586Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:11:33.8414529Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:11:34.1122925Z Fetched 800 kB in 1s (1144 kB/s)
2025-08-20T21:11:34.1323014Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:11:34.1381779Z (Reading database ... 
2025-08-20T21:11:34.1382536Z (Reading database ... 5%
2025-08-20T21:11:34.1382927Z (Reading database ... 10%
2025-08-20T21:11:34.1383293Z (Reading database ... 15%
2025-08-20T21:11:34.1383653Z (Reading database ... 20%
2025-08-20T21:11:34.1384010Z (Reading database ... 25%
2025-08-20T21:11:34.1384632Z (Reading database ... 30%
2025-08-20T21:11:34.1384988Z (Reading database ... 35%
2025-08-20T21:11:34.1385333Z (Reading database ... 40%
2025-08-20T21:11:34.1385685Z (Reading database ... 45%
2025-08-20T21:11:34.1385954Z (Reading database ... 50%
2025-08-20T21:11:34.1490650Z (Reading database ... 55%
2025-08-20T21:11:34.1511783Z (Reading database ... 60%
2025-08-20T21:11:34.1534488Z (Reading database ... 65%
2025-08-20T21:11:34.1577177Z (Reading database ... 70%
2025-08-20T21:11:34.1604410Z (Reading database ... 75%
2025-08-20T21:11:34.1641154Z (Reading database ... 80%
2025-08-20T21:11:34.1807849Z (Reading database ... 85%
2025-08-20T21:11:34.2106831Z (Reading database ... 90%
2025-08-20T21:11:34.2202902Z (Reading database ... 95%
2025-08-20T21:11:34.2203304Z (Reading database ... 100%
2025-08-20T21:11:34.2203722Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:11:34.2249901Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:11:34.2266578Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:11:34.2481622Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:11:34.2627124Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:11:34.2640946Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:11:34.2863604Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:11:34.3007259Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:11:34.3015338Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:11:34.3843620Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:11:34.3986957Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:11:34.3995161Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:11:34.4265824Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:11:34.4407970Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:11:34.4415899Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:11:34.4653645Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:11:34.4796864Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:11:34.4804961Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:11:34.5083257Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:11:34.5226065Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:11:34.5236312Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:11:34.5460450Z Selecting previously unselected package lzma.
2025-08-20T21:11:34.5603523Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:11:34.5611602Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:11:34.5870845Z Selecting previously unselected package lzma-dev.
2025-08-20T21:11:34.6013627Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:11:34.6021608Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:11:34.6466551Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:11:34.6487976Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:11:34.6508993Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:11:34.6531804Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:11:34.6553367Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:11:34.6616431Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:11:34.6641342Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:11:34.6665015Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:11:34.6684022Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:11:34.6704999Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:11:34.6728616Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:11:34.6869849Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:39.0925357Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:11:39.7390776Z 
2025-08-20T21:11:39.7391239Z Running kernel seems to be up-to-date.
2025-08-20T21:11:39.7391643Z 
2025-08-20T21:11:39.7391782Z Restarting services...
2025-08-20T21:11:39.7454832Z 
2025-08-20T21:11:39.7455277Z Service restarts being deferred:
2025-08-20T21:11:39.7455858Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:11:39.7456237Z 
2025-08-20T21:11:39.7456401Z No containers need to be restarted.
2025-08-20T21:11:39.7456695Z 
2025-08-20T21:11:39.7456887Z No user sessions are running outdated binaries.
2025-08-20T21:11:39.7457221Z 
2025-08-20T21:11:39.7457535Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:11:40.6832008Z Reading package lists...
2025-08-20T21:11:40.8888716Z Building dependency tree...
2025-08-20T21:11:40.8897808Z Reading state information...
2025-08-20T21:11:41.1357889Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:11:41.1358562Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:11:41.1358978Z inetutils-telnet set to manually installed.
2025-08-20T21:11:41.1359355Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:11:41.1360046Z The following additional packages will be installed:
2025-08-20T21:11:41.1360389Z   tcpd update-inetd
2025-08-20T21:11:41.1506851Z The following packages will be REMOVED:
2025-08-20T21:11:41.1513990Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:11:41.1514950Z The following NEW packages will be installed:
2025-08-20T21:11:41.1515438Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:11:41.1515897Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:11:41.1522487Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:11:41.1700570Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:11:41.1701245Z Need to get 698 kB of archives.
2025-08-20T21:11:41.1701821Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:11:41.1702540Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:41.2279261Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:11:41.2748995Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:11:41.3177615Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:11:41.3587120Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:11:41.4051712Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:11:41.4565172Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:11:41.4983908Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:11:41.5518112Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:11:41.6036148Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:11:41.6491129Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:11:41.6945902Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:11:41.7417685Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:11:41.7918152Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:11:42.0316717Z Preconfiguring packages ...
2025-08-20T21:11:42.1470966Z Fetched 698 kB in 1s (1096 kB/s)
2025-08-20T21:11:42.1655124Z (Reading database ... 
2025-08-20T21:11:42.1655701Z (Reading database ... 5%
2025-08-20T21:11:42.1656161Z (Reading database ... 10%
2025-08-20T21:11:42.1656601Z (Reading database ... 15%
2025-08-20T21:11:42.1656874Z (Reading database ... 20%
2025-08-20T21:11:42.1657171Z (Reading database ... 25%
2025-08-20T21:11:42.1657447Z (Reading database ... 30%
2025-08-20T21:11:42.1657717Z (Reading database ... 35%
2025-08-20T21:11:42.1657983Z (Reading database ... 40%
2025-08-20T21:11:42.1658247Z (Reading database ... 45%
2025-08-20T21:11:42.1658508Z (Reading database ... 50%
2025-08-20T21:11:42.1680002Z (Reading database ... 55%
2025-08-20T21:11:42.1774365Z (Reading database ... 60%
2025-08-20T21:11:42.1797431Z (Reading database ... 65%
2025-08-20T21:11:42.1839256Z (Reading database ... 70%
2025-08-20T21:11:42.1864561Z (Reading database ... 75%
2025-08-20T21:11:42.1902611Z (Reading database ... 80%
2025-08-20T21:11:42.2063660Z (Reading database ... 85%
2025-08-20T21:11:42.2161720Z (Reading database ... 90%
2025-08-20T21:11:42.2459217Z (Reading database ... 95%
2025-08-20T21:11:42.2459551Z (Reading database ... 100%
2025-08-20T21:11:42.2460311Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:11:42.2503701Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:11:42.2700961Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:42.2867517Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:11:42.6715776Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:11:42.6777343Z (Reading database ... 
2025-08-20T21:11:42.6777762Z (Reading database ... 5%
2025-08-20T21:11:42.6778144Z (Reading database ... 10%
2025-08-20T21:11:42.6778516Z (Reading database ... 15%
2025-08-20T21:11:42.6778880Z (Reading database ... 20%
2025-08-20T21:11:42.6779236Z (Reading database ... 25%
2025-08-20T21:11:42.6779821Z (Reading database ... 30%
2025-08-20T21:11:42.6780861Z (Reading database ... 35%
2025-08-20T21:11:42.6781236Z (Reading database ... 40%
2025-08-20T21:11:42.6781591Z (Reading database ... 45%
2025-08-20T21:11:42.6801672Z (Reading database ... 50%
2025-08-20T21:11:42.6802077Z (Reading database ... 55%
2025-08-20T21:11:42.6902562Z (Reading database ... 60%
2025-08-20T21:11:42.6927721Z (Reading database ... 65%
2025-08-20T21:11:42.6972816Z (Reading database ... 70%
2025-08-20T21:11:42.6997053Z (Reading database ... 75%
2025-08-20T21:11:42.7034828Z (Reading database ... 80%
2025-08-20T21:11:42.7199798Z (Reading database ... 85%
2025-08-20T21:11:42.7301719Z (Reading database ... 90%
2025-08-20T21:11:42.7611269Z (Reading database ... 95%
2025-08-20T21:11:42.7611768Z (Reading database ... 100%
2025-08-20T21:11:42.7612439Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:11:42.7657913Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:42.7695366Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:42.7932483Z Selecting previously unselected package tcpd.
2025-08-20T21:11:42.8075555Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:11:42.8084541Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:11:42.8325053Z Selecting previously unselected package update-inetd.
2025-08-20T21:11:42.8468506Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:11:42.8476539Z Unpacking update-inetd (4.53) ...
2025-08-20T21:11:42.8721408Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:11:42.8868939Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:42.8922922Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:42.9158760Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:11:42.9307844Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:42.9316800Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:11:42.9564212Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:11:42.9711963Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:42.9725198Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:42.9961557Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:11:43.0107816Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.0115317Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.0358889Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:11:43.0502925Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.0511554Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.0762047Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:11:43.0905604Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.0912830Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.1139985Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:11:43.1283844Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.1291751Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.1500080Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:11:43.1644388Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.1652293Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.1891494Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:11:43.2035496Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:11:43.2042419Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:11:43.2298490Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:11:43.2442956Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:11:43.2452464Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.2886895Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:11:43.2966606Z Setting up update-inetd (4.53) ...
2025-08-20T21:11:43.3852223Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.3922951Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:11:43.3940661Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:43.8342762Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:11:43.8343217Z 
2025-08-20T21:11:43.8343349Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:11:43.8343596Z 
2025-08-20T21:11:43.8344289Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:11:43.8344986Z 
2025-08-20T21:11:43.8345987Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:11:43.8346911Z 
2025-08-20T21:11:44.1396901Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.1475234Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.1535162Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:11:44.1553379Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.1584473Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.1604988Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:11:44.1624776Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.5606106Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:11:44.5606811Z 
2025-08-20T21:11:44.5607703Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:11:44.5608298Z 
2025-08-20T21:11:44.8695691Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:44.9554254Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:45.0193857Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:11:45.0872494Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:51.3638382Z Reading package lists...
2025-08-20T21:11:51.5258261Z Building dependency tree...
2025-08-20T21:11:51.5266714Z Reading state information...
2025-08-20T21:11:51.7322355Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:11:51.7322806Z iputils-tracepath set to manually installed.
2025-08-20T21:11:51.7323110Z The following packages will be REMOVED:
2025-08-20T21:11:51.7328815Z   inetutils-ping
2025-08-20T21:11:51.7330351Z The following NEW packages will be installed:
2025-08-20T21:11:51.7336092Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:11:51.7505353Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:11:51.7505959Z Need to get 71.5 kB of archives.
2025-08-20T21:11:51.7506505Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:11:51.7507158Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:11:51.8248017Z 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:11:51.8672721Z 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:11:51.9091326Z 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:11:52.2010140Z Fetched 71.5 kB in 0s (423 kB/s)
2025-08-20T21:11:52.2200312Z (Reading database ... 
2025-08-20T21:11:52.2200784Z (Reading database ... 5%
2025-08-20T21:11:52.2201192Z (Reading database ... 10%
2025-08-20T21:11:52.2201588Z (Reading database ... 15%
2025-08-20T21:11:52.2201980Z (Reading database ... 20%
2025-08-20T21:11:52.2202394Z (Reading database ... 25%
2025-08-20T21:11:52.2202781Z (Reading database ... 30%
2025-08-20T21:11:52.2203162Z (Reading database ... 35%
2025-08-20T21:11:52.2203537Z (Reading database ... 40%
2025-08-20T21:11:52.2203881Z (Reading database ... 45%
2025-08-20T21:11:52.2204111Z (Reading database ... 50%
2025-08-20T21:11:52.2291651Z (Reading database ... 55%
2025-08-20T21:11:52.2329434Z (Reading database ... 60%
2025-08-20T21:11:52.2354021Z (Reading database ... 65%
2025-08-20T21:11:52.2397211Z (Reading database ... 70%
2025-08-20T21:11:52.2426404Z (Reading database ... 75%
2025-08-20T21:11:52.2454464Z (Reading database ... 80%
2025-08-20T21:11:52.2618457Z (Reading database ... 85%
2025-08-20T21:11:52.2721845Z (Reading database ... 90%
2025-08-20T21:11:52.3019346Z (Reading database ... 95%
2025-08-20T21:11:52.3020061Z (Reading database ... 100%
2025-08-20T21:11:52.3020639Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:11:52.3063569Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:11:52.3509794Z Selecting previously unselected package iputils-ping.
2025-08-20T21:11:52.3569445Z (Reading database ... 
2025-08-20T21:11:52.3570738Z (Reading database ... 5%
2025-08-20T21:11:52.3571145Z (Reading database ... 10%
2025-08-20T21:11:52.3571480Z (Reading database ... 15%
2025-08-20T21:11:52.3571732Z (Reading database ... 20%
2025-08-20T21:11:52.3572001Z (Reading database ... 25%
2025-08-20T21:11:52.3572247Z (Reading database ... 30%
2025-08-20T21:11:52.3572490Z (Reading database ... 35%
2025-08-20T21:11:52.3572735Z (Reading database ... 40%
2025-08-20T21:11:52.3572980Z (Reading database ... 45%
2025-08-20T21:11:52.3573227Z (Reading database ... 50%
2025-08-20T21:11:52.3657581Z (Reading database ... 55%
2025-08-20T21:11:52.3693624Z (Reading database ... 60%
2025-08-20T21:11:52.3715760Z (Reading database ... 65%
2025-08-20T21:11:52.3756548Z (Reading database ... 70%
2025-08-20T21:11:52.3784736Z (Reading database ... 75%
2025-08-20T21:11:52.3815519Z (Reading database ... 80%
2025-08-20T21:11:52.3972491Z (Reading database ... 85%
2025-08-20T21:11:52.4070110Z (Reading database ... 90%
2025-08-20T21:11:52.4354914Z (Reading database ... 95%
2025-08-20T21:11:52.4355426Z (Reading database ... 100%
2025-08-20T21:11:52.4356046Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:11:52.4399258Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:11:52.4409026Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.4624271Z Selecting previously unselected package iputils-arping.
2025-08-20T21:11:52.4766880Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:11:52.4774628Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.4985769Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:11:52.5128450Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:11:52.5136920Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.5536512Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.5695441Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.5847946Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:11:52.6009840Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:11:58.7398987Z Reading package lists...
2025-08-20T21:11:58.9400242Z Building dependency tree...
2025-08-20T21:11:58.9408967Z Reading state information...
2025-08-20T21:11:59.1085178Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:11:59.1085846Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:11:59.1470493Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:12:01.0403540Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:12:01.8532005Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:02.9432598Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:12:03.0919861Z Collecting pip
2025-08-20T21:12:03.1622573Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:12:03.1817093Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:12:03.2610234Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.6 MB/s eta 0:00:00
2025-08-20T21:12:03.5585971Z Installing collected packages: pip
2025-08-20T21:12:04.2976133Z Successfully installed pip-25.2
2025-08-20T21:12:04.5250500Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:12:04.5679139Z Reading package lists...
2025-08-20T21:12:04.7412419Z Building dependency tree...
2025-08-20T21:12:04.7420575Z Reading state information...
2025-08-20T21:12:04.8974053Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:12:04.8974808Z pciutils set to manually installed.
2025-08-20T21:12:04.8975570Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:12:04.8976351Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:12:04.8976893Z python3-distro set to manually installed.
2025-08-20T21:12:04.8977347Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:12:04.8977821Z python3-netifaces set to manually installed.
2025-08-20T21:12:04.8978247Z The following additional packages will be installed:
2025-08-20T21:12:04.8978618Z   libsysfs2
2025-08-20T21:12:04.8981922Z Suggested packages:
2025-08-20T21:12:04.8982314Z   fancontrol read-edid i2c-tools
2025-08-20T21:12:04.9253813Z The following NEW packages will be installed:
2025-08-20T21:12:04.9256056Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:12:04.9418353Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:12:04.9641975Z Need to get 142 kB of archives.
2025-08-20T21:12:04.9642620Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:12:04.9643594Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:12:05.3545270Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:12:05.4360861Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:12:05.4908762Z 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:12:05.5362298Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:12:05.7999791Z Fetched 142 kB in 1s (243 kB/s)
2025-08-20T21:12:05.8198506Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:12:05.8259244Z (Reading database ... 
2025-08-20T21:12:05.8259817Z (Reading database ... 5%
2025-08-20T21:12:05.8260259Z (Reading database ... 10%
2025-08-20T21:12:05.8260538Z (Reading database ... 15%
2025-08-20T21:12:05.8260794Z (Reading database ... 20%
2025-08-20T21:12:05.8261069Z (Reading database ... 25%
2025-08-20T21:12:05.8261318Z (Reading database ... 30%
2025-08-20T21:12:05.8261565Z (Reading database ... 35%
2025-08-20T21:12:05.8261804Z (Reading database ... 40%
2025-08-20T21:12:05.8262048Z (Reading database ... 45%
2025-08-20T21:12:05.8262293Z (Reading database ... 50%
2025-08-20T21:12:05.8342103Z (Reading database ... 55%
2025-08-20T21:12:05.8377209Z (Reading database ... 60%
2025-08-20T21:12:05.8399382Z (Reading database ... 65%
2025-08-20T21:12:05.8439742Z (Reading database ... 70%
2025-08-20T21:12:05.8468092Z (Reading database ... 75%
2025-08-20T21:12:05.8495517Z (Reading database ... 80%
2025-08-20T21:12:05.8654183Z (Reading database ... 85%
2025-08-20T21:12:05.8756932Z (Reading database ... 90%
2025-08-20T21:12:05.9044700Z (Reading database ... 95%
2025-08-20T21:12:05.9045054Z (Reading database ... 100%
2025-08-20T21:12:05.9045418Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:12:05.9092732Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:12:05.9108260Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:12:05.9330641Z Selecting previously unselected package sysfsutils.
2025-08-20T21:12:05.9475691Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:12:05.9508617Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:12:05.9739452Z Selecting previously unselected package lm-sensors.
2025-08-20T21:12:05.9884485Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:12:06.0076650Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:12:06.0333353Z Selecting previously unselected package virt-what.
2025-08-20T21:12:06.0476147Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:12:06.0484108Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:12:06.0901824Z Setting up virt-what (1.25-2) ...
2025-08-20T21:12:06.0924297Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:12:06.0943897Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:12:06.4817104Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:12:06.4817760Z 
2025-08-20T21:12:06.4818577Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:12:06.4819273Z 
2025-08-20T21:12:06.7956013Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:12:07.1764197Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:12:07.1765073Z 
2025-08-20T21:12:07.1798729Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:11.8491200Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:12:13.3612802Z Reading package lists...
2025-08-20T21:12:13.5700203Z Building dependency tree...
2025-08-20T21:12:13.5709026Z Reading state information...
2025-08-20T21:12:13.7739052Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:12:13.7739911Z The following additional packages will be installed:
2025-08-20T21:12:13.7742866Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:12:13.7743531Z   xorg-sgml-doctools
2025-08-20T21:12:13.7748372Z Suggested packages:
2025-08-20T21:12:13.7748721Z   libxcb-doc
2025-08-20T21:12:13.7921673Z The following NEW packages will be installed:
2025-08-20T21:12:13.7924059Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:12:13.7928802Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:12:13.7929465Z   xcb xorg-sgml-doctools
2025-08-20T21:12:13.8109774Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:12:13.8110208Z Need to get 807 kB of archives.
2025-08-20T21:12:13.8110704Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:12:13.8111398Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:12:13.9174766Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:12:13.9673996Z 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:12:14.0086254Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:12:14.0563856Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:12:14.0978638Z 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:12:14.1422693Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:12:14.1899779Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:12:14.2340682Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:12:14.2783755Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:12:14.3239032Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:12:14.3724412Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:12:14.6378433Z Fetched 807 kB in 1s (1410 kB/s)
2025-08-20T21:12:14.6567692Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:12:14.6627325Z (Reading database ... 
2025-08-20T21:12:14.6627701Z (Reading database ... 5%
2025-08-20T21:12:14.6628059Z (Reading database ... 10%
2025-08-20T21:12:14.6628406Z (Reading database ... 15%
2025-08-20T21:12:14.6628770Z (Reading database ... 20%
2025-08-20T21:12:14.6629004Z (Reading database ... 25%
2025-08-20T21:12:14.6629224Z (Reading database ... 30%
2025-08-20T21:12:14.6629466Z (Reading database ... 35%
2025-08-20T21:12:14.6629869Z (Reading database ... 40%
2025-08-20T21:12:14.6630082Z (Reading database ... 45%
2025-08-20T21:12:14.6630293Z (Reading database ... 50%
2025-08-20T21:12:14.6728530Z (Reading database ... 55%
2025-08-20T21:12:14.6749451Z (Reading database ... 60%
2025-08-20T21:12:14.6772561Z (Reading database ... 65%
2025-08-20T21:12:14.6814721Z (Reading database ... 70%
2025-08-20T21:12:14.6843195Z (Reading database ... 75%
2025-08-20T21:12:14.6872197Z (Reading database ... 80%
2025-08-20T21:12:14.7026800Z (Reading database ... 85%
2025-08-20T21:12:14.7121469Z (Reading database ... 90%
2025-08-20T21:12:14.7405355Z (Reading database ... 95%
2025-08-20T21:12:14.7405706Z (Reading database ... 100%
2025-08-20T21:12:14.7406134Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:12:14.7451260Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:12:14.7460838Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:12:14.7684519Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:12:14.7830413Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:12:14.7837975Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:12:14.8081035Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:12:14.8224169Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:12:14.8231689Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:12:14.8814168Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:12:14.8956249Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:12:14.8964289Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:12:14.9185125Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:12:14.9329522Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:12:14.9338316Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:12:14.9562111Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:12:14.9707891Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:12:14.9716243Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:14.9961868Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:12:15.0106896Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:12:15.0114820Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:15.0337184Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:12:15.0480926Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:12:15.0497193Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:15.0704303Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:12:15.0849113Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:12:15.0856911Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:15.1062669Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:12:15.1206775Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:12:15.1218791Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:15.1445472Z Selecting previously unselected package xcb.
2025-08-20T21:12:15.1588755Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:12:15.1597939Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:12:15.2034836Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:15.2055963Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:12:15.2076477Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:12:15.2116281Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:12:15.2164294Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:12:15.2306710Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:12:19.7169893Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:12:19.7257207Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:12:19.7280721Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:12:19.7302796Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:12:19.7328915Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:19.7350433Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:19.7371055Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:19.7392119Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:12:21.4128841Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:21.6190141Z Collecting build
2025-08-20T21:12:21.6730433Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:12:21.8043300Z Collecting cffi
2025-08-20T21:12:21.8153651Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:12:21.8445786Z Collecting scons
2025-08-20T21:12:21.8632838Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:12:21.8897656Z Collecting scuba
2025-08-20T21:12:21.9165672Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:12:21.9752690Z Collecting pytest
2025-08-20T21:12:21.9859389Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:12:22.0163243Z Collecting packaging>=19.1 (from build)
2025-08-20T21:12:22.0268728Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:12:22.0486666Z Collecting pyproject_hooks (from build)
2025-08-20T21:12:22.0591730Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:12:22.0820062Z Collecting pycparser (from cffi)
2025-08-20T21:12:22.0924322Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:12:22.1353281Z Collecting PyYAML (from scuba)
2025-08-20T21:12:22.1464446Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:12:22.1683355Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:12:22.1790829Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:12:22.2069499Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:12:22.2174917Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:12:22.2488591Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:12:22.2602033Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:22.2765862Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:12:22.2907284Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:12:22.3373884Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:12:22.3780613Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 103.7 MB/s  0:00:00
2025-08-20T21:12:22.3915681Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:12:22.4060311Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:12:22.4258514Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:12:22.4419105Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:12:22.4543851Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:12:22.4728620Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:22.4905354Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 63.4 MB/s  0:00:00
2025-08-20T21:12:22.5012563Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:12:22.5142211Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:12:22.5263832Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:12:22.5325306Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 124.2 MB/s  0:00:00
2025-08-20T21:12:22.6440982Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:12:24.3433344Z 
2025-08-20T21:12:24.3450936Z 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:12:24.6746662Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:24.8906176Z Collecting ansi2txt
2025-08-20T21:12:24.9591245Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:12:24.9952727Z Collecting pipx
2025-08-20T21:12:25.0251365Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:12:25.0571866Z Collecting scons
2025-08-20T21:12:25.0588643Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:12:25.0806585Z Collecting py2static
2025-08-20T21:12:25.0968907Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:12:25.1271721Z Collecting typer
2025-08-20T21:12:25.1427668Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:12:25.2012287Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:12:25.2166930Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:12:25.2470508Z Collecting packaging>=20 (from pipx)
2025-08-20T21:12:25.2481683Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:12:25.2809400Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:12:25.2962293Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:12:25.3243993Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:12:25.3413131Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:12:25.4114491Z Collecting pyinstaller (from py2static)
2025-08-20T21:12:25.4285663Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:12:25.4554207Z Collecting staticx (from py2static)
2025-08-20T21:12:25.4709144Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:12:25.4993706Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:12:25.5144561Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:25.5537795Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:12:25.5690983Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:12:25.5939094Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:12:25.6094947Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:12:25.6588633Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:12:25.6760886Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:12:25.7074543Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:12:25.7231668Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:12:25.7579290Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:12:25.7590045Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:25.7797117Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:12:25.7951392Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:12:25.9290543Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:12:25.9442149Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:12:25.9827726Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:12:25.9980502Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:12:26.0294965Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:12:26.0446025Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:12:26.0750981Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:12:26.0906601Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:12:26.1115784Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:12:26.1302946Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:12:26.1507255Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:12:26.1716620Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:12:26.1888525Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:12:26.2078259Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:12:26.2263199Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:12:26.2335346Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:12:26.2486689Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:12:26.2655796Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:12:26.2816951Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:26.2975549Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:12:26.3150681Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:12:26.3318652Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:12:26.3487215Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:12:26.3657187Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:12:26.3836242Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:12:26.4032094Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 31.8 MB/s  0:00:00
2025-08-20T21:12:26.4216633Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:12:26.4404127Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:26.4576138Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 63.4 MB/s  0:00:00
2025-08-20T21:12:26.4729190Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:12:26.4911104Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:12:26.5087923Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:12:26.6594911Z 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:12:27.4956745Z   Attempting uninstall: scons
2025-08-20T21:12:27.5041505Z     Found existing installation: SCons 4.9.1
2025-08-20T21:12:27.5423941Z     Uninstalling SCons-4.9.1:
2025-08-20T21:12:27.5498435Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:12:28.1663172Z   Attempting uninstall: pygments
2025-08-20T21:12:28.1748410Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:12:28.1995209Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:12:28.2023398Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:12:28.8306186Z   Attempting uninstall: packaging
2025-08-20T21:12:28.8388809Z     Found existing installation: packaging 25.0
2025-08-20T21:12:28.8414266Z     Uninstalling packaging-25.0:
2025-08-20T21:12:28.8422428Z       Successfully uninstalled packaging-25.0
2025-08-20T21:12:29.8678264Z 
2025-08-20T21:12:29.8707591Z 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:12:30.1913396Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:30.4043326Z Collecting build
2025-08-20T21:12:30.4055063Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:12:30.4993926Z Collecting cffi
2025-08-20T21:12:30.5007721Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:12:30.5214657Z Collecting scons
2025-08-20T21:12:30.5225309Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:12:30.5418732Z Collecting scuba
2025-08-20T21:12:30.5429987Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:12:30.5939286Z Collecting pytest
2025-08-20T21:12:30.5951823Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:12:30.6180433Z Collecting packaging>=19.1 (from build)
2025-08-20T21:12:30.6190970Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:12:30.6344560Z Collecting pyproject_hooks (from build)
2025-08-20T21:12:30.6355493Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:12:30.6509065Z Collecting pycparser (from cffi)
2025-08-20T21:12:30.6519857Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:12:30.6883364Z Collecting PyYAML (from scuba)
2025-08-20T21:12:30.6896220Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:12:30.7049841Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:12:30.7060243Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:12:30.7287534Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:12:30.7298480Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:12:30.7537692Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:12:30.7549070Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:30.7609100Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:12:30.7620122Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:12:30.7633672Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:12:30.7674307Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:12:30.7686071Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:12:30.7698324Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:12:30.7708117Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:12:30.7717676Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:12:30.7727615Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:30.7746119Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:12:30.7756418Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:12:30.7766227Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:12:30.9013048Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:12:30.9018072Z   Attempting uninstall: scons
2025-08-20T21:12:30.9102955Z     Found existing installation: SCons 4.9.1
2025-08-20T21:12:30.9487881Z     Uninstalling SCons-4.9.1:
2025-08-20T21:12:30.9563473Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:12:31.5798763Z   Attempting uninstall: PyYAML
2025-08-20T21:12:31.5894023Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:12:31.5919032Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:12:31.5928000Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:12:31.6459803Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:12:31.6542770Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:12:31.6559213Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:12:31.6566223Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:12:31.6650155Z   Attempting uninstall: pygments
2025-08-20T21:12:31.6728435Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:12:31.6952362Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:12:31.6979126Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:12:32.3056829Z   Attempting uninstall: pycparser
2025-08-20T21:12:32.3141960Z     Found existing installation: pycparser 2.22
2025-08-20T21:12:32.3166454Z     Uninstalling pycparser-2.22:
2025-08-20T21:12:32.3184915Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:12:32.4376439Z   Attempting uninstall: pluggy
2025-08-20T21:12:32.4464539Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:12:32.4484302Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:12:32.4491434Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:12:32.4648086Z   Attempting uninstall: packaging
2025-08-20T21:12:32.4730423Z     Found existing installation: packaging 25.0
2025-08-20T21:12:32.4755203Z     Uninstalling packaging-25.0:
2025-08-20T21:12:32.4762980Z       Successfully uninstalled packaging-25.0
2025-08-20T21:12:32.5142286Z   Attempting uninstall: iniconfig
2025-08-20T21:12:32.5227300Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:12:32.5243873Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:12:32.5250615Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:12:32.5320165Z   Attempting uninstall: scuba
2025-08-20T21:12:32.5401748Z     Found existing installation: scuba 2.14.1
2025-08-20T21:12:32.5423535Z     Uninstalling scuba-2.14.1:
2025-08-20T21:12:32.5432942Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:12:32.5624899Z   Attempting uninstall: pytest
2025-08-20T21:12:32.5708829Z     Found existing installation: pytest 8.4.1
2025-08-20T21:12:32.5773093Z     Uninstalling pytest-8.4.1:
2025-08-20T21:12:32.6035922Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:12:32.8177370Z   Attempting uninstall: cffi
2025-08-20T21:12:32.8258256Z     Found existing installation: cffi 1.17.1
2025-08-20T21:12:32.8284277Z     Uninstalling cffi-1.17.1:
2025-08-20T21:12:32.8527554Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:12:32.9218670Z   Attempting uninstall: build
2025-08-20T21:12:32.9297789Z     Found existing installation: build 1.3.0
2025-08-20T21:12:32.9322378Z     Uninstalling build-1.3.0:
2025-08-20T21:12:32.9332058Z       Successfully uninstalled build-1.3.0
2025-08-20T21:12:32.9521244Z 
2025-08-20T21:12:32.9550691Z 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:12:33.2746441Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:33.4741688Z Collecting ansi2txt
2025-08-20T21:12:33.4755057Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:12:33.5069303Z Collecting pipx
2025-08-20T21:12:33.5082039Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:12:33.5353130Z Collecting scons
2025-08-20T21:12:33.5371345Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:12:33.5573564Z Collecting py2static
2025-08-20T21:12:33.5586962Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:12:33.5886300Z Collecting typer
2025-08-20T21:12:33.5897516Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:12:33.6247339Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:12:33.6258640Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:12:33.6521570Z Collecting packaging>=20 (from pipx)
2025-08-20T21:12:33.6532240Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:12:33.6798942Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:12:33.6810003Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:12:33.7053011Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:12:33.7065025Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:12:33.7586943Z Collecting pyinstaller (from py2static)
2025-08-20T21:12:33.7600237Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:12:33.7853689Z Collecting staticx (from py2static)
2025-08-20T21:12:33.7865379Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:12:33.8134133Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:12:33.8146930Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:33.8586551Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:12:33.8598480Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:12:33.8831772Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:12:33.8842701Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:12:33.9304813Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:12:33.9316371Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:12:33.9595355Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:12:33.9606660Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:12:33.9935941Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:12:33.9946957Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:12:34.0163513Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:12:34.0174192Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:12:34.1378132Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:12:34.1390920Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:12:34.1687260Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:12:34.1698582Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:12:34.2487263Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:12:34.2499212Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:12:34.2802785Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:12:34.2815034Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:12:34.2856125Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:12:34.2866246Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:12:34.2876609Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:12:34.2917464Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:12:34.2927910Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:12:34.2938068Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:12:34.2948218Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:12:34.2958684Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:12:34.2968844Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:12:34.2978649Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:12:34.2990093Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:34.3008919Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:12:34.3019183Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:12:34.3028849Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:12:34.3038679Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:12:34.3048567Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:12:34.3058391Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:12:34.3073399Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:12:34.3086126Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:34.3104335Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:12:34.3114446Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:12:34.3126520Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:12:34.4618641Z 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:12:34.4622577Z   Attempting uninstall: pyelftools
2025-08-20T21:12:34.4703589Z     Found existing installation: pyelftools 0.32
2025-08-20T21:12:34.4754264Z     Uninstalling pyelftools-0.32:
2025-08-20T21:12:34.4770055Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:12:34.5859012Z   Attempting uninstall: altgraph
2025-08-20T21:12:34.5946654Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:12:34.5965842Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:12:34.5972719Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:12:34.6110436Z   Attempting uninstall: typing-extensions
2025-08-20T21:12:34.6196529Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:12:34.6210995Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:12:34.6450532Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:12:34.6688388Z   Attempting uninstall: staticx
2025-08-20T21:12:34.6773934Z     Found existing installation: staticx 0.14.1
2025-08-20T21:12:34.6800718Z     Uninstalling staticx-0.14.1:
2025-08-20T21:12:34.6811258Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:12:34.7016003Z   Attempting uninstall: shellingham
2025-08-20T21:12:34.7099902Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:12:34.7118818Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:12:34.7125632Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:12:34.7213273Z   Attempting uninstall: setuptools
2025-08-20T21:12:34.7299820Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:12:34.7584720Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:12:34.7866236Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:12:35.4453185Z   Attempting uninstall: scons
2025-08-20T21:12:35.4551344Z     Found existing installation: SCons 4.9.1
2025-08-20T21:12:35.4934147Z     Uninstalling SCons-4.9.1:
2025-08-20T21:12:35.5004669Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:12:36.1208537Z   Attempting uninstall: pygments
2025-08-20T21:12:36.1302336Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:12:36.1538560Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:12:36.1565598Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:12:36.7838928Z   Attempting uninstall: platformdirs
2025-08-20T21:12:36.7935499Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:12:36.7959115Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:12:36.7966409Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:12:36.8117721Z   Attempting uninstall: packaging
2025-08-20T21:12:36.8203896Z     Found existing installation: packaging 25.0
2025-08-20T21:12:36.8229381Z     Uninstalling packaging-25.0:
2025-08-20T21:12:36.8237369Z       Successfully uninstalled packaging-25.0
2025-08-20T21:12:36.8634310Z   Attempting uninstall: mdurl
2025-08-20T21:12:36.8716348Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:12:36.8733813Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:12:36.8740478Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:12:36.8829235Z   Attempting uninstall: click
2025-08-20T21:12:36.8916650Z     Found existing installation: click 8.2.1
2025-08-20T21:12:36.8940043Z     Uninstalling click-8.2.1:
2025-08-20T21:12:36.8947391Z       Successfully uninstalled click-8.2.1
2025-08-20T21:12:36.9568683Z   Attempting uninstall: argcomplete
2025-08-20T21:12:36.9659032Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:12:36.9691997Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:12:36.9705011Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:12:36.9940739Z   Attempting uninstall: ansi2txt
2025-08-20T21:12:37.0023900Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:12:37.0040604Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:12:37.0282066Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:12:37.0336132Z   Attempting uninstall: userpath
2025-08-20T21:12:37.0424875Z     Found existing installation: userpath 1.9.2
2025-08-20T21:12:37.0444781Z     Uninstalling userpath-1.9.2:
2025-08-20T21:12:37.0454282Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:12:37.0553500Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:12:37.0638558Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:12:37.1080555Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:12:37.1124349Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:12:37.3907756Z   Attempting uninstall: markdown-it-py
2025-08-20T21:12:37.3998480Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:12:37.4062135Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:12:37.4076674Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:12:37.4678194Z   Attempting uninstall: rich
2025-08-20T21:12:37.4766482Z     Found existing installation: rich 14.1.0
2025-08-20T21:12:37.4828695Z     Uninstalling rich-14.1.0:
2025-08-20T21:12:37.4842713Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:12:37.6444438Z   Attempting uninstall: pyinstaller
2025-08-20T21:12:37.6527536Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:12:37.6882325Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:12:37.6927196Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:12:38.0213153Z   Attempting uninstall: pipx
2025-08-20T21:12:38.0303661Z     Found existing installation: pipx 1.7.1
2025-08-20T21:12:38.0344831Z     Uninstalling pipx-1.7.1:
2025-08-20T21:12:38.0356464Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:12:38.0871520Z   Attempting uninstall: typer
2025-08-20T21:12:38.0964518Z     Found existing installation: typer 0.16.1
2025-08-20T21:12:38.0992066Z     Uninstalling typer-0.16.1:
2025-08-20T21:12:38.1002208Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:12:38.1353168Z   Attempting uninstall: py2static
2025-08-20T21:12:38.1434009Z     Found existing installation: py2static 0.0.1
2025-08-20T21:12:38.1454665Z     Uninstalling py2static-0.0.1:
2025-08-20T21:12:38.1465891Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:12:38.1539873Z 
2025-08-20T21:12:38.1570385Z 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:12:38.4801195Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:38.6022459Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:12:38.6027700Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-5e4xk4i8
2025-08-20T21:12:38.6049441Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-5e4xk4i8
2025-08-20T21:12:40.3567356Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:12:40.3608777Z   Installing build dependencies: started
2025-08-20T21:12:41.1517092Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:12:41.1525677Z   Getting requirements to build wheel: started
2025-08-20T21:12:41.4572708Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:12:41.4584333Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:12:41.6674400Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:12:41.8628219Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:12:41.8641478Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:12:41.8920943Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:12:41.8932162Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:12:41.9213176Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:12:41.9224389Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:12:41.9533012Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:12:41.9543521Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:12:41.9589318Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:12:41.9599512Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:12:41.9613223Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:12:41.9631693Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:12:41.9756661Z Building wheels for collected packages: pyinstaller
2025-08-20T21:12:41.9765100Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:12:42.6815137Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:12:42.6840530Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=588fd154d86b098c758cc2d80bc467e7be71f0cbf0abb3496a318773c613b0f6
2025-08-20T21:12:42.6842177Z   Stored in directory: /tmp/pip-ephem-wheel-cache-59os5i94/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:12:42.6882998Z Successfully built pyinstaller
2025-08-20T21:12:42.7817974Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:12:42.7824170Z   Attempting uninstall: altgraph
2025-08-20T21:12:42.7908799Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:12:42.7930136Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:12:42.7937554Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:12:42.8084875Z   Attempting uninstall: setuptools
2025-08-20T21:12:42.8175936Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:12:42.8466549Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:12:42.8755421Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:12:43.5481206Z   Attempting uninstall: packaging
2025-08-20T21:12:43.5573786Z     Found existing installation: packaging 25.0
2025-08-20T21:12:43.5598052Z     Uninstalling packaging-25.0:
2025-08-20T21:12:43.5605688Z       Successfully uninstalled packaging-25.0
2025-08-20T21:12:43.6002669Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:12:43.6083775Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:12:43.6525883Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:12:43.6571369Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:12:43.9383651Z   Attempting uninstall: pyinstaller
2025-08-20T21:12:43.9474972Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:12:43.9855592Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:12:43.9900395Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:12:44.3340460Z 
2025-08-20T21:12:44.3370630Z 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:12:44.6925910Z 6.15.0
2025-08-20T21:12:44.8111042Z [+] Installing Go for linux-amd64...
2025-08-20T21:12:45.5289972Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:12:45.5290853Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:12:45.5291514Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:12:52.7938428Z [+] Downloading Go go1.25.0...
2025-08-20T21:12:52.7991390Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:12:52.7992075Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:12:52.7992432Z 
2025-08-20T21:12:52.8720798Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:12:52.8721334Z 100    80  100    80    0     0   1096      0 --:--:-- --:--:-- --:--:--  1111
2025-08-20T21:12:52.9486756Z 
2025-08-20T21:12:52.9487368Z 100    75  100    75    0     0    501      0 --:--:-- --:--:-- --:--:--   501
2025-08-20T21:12:54.0668278Z 
2025-08-20T21:12:54.3226658Z   0 56.8M    0  2747    0     0   2166      0  7:39:03  0:00:01  7:39:02  2166
2025-08-20T21:12:54.5993752Z  23 56.8M   23 13.5M    0     0  9103k      0  0:00:06  0:00:01  0:00:05 52.9M
2025-08-20T21:12:54.5994441Z 100 56.8M  100 56.8M    0     0  31.6M      0  0:00:01  0:00:01 --:--:--  106M
2025-08-20T21:12:54.6028451Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:12:56.0021581Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:12:56.0022141Z [+] GOROOT: /home/runner/.go
2025-08-20T21:12:56.0022522Z [+] GOPATH: /home/runner/go
2025-08-20T21:12:56.0023052Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:12:56.0178395Z go version go1.25.0 linux/amd64
2025-08-20T21:12:56.0547517Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:12:56.0548839Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:12:56.0549497Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:12:56.0550483Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:12:56.0551131Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:12:56.0551806Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:12:56.0552472Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:12:56.0553101Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:12:56.0553628Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:12:56.0553968Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:12:56.0554357Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:12:56.0554770Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:12:56.0555163Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:12:56.0555565Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:12:56.0555953Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:12:56.0556702Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:12:56.0557446Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:12:56.0558107Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:12:56.0558785Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:12:56.0559861Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:12:56.0560652Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:12:56.0561335Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:12:56.0562061Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:12:56.0562756Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:12:56.0563369Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:12:56.0564042Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:12:56.0564930Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:12:56.0565354Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:12:56.0565761Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:12:56.0566186Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:12:56.0566605Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:12:56.0567028Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:12:56.0567452Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:12:56.0567865Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:12:56.0568329Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:12:56.0568762Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:12:56.0569163Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:12:56.0569728Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:12:56.0570409Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:12:56.0571007Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:12:56.0571427Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:12:56.0571983Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:12:56.0572387Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:12:56.0572845Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:12:56.0573321Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:12:56.0573801Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:12:56.0574281Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:12:56.0574724Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:12:56.0575137Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:12:56.0575553Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:12:56.0575957Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:12:56.0576371Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:12:56.0576769Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:12:56.0577138Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:12:56.0577502Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:12:56.0577961Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:12:56.0578282Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:12:56.0578626Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:12:56.0579030Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:12:56.0579405Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:12:56.0580015Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:12:56.0580469Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:12:56.0580907Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:12:56.0581319Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:12:56.0581741Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:12:56.0582343Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:12:56.0582746Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:12:56.0583142Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:12:56.0583560Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:12:56.0584031Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:12:56.0584532Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:12:56.0585004Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:12:56.0585417Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:12:56.0585806Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:12:56.0586198Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:12:56.0586599Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:12:56.0587034Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:12:56.0587523Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:12:56.0588035Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:12:56.0588531Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:12:56.0589078Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:12:56.0589484Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:12:56.0590055Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:12:56.0590456Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:12:56.0590857Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:12:56.0591237Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:12:56.0591656Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:12:56.0592074Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:12:56.0592453Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:12:56.0592819Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:12:56.0593228Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:12:56.0593631Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:12:56.0594004Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:12:56.0594371Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:12:56.0594762Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:12:56.0595161Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:12:56.0595509Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:12:56.0595884Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:12:56.0596252Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:12:56.0596612Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:12:56.0596996Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:12:56.0597362Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:12:56.0597721Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:12:56.0598092Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:12:56.0598477Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:12:56.0598994Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:12:56.0599380Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:12:56.0599927Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:12:56.0600294Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:12:56.0600687Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:12:56.0601085Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:12:56.0601427Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:12:56.0601753Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:12:56.0602112Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:12:56.0602463Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:12:56.0602818Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:12:56.0603176Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:12:56.0603523Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:12:56.0603894Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:12:56.0604284Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:12:56.0604717Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:12:56.0605157Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:12:56.0605671Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:12:56.0606062Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:12:56.0606524Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:12:56.0606943Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:12:56.0607352Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:12:56.0607760Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:12:56.0608137Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:12:56.0608524Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:12:56.0608933Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:12:56.0609373Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:12:56.0610259Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:12:56.0610885Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:12:56.0611278Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:12:56.0611683Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:12:56.0612102Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:12:56.0612506Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:12:56.0612891Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:12:56.0613419Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:12:56.0613824Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:12:56.0614211Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:12:56.0614604Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:12:56.0614931Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:12:56.0615263Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:12:56.0615659Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:12:56.0616060Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:12:56.0616865Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:12:56.0617244Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:12:56.0617627Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:12:56.0618011Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:12:56.0618360Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:12:56.0618700Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:12:56.0619122Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:12:56.0619758Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:12:56.0620197Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:12:56.0620563Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:12:56.0620960Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:12:56.0621370Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:12:56.0621787Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:12:56.0622204Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:12:56.0622562Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:12:56.0622920Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:12:56.0623568Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:12:56.0624012Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:12:56.0624418Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:12:56.0624780Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:12:56.0625128Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:12:56.0625513Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:12:56.0625894Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:12:56.0626315Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:12:56.0626781Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:12:56.0627196Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:12:56.0627565Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:12:56.0627907Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:12:56.0628259Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:12:56.0628699Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:12:56.0629203Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:12:56.0629857Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:12:56.0630330Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:12:56.0630798Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:12:56.0631338Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:12:56.0631840Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:12:56.0632276Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:12:56.0632640Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:12:56.0633019Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:12:56.0633432Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:12:56.0633980Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:12:56.0634379Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:12:56.0634755Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:12:56.0635128Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:12:56.0635521Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:12:56.0635921Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:12:56.0636319Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:12:56.0636712Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:12:56.0637100Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:12:56.0637483Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:12:56.0637907Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:12:56.0638353Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:12:56.0638777Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:12:56.0639149Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:12:56.0639527Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:12:56.0640225Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:12:56.0640729Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:12:56.0641114Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:12:56.0641488Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:12:56.0641876Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:12:56.0642290Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:12:56.0642762Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:12:56.0643211Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:12:56.0643607Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:12:56.0643991Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:12:56.0644373Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:12:56.0644752Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:12:56.0645120Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:12:56.0645500Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:12:56.0645878Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:12:56.0646331Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:12:56.0646814Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:12:56.0647274Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:12:56.0647788Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:12:56.0648294Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:12:56.0648790Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:12:56.0649281Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:12:56.0649953Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:12:56.0650324Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:12:56.0650687Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:12:56.0651198Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:12:56.0651576Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:12:56.0651946Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:12:56.0652329Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:12:56.0652709Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:12:56.0653091Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:12:56.0653476Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:12:56.0653854Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:12:56.0654251Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:12:56.0654638Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:12:56.0655051Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:12:56.0655488Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:12:56.0655874Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:12:56.0656253Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:12:56.0656665Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:12:56.0657034Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:12:56.0657574Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:12:56.0657931Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:12:56.0658298Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:12:56.0658686Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:12:56.0659060Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:12:56.0659457Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:12:56.0659983Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:12:56.0660298Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:12:56.0660761Z 	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:12:56.0661283Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:12:56.0661656Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:12:56.0662030Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:12:56.0662398Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:12:56.0662795Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:12:56.0663235Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:12:56.0663664Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:12:56.0664089Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:12:56.0664493Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:12:56.0664892Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:12:56.0665312Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:12:56.0665730Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:12:56.0666122Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:12:56.0666551Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:12:56.0667037Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:12:56.0667532Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:12:56.0676365Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:12:56.0677057Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:12:56.0677513Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:12:56.0678021Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:12:56.0678525Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:12:56.0678956Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:12:56.0679399Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:12:56.0680011Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:12:56.0680428Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:12:56.0680807Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:12:56.0681175Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:12:56.0681562Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:12:56.0681954Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:12:56.0682327Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:12:56.0682696Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:12:56.0683279Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:12:56.0683687Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:12:56.0684061Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:12:56.0684434Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:12:56.0684792Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:12:56.0685175Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:12:56.0685563Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:12:56.0685925Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:12:56.0686300Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:12:56.0686658Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:12:56.0687020Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:12:56.0687394Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:12:56.0687755Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:12:56.0688111Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:12:56.0688488Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:12:56.0688848Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:12:56.0689221Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:12:56.0689877Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:12:56.0690299Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:12:56.0690664Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:12:56.0691045Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:12:56.0691670Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:12:56.0692076Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:12:56.0692439Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:12:56.0692803Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:12:56.0693160Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:12:56.0693600Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:12:56.0693903Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:12:56.0694249Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:12:56.0694601Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:12:56.0694971Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:12:56.0695327Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:12:56.0695670Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:12:56.0696014Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:12:56.0696396Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:12:56.0696812Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:12:56.0697210Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:12:56.0697606Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:12:56.0697991Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:12:56.0698400Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:12:56.0698902Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:12:56.0699534Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:12:56.0700566Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:12:56.0701140Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:12:56.0701624Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:12:56.0702081Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:12:56.0702608Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:12:56.0703229Z 	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:12:56.0703796Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:12:56.0704295Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:12:56.0704741Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:12:56.0705109Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:12:56.0705484Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:12:56.0705853Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:12:56.0706234Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:12:56.0706628Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:12:56.0707010Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:12:56.0707389Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:12:56.0707766Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:12:56.0708145Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:12:56.0708518Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:12:56.0708891Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:12:56.0709260Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:12:56.0709777Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:12:56.0710173Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:12:56.0710586Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:12:56.0711126Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:12:56.0711492Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:12:56.0711880Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:12:56.0712287Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:12:56.0712690Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:12:56.0713131Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:12:56.0713577Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:12:56.0713949Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:12:56.0714317Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:12:56.0714697Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:12:56.0715065Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:12:56.0715453Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:12:56.0715842Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:12:56.0716258Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:12:56.0716638Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:12:56.0716999Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:12:56.0717465Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:12:56.0718017Z 	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:12:56.0718731Z 	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:12:56.0719411Z 	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:12:56.0720182Z 	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:12:56.0720705Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:12:56.0721090Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:12:56.0721459Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:12:56.0721839Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:12:56.0722225Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:12:56.0722582Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:12:56.0722954Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:12:56.0723342Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:12:56.0723716Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:12:56.0724083Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:12:56.0724518Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:12:56.0724893Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:12:56.0725282Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:12:56.0725693Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:12:56.0726090Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:12:56.0726484Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:12:56.0726885Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:12:56.0727390Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:12:56.0727773Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:12:56.0728153Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:12:56.0728526Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:12:56.0728909Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:12:56.0729316Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:12:56.0729930Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:12:56.0730334Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:12:56.0730728Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:12:56.0731109Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:12:56.0731531Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:12:56.0731969Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:12:56.0732361Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:12:56.0732804Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:12:56.0733271Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:12:56.0733676Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:12:56.0734167Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:12:56.0734548Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:12:56.0734941Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:12:56.0735345Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:12:56.0735744Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:12:56.0736122Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:12:56.0736518Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:12:56.0736983Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:12:56.0737456Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:12:56.0737848Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:12:56.0738256Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:12:56.0738706Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:12:56.0739152Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:12:56.0739739Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:12:56.0740234Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:12:56.0740677Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:12:56.0741109Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:12:56.0741505Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:12:56.0741891Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:12:56.0742320Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:12:56.0742705Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:12:56.0743084Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:12:56.0743490Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:12:56.0743888Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:12:56.0744409Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:12:56.0744830Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:12:56.0745222Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:12:56.0745598Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:12:56.0745964Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:12:56.0746328Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:12:56.0746722Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:12:56.0747138Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:12:56.0747595Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:12:56.0748045Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:12:56.0748450Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:12:56.0748885Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:12:56.0749304Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:12:56.0749823Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:12:56.0750224Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:12:56.0750585Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:12:56.0751089Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:12:56.0751485Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:12:56.0751874Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:12:56.0752242Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:12:56.0752574Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:12:56.0752884Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:12:56.0753236Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:12:56.0753743Z 	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:12:56.0754262Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:12:56.0754640Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:12:56.0755011Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:12:56.0755403Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:12:56.0755812Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:12:56.0756219Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:12:56.0756629Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:12:56.0757040Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:12:56.0757444Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:12:56.0757811Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:12:56.0758179Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:12:56.0758540Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:12:56.0758923Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:12:56.0759343Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:12:56.0759882Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:12:56.0760272Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:12:56.0760845Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:12:56.0761282Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:12:56.0761675Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:12:56.0762039Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:12:56.0762391Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:12:56.0762748Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:12:56.0763119Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:12:56.0763494Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:12:56.0763889Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:12:56.0764299Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:12:56.0764754Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:12:56.0765198Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:12:56.0765572Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:12:56.0765950Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:12:56.0766338Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:12:56.0766718Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:12:56.0767199Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:12:56.0767573Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:12:56.0768019Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:12:56.0768508Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:12:56.0768926Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:12:56.0769292Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:12:56.0769862Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:12:56.0770275Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:12:56.0770672Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:12:56.0771050Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:12:56.0771451Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:12:56.0771832Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:12:56.0772180Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:12:56.0772540Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:12:56.0772939Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:12:56.0773363Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:12:56.0773736Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:12:56.0774126Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:12:56.0774567Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:12:56.0774996Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:12:56.0775417Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:12:56.0775812Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:12:56.0776327Z 	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:12:56.0776849Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:12:56.0777292Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:12:56.0777640Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:12:56.0778052Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:12:56.0778481Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:12:56.0779004Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:12:56.0779696Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:12:56.0780315Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:12:56.0780962Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:12:56.0781602Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:12:56.0782230Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:12:56.0782856Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:12:56.0783436Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:12:56.0783921Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:12:56.0784365Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:12:56.0784916Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:12:56.0785346Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:12:56.0785808Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:12:56.0786241Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:12:56.0786636Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:12:56.0787003Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:12:56.0787380Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:12:56.0787756Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:12:56.0788165Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:12:56.0788583Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:12:56.0788952Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:12:56.0789344Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:12:56.0789917Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:12:56.0790404Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:12:56.0790889Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:12:56.0791368Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:12:56.0791846Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:12:56.0792321Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:12:56.0792770Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:12:56.0793187Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:12:56.0793594Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:12:56.0794003Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:12:56.0794412Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:12:56.0794936Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:12:56.0795370Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:12:56.0795791Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:12:56.0796178Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:12:56.0796557Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:12:56.0796940Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:12:56.0797320Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:12:56.0797753Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:12:56.0798193Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:12:56.0798593Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:12:56.0799005Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:12:56.0799428Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:12:56.0800006Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:12:56.0800449Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:12:56.0800896Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:12:56.0801298Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:12:56.0801804Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:12:56.0802208Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:12:56.0802583Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:12:56.0802964Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:12:56.0803508Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:12:56.0803988Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:12:56.0804414Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:12:56.0804891Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:12:56.0805310Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:12:56.0805718Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:12:56.0806118Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:12:56.0806420Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:12:56.0806743Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:12:56.0807123Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:12:56.0807519Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:12:56.0807912Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:12:56.0808307Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:12:56.0808743Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:12:56.0809194Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:12:56.0809747Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:12:56.0810153Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:12:56.0810563Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:12:56.0811113Z 	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:12:56.0811692Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:12:56.0812282Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:12:56.0812724Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:12:56.0813160Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:12:56.0813578Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:12:56.0813982Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:12:56.0814373Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:12:56.0814757Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:12:56.0815155Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:12:56.0815555Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:12:56.0815933Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:12:56.0816368Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:12:56.0816773Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:12:56.0817150Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:12:56.0817563Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:12:56.0818023Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:12:56.0818553Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:12:56.0818934Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:12:56.0819309Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:12:56.0819826Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:12:56.0820205Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:12:56.0820583Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:12:56.0821010Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:12:56.0821460Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:12:56.0821861Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:12:56.0822257Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:12:56.0822654Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:12:56.0823033Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:12:56.0823405Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:12:56.0823788Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:12:56.0824194Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:12:56.0824645Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:12:56.0825096Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:12:56.0825520Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:12:56.0825919Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:12:56.0826321Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:12:56.0826751Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:12:56.0827141Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:12:56.0827496Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:12:56.0827810Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:12:56.0828113Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:12:56.0828596Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:12:56.0828970Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:12:56.0829323Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:12:56.0829808Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:12:56.0830207Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:12:56.0830591Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:12:56.0830952Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:12:56.0831301Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:12:56.0831678Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:12:56.0832077Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:12:56.0832451Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:12:56.0832822Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:12:56.0833182Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:12:56.0833566Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:12:56.0833950Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:12:56.0834299Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:12:56.0834671Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:12:56.0835172Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:12:56.0835553Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:12:56.0835933Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:12:56.0836323Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:12:56.0836728Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:12:56.0837140Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:12:56.0837566Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:12:56.0837976Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:12:56.0838338Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:12:56.0838691Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:12:56.0839047Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:12:56.0839474Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:12:56.0840086Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:12:56.0840584Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:12:56.0841069Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:12:56.0841566Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:12:56.0842008Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:12:56.0842396Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:12:56.0842785Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:12:56.0843173Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:12:56.0843567Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:12:56.0843965Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:12:56.0844344Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:12:56.0844720Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:12:56.0845253Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:12:56.0845696Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:12:56.0846129Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:12:56.0846509Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:12:56.0846912Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:12:56.0847338Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:12:56.0847722Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:12:56.0848079Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:12:56.0848475Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:12:56.0848926Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:12:56.0849361Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:12:56.0849905Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:12:56.0850310Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:12:56.0850639Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:12:56.0850916Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:12:56.0851271Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:12:56.0851864Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:12:56.3111088Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:56.5210798Z Collecting meson
2025-08-20T21:12:56.6784859Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:12:56.7248179Z Collecting ninja
2025-08-20T21:12:56.7470895Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:12:56.7732560Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:12:56.8698919Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.8 MB/s  0:00:00
2025-08-20T21:12:56.8926092Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:12:56.9827824Z Installing collected packages: ninja, meson
2025-08-20T21:12:57.7211557Z 
2025-08-20T21:12:57.7239892Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:12:58.0190728Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:12:58.1269898Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:12:58.2047170Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:12:58.7684248Z 1.8.4
2025-08-20T21:12:58.7984558Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:12:58.8242593Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:12:58.8243388Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:12:58.8244025Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:12:58.8244742Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:12:58.8245450Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:12:58.8246103Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:12:58.8246702Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:12:58.8247423Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:12:58.8248089Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:12:58.8248713Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:12:58.8249382Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:12:58.8250614Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:12:58.8251299Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:12:58.8252010Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:12:58.8252697Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:12:58.8253393Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:12:58.8254097Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:12:58.8254477Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:12:58.8254861Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:12:58.8255320Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:12:58.8255757Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:12:58.8256144Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:12:58.8256583Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:12:58.8256980Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:12:58.8257330Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:12:58.8257926Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:12:58.8258704Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:12:58.8259771Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:12:58.8260540Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:12:58.8261296Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:12:58.8262052Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:12:58.8262911Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:12:58.8263699Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:12:58.8264464Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:12:58.8265240Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:12:58.8265999Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:12:58.8266714Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:12:58.8267602Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:12:58.8268374Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:12:58.8269158Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:12:58.8270119Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:12:58.8270846Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:12:58.8271538Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:12:58.8272347Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:12:58.8273199Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:12:58.8274054Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:12:58.8274942Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:12:58.8275750Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:12:58.8276507Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:12:58.8277251Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:12:58.8277977Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:12:58.8278947Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:12:58.8279841Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:12:58.8280516Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:12:58.8281162Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:12:58.8281814Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:12:58.8282383Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:12:58.8282998Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:12:58.8283751Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:12:58.8284422Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:12:58.8285132Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:12:58.8285908Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:12:58.8286639Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:12:58.8287356Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:12:58.8288090Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:12:58.8288844Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:12:58.8289539Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:12:58.8290607Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:12:58.8291381Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:12:58.8292206Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:12:58.8293087Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:12:58.8293935Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:12:58.8294686Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:12:58.8295377Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:12:58.8296069Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:12:58.8296783Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:12:58.8297549Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:12:58.8298043Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:12:58.8298530Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:12:58.8299012Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:12:58.8299478Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:12:58.8300121Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:12:58.8300509Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:12:58.8300911Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:12:58.8301306Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:12:58.8301689Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:12:58.8302103Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:12:58.8302517Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:12:58.8302907Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:12:58.8303294Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:12:58.8303709Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:12:58.8304289Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:12:58.8304664Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:12:58.8305029Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:12:58.8305418Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:12:58.8305797Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:12:58.8306155Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:12:58.8306526Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:12:58.8306892Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:12:58.8307249Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:12:58.8307630Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:12:58.8307993Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:12:58.8308343Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:12:58.8308708Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:12:58.8309090Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:12:58.8309486Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:12:58.8310253Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:12:58.8310864Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:12:58.8311239Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:12:58.8311638Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:12:58.8312040Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:12:58.8312455Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:12:58.8312779Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:12:58.8313166Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:12:58.8313514Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:12:58.8313861Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:12:58.8314217Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:12:58.8314557Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:12:58.8314927Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:12:58.8315319Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:12:58.8315748Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:12:58.8316191Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:12:58.8316589Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:12:58.8316967Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:12:58.8317347Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:12:58.8317733Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:12:58.8318131Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:12:58.8318537Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:12:58.8318915Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:12:58.8319299Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:12:58.8319864Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:12:58.8320304Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:12:58.8320859Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:12:58.8321238Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:12:58.8321620Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:12:58.8322023Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:12:58.8322423Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:12:58.8322819Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:12:58.8323202Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:12:58.8323592Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:12:58.8323986Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:12:58.8324358Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:12:58.8324715Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:12:58.8325017Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:12:58.8325339Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:12:58.8325729Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:12:58.8326121Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:12:58.8326510Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:12:58.8326875Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:12:58.8327360Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:12:58.8327738Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:12:58.8328083Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:12:58.8328415Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:12:58.8328837Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:12:58.8329274Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:12:58.8329855Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:12:58.8330242Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:12:58.8330633Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:12:58.8331041Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:12:58.8331459Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:12:58.8331868Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:12:58.8332222Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:12:58.8332572Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:12:58.8332994Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:12:58.8333419Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:12:58.8333818Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:12:58.8334179Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:12:58.8334516Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:12:58.8334895Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:12:58.8335274Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:12:58.8335695Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:12:58.8336166Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:12:58.8336582Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:12:58.8336945Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:12:58.8337418Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:12:58.8337767Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:12:58.8338208Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:12:58.8338709Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:12:58.8339147Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:12:58.8339520Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:12:58.8340238Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:12:58.8340772Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:12:58.8341258Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:12:58.8341691Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:12:58.8342050Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:12:58.8342430Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:12:58.8342841Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:12:58.8343249Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:12:58.8343647Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:12:58.8344134Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:12:58.8344505Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:12:58.8344894Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:12:58.8345283Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:12:58.8345674Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:12:58.8346060Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:12:58.8346444Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:12:58.8346829Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:12:58.8347256Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:12:58.8347709Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:12:58.8348134Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:12:58.8348497Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:12:58.8348875Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:12:58.8349277Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:12:58.8349807Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:12:58.8350191Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:12:58.8350565Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:12:58.8350946Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:12:58.8351359Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:12:58.8351820Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:12:58.8352266Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:12:58.8352662Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:12:58.8353043Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:12:58.8353417Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:12:58.8353786Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:12:58.8354281Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:12:58.8354663Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:12:58.8355035Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:12:58.8355483Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:12:58.8355964Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:12:58.8356421Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:12:58.8356931Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:12:58.8357435Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:12:58.8357920Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:12:58.8358409Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:12:58.8358838Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:12:58.8359199Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:12:58.8359554Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:12:58.8360082Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:12:58.8360462Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:12:58.8360932Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:12:58.8361315Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:12:58.8369113Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:12:58.8369912Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:12:58.8370364Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:12:58.8370756Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:12:58.8371167Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:12:58.8371563Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:12:58.8371985Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:12:58.8372427Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:12:58.8372815Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:12:58.8373196Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:12:58.8373618Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:12:58.8373998Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:12:58.8374365Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:12:58.8374723Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:12:58.8375103Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:12:58.8375503Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:12:58.8375882Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:12:58.8376280Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:12:58.8376649Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:12:58.8376973Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:12:58.8377446Z 	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:12:58.8377968Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:12:58.8378347Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:12:58.8378910Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:12:58.8379286Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:12:58.8379829Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:12:58.8380267Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:12:58.8380690Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:12:58.8381118Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:12:58.8381524Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:12:58.8381928Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:12:58.8382349Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:12:58.8382760Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:12:58.8383152Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:12:58.8383578Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:12:58.8384069Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:12:58.8384563Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:12:58.8385009Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:12:58.8385530Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:12:58.8385943Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:12:58.8386420Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:12:58.8386904Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:12:58.8387313Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:12:58.8387746Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:12:58.8388196Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:12:58.8388601Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:12:58.8388964Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:12:58.8389329Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:12:58.8389810Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:12:58.8390199Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:12:58.8390564Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:12:58.8390927Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:12:58.8391314Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:12:58.8391697Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:12:58.8392065Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:12:58.8392436Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:12:58.8392787Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:12:58.8393173Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:12:58.8393568Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:12:58.8393941Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:12:58.8394305Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:12:58.8394665Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:12:58.8395038Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:12:58.8395415Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:12:58.8395896Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:12:58.8396252Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:12:58.8396623Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:12:58.8396981Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:12:58.8397350Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:12:58.8397787Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:12:58.8398201Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:12:58.8398573Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:12:58.8398954Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:12:58.8399372Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:12:58.8399872Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:12:58.8400234Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:12:58.8400601Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:12:58.8400962Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:12:58.8401263Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:12:58.8401567Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:12:58.8401923Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:12:58.8402401Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:12:58.8402778Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:12:58.8403137Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:12:58.8403481Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:12:58.8403826Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:12:58.8404211Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:12:58.8404633Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:12:58.8405027Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:12:58.8405425Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:12:58.8405812Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:12:58.8406285Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:12:58.8406788Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:12:58.8407414Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:12:58.8408045Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:12:58.8408593Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:12:58.8409067Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:12:58.8409523Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:12:58.8410160Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:12:58.8410802Z 	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:12:58.8411368Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:12:58.8411864Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:12:58.8412310Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:12:58.8412808Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:12:58.8413218Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:12:58.8413591Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:12:58.8413974Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:12:58.8414370Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:12:58.8414765Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:12:58.8415170Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:12:58.8415553Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:12:58.8415933Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:12:58.8416299Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:12:58.8416673Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:12:58.8417044Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:12:58.8417436Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:12:58.8417832Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:12:58.8418256Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:12:58.8418668Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:12:58.8419140Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:12:58.8419538Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:12:58.8420050Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:12:58.8420464Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:12:58.8420906Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:12:58.8421350Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:12:58.8421729Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:12:58.8422109Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:12:58.8422495Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:12:58.8422867Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:12:58.8423258Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:12:58.8423661Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:12:58.8424049Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:12:58.8424429Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:12:58.8424797Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:12:58.8425161Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:12:58.8425720Z 	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:12:58.8426448Z 	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:12:58.8427135Z 	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:12:58.8427805Z 	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:12:58.8428337Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:12:58.8428725Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:12:58.8429101Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:12:58.8429775Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:12:58.8430154Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:12:58.8430520Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:12:58.8430894Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:12:58.8431280Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:12:58.8431658Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:12:58.8432035Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:12:58.8432421Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:12:58.8432797Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:12:58.8433189Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:12:58.8433600Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:12:58.8434005Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:12:58.8434393Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:12:58.8434794Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:12:58.8435185Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:12:58.8435571Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:12:58.8436084Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:12:58.8436474Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:12:58.8436863Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:12:58.8437271Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:12:58.8437672Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:12:58.8438078Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:12:58.8438484Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:12:58.8438881Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:12:58.8439315Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:12:58.8439858Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:12:58.8440271Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:12:58.8440709Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:12:58.8441173Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:12:58.8441585Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:12:58.8441956Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:12:58.8442342Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:12:58.8442739Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:12:58.8443149Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:12:58.8443555Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:12:58.8443934Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:12:58.8444327Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:12:58.8444803Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:12:58.8445276Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:12:58.8445673Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:12:58.8446086Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:12:58.8446702Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:12:58.8447150Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:12:58.8447628Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:12:58.8448122Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:12:58.8448575Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:12:58.8449015Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:12:58.8449414Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:12:58.8449909Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:12:58.8450329Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:12:58.8450726Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:12:58.8451108Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:12:58.8451515Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:12:58.8451916Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:12:58.8452321Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:12:58.8452738Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:12:58.8453254Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:12:58.8453645Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:12:58.8454014Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:12:58.8454374Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:12:58.8454768Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:12:58.8455186Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:12:58.8455645Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:12:58.8456097Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:12:58.8456500Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:12:58.8456939Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:12:58.8457365Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:12:58.8457774Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:12:58.8458177Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:12:58.8458546Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:12:58.8458913Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:12:58.8459306Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:12:58.8459844Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:12:58.8460213Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:12:58.8460544Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:12:58.8460858Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:12:58.8461212Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:12:58.8461718Z 	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:12:58.8462236Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:12:58.8462611Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:12:58.8463118Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:12:58.8463520Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:12:58.8463934Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:12:58.8464346Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:12:58.8464745Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:12:58.8465159Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:12:58.8465614Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:12:58.8465997Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:12:58.8466373Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:12:58.8466766Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:12:58.8467162Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:12:58.8467589Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:12:58.8468046Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:12:58.8468468Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:12:58.8468892Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:12:58.8469330Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:12:58.8470005Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:12:58.8470381Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:12:58.8470736Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:12:58.8471096Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:12:58.8471470Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:12:58.8471853Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:12:58.8472254Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:12:58.8472665Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:12:58.8473125Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:12:58.8473566Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:12:58.8473948Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:12:58.8474333Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:12:58.8474717Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:12:58.8475103Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:12:58.8475481Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:12:58.8475861Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:12:58.8476300Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:12:58.8476795Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:12:58.8477212Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:12:58.8477586Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:12:58.8477964Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:12:58.8478367Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:12:58.8478767Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:12:58.8479141Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:12:58.8479536Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:12:58.8480230Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:12:58.8480584Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:12:58.8480942Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:12:58.8481340Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:12:58.8481758Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:12:58.8482133Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:12:58.8482522Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:12:58.8482965Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:12:58.8483397Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:12:58.8483813Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:12:58.8484209Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:12:58.8484725Z 	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:12:58.8485249Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:12:58.8485555Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:12:58.8485899Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:12:58.8486309Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:12:58.8486930Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:12:58.8487689Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:12:58.8488281Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:12:58.8488900Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:12:58.8489545Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:12:58.8490300Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:12:58.8490921Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:12:58.8491554Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:12:58.8492135Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:12:58.8492617Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:12:58.8493060Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:12:58.8493494Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:12:58.8493917Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:12:58.8494384Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:12:58.8494808Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:12:58.8495186Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:12:58.8495553Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:12:58.8495928Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:12:58.8496302Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:12:58.8496711Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:12:58.8497124Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:12:58.8497617Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:12:58.8498012Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:12:58.8498483Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:12:58.8498972Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:12:58.8499453Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:12:58.8500183Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:12:58.8500671Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:12:58.8501149Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:12:58.8501593Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:12:58.8502002Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:12:58.8502418Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:12:58.8502826Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:12:58.8503234Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:12:58.8503641Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:12:58.8504073Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:12:58.8504622Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:12:58.8505016Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:12:58.8505397Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:12:58.8505773Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:12:58.8506146Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:12:58.8506588Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:12:58.8507022Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:12:58.8507426Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:12:58.8507831Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:12:58.8508256Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:12:58.8508712Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:12:58.8509158Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:12:58.8509696Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:12:58.8510096Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:12:58.8510475Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:12:58.8510862Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:12:58.8511231Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:12:58.8511599Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:12:58.8511996Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:12:58.8512391Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:12:58.8512819Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:12:58.8513322Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:12:58.8513738Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:12:58.8514142Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:12:58.8514652Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:12:58.8514949Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:12:58.8515263Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:12:58.8515641Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:12:58.8516031Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:12:58.8516418Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:12:58.8516825Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:12:58.8517249Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:12:58.8517698Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:12:58.8518111Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:12:58.8518501Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:12:58.8518918Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:12:58.8519468Z 	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:12:58.8520156Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:12:58.8520615Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:12:58.8521054Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:12:58.8521601Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:12:58.8522032Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:12:58.8522434Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:12:58.8522826Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:12:58.8523209Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:12:58.8523604Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:12:58.8524009Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:12:58.8524392Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:12:58.8524792Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:12:58.8525195Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:12:58.8525577Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:12:58.8525994Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:12:58.8526456Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:12:58.8526876Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:12:58.8527257Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:12:58.8527634Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:12:58.8528022Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:12:58.8528402Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:12:58.8528771Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:12:58.8529200Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:12:58.8529753Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:12:58.8530161Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:12:58.8530554Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:12:58.8530950Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:12:58.8531451Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:12:58.8531833Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:12:58.8532218Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:12:58.8532618Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:12:58.8533067Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:12:58.8533519Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:12:58.8533949Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:12:58.8534353Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:12:58.8534755Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:12:58.8535182Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:12:58.8535578Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:12:58.8535934Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:12:58.8536252Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:12:58.8536555Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:12:58.8536925Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:12:58.8537295Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:12:58.8537754Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:12:58.8538140Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:12:58.8538534Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:12:58.8538914Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:12:58.8539276Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:12:58.8539834Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:12:58.8540222Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:12:58.8540623Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:12:58.8541000Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:12:58.8541361Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:12:58.8541719Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:12:58.8542113Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:12:58.8542754Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:12:58.8543362Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:12:58.8543902Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:12:58.8544302Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:12:58.8544677Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:12:58.8545048Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:12:58.8545422Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:12:58.8545803Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:12:58.8546201Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:12:58.8546629Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:12:58.8547027Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:12:58.8547378Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:12:58.8547725Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:12:58.8548070Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:12:58.8548649Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:12:58.8549146Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:12:58.8549744Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:12:58.8550225Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:12:58.8550717Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:12:58.8551154Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:12:58.8551536Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:12:58.8551928Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:12:58.8552317Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:12:58.8552706Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:12:58.8553091Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:12:58.8553475Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:12:58.8553846Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:12:58.8554236Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:12:58.8554673Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:12:58.8555213Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:12:58.8555596Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:12:58.8555995Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:12:58.8556417Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:12:58.8556799Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:12:58.8557148Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:12:58.8557536Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:12:58.8557995Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:12:58.8558422Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:12:58.8558829Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:12:58.8559241Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:12:58.8559673Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:12:58.8559955Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:12:58.8560308Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:12:58.8560788Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:12:58.9279164Z info: downloading installer
2025-08-20T21:12:59.1993542Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:12:59.1994009Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:12:59.1994503Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:12:59.1995049Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:12:59.2165550Z info: profile set to 'default'
2025-08-20T21:12:59.2165949Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:12:59.2166444Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:12:59.2876994Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:12:59.3713166Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:12:59.3713750Z 
2025-08-20T21:12:59.3811823Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:12:59.3812518Z 
2025-08-20T21:12:59.3812523Z 
2025-08-20T21:12:59.3812616Z Rust is installed now. Great!
2025-08-20T21:12:59.3812778Z 
2025-08-20T21:12:59.3812998Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:12:59.3813723Z environment variable. This has not been done automatically.
2025-08-20T21:12:59.3814096Z 
2025-08-20T21:12:59.3814284Z To configure your current shell, you need to source
2025-08-20T21:12:59.3814764Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:12:59.3815061Z 
2025-08-20T21:12:59.3815359Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:12:59.3816002Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:12:59.3816510Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:12:59.3816974Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:12:59.4036591Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:12:59.4378789Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:12:59.4379268Z 
2025-08-20T21:12:59.4475966Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:12:59.4476491Z 
2025-08-20T21:12:59.4966225Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:13:00.3085417Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:13:00.3514773Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:13:00.3515459Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:13:00.3516358Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:13:00.3517033Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:13:00.3517698Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:13:00.3518339Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:13:00.3518997Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:13:00.3519879Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:13:00.3520500Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:13:00.3521052Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:13:00.3521667Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:13:00.3522328Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:13:00.3522973Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:13:00.3523677Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:13:00.3524386Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:13:00.3525056Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:13:00.3525757Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:13:00.3526387Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:13:00.3526998Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:13:00.3527459Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:13:00.3527893Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:13:00.3528271Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:13:00.3528681Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:13:00.3529076Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:13:00.3529423Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:13:00.3530055Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:13:00.3530494Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:13:00.3530900Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:13:00.3531497Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:13:00.3531912Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:13:00.3532351Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:13:00.3532774Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:13:00.3533198Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:13:00.3533609Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:13:00.3534048Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:13:00.3534472Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:13:00.3534869Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:13:00.3535259Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:13:00.3535660Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:13:00.3536077Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:13:00.3536489Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:13:00.3536895Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:13:00.3537276Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:13:00.3537849Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:13:00.3538335Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:13:00.3538794Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:13:00.3539269Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:13:00.3539886Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:13:00.3540301Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:13:00.3540713Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:13:00.3541111Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:13:00.3541517Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:13:00.3541907Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:13:00.3542275Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:13:00.3542621Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:13:00.3542983Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:13:00.3543301Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:13:00.3543641Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:13:00.3544040Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:13:00.3544406Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:13:00.3544804Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:13:00.3545228Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:13:00.3545634Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:13:00.3546035Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:13:00.3546455Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:13:00.3546875Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:13:00.3547267Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:13:00.3547797Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:13:00.3548214Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:13:00.3548673Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:13:00.3549165Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:13:00.3549788Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:13:00.3550202Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:13:00.3550584Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:13:00.3550960Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:13:00.3551352Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:13:00.3551781Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:13:00.3552264Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:13:00.3552753Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:13:00.3553232Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:13:00.3553659Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:13:00.3554050Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:13:00.3554550Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:13:00.3554953Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:13:00.3555337Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:13:00.3555709Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:13:00.3556130Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:13:00.3556551Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:13:00.3556928Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:13:00.3557294Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:13:00.3557689Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:13:00.3558088Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:13:00.3558458Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:13:00.3558814Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:13:00.3559210Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:13:00.3559752Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:13:00.3560111Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:13:00.3560492Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:13:00.3560867Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:13:00.3561227Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:13:00.3561612Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:13:00.3561972Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:13:00.3562329Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:13:00.3562700Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:13:00.3563081Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:13:00.3563478Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:13:00.3563868Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:13:00.3564362Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:13:00.3564727Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:13:00.3565112Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:13:00.3565510Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:13:00.3565883Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:13:00.3566200Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:13:00.3566758Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:13:00.3567369Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:13:00.3567853Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:13:00.3568206Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:13:00.3568550Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:13:00.3568924Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:13:00.3569312Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:13:00.3569945Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:13:00.3570388Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:13:00.3570782Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:13:00.3571166Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:13:00.3571684Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:13:00.3572074Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:13:00.3572474Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:13:00.3572876Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:13:00.3573253Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:13:00.3573637Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:13:00.3574045Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:13:00.3574480Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:13:00.3574901Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:13:00.3575282Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:13:00.3575668Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:13:00.3576074Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:13:00.3576476Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:13:00.3576870Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:13:00.3577257Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:13:00.3577647Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:13:00.3578040Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:13:00.3578408Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:13:00.3578756Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:13:00.3579060Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:13:00.3579384Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:13:00.3580065Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:13:00.3580718Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:13:00.3581361Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:13:00.3581844Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:13:00.3582365Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:13:00.3582746Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:13:00.3583089Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:13:00.3583425Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:13:00.3583845Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:13:00.3584288Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:13:00.3584687Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:13:00.3585051Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:13:00.3585432Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:13:00.3585835Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:13:00.3586258Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:13:00.3586664Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:13:00.3587016Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:13:00.3587366Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:13:00.3587782Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:13:00.3588211Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:13:00.3588789Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:13:00.3589154Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:13:00.3589493Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:13:00.3590058Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:13:00.3590437Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:13:00.3590863Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:13:00.3591325Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:13:00.3591739Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:13:00.3592102Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:13:00.3592443Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:13:00.3592793Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:13:00.3593394Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:13:00.3594274Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:13:00.3594762Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:13:00.3595135Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:13:00.3595602Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:13:00.3596133Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:13:00.3596627Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:13:00.3597053Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:13:00.3597412Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:13:00.3597791Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:13:00.3598195Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:13:00.3605838Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:13:00.3606379Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:13:00.3606963Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:13:00.3607358Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:13:00.3607767Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:13:00.3608177Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:13:00.3608579Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:13:00.3608974Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:13:00.3609374Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:13:00.3610001Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:13:00.3610432Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:13:00.3610889Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:13:00.3611339Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:13:00.3611711Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:13:00.3612086Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:13:00.3612486Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:13:00.3612866Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:13:00.3613245Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:13:00.3613745Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:13:00.3614147Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:13:00.3614567Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:13:00.3615027Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:13:00.3615473Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:13:00.3615880Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:13:00.3616270Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:13:00.3616657Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:13:00.3617028Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:13:00.3617391Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:13:00.3617777Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:13:00.3618163Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:13:00.3618838Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:13:00.3619840Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:13:00.3620405Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:13:00.3620933Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:13:00.3621438Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:13:00.3622074Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:13:00.3622566Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:13:00.3622996Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:13:00.3623546Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:13:00.3624200Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:13:00.3624871Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:13:00.3625544Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:13:00.3626398Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:13:00.3627067Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:13:00.3627730Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:13:00.3628258Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:13:00.3628712Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:13:00.3629094Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:13:00.3629498Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:13:00.3630088Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:13:00.3630505Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:13:00.3630939Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:13:00.3631332Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:13:00.3631707Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:13:00.3632119Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:13:00.3632486Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:13:00.3632838Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:13:00.3633185Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:13:00.3633683Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:13:00.3634073Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:13:00.3634443Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:13:00.3634833Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:13:00.3635185Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:13:00.3635508Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:13:00.3635965Z 	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:13:00.3636477Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:13:00.3636848Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:13:00.3637221Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:13:00.3637588Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:13:00.3637988Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:13:00.3638422Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:13:00.3638841Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:13:00.3639266Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:13:00.3639889Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:13:00.3640293Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:13:00.3640709Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:13:00.3641116Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:13:00.3641501Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:13:00.3641933Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:13:00.3642419Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:13:00.3642910Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:13:00.3643352Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:13:00.3643757Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:13:00.3644280Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:13:00.3644751Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:13:00.3645228Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:13:00.3645634Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:13:00.3646060Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:13:00.3646513Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:13:00.3646918Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:13:00.3647276Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:13:00.3647639Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:13:00.3648022Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:13:00.3648402Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:13:00.3648766Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:13:00.3649126Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:13:00.3649510Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:13:00.3650086Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:13:00.3650450Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:13:00.3650937Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:13:00.3651294Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:13:00.3651665Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:13:00.3652045Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:13:00.3652404Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:13:00.3652754Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:13:00.3653096Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:13:00.3653456Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:13:00.3653820Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:13:00.3654175Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:13:00.3654526Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:13:00.3654897Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:13:00.3655249Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:13:00.3655616Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:13:00.3656044Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:13:00.3656452Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:13:00.3656815Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:13:00.3657191Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:13:00.3657606Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:13:00.3657998Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:13:00.3658352Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:13:00.3658710Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:13:00.3659065Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:13:00.3659361Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:13:00.3659864Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:13:00.3660220Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:13:00.3660697Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:13:00.3661056Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:13:00.3661411Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:13:00.3661750Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:13:00.3662081Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:13:00.3662459Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:13:00.3662874Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:13:00.3663267Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:13:00.3663654Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:13:00.3664038Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:13:00.3664452Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:13:00.3664949Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:13:00.3665569Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:13:00.3666224Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:13:00.3666766Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:13:00.3667357Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:13:00.3667807Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:13:00.3668322Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:13:00.3668933Z 	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:13:00.3669498Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:13:00.3670168Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:13:00.3670606Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:13:00.3670968Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:13:00.3671335Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:13:00.3671709Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:13:00.3672085Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:13:00.3672469Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:13:00.3672847Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:13:00.3673229Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:13:00.3673604Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:13:00.3673977Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:13:00.3674343Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:13:00.3674708Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:13:00.3675071Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:13:00.3675460Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:13:00.3675852Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:13:00.3676255Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:13:00.3676670Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:13:00.3677027Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:13:00.3677615Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:13:00.3678261Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:13:00.3678959Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:13:00.3679897Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:13:00.3680670Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:13:00.3681324Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:13:00.3681703Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:13:00.3682082Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:13:00.3682445Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:13:00.3682828Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:13:00.3683219Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:13:00.3683598Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:13:00.3683976Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:13:00.3684336Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:13:00.3684688Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:13:00.3685394Z 	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:13:00.3686108Z 	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:13:00.3686779Z 	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:13:00.3687428Z 	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:13:00.3687951Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:13:00.3688334Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:13:00.3688705Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:13:00.3689077Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:13:00.3689437Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:13:00.3690033Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:13:00.3690402Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:13:00.3690784Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:13:00.3691157Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:13:00.3691534Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:13:00.3691906Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:13:00.3692273Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:13:00.3692657Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:13:00.3693062Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:13:00.3693458Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:13:00.3693851Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:13:00.3694247Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:13:00.3694634Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:13:00.3695012Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:13:00.3695391Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:13:00.3695927Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:13:00.3696305Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:13:00.3696706Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:13:00.3697093Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:13:00.3697480Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:13:00.3697877Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:13:00.3698260Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:13:00.3698683Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:13:00.3699116Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:13:00.3699512Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:13:00.3700166Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:13:00.3700623Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:13:00.3701027Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:13:00.3701386Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:13:00.3701756Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:13:00.3702271Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:13:00.3702681Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:13:00.3703076Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:13:00.3703452Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:13:00.3703832Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:13:00.3704303Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:13:00.3704771Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:13:00.3705164Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:13:00.3705562Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:13:00.3706006Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:13:00.3706451Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:13:00.3706924Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:13:00.3707409Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:13:00.3707855Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:13:00.3708291Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:13:00.3708685Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:13:00.3709075Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:13:00.3709492Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:13:00.3710113Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:13:00.3710498Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:13:00.3710910Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:13:00.3711311Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:13:00.3711714Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:13:00.3712129Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:13:00.3712646Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:13:00.3713017Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:13:00.3713384Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:13:00.3713737Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:13:00.3714125Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:13:00.3714538Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:13:00.3714989Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:13:00.3715440Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:13:00.3715838Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:13:00.3716272Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:13:00.3716693Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:13:00.3717095Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:13:00.3717498Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:13:00.3717857Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:13:00.3718218Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:13:00.3718614Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:13:00.3719124Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:13:00.3719496Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:13:00.3720021Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:13:00.3720339Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:13:00.3720686Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:13:00.3721197Z 	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:13:00.3721708Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:13:00.3722082Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:13:00.3722453Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:13:00.3722840Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:13:00.3723250Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:13:00.3723647Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:13:00.3724042Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:13:00.3724450Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:13:00.3724860Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:13:00.3725223Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:13:00.3725588Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:13:00.3725944Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:13:00.3726318Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:13:00.3726747Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:13:00.3727174Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:13:00.3727564Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:13:00.3727977Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:13:00.3728415Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:13:00.3728930Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:13:00.3729294Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:13:00.3729840Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:13:00.3730202Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:13:00.3730568Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:13:00.3730940Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:13:00.3731345Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:13:00.3731749Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:13:00.3732203Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:13:00.3732637Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:13:00.3733011Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:13:00.3733398Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:13:00.3733777Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:13:00.3734158Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:13:00.3734527Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:13:00.3734892Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:13:00.3735448Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:13:00.3735938Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:13:00.3736348Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:13:00.3736715Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:13:00.3737093Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:13:00.3737501Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:13:00.3737892Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:13:00.3738266Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:13:00.3738661Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:13:00.3739040Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:13:00.3739384Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:13:00.3739975Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:13:00.3740371Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:13:00.3740790Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:13:00.3741171Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:13:00.3741571Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:13:00.3742016Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:13:00.3742449Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:13:00.3742868Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:13:00.3743258Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:13:00.3743796Z 	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:13:00.3744323Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:13:00.3744636Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:13:00.3744983Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:13:00.3745396Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:13:00.3746064Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:13:00.3746587Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:13:00.3747174Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:13:00.3747790Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:13:00.3748446Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:13:00.3749097Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:13:00.3750033Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:13:00.3750671Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:13:00.3751267Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:13:00.3751753Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:13:00.3752204Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:13:00.3752643Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:13:00.3753067Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:13:00.3753716Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:13:00.3754168Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:13:00.3754558Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:13:00.3754931Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:13:00.3755322Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:13:00.3755706Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:13:00.3756122Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:13:00.3756542Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:13:00.3756913Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:13:00.3757321Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:13:00.3757790Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:13:00.3758278Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:13:00.3758758Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:13:00.3759235Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:13:00.3759888Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:13:00.3760369Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:13:00.3760809Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:13:00.3761221Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:13:00.3761629Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:13:00.3762040Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:13:00.3762445Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:13:00.3762849Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:13:00.3763281Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:13:00.3763829Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:13:00.3764215Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:13:00.3764595Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:13:00.3764967Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:13:00.3765340Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:13:00.3765770Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:13:00.3766242Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:13:00.3766639Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:13:00.3767054Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:13:00.3767473Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:13:00.3767920Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:13:00.3768360Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:13:00.3768784Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:13:00.3769184Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:13:00.3769721Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:13:00.3770195Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:13:00.3770697Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:13:00.3771073Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:13:00.3771473Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:13:00.3771870Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:13:00.3772300Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:13:00.3772761Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:13:00.3773173Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:13:00.3773582Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:13:00.3773976Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:13:00.3774281Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:13:00.3774603Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:13:00.3774981Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:13:00.3775369Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:13:00.3775756Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:13:00.3776148Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:13:00.3776571Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:13:00.3777012Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:13:00.3777421Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:13:00.3777802Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:13:00.3778196Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:13:00.3778746Z 	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:13:00.3779319Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:13:00.3779963Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:13:00.3780399Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:13:00.3780952Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:13:00.3781368Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:13:00.3781760Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:13:00.3782146Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:13:00.3782524Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:13:00.3782919Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:13:00.3783313Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:13:00.3783683Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:13:00.3784068Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:13:00.3784464Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:13:00.3784837Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:13:00.3785241Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:13:00.3785696Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:13:00.3786103Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:13:00.3786472Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:13:00.3786841Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:13:00.3787341Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:13:00.3787720Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:13:00.3788088Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:13:00.3788513Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:13:00.3788960Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:13:00.3789360Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:13:00.3789859Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:13:00.3790251Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:13:00.3790626Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:13:00.3790993Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:13:00.3791374Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:13:00.3791769Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:13:00.3792214Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:13:00.3792684Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:13:00.3793110Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:13:00.3793504Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:13:00.3793912Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:13:00.3794326Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:13:00.3794708Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:13:00.3795074Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:13:00.3795397Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:13:00.3795700Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:13:00.3796066Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:13:00.3796442Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:13:00.3796793Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:13:00.3797289Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:13:00.3797684Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:13:00.3798065Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:13:00.3798423Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:13:00.3798773Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:13:00.3799151Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:13:00.3799546Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:13:00.3800014Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:13:00.3800370Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:13:00.3800725Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:13:00.3801102Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:13:00.3801485Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:13:00.3801833Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:13:00.3802204Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:13:00.3802614Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:13:00.3803000Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:13:00.3803510Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:13:00.3803901Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:13:00.3804293Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:13:00.3804696Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:13:00.3805120Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:13:00.3805539Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:13:00.3805897Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:13:00.3806248Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:13:00.3806597Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:13:00.3807024Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:13:00.3807529Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:13:00.3807998Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:13:00.3808477Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:13:00.3808975Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:13:00.3809410Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:13:00.3809893Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:13:00.3810282Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:13:00.3810667Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:13:00.3811053Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:13:00.3811439Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:13:00.3811826Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:13:00.3812198Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:13:00.3812592Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:13:00.3813034Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:13:00.3813603Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:13:00.3813979Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:13:00.3814384Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:13:00.3814804Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:13:00.3815184Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:13:00.3815532Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:13:00.3815926Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:13:00.3816380Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:13:00.3816813Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:13:00.3817225Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:13:00.3817629Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:13:00.3817955Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:13:00.3818232Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:13:00.3818583Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:13:00.3819059Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:13:00.3819363Z 
2025-08-20T21:13:00.3819368Z 
2025-08-20T21:13:00.3820071Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:13:00 PM)
2025-08-20T21:13:00.3820466Z 
2025-08-20T21:13:00.3820470Z 
2025-08-20T21:13:00.3820474Z 
2025-08-20T21:13:00.3820551Z [+] Continue : YES
2025-08-20T21:13:00.3820672Z 
2025-08-20T21:13:00.3820920Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:13:00.4512320Z 
2025-08-20T21:13:00.4512994Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:13:00 PM) UTC
2025-08-20T21:13:00.4513454Z 
2025-08-20T21:13:00.4530573Z 
2025-08-20T21:13:00.4530830Z [+] Total RECIPES :: 1
2025-08-20T21:13:00.4531001Z 
2025-08-20T21:13:00.4606652Z 
2025-08-20T21:13:00.4607604Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml (1/1)
2025-08-20T21:13:00.4608624Z 
2025-08-20T21:13:00.5657908Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:00.5671238Z mode of '/tmp/pkgforge/gQdtr6JrB_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:13:00.5724603Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/husarnet/official [Provided]
2025-08-20T21:13:00.5725210Z [+] Setting '.pkg_family' --> husarnet [Provided]
2025-08-20T21:13:00.5738779Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:13:00.5745887Z [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:13:00.5842926Z [00:00:00.010]➜  
2025-08-20T21:13:00.5844755Z [00:00:00.010]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/husarnet/static.official.source.yaml) --> /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:13:00 PM) UTC]
2025-08-20T21:13:00.5846049Z [00:00:00.010]➜  
2025-08-20T21:13:00.5846265Z [00:00:00.010]➜  
2025-08-20T21:13:00.5846462Z [00:00:00.010]➜  
2025-08-20T21:13:00.5846788Z [00:00:00.010]➜  ###################################################################
2025-08-20T21:13:00.5852894Z [00:00:00.011]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:13:00.5854370Z [00:00:00.011]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:00.5855513Z [00:00:00.011]➜  _disabled: false
2025-08-20T21:13:00.5856323Z [00:00:00.011]➜  
2025-08-20T21:13:00.5856728Z [00:00:00.011]➜  pkg: "husarnet"
2025-08-20T21:13:00.5857217Z [00:00:00.011]➜  pkg_id: "github.com.husarnet.husarnet"
2025-08-20T21:13:00.5857558Z [00:00:00.011]➜  pkg_type: "static"
2025-08-20T21:13:00.5857823Z [00:00:00.011]➜  category:
2025-08-20T21:13:00.5858527Z [00:00:00.011]➜    - "ConsoleOnly"
2025-08-20T21:13:00.5858837Z [00:00:00.011]➜    - "Utility"
2025-08-20T21:13:00.5859268Z [00:00:00.011]➜  description: "Peer-to-Peer VPN over the Internet with zero configuration"
2025-08-20T21:13:00.5859893Z [00:00:00.011]➜  homepage:
2025-08-20T21:13:00.5860199Z [00:00:00.011]➜    - "https://husarnet.com/"
2025-08-20T21:13:00.5860485Z [00:00:00.011]➜  license:
2025-08-20T21:13:00.5860733Z [00:00:00.011]➜    - id: "GPL-3.0"
2025-08-20T21:13:00.5861300Z [00:00:00.011]➜      url: "https://github.com/husarnet/husarnet/raw/2cd4aad26c7873ebb1626919000b080b5dcded63/LICENSE.txt"  
2025-08-20T21:13:00.5861808Z [00:00:00.011]➜  maintainer:
2025-08-20T21:13:00.5862151Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:13:00.5862466Z [00:00:00.011]➜  note:
2025-08-20T21:13:00.5862759Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:13:00.5863290Z [00:00:00.011]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/husarnet/husarnet"
2025-08-20T21:13:00.5863720Z [00:00:00.011]➜  provides:
2025-08-20T21:13:00.5863958Z [00:00:00.011]➜    - "husarnet"
2025-08-20T21:13:00.5864221Z [00:00:00.011]➜    - "husarnet-daemon"
2025-08-20T21:13:00.5864490Z [00:00:00.011]➜  #repology:
2025-08-20T21:13:00.5864919Z [00:00:00.011]➜  #  - "husarnet"
2025-08-20T21:13:00.5865176Z [00:00:00.011]➜  src_url:
2025-08-20T21:13:00.5865481Z [00:00:00.011]➜    - "https://github.com/husarnet/husarnet"
2025-08-20T21:13:00.5865784Z [00:00:00.011]➜  tag:
2025-08-20T21:13:00.5866009Z [00:00:00.011]➜    - "utility"
2025-08-20T21:13:00.5866249Z [00:00:00.011]➜  x_exec:
2025-08-20T21:13:00.5866467Z [00:00:00.011]➜    host:
2025-08-20T21:13:00.5866738Z [00:00:00.011]➜      - "aarch64-Linux"
2025-08-20T21:13:00.5867017Z [00:00:00.011]➜      - "x86_64-Linux"
2025-08-20T21:13:00.5867279Z [00:00:00.011]➜    shell: "bash"
2025-08-20T21:13:00.5867526Z [00:00:00.011]➜    pkgver: |
2025-08-20T21:13:00.5867819Z [00:00:00.011]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:13:00.5868553Z [00:00:00.011]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/husarnet/husarnet" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:13:00.5870374Z [00:00:00.011]➜      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:13:00.5871227Z [00:00:00.011]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:13:00.5871620Z [00:00:00.011]➜    run: |
2025-08-20T21:13:00.5871854Z [00:00:00.011]➜      #Build
2025-08-20T21:13:00.5872413Z [00:00:00.011]➜       cd "${SBUILD_TMPDIR}" && git clone --depth="1" --filter="blob:none" --quiet "https://github.com/husarnet/husarnet" "./TEMPREPO"
2025-08-20T21:13:00.5873020Z [00:00:00.011]➜       cd "./TEMPREPO/util" && chmod -v 'a+x' "./build.sh"
2025-08-20T21:13:00.5873541Z [00:00:00.011]➜       find "." -type f -iname "*.sh" -exec sed '/set +uo/!s#set -uo#set +uo#g' -i "{}" + 2>/dev/null
2025-08-20T21:13:00.5874062Z [00:00:00.011]➜       script --quiet --return --command 'sudo "./build.sh" "linux"'
2025-08-20T21:13:00.5875298Z [00:00:00.011]➜       find "${SBUILD_TMPDIR}/TEMPREPO/build" -maxdepth 2 -type f -iname "*husarnet-daemon*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_TMPDIR}/husarnet-daemon"
2025-08-20T21:13:00.5877129Z [00:00:00.011]➜       find "${SBUILD_TMPDIR}/TEMPREPO/build" -maxdepth 2 -type f ! -iname "*husarnet-daemon*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_TMPDIR}/husarnet"
2025-08-20T21:13:00.5878796Z [00:00:00.011]➜       ( askalono --format "json" crawl --follow "${SBUILD_TMPDIR}" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_TMPDIR}/LICENSE" ) 2>/dev/null
2025-08-20T21:13:00.5879797Z [00:00:00.011]➜      #strip & info 
2025-08-20T21:13:00.5880867Z [00:00:00.011]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:13:00.5882504Z [00:00:00.011]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f ! -name "*.no_strip" -exec strip --strip-debug --strip-dwo --strip-unneeded "{}" \; &>/dev/null
2025-08-20T21:13:00.5883706Z [00:00:00.011]➜       file "${SBUILD_TMPDIR}/"* && du -sh "${SBUILD_TMPDIR}/"*
2025-08-20T21:13:00.5884314Z [00:00:00.011]➜      #Copy & Meta
2025-08-20T21:13:00.5885132Z [00:00:00.011]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:13:00.5887153Z [00:00:00.011]➜       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:13:00.5888683Z [00:00:00.011]➜  
2025-08-20T21:13:00.5889257Z [00:00:00.011]➜  ###################################################################
2025-08-20T21:13:00.5890109Z [00:00:00.011]➜  
2025-08-20T21:13:00.5890714Z [00:00:00.011]➜  
2025-08-20T21:13:00.5891099Z [00:00:00.011]➜  
2025-08-20T21:13:00.5892071Z [00:00:00.013]➜  '/tmp/pkgforge/gQdtr6JrB_build.yaml' -> '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:13:01.9747809Z [00:00:01.400]➜  '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.version' -> '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.version'
2025-08-20T21:13:01.9803585Z [00:00:01.406]➜  [+] Version: HEAD-143e4db-250814T110015 ('.x_exec.pkgver') [/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.version]
2025-08-20T21:13:02.0057393Z [00:00:01.431]➜  [+] Progs: husarnet husarnet-daemon
2025-08-20T21:13:02.4558760Z [00:00:01.881]➜  
2025-08-20T21:13:02.4559121Z [00:00:01.882]➜  [-] Missing packages. Found: 
2025-08-20T21:13:02.4559519Z [00:00:01.882]➜  [+] Expected: husarnet husarnet-daemon
2025-08-20T21:13:02.4560076Z [00:00:01.882]➜  [+] Continuing with build...
2025-08-20T21:13:02.4560358Z [00:00:01.882]➜  
2025-08-20T21:13:02.9580047Z [00:00:02.384]➜  
2025-08-20T21:13:02.9580525Z [00:00:02.384]➜  
2025-08-20T21:13:02.9671571Z [00:00:02.393]➜  + cd /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:02.9672502Z [00:00:02.393]➜  + git clone --depth=1 --filter=blob:none --quiet https://github.com/husarnet/husarnet ./TEMPREPO
2025-08-20T21:13:03.6244036Z [00:00:03.050]➜  + cd ./TEMPREPO/util
2025-08-20T21:13:03.6244737Z [00:00:03.050]➜  + chmod -v a+x ./build.sh
2025-08-20T21:13:03.6256110Z [00:00:03.051]➜  mode of './build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:03.6258226Z [00:00:03.052]➜  + find . -type f -iname '*.sh' -exec sed '/set +uo/!s#set -uo#set +uo#g' -i '{}' +
2025-08-20T21:13:03.6299096Z [00:00:03.056]➜  + script --quiet --return --command 'sudo "./build.sh" "linux"'
2025-08-20T21:13:03.6623483Z [00:00:03.088]➜  ^@Unable to find image 'ghcr.io/husarnet/husarnet:builder' locally
2025-08-20T21:13:03.8861824Z [00:00:03.312]➜  docker: Error response from daemon: Head "https://ghcr.io/v2/husarnet/husarnet/manifests/builder": unauthorized
2025-08-20T21:13:03.8862760Z [00:00:03.312]➜  
2025-08-20T21:13:03.8863273Z [00:00:03.312]➜  Run 'docker run --help' for more information
2025-08-20T21:13:03.8876336Z [00:00:03.313]➜  Error 125 happened. Stack trace:
2025-08-20T21:13:03.8893878Z [00:00:03.315]➜  /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/build.sh:21 in main
2025-08-20T21:13:03.9014077Z [00:00:03.327]➜  + find /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/build -maxdepth 2 -type f -iname '*husarnet-daemon*' -exec file -i '{}' ';'
2025-08-20T21:13:03.9031618Z [00:00:03.329]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:13:03.9033030Z [00:00:03.329]➜  + cut -d: -f1
2025-08-20T21:13:03.9033759Z [00:00:03.329]➜  + xargs realpath
2025-08-20T21:13:03.9034988Z [00:00:03.329]➜  find: ‘/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/build’: No such file or directory
2025-08-20T21:13:03.9036035Z [00:00:03.329]➜  + head -n 1
2025-08-20T21:13:03.9036960Z [00:00:03.329]➜  + xargs -I '{}' cp -fv '{}' /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/husarnet-daemon
2025-08-20T21:13:03.9052703Z [00:00:03.331]➜  realpath: missing operand
2025-08-20T21:13:03.9053238Z [00:00:03.331]➜  Try 'realpath --help' for more information.
2025-08-20T21:13:03.9061779Z [00:00:03.332]➜  + find /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/build -maxdepth 2 -type f '!' -iname '*husarnet-daemon*' -exec file -i '{}' ';'
2025-08-20T21:13:03.9080993Z [00:00:03.334]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:13:03.9082822Z [00:00:03.334]➜  + cut -d: -f1
2025-08-20T21:13:03.9083300Z [00:00:03.334]➜  + xargs realpath
2025-08-20T21:13:03.9084724Z [00:00:03.334]➜  find: ‘/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/build’: No such file or directory
2025-08-20T21:13:03.9086021Z [00:00:03.334]➜  + head -n 1
2025-08-20T21:13:03.9091144Z [00:00:03.334]➜  + xargs -I '{}' cp -fv '{}' /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/husarnet
2025-08-20T21:13:03.9094689Z [00:00:03.335]➜  realpath: missing operand
2025-08-20T21:13:03.9095848Z [00:00:03.335]➜  Try 'realpath --help' for more information.
2025-08-20T21:13:04.0623994Z [00:00:03.488]➜  '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/LICENSE.txt' -> '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE'
2025-08-20T21:13:04.0853254Z [00:00:03.511]➜  + find /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:13:04.2425834Z [00:00:03.668]➜  objcopy: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE: file format not recognized
2025-08-20T21:13:04.2444479Z [00:00:03.670]➜  objcopy: error: the input file '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' is empty
2025-08-20T21:13:04.2450508Z [00:00:03.671]➜  + find /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f '!' -name '*.no_strip' -exec strip --strip-debug --strip-dwo --strip-unneeded '{}' ';'
2025-08-20T21:13:04.2623933Z [00:00:03.688]➜  + file /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:13:04.3590715Z [00:00:03.785]➜  /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE:       Unicode text, UTF-8 text
2025-08-20T21:13:04.3592295Z [00:00:03.785]➜  /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json: empty
2025-08-20T21:13:04.3593266Z [00:00:03.785]➜  /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO:      directory
2025-08-20T21:13:04.3594107Z [00:00:03.785]➜  /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:           directory
2025-08-20T21:13:04.3603037Z [00:00:03.786]➜  + du -sh /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:13:04.3615432Z [00:00:03.787]➜  56K	/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE
2025-08-20T21:13:04.3616419Z [00:00:03.787]➜  0	/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json
2025-08-20T21:13:04.3628696Z [00:00:03.789]➜  2.9M	/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO
2025-08-20T21:13:04.3629422Z [00:00:03.789]➜  4.0K	/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:13:04.3631668Z [00:00:03.789]➜  + '[' -s /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:13:04.3633317Z [00:00:03.789]➜  + cp -fv /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:13:04.3647356Z [00:00:03.790]➜  '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:13:04.3652641Z [00:00:03.791]➜  + find /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:13:04.3661278Z [00:00:03.792]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:13:04.3669092Z [00:00:03.792]➜  + cut -d: -f1
2025-08-20T21:13:04.3670219Z [00:00:03.792]➜  + xargs realpath --no-symlinks
2025-08-20T21:13:04.3674234Z [00:00:03.793]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:04.3802814Z [00:00:03.806]➜  realpath: missing operand
2025-08-20T21:13:04.3803268Z [00:00:03.806]➜  Try 'realpath --help' for more information.
2025-08-20T21:13:04.3812393Z [00:00:03.807]➜  
2025-08-20T21:13:04.7470135Z [00:00:04.173]➜  
2025-08-20T21:13:04.7589531Z [00:00:04.184]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:13:04.7590950Z [00:00:04.184]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:13:04.7592108Z [00:00:04.184]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/snap/snapcraft.yaml' from runner:docker to runner:runner
2025-08-20T21:13:04.7593385Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/snap/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7594651Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/snap' from runner:docker to runner:runner
2025-08-20T21:13:04.7596568Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/macos/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7598099Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/macos' from runner:docker to runner:runner
2025-08-20T21:13:04.7599330Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/installservice.bat' from runner:docker to runner:runner
2025-08-20T21:13:04.7600797Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/script.iss' from runner:docker to runner:runner
2025-08-20T21:13:04.7602004Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/addtap.bat' from runner:docker to runner:runner
2025-08-20T21:13:04.7603878Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/tap-windows.exe' from runner:docker to runner:runner
2025-08-20T21:13:04.7606022Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/uninstallservice.bat' from runner:docker to runner:runner
2025-08-20T21:13:04.7607301Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7615740Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/nssm.exe' from runner:docker to runner:runner
2025-08-20T21:13:04.7617563Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows' from runner:docker to runner:runner
2025-08-20T21:13:04.7618780Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/Dockerfile' from runner:docker to runner:runner
2025-08-20T21:13:04.7621580Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/husarnet-docker-healthcheck.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7623381Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7624651Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/husarnet-docker.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7625858Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker' from runner:docker to runner:runner
2025-08-20T21:13:04.7627301Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/conftest.py' from runner:docker to runner:runner
2025-08-20T21:13:04.7629505Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/flash_monitor.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7630977Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/CMakeLists.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7632247Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/sdkconfig.defaults' from runner:docker to runner:runner
2025-08-20T21:13:04.7633527Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest_eth_husarnet.py' from runner:docker to runner:runner
2025-08-20T21:13:04.7634910Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/Kconfig' from runner:docker to runner:runner
2025-08-20T21:13:04.7637205Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/CMakeLists.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7638659Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/husarnet.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7640298Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/idf_component.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7641866Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core' from runner:docker to runner:runner
2025-08-20T21:13:04.7643120Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components' from runner:docker to runner:runner
2025-08-20T21:13:04.7644893Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest.ini' from runner:docker to runner:runner
2025-08-20T21:13:04.7646522Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest_helpers.py' from runner:docker to runner:runner
2025-08-20T21:13:04.7647737Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7648953Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/partitions.csv' from runner:docker to runner:runner
2025-08-20T21:13:04.7650419Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/idf.py' from runner:docker to runner:runner
2025-08-20T21:13:04.7651786Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/CMakePresets.json' from runner:docker to runner:runner
2025-08-20T21:13:04.7653188Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/CMakeLists.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7655292Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/webserver.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7656557Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/test_runner.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7657806Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/iperf_wrapper.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7659081Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_ping.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7660569Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_join.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7662124Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/common.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7664052Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/common.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7665347Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_iperf.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7666628Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests' from runner:docker to runner:runner
2025-08-20T21:13:04.7667846Z [00:00:04.185]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/webserver.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7669236Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/idf_component.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7670906Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/iperf_wrapper.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7672858Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main' from runner:docker to runner:runner
2025-08-20T21:13:04.7673993Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32' from runner:docker to runner:runner
2025-08-20T21:13:04.7675134Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7676377Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/autocomplete' from runner:docker to runner:runner
2025-08-20T21:13:04.7677698Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/pre-remove-script.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7679814Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/post-install-script.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7682164Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging' from runner:docker to runner:runner
2025-08-20T21:13:04.7683360Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux' from runner:docker to runner:runner
2025-08-20T21:13:04.7684434Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms' from runner:docker to runner:runner
2025-08-20T21:13:04.7685484Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.gitignore' from runner:docker to runner:runner
2025-08-20T21:13:04.7686560Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.dockerignore' from runner:docker to runner:runner
2025-08-20T21:13:04.7687630Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.clang-format' from runner:docker to runner:runner
2025-08-20T21:13:04.7689554Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/README.md' from runner:docker to runner:runner
2025-08-20T21:13:04.7690996Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/security_layer.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7692208Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/string_view.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7693420Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_manager.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7694605Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/http.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7695965Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/compression_layer.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7698129Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_env.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7699354Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/logging.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7701210Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_manager.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7703173Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_flags.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7705333Z [00:00:04.186]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7707435Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7709732Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/eventbus.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7712147Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_messages.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7713829Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7715019Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/util.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7716207Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/sockets.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7717442Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/tun.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7718681Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/port.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7720119Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/port.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7721522Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/tun.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7722777Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/types.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7723994Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos' from runner:docker to runner:runner
2025-08-20T21:13:04.7725258Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/networking.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7726580Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/networking.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7727856Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/tun.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7729110Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/port.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7730696Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/port.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7731972Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/tun.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7733206Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows' from runner:docker to runner:runner
2025-08-20T21:13:04.7734412Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/sockets.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7735604Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/port.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7736813Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/tun.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7738051Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/port.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7739299Z [00:00:04.187]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/port.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7740739Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/tun.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7742027Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/user_interface.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7743342Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/user_interface.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7744592Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32' from runner:docker to runner:runner
2025-08-20T21:13:04.7745954Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/filesystem.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7747210Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/port.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7748482Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/filesystem.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7749970Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat' from runner:docker to runner:runner
2025-08-20T21:13:04.7751325Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/port_interface.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7752643Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/dummy_task_priorities.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7753951Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/filesystem.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7755394Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/tun.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7756645Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/port.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7757900Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/port.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7759143Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/tun.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7760546Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux' from runner:docker to runner:runner
2025-08-20T21:13:04.7761708Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports' from runner:docker to runner:runner
2025-08-20T21:13:04.7762865Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/licensing.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7764087Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_manager.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7765284Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/fstring.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7766524Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/api_server/server.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7767761Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/api_server/server.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7768948Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/api_server' from runner:docker to runner:runner
2025-08-20T21:13:04.7770465Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_container.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7771638Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/http.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7772807Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/eventbus.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7774009Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_crypto.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7775237Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/layer_interface.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7776470Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/hooks_manager.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7777704Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket_message.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7779033Z [00:00:04.188]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7780444Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_crypto.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7781697Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/security_layer.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7782894Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/identity.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7784066Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/logging.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7785251Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7786444Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_config.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7787627Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/queue.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7788801Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/licensing.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7790284Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_flags.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7791463Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/sha1.c' from runner:docker to runner:runner
2025-08-20T21:13:04.7792629Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ipaddress.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7794166Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/identity.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7795419Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/proxy.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7796693Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/proxy.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7797959Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/response.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7799247Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/response.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7800744Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi' from runner:docker to runner:runner
2025-08-20T21:13:04.7801960Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_manager.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7803414Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/packet_pool.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7804679Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/util.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7805887Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/multicast_layer.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7807128Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_container.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7808353Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/layer_interfaces.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7809762Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ipaddress.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7811059Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/hooks_manager.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7812308Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/compression_layer.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7813626Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libsodium/generate.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7814925Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libsodium' from runner:docker to runner:runner
2025-08-20T21:13:04.7816207Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libnl/config.h.in' from runner:docker to runner:runner
2025-08-20T21:13:04.7817521Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libnl/generate.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7818932Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libnl' from runner:docker to runner:runner
2025-08-20T21:13:04.7820365Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config' from runner:docker to runner:runner
2025-08-20T21:13:04.7821569Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7822762Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_env.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7823961Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/multicast_layer.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7825141Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/sha1.h' from runner:docker to runner:runner
2025-08-20T21:13:04.7826248Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7827478Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7828556Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core' from runner:docker to runner:runner
2025-08-20T21:13:04.7829796Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/go.work.sum' from runner:docker to runner:runner
2025-08-20T21:13:04.7830889Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/go.work' from runner:docker to runner:runner
2025-08-20T21:13:04.7831953Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/docs/README.md' from runner:docker to runner:runner
2025-08-20T21:13:04.7833042Z [00:00:04.189]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/docs/logo.svg' from runner:docker to runner:runner
2025-08-20T21:13:04.7834080Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/docs' from runner:docker to runner:runner
2025-08-20T21:13:04.7835136Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/.gitignore' from runner:docker to runner:runner
2025-08-20T21:13:04.7836328Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/windows/integration-test.ps1' from runner:docker to runner:runner
2025-08-20T21:13:04.7837489Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/windows' from runner:docker to runner:runner
2025-08-20T21:13:04.7838632Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/compose.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7839934Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/.gitignore' from runner:docker to runner:runner
2025-08-20T21:13:04.7841113Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/runner.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7842389Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark' from runner:docker to runner:runner
2025-08-20T21:13:04.7843477Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/test.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7844615Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/copyright-checker.py' from runner:docker to runner:runner
2025-08-20T21:13:04.7845795Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/CMakeLists.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7846984Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/ipaddress_test.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7848166Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/util_test.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7849266Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit' from runner:docker to runner:runner
2025-08-20T21:13:04.7850715Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/runner.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7851953Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/hooks-rw.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7853249Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/functional-basic.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7854569Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/join-workflow.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7855857Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/hooks-basic.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7857081Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests' from runner:docker to runner:runner
2025-08-20T21:13:04.7858259Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/utils.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7859478Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/runner-wrapper.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7860785Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration' from runner:docker to runner:runner
2025-08-20T21:13:04.7861910Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7863039Z [00:00:04.190]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/esp32/ci.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7864130Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/esp32' from runner:docker to runner:runner
2025-08-20T21:13:04.7865198Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7866500Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/secrets-encrypted.bin' from runner:docker to runner:runner
2025-08-20T21:13:04.7867674Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/secrets-tool.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7868804Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/cppcheck.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7869975Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests' from runner:docker to runner:runner
2025-08-20T21:13:04.7871024Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/LICENSE.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7872246Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/pull.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7874006Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/compose.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7875273Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/shell.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7876402Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/Dockerfile' from runner:docker to runner:runner
2025-08-20T21:13:04.7877500Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/gdb.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7878625Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/entrypoint.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7879864Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7880978Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/push.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7882043Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder' from runner:docker to runner:runner
2025-08-20T21:13:04.7883141Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_amd64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7884302Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_riscv64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7885453Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/CMakeLists.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7886608Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_armhf.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7887736Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/daemon.cpp' from runner:docker to runner:runner
2025-08-20T21:13:04.7888893Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_macos_amd64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7890363Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/zig-ar.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7891494Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_win64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7892645Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_ide.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7893758Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/format.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7894875Z [00:00:04.191]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/zig-ranlib.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7895987Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7897105Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_i386.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7898392Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_macos_arm64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7899667Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_arm64.cmake' from runner:docker to runner:runner
2025-08-20T21:13:04.7900834Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/CMakePresets.json' from runner:docker to runner:runner
2025-08-20T21:13:04.7901942Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon' from runner:docker to runner:runner
2025-08-20T21:13:04.7903001Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/version.txt' from runner:docker to runner:runner
2025-08-20T21:13:04.7904109Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/command_groups.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7905229Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/messages.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7906320Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/.gitignore' from runner:docker to runner:runner
2025-08-20T21:13:04.7907478Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/dashboard_group_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7908694Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/dashboard_device_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7909974Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/api_claim_command.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7911141Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/api_utility_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7912278Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/templates.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7913492Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7914595Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_binary.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7915736Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/output/prints.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7916897Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/output/short_circuit.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7918016Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/output' from runner:docker to runner:runner
2025-08-20T21:13:04.7919154Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_service_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7920402Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_wait.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7921638Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/config/config.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7922733Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/config' from runner:docker to runner:runner
2025-08-20T21:13:04.7923817Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/stdio_table.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7924928Z [00:00:04.192]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/observer.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7926028Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_api.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7927167Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/constants/version.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7928326Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/constants/enums.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7929434Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/constants' from runner:docker to runner:runner
2025-08-20T21:13:04.7930787Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_utility_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7931919Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/stdio.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7932977Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/go.sum' from runner:docker to runner:runner
2025-08-20T21:13:04.7934051Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/format.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7935161Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/pretty_print.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7936396Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/go.mod' from runner:docker to runner:runner
2025-08-20T21:13:04.7937478Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils_test.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7938598Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_commands.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7939809Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7940921Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/types/api_types.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7942021Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/types' from runner:docker to runner:runner
2025-08-20T21:13:04.7943101Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils/util.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7944483Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils' from runner:docker to runner:runner
2025-08-20T21:13:04.7946173Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/main.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7947291Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_status.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7948449Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/requests/requests.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7949774Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/requests/dashboard_api.go' from runner:docker to runner:runner
2025-08-20T21:13:04.7950914Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/requests' from runner:docker to runner:runner
2025-08-20T21:13:04.7951962Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli' from runner:docker to runner:runner
2025-08-20T21:13:04.7953109Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-hotfix-commit.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7954371Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-pull-request.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7955627Z [00:00:04.193]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-master-tag.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7956873Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-master-commit.yml' from runner:docker to runner:runner
2025-08-20T21:13:04.7958063Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows' from runner:docker to runner:runner
2025-08-20T21:13:04.7959268Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/common.libsonnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7960806Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-master-commit.jsonnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7962142Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-master-tag.jsonnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7963479Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-pull-request.jsonnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7964815Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-hotfix-commit.jsonnet' from runner:docker to runner:runner
2025-08-20T21:13:04.7966055Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources' from runner:docker to runner:runner
2025-08-20T21:13:04.7967269Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/update-workflows.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.7968484Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from runner:docker to runner:runner
2025-08-20T21:13:04.7969936Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/ISSUE_TEMPLATE' from runner:docker to runner:runner
2025-08-20T21:13:04.7971071Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github' from runner:docker to runner:runner
2025-08-20T21:13:04.7972208Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/push-to-checkout.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7973426Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/post-update.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7974646Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7975849Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/update.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7977019Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-receive.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7978240Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/sendemail-validate.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7979460Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-commit.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7980744Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/commit-msg.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7981947Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-applypatch.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7983147Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-rebase.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7984436Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-push.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7985630Z [00:00:04.194]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/applypatch-msg.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7986860Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-merge-commit.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7988097Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from runner:docker to runner:runner
2025-08-20T21:13:04.7989245Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks' from runner:docker to runner:runner
2025-08-20T21:13:04.7990477Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/heads/master' from runner:docker to runner:runner
2025-08-20T21:13:04.7991623Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/heads' from runner:docker to runner:runner
2025-08-20T21:13:04.7992916Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from runner:docker to runner:runner
2025-08-20T21:13:04.7994131Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/remotes/origin' from runner:docker to runner:runner
2025-08-20T21:13:04.7995296Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/remotes' from runner:docker to runner:runner
2025-08-20T21:13:04.7996416Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs' from runner:docker to runner:runner
2025-08-20T21:13:04.7997504Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/HEAD' from runner:docker to runner:runner
2025-08-20T21:13:04.7998562Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs' from runner:docker to runner:runner
2025-08-20T21:13:04.7999740Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/heads/master' from runner:docker to runner:runner
2025-08-20T21:13:04.8000849Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/heads' from runner:docker to runner:runner
2025-08-20T21:13:04.8001995Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/remotes/origin/HEAD' from runner:docker to runner:runner
2025-08-20T21:13:04.8003162Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/remotes/origin' from runner:docker to runner:runner
2025-08-20T21:13:04.8004282Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/remotes' from runner:docker to runner:runner
2025-08-20T21:13:04.8005370Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/tags' from runner:docker to runner:runner
2025-08-20T21:13:04.8006423Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs' from runner:docker to runner:runner
2025-08-20T21:13:04.8007595Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/config' from runner:docker to runner:runner
2025-08-20T21:13:04.8008652Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/shallow' from runner:docker to runner:runner
2025-08-20T21:13:04.8009890Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/packed-refs' from runner:docker to runner:runner
2025-08-20T21:13:04.8011003Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/description' from runner:docker to runner:runner
2025-08-20T21:13:04.8012071Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/HEAD' from runner:docker to runner:runner
2025-08-20T21:13:04.8014050Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.pack' from runner:docker to runner:runner
2025-08-20T21:13:04.8015601Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.promisor' from runner:docker to runner:runner
2025-08-20T21:13:04.8017301Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.promisor' from runner:docker to runner:runner
2025-08-20T21:13:04.8018842Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.rev' from runner:docker to runner:runner
2025-08-20T21:13:04.8020482Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.idx' from runner:docker to runner:runner
2025-08-20T21:13:04.8021991Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.pack' from runner:docker to runner:runner
2025-08-20T21:13:04.8023499Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.rev' from runner:docker to runner:runner
2025-08-20T21:13:04.8024988Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.idx' from runner:docker to runner:runner
2025-08-20T21:13:04.8026268Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack' from runner:docker to runner:runner
2025-08-20T21:13:04.8027375Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/info' from runner:docker to runner:runner
2025-08-20T21:13:04.8028453Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects' from runner:docker to runner:runner
2025-08-20T21:13:04.8029550Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/info/exclude' from runner:docker to runner:runner
2025-08-20T21:13:04.8030711Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/info' from runner:docker to runner:runner
2025-08-20T21:13:04.8031754Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/index' from runner:docker to runner:runner
2025-08-20T21:13:04.8032913Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git' from runner:docker to runner:runner
2025-08-20T21:13:04.8033948Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/tag.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8035035Z [00:00:04.195]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/typescript' from runner:docker to runner:runner
2025-08-20T21:13:04.8036137Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/bash-base.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8037246Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/ws-server.js' from runner:docker to runner:runner
2025-08-20T21:13:04.8038336Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/test.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8039408Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/format.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8040754Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/install-tooling.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8041939Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/update-workflows.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8043056Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/build.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8044169Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/version-bump.py' from runner:docker to runner:runner
2025-08-20T21:13:04.8045291Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/local-ci.sh' from runner:docker to runner:runner
2025-08-20T21:13:04.8046354Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util' from runner:docker to runner:runner
2025-08-20T21:13:04.8047420Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/launch.json' from runner:docker to runner:runner
2025-08-20T21:13:04.8048563Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/settings.json' from runner:docker to runner:runner
2025-08-20T21:13:04.8049887Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/extensions.json' from runner:docker to runner:runner
2025-08-20T21:13:04.8050996Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode' from runner:docker to runner:runner
2025-08-20T21:13:04.8051997Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO' from runner:docker to runner:runner
2025-08-20T21:13:04.8052998Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:13:04.8053960Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:13:04.8054853Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:13:04.8055856Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:13:04.8056806Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.version' from runner:docker to runner:runner
2025-08-20T21:13:04.8057789Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.version' from runner:docker to runner:runner
2025-08-20T21:13:04.8058684Z [00:00:04.196]➜  changed ownership of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:13:04.8059678Z [00:00:04.205]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8060795Z [00:00:04.213]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/snap/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8061896Z [00:00:04.220]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/snap/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8062905Z [00:00:04.227]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/macos/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8084785Z [00:00:04.234]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/installservice.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8152146Z [00:00:04.241]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/script.iss' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8221119Z [00:00:04.248]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/addtap.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8288896Z [00:00:04.255]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/tap-windows.exe' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8357632Z [00:00:04.261]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/uninstallservice.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8427303Z [00:00:04.268]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8501120Z [00:00:04.276]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/windows/nssm.exe' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8571706Z [00:00:04.283]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8639331Z [00:00:04.290]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/husarnet-docker-healthcheck.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8707627Z [00:00:04.296]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8777671Z [00:00:04.303]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/docker/husarnet-docker.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8850348Z [00:00:04.311]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/conftest.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8918300Z [00:00:04.317]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/flash_monitor.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.8991915Z [00:00:04.325]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9066139Z [00:00:04.332]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/sdkconfig.defaults' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9140125Z [00:00:04.340]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest_eth_husarnet.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9218703Z [00:00:04.347]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/Kconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9298921Z [00:00:04.355]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9381431Z [00:00:04.364]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/husarnet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9464072Z [00:00:04.372]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/components/husarnet_core/idf_component.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9544926Z [00:00:04.380]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9628168Z [00:00:04.388]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/pytest_helpers.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9710539Z [00:00:04.397]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9791790Z [00:00:04.405]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/partitions.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9871911Z [00:00:04.413]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/idf.py' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:04.9951809Z [00:00:04.421]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/CMakePresets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0033160Z [00:00:04.429]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0113232Z [00:00:04.437]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/webserver.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0202610Z [00:00:04.446]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/test_runner.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0281516Z [00:00:04.454]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/iperf_wrapper.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0360124Z [00:00:04.462]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_ping.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0433475Z [00:00:04.469]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_join.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0505082Z [00:00:04.476]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/common.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0579852Z [00:00:04.484]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0658112Z [00:00:04.491]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/tests/test_iperf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0741079Z [00:00:04.500]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/webserver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0821655Z [00:00:04.508]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/idf_component.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0897898Z [00:00:04.515]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/esp32/main/iperf_wrapper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.0974461Z [00:00:04.523]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1054268Z [00:00:04.531]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/autocomplete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1131638Z [00:00:04.539]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/pre-remove-script.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1209959Z [00:00:04.546]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/platforms/linux/packaging/post-install-script.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1289126Z [00:00:04.554]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1368516Z [00:00:04.562]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1445910Z [00:00:04.570]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.clang-format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1523973Z [00:00:04.578]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1601981Z [00:00:04.586]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/security_layer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1676061Z [00:00:04.593]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/string_view.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1749771Z [00:00:04.601]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_manager.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1822802Z [00:00:04.608]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/http.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1899755Z [00:00:04.615]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/compression_layer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.1981432Z [00:00:04.624]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_env.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2061119Z [00:00:04.632]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/logging.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2136547Z [00:00:04.639]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_manager.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2213510Z [00:00:04.647]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_flags.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2290722Z [00:00:04.655]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2367750Z [00:00:04.662]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2445275Z [00:00:04.670]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/eventbus.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2519991Z [00:00:04.677]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_messages.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2592430Z [00:00:04.685]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2662419Z [00:00:04.692]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2731261Z [00:00:04.699]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/sockets.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2800733Z [00:00:04.706]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/tun.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2879300Z [00:00:04.713]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/port.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.2950560Z [00:00:04.721]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/port.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3021397Z [00:00:04.728]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/tun.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3092017Z [00:00:04.735]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/macos/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3170001Z [00:00:04.743]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/networking.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3243191Z [00:00:04.750]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/networking.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3312554Z [00:00:04.757]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/tun.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3381173Z [00:00:04.764]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/port.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3454057Z [00:00:04.771]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/port.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3529085Z [00:00:04.778]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/windows/tun.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3606562Z [00:00:04.786]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/sockets.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3677948Z [00:00:04.793]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/port.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3749228Z [00:00:04.801]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/tun.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3821505Z [00:00:04.808]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/port.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3890519Z [00:00:04.815]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/port.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.3958946Z [00:00:04.821]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/tun.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4027247Z [00:00:04.828]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/user_interface.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4107274Z [00:00:04.836]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/esp32/user_interface.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4180564Z [00:00:04.844]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/filesystem.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4251276Z [00:00:04.851]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/port.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4319777Z [00:00:04.858]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/fat/filesystem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4399009Z [00:00:04.865]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/port_interface.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4471041Z [00:00:04.873]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/dummy_task_priorities.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4545166Z [00:00:04.880]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/filesystem.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4616549Z [00:00:04.887]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/tun.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4691034Z [00:00:04.895]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/port.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4763676Z [00:00:04.902]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/port.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4836468Z [00:00:04.909]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ports/linux/tun.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4906718Z [00:00:04.916]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/licensing.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.4980919Z [00:00:04.924]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_manager.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5054344Z [00:00:04.931]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/fstring.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5125116Z [00:00:04.938]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/api_server/server.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5194242Z [00:00:04.945]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/api_server/server.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5264475Z [00:00:04.952]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_container.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5335960Z [00:00:04.959]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/http.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5408837Z [00:00:04.966]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/eventbus.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5478833Z [00:00:04.973]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_crypto.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5547804Z [00:00:04.980]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/layer_interface.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5618482Z [00:00:04.987]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/hooks_manager.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5698349Z [00:00:04.995]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket_message.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5770608Z [00:00:05.003]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5840200Z [00:00:05.010]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ngsocket_crypto.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5911897Z [00:00:05.017]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/security_layer.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.5987309Z [00:00:05.024]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/identity.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6062214Z [00:00:05.032]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/logging.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6136163Z [00:00:05.039]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6212966Z [00:00:05.047]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6294055Z [00:00:05.055]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/queue.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6372514Z [00:00:05.063]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/licensing.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6449532Z [00:00:05.070]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_flags.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6525903Z [00:00:05.078]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/sha1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6605082Z [00:00:05.086]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ipaddress.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6683938Z [00:00:05.094]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/identity.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6761464Z [00:00:05.102]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/proxy.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6838047Z [00:00:05.109]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/proxy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6917741Z [00:00:05.117]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/response.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.6995281Z [00:00:05.125]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/dashboardapi/response.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7071943Z [00:00:05.133]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/husarnet_manager.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7150322Z [00:00:05.141]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/packet_pool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7232024Z [00:00:05.149]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/util.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7309358Z [00:00:05.156]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/multicast_layer.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7387876Z [00:00:05.164]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/peer_container.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7466629Z [00:00:05.172]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/layer_interfaces.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7550186Z [00:00:05.181]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/ipaddress.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7631128Z [00:00:05.189]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/hooks_manager.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7711517Z [00:00:05.197]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/compression_layer.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7796382Z [00:00:05.205]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libsodium/generate.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7881302Z [00:00:05.214]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libnl/config.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.7960999Z [00:00:05.222]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/lib-config/libnl/generate.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8040544Z [00:00:05.230]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/websocket.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8119529Z [00:00:05.237]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/config_env.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8201483Z [00:00:05.246]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/multicast_layer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8281053Z [00:00:05.254]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet/sha1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8357668Z [00:00:05.261]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/core/husarnet.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8438407Z [00:00:05.269]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/go.work.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8520558Z [00:00:05.278]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/go.work' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8598330Z [00:00:05.285]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8676256Z [00:00:05.293]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/docs/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8756954Z [00:00:05.301]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8838032Z [00:00:05.309]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/windows/integration-test.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8917238Z [00:00:05.317]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.8992265Z [00:00:05.325]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9070846Z [00:00:05.333]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/benchmark/runner.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9152281Z [00:00:05.341]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9230295Z [00:00:05.349]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/copyright-checker.py' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9307134Z [00:00:05.356]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9388524Z [00:00:05.364]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/ipaddress_test.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9467685Z [00:00:05.372]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit/util_test.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9547359Z [00:00:05.380]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/runner.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9630984Z [00:00:05.389]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/hooks-rw.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9712468Z [00:00:05.397]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/functional-basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9794654Z [00:00:05.405]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/join-workflow.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9874200Z [00:00:05.413]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/tests/hooks-basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:05.9956514Z [00:00:05.421]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/utils.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0035901Z [00:00:05.429]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration/runner-wrapper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0111954Z [00:00:05.437]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/integration.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0192335Z [00:00:05.445]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/esp32/ci.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0271475Z [00:00:05.453]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/unit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0355172Z [00:00:05.461]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/secrets-encrypted.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0437958Z [00:00:05.469]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/secrets-tool.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0519269Z [00:00:05.477]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/tests/cppcheck.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0600833Z [00:00:05.486]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0683928Z [00:00:05.494]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/pull.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0760517Z [00:00:05.502]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0835241Z [00:00:05.509]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/shell.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0913646Z [00:00:05.517]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.0995475Z [00:00:05.525]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/gdb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1074714Z [00:00:05.533]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1148333Z [00:00:05.540]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1224490Z [00:00:05.548]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/builder/push.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1306589Z [00:00:05.556]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_amd64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1387793Z [00:00:05.564]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_riscv64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1469897Z [00:00:05.572]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1547043Z [00:00:05.580]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_armhf.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1631471Z [00:00:05.589]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/daemon.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1712103Z [00:00:05.597]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_macos_amd64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1794486Z [00:00:05.605]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/zig-ar.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1874906Z [00:00:05.613]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_win64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.1954725Z [00:00:05.621]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_ide.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2033825Z [00:00:05.629]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/format.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2109976Z [00:00:05.637]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/zig-ranlib.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2185886Z [00:00:05.644]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2271421Z [00:00:05.653]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_i386.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2352660Z [00:00:05.661]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_macos_arm64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2432845Z [00:00:05.669]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/arch_arm64.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2517777Z [00:00:05.677]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/daemon/CMakePresets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2604738Z [00:00:05.686]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/version.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2684601Z [00:00:05.694]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/command_groups.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2764468Z [00:00:05.702]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/messages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2846388Z [00:00:05.710]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.2931547Z [00:00:05.719]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/dashboard_group_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3012013Z [00:00:05.727]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/dashboard_device_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3088260Z [00:00:05.734]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/api_claim_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3171797Z [00:00:05.743]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/api_utility_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3255906Z [00:00:05.751]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3329112Z [00:00:05.758]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3400182Z [00:00:05.766]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_binary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3479244Z [00:00:05.773]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/output/prints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3557674Z [00:00:05.781]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/output/short_circuit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3630131Z [00:00:05.789]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_service_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3701112Z [00:00:05.796]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_wait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3773732Z [00:00:05.803]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3855318Z [00:00:05.811]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/stdio_table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3925070Z [00:00:05.818]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/observer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.3994373Z [00:00:05.825]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4068232Z [00:00:05.832]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/constants/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4151602Z [00:00:05.841]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/constants/enums.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4228273Z [00:00:05.848]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_utility_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4302016Z [00:00:05.856]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/stdio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4382972Z [00:00:05.864]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4465881Z [00:00:05.872]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/format.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4541274Z [00:00:05.880]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/pretty_print.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4611369Z [00:00:05.887]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4681717Z [00:00:05.894]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4763454Z [00:00:05.902]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4839024Z [00:00:05.910]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4909703Z [00:00:05.917]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/types/api_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.4979361Z [00:00:05.924]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/utils/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5058905Z [00:00:05.931]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5131508Z [00:00:05.939]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/daemon_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5202665Z [00:00:05.946]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/requests/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5272357Z [00:00:05.953]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/cli/requests/dashboard_api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5350971Z [00:00:05.961]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-hotfix-commit.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5428263Z [00:00:05.968]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-pull-request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5500104Z [00:00:05.976]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-master-tag.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5569866Z [00:00:05.983]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflows/on-master-commit.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5647303Z [00:00:05.990]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/common.libsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5724353Z [00:00:05.998]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-master-commit.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5798822Z [00:00:06.005]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-master-tag.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5871277Z [00:00:06.013]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-pull-request.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.5945602Z [00:00:06.020]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/workflow_sources/on-hotfix-commit.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6027394Z [00:00:06.028]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/update-workflows.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6100743Z [00:00:06.036]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6172857Z [00:00:06.043]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6244086Z [00:00:06.050]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6327851Z [00:00:06.058]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6401502Z [00:00:06.066]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6472505Z [00:00:06.073]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6542362Z [00:00:06.080]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6624896Z [00:00:06.088]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6697712Z [00:00:06.095]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6770373Z [00:00:06.103]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6839468Z [00:00:06.110]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6921271Z [00:00:06.118]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.6998366Z [00:00:06.125]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7069859Z [00:00:06.133]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7141717Z [00:00:06.140]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7221723Z [00:00:06.148]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7298081Z [00:00:06.155]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7372823Z [00:00:06.163]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7444079Z [00:00:06.170]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7521106Z [00:00:06.178]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7601915Z [00:00:06.186]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7672753Z [00:00:06.193]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7742401Z [00:00:06.200]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7812018Z [00:00:06.207]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/description' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7889532Z [00:00:06.215]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.7961813Z [00:00:06.222]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8030432Z [00:00:06.229]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8098407Z [00:00:06.235]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8180120Z [00:00:06.243]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8252592Z [00:00:06.251]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8326146Z [00:00:06.258]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-0a9c716dda8850b98729cf7954eb9d8ee64545b3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8398286Z [00:00:06.265]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8478226Z [00:00:06.273]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/objects/pack/pack-8f0159a1093e687e61aff1d72e1406395f526982.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8553424Z [00:00:06.281]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/info/exclude' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8624449Z [00:00:06.288]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8694046Z [00:00:06.295]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/tag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8771030Z [00:00:06.303]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/typescript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8848787Z [00:00:06.310]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/bash-base.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8923774Z [00:00:06.318]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/ws-server.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.8996088Z [00:00:06.325]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9071311Z [00:00:06.333]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/format.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9148316Z [00:00:06.340]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/install-tooling.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9221446Z [00:00:06.348]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/update-workflows.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9292878Z [00:00:06.355]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9364321Z [00:00:06.362]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/version-bump.py' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9445353Z [00:00:06.370]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/util/local-ci.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9521373Z [00:00:06.378]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/launch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9592828Z [00:00:06.385]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/settings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9662786Z [00:00:06.392]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/TEMPREPO/.vscode/extensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9740795Z [00:00:06.400]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9813552Z [00:00:06.407]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9883865Z [00:00:06.414]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:06.9954112Z [00:00:06.421]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:07.0029344Z [00:00:06.428]➜  mode of '/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:13:07.0365062Z [00:00:06.462]➜  realpath: missing operand
2025-08-20T21:13:07.0365814Z [00:00:06.462]➜  Try 'realpath --help' for more information.
2025-08-20T21:13:07.0463235Z [00:00:06.472]➜  
2025-08-20T21:13:07.0464137Z [00:00:06.472]➜  [+] Found LICENSE ==> [/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:13:07.0464894Z [00:00:06.472]➜  
2025-08-20T21:13:07.0465542Z [00:00:06.472]➜  
2025-08-20T21:13:07.0474949Z [00:00:06.473]➜                        Husarnet Open Source Dual License
2025-08-20T21:13:07.0475526Z [00:00:06.473]➜  
2025-08-20T21:13:07.0476250Z [00:00:06.473]➜  1. [Copyright retention] All copyrights in the Husarnet project are retained by
2025-08-20T21:13:07.0477272Z [00:00:06.473]➜     Husarnet Sp. z o.o. (Polish limited liability company) or its successors. 
2025-08-20T21:13:07.0477961Z [00:00:06.473]➜  
2025-08-20T21:13:07.0478663Z [00:00:06.473]➜  2. [Notices] Some files of Husarnet source code may include explicit copyright
2025-08-20T21:13:07.0479886Z [00:00:06.473]➜     notices and/or license notices. For full authorship information, review the
2025-08-20T21:13:07.0480637Z [00:00:06.473]➜     repository content.
2025-08-20T21:13:07.0481109Z [00:00:06.473]➜  
2025-08-20T21:13:07.0481793Z [00:00:06.473]➜  3. [Dual licensing] Husarnet source code is available for any third party under
2025-08-20T21:13:07.0482835Z [00:00:06.473]➜     open source license terms – GNU General Public License 3.0 License or Mozilla
2025-08-20T21:13:07.0483860Z [00:00:06.473]➜     Public License 2.0 - depending its purpose according to sections hereunder. 
2025-08-20T21:13:07.0484601Z [00:00:06.473]➜  
2025-08-20T21:13:07.0485428Z [00:00:06.473]➜  4. [Similar Product]. “Similar Product” shall mean any product or solution that
2025-08-20T21:13:07.0486404Z [00:00:06.473]➜     is designed to create a VPN or other technology for the purpose of connecting
2025-08-20T21:13:07.0487395Z [00:00:06.473]➜     and exchanging data with other devices and systems over the internet or any
2025-08-20T21:13:07.0488446Z [00:00:06.473]➜     kind of network (including Internet of Things (IoT) or Machine to Machine
2025-08-20T21:13:07.0489303Z [00:00:06.473]➜     (M2M) universal connectivity platform).
2025-08-20T21:13:07.0490154Z [00:00:06.473]➜  
2025-08-20T21:13:07.0490898Z [00:00:06.473]➜  5. [GNU General Public License 3.0 license coverage]. Husarnet source code is
2025-08-20T21:13:07.0492038Z [00:00:06.473]➜     made available for third party exclusively under GNU General Public License
2025-08-20T21:13:07.0493053Z [00:00:06.473]➜     3.0 open source license in all instances when the use of the Husarnet source
2025-08-20T21:13:07.0494043Z [00:00:06.473]➜     code IS INTENDED to create or modify or upgrade or develop or be embedded
2025-08-20T21:13:07.0495263Z [00:00:06.473]➜     (in whole or in part) in Similar Product (e.g. linking whole or part of
2025-08-20T21:13:07.0496176Z [00:00:06.473]➜     Husarnet source code to create VPN/VPN-like solution or universal
2025-08-20T21:13:07.0496889Z [00:00:06.473]➜     connectivity platform)
2025-08-20T21:13:07.0497340Z [00:00:06.473]➜  
2025-08-20T21:13:07.0497990Z [00:00:06.473]➜  6. [MPL 2.0. license coverage] Husarnet source code is made available for third
2025-08-20T21:13:07.0499065Z [00:00:06.473]➜     – party under Mozilla Public License 2.0. in any use that IS NOT INTENDED to
2025-08-20T21:13:07.0500399Z [00:00:06.473]➜     create or modify or upgrade or develop or be embedded (in whole or in part)
2025-08-20T21:13:07.0501384Z [00:00:06.473]➜     in a Similar Product (e.g. linking whole or part of Husarnet source code to
2025-08-20T21:13:07.0502349Z [00:00:06.473]➜     create any specific use case for IoT like: smart light bulb, smart garage
2025-08-20T21:13:07.0503298Z [00:00:06.473]➜     door, p2p chat app etc.). In the event that a product or solution acquires
2025-08-20T21:13:07.0504256Z [00:00:06.473]➜     the characteristics of a Similar Product, the continued use of Husarnet
2025-08-20T21:13:07.0505156Z [00:00:06.473]➜     source code MUST be under the GNU General Public License 3.0.
2025-08-20T21:13:07.0505756Z [00:00:06.473]➜  
2025-08-20T21:13:07.0506392Z [00:00:06.473]➜  7. [Licences content] For the convenience of the licensee, we publish the
2025-08-20T21:13:07.0507332Z [00:00:06.473]➜     contents of both open source licenses below. The original content of the
2025-08-20T21:13:07.0508521Z [00:00:06.473]➜     licenses is available from the source at the links indicated in the text
2025-08-20T21:13:07.0509225Z [00:00:06.473]➜     below.
2025-08-20T21:13:07.0509781Z [00:00:06.473]➜  
2025-08-20T21:13:07.0510523Z [00:00:06.473]➜  --------------------------------------------------------------------------
2025-08-20T21:13:07.0511100Z [00:00:06.473]➜  
2025-08-20T21:13:07.0511550Z [00:00:06.473]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T21:13:07.0512146Z [00:00:06.473]➜                         Version 3, 29 June 2007
2025-08-20T21:13:07.0512603Z [00:00:06.473]➜  
2025-08-20T21:13:07.0513232Z [00:00:06.473]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T21:13:07.0514149Z [00:00:06.473]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T21:13:07.0515002Z [00:00:06.473]➜   of this license document, but changing it is not allowed.
2025-08-20T21:13:07.0515596Z [00:00:06.473]➜  
2025-08-20T21:13:07.0516055Z [00:00:06.473]➜                              Preamble
2025-08-20T21:13:07.0516566Z [00:00:06.473]➜  
2025-08-20T21:13:07.0517160Z [00:00:06.473]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T21:13:07.0517866Z [00:00:06.473]➜  software and other kinds of works.
2025-08-20T21:13:07.0518355Z [00:00:06.473]➜  
2025-08-20T21:13:07.0518986Z [00:00:06.473]➜    The licenses for most software and other practical works are designed
2025-08-20T21:13:07.0520093Z [00:00:06.473]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T21:13:07.0521020Z [00:00:06.473]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T21:13:07.0521960Z [00:00:06.474]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T21:13:07.0522905Z [00:00:06.474]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T21:13:07.0523905Z [00:00:06.474]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T21:13:07.0524885Z [00:00:06.474]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T21:13:07.0525669Z [00:00:06.474]➜  your programs, too.
2025-08-20T21:13:07.0526152Z [00:00:06.474]➜  
2025-08-20T21:13:07.0526756Z [00:00:06.474]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T21:13:07.0527643Z [00:00:06.474]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T21:13:07.0528816Z [00:00:06.474]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T21:13:07.0529964Z [00:00:06.474]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T21:13:07.0530897Z [00:00:06.474]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T21:13:07.0531718Z [00:00:06.474]➜  free programs, and that you know you can do these things.
2025-08-20T21:13:07.0532296Z [00:00:06.474]➜  
2025-08-20T21:13:07.0532912Z [00:00:06.474]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T21:13:07.0533854Z [00:00:06.474]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T21:13:07.0534845Z [00:00:06.474]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T21:13:07.0535775Z [00:00:06.474]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T21:13:07.0536405Z [00:00:06.474]➜  
2025-08-20T21:13:07.0536992Z [00:00:06.474]➜    For example, if you distribute copies of such a program, whether
2025-08-20T21:13:07.0537867Z [00:00:06.474]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T21:13:07.0538749Z [00:00:06.474]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T21:13:07.0540006Z [00:00:06.474]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T21:13:07.0540704Z [00:00:06.474]➜  know their rights.
2025-08-20T21:13:07.0541146Z [00:00:06.474]➜  
2025-08-20T21:13:07.0541985Z [00:00:06.474]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T21:13:07.0542901Z [00:00:06.474]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T21:13:07.0543802Z [00:00:06.474]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T21:13:07.0544428Z [00:00:06.474]➜  
2025-08-20T21:13:07.0545075Z [00:00:06.474]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T21:13:07.0545999Z [00:00:06.474]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T21:13:07.0546886Z [00:00:06.474]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T21:13:07.0547812Z [00:00:06.474]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T21:13:07.0548532Z [00:00:06.474]➜  authors of previous versions.
2025-08-20T21:13:07.0548994Z [00:00:06.474]➜  
2025-08-20T21:13:07.0549934Z [00:00:06.474]➜    Some devices are designed to deny users access to install or run
2025-08-20T21:13:07.0550905Z [00:00:06.474]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T21:13:07.0551782Z [00:00:06.474]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T21:13:07.0552542Z [00:00:06.474]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T21:13:07.0553064Z [00:00:06.474]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T21:13:07.0553576Z [00:00:06.474]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T21:13:07.0554092Z [00:00:06.474]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T21:13:07.0554607Z [00:00:06.474]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T21:13:07.0555119Z [00:00:06.474]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T21:13:07.0555593Z [00:00:06.474]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T21:13:07.0555904Z [00:00:06.474]➜  
2025-08-20T21:13:07.0556257Z [00:00:06.474]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T21:13:07.0556771Z [00:00:06.474]➜  States should not allow patents to restrict development and use of
2025-08-20T21:13:07.0557290Z [00:00:06.474]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T21:13:07.0557975Z [00:00:06.474]➜  avoid the special danger that patents applied to a free program could
2025-08-20T21:13:07.0558495Z [00:00:06.474]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T21:13:07.0558992Z [00:00:06.474]➜  patents cannot be used to render the program non-free.
2025-08-20T21:13:07.0559321Z [00:00:06.474]➜  
2025-08-20T21:13:07.0559868Z [00:00:06.474]➜    The precise terms and conditions for copying, distribution and
2025-08-20T21:13:07.0560268Z [00:00:06.474]➜  modification follow.
2025-08-20T21:13:07.0560529Z [00:00:06.474]➜  
2025-08-20T21:13:07.0560794Z [00:00:06.474]➜                         TERMS AND CONDITIONS
2025-08-20T21:13:07.0561073Z [00:00:06.474]➜  
2025-08-20T21:13:07.0561293Z [00:00:06.474]➜    0. Definitions.
2025-08-20T21:13:07.0561532Z [00:00:06.474]➜  
2025-08-20T21:13:07.0561880Z [00:00:06.474]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T21:13:07.0562246Z [00:00:06.474]➜  
2025-08-20T21:13:07.0562609Z [00:00:06.474]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T21:13:07.0563043Z [00:00:06.474]➜  works, such as semiconductor masks.
2025-08-20T21:13:07.0563318Z [00:00:06.474]➜  
2025-08-20T21:13:07.0563653Z [00:00:06.474]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T21:13:07.0564139Z [00:00:06.474]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T21:13:07.0564580Z [00:00:06.474]➜  "recipients" may be individuals or organizations.
2025-08-20T21:13:07.0565036Z [00:00:06.474]➜  
2025-08-20T21:13:07.0565396Z [00:00:06.474]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T21:13:07.0565914Z [00:00:06.474]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T21:13:07.0566441Z [00:00:06.474]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T21:13:07.0566909Z [00:00:06.474]➜  earlier work or a work "based on" the earlier work.
2025-08-20T21:13:07.0567222Z [00:00:06.474]➜  
2025-08-20T21:13:07.0567564Z [00:00:06.474]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T21:13:07.0567938Z [00:00:06.474]➜  on the Program.
2025-08-20T21:13:07.0568171Z [00:00:06.474]➜  
2025-08-20T21:13:07.0568503Z [00:00:06.474]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T21:13:07.0568984Z [00:00:06.474]➜  permission, would make you directly or secondarily liable for
2025-08-20T21:13:07.0569498Z [00:00:06.474]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T21:13:07.0570248Z [00:00:06.474]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T21:13:07.0570765Z [00:00:06.474]➜  distribution (with or without modification), making available to the
2025-08-20T21:13:07.0571232Z [00:00:06.474]➜  public, and in some countries other activities as well.
2025-08-20T21:13:07.0571555Z [00:00:06.474]➜  
2025-08-20T21:13:07.0571893Z [00:00:06.474]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T21:13:07.0572394Z [00:00:06.474]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T21:13:07.0572899Z [00:00:06.474]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T21:13:07.0573249Z [00:00:06.474]➜  
2025-08-20T21:13:07.0573590Z [00:00:06.474]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T21:13:07.0574095Z [00:00:06.474]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T21:13:07.0574588Z [00:00:06.474]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T21:13:07.0575077Z [00:00:06.474]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T21:13:07.0575573Z [00:00:06.474]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T21:13:07.0576224Z [00:00:06.474]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T21:13:07.0576721Z [00:00:06.474]➜  the interface presents a list of user commands or options, such as a
2025-08-20T21:13:07.0577193Z [00:00:06.474]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T21:13:07.0577515Z [00:00:06.474]➜  
2025-08-20T21:13:07.0577733Z [00:00:06.474]➜    1. Source Code.
2025-08-20T21:13:07.0577970Z [00:00:06.474]➜  
2025-08-20T21:13:07.0578295Z [00:00:06.474]➜    The "source code" for a work means the preferred form of the work
2025-08-20T21:13:07.0578791Z [00:00:06.474]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T21:13:07.0579160Z [00:00:06.474]➜  form of a work.
2025-08-20T21:13:07.0579391Z [00:00:06.474]➜  
2025-08-20T21:13:07.0579962Z [00:00:06.474]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T21:13:07.0580469Z [00:00:06.474]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T21:13:07.0580989Z [00:00:06.474]➜  interfaces specified for a particular programming language, one that
2025-08-20T21:13:07.0581465Z [00:00:06.474]➜  is widely used among developers working in that language.
2025-08-20T21:13:07.0581789Z [00:00:06.474]➜  
2025-08-20T21:13:07.0582129Z [00:00:06.474]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T21:13:07.0582617Z [00:00:06.474]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T21:13:07.0583096Z [00:00:06.474]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T21:13:07.0583743Z [00:00:06.474]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T21:13:07.0584231Z [00:00:06.474]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T21:13:07.0584730Z [00:00:06.474]➜  implementation is available to the public in source code form.  A
2025-08-20T21:13:07.0585237Z [00:00:06.474]➜  "Major Component", in this context, means a major essential component
2025-08-20T21:13:07.0585743Z [00:00:06.474]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T21:13:07.0586219Z [00:00:06.474]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T21:13:07.0586684Z [00:00:06.474]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T21:13:07.0587023Z [00:00:06.474]➜  
2025-08-20T21:13:07.0587373Z [00:00:06.474]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T21:13:07.0587879Z [00:00:06.474]➜  the source code needed to generate, install, and (for an executable
2025-08-20T21:13:07.0588367Z [00:00:06.474]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T21:13:07.0588863Z [00:00:06.474]➜  control those activities.  However, it does not include the work's
2025-08-20T21:13:07.0589380Z [00:00:06.474]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T21:13:07.0590160Z [00:00:06.474]➜  programs which are used unmodified in performing those activities but
2025-08-20T21:13:07.0590667Z [00:00:06.474]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T21:13:07.0591165Z [00:00:06.474]➜  includes interface definition files associated with source files for
2025-08-20T21:13:07.0591655Z [00:00:06.474]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T21:13:07.0592153Z [00:00:06.474]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T21:13:07.0592665Z [00:00:06.474]➜  such as by intimate data communication or control flow between those
2025-08-20T21:13:07.0593083Z [00:00:06.474]➜  subprograms and other parts of the work.
2025-08-20T21:13:07.0593367Z [00:00:06.474]➜  
2025-08-20T21:13:07.0593693Z [00:00:06.474]➜    The Corresponding Source need not include anything that users
2025-08-20T21:13:07.0594179Z [00:00:06.474]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T21:13:07.0594723Z [00:00:06.474]➜  Source.
2025-08-20T21:13:07.0594941Z [00:00:06.474]➜  
2025-08-20T21:13:07.0595268Z [00:00:06.474]➜    The Corresponding Source for a work in source code form is that
2025-08-20T21:13:07.0595623Z [00:00:06.474]➜  same work.
2025-08-20T21:13:07.0595842Z [00:00:06.474]➜  
2025-08-20T21:13:07.0596067Z [00:00:06.474]➜    2. Basic Permissions.
2025-08-20T21:13:07.0596321Z [00:00:06.474]➜  
2025-08-20T21:13:07.0596657Z [00:00:06.474]➜    All rights granted under this License are granted for the term of
2025-08-20T21:13:07.0597154Z [00:00:06.474]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T21:13:07.0597649Z [00:00:06.474]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T21:13:07.0598146Z [00:00:06.474]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T21:13:07.0598657Z [00:00:06.474]➜  covered work is covered by this License only if the output, given its
2025-08-20T21:13:07.0599193Z [00:00:06.474]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T21:13:07.0599907Z [00:00:06.474]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T21:13:07.0600269Z [00:00:06.474]➜  
2025-08-20T21:13:07.0600591Z [00:00:06.474]➜    You may make, run and propagate covered works that you do not
2025-08-20T21:13:07.0601071Z [00:00:06.474]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T21:13:07.0601569Z [00:00:06.474]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T21:13:07.0602220Z [00:00:06.474]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T21:13:07.0602741Z [00:00:06.474]➜  with facilities for running those works, provided that you comply with
2025-08-20T21:13:07.0603240Z [00:00:06.474]➜  the terms of this License in conveying all material for which you do
2025-08-20T21:13:07.0603740Z [00:00:06.474]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T21:13:07.0604243Z [00:00:06.474]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T21:13:07.0604724Z [00:00:06.474]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T21:13:07.0605205Z [00:00:06.474]➜  your copyrighted material outside their relationship with you.
2025-08-20T21:13:07.0605554Z [00:00:06.474]➜  
2025-08-20T21:13:07.0605891Z [00:00:06.474]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T21:13:07.0606406Z [00:00:06.474]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T21:13:07.0606800Z [00:00:06.474]➜  makes it unnecessary.
2025-08-20T21:13:07.0607048Z [00:00:06.474]➜  
2025-08-20T21:13:07.0607377Z [00:00:06.474]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T21:13:07.0607717Z [00:00:06.474]➜  
2025-08-20T21:13:07.0608174Z [00:00:06.474]➜    No covered work shall be deemed part of an effective technological
2025-08-20T21:13:07.0608828Z [00:00:06.474]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T21:13:07.0609324Z [00:00:06.474]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T21:13:07.0609888Z [00:00:06.474]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T21:13:07.0610248Z [00:00:06.474]➜  measures.
2025-08-20T21:13:07.0610522Z [00:00:06.474]➜  
2025-08-20T21:13:07.0611067Z [00:00:06.474]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T21:13:07.0611608Z [00:00:06.474]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T21:13:07.0612133Z [00:00:06.474]➜  is effected by exercising rights under this License with respect to
2025-08-20T21:13:07.0612638Z [00:00:06.475]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T21:13:07.0613135Z [00:00:06.475]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T21:13:07.0613857Z [00:00:06.475]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T21:13:07.0614249Z [00:00:06.475]➜  technological measures.
2025-08-20T21:13:07.0614701Z [00:00:06.475]➜  
2025-08-20T21:13:07.0614962Z [00:00:06.475]➜    4. Conveying Verbatim Copies.
2025-08-20T21:13:07.0615233Z [00:00:06.475]➜  
2025-08-20T21:13:07.0615574Z [00:00:06.475]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T21:13:07.0616060Z [00:00:06.475]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T21:13:07.0616568Z [00:00:06.475]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T21:13:07.0617053Z [00:00:06.475]➜  keep intact all notices stating that this License and any
2025-08-20T21:13:07.0617545Z [00:00:06.475]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T21:13:07.0618053Z [00:00:06.475]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T21:13:07.0618537Z [00:00:06.475]➜  recipients a copy of this License along with the Program.
2025-08-20T21:13:07.0618866Z [00:00:06.475]➜  
2025-08-20T21:13:07.0619204Z [00:00:06.475]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T21:13:07.0619900Z [00:00:06.475]➜  and you may offer support or warranty protection for a fee.
2025-08-20T21:13:07.0620240Z [00:00:06.475]➜  
2025-08-20T21:13:07.0620503Z [00:00:06.475]➜    5. Conveying Modified Source Versions.
2025-08-20T21:13:07.0620786Z [00:00:06.475]➜  
2025-08-20T21:13:07.0621276Z [00:00:06.475]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T21:13:07.0621773Z [00:00:06.475]➜  produce it from the Program, in the form of source code under the
2025-08-20T21:13:07.0622273Z [00:00:06.475]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T21:13:07.0622636Z [00:00:06.475]➜  
2025-08-20T21:13:07.0622980Z [00:00:06.475]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T21:13:07.0623383Z [00:00:06.475]➜      it, and giving a relevant date.
2025-08-20T21:13:07.0623656Z [00:00:06.475]➜  
2025-08-20T21:13:07.0623969Z [00:00:06.475]➜      b) The work must carry prominent notices stating that it is
2025-08-20T21:13:07.0624444Z [00:00:06.475]➜      released under this License and any conditions added under section
2025-08-20T21:13:07.0624930Z [00:00:06.475]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T21:13:07.0625314Z [00:00:06.475]➜      "keep intact all notices".
2025-08-20T21:13:07.0625589Z [00:00:06.475]➜  
2025-08-20T21:13:07.0625898Z [00:00:06.475]➜      c) You must license the entire work, as a whole, under this
2025-08-20T21:13:07.0626346Z [00:00:06.475]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T21:13:07.0626831Z [00:00:06.475]➜      License will therefore apply, along with any applicable section 7
2025-08-20T21:13:07.0627328Z [00:00:06.475]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T21:13:07.0627795Z [00:00:06.475]➜      regardless of how they are packaged.  This License gives no
2025-08-20T21:13:07.0628264Z [00:00:06.475]➜      permission to license the work in any other way, but it does not
2025-08-20T21:13:07.0628744Z [00:00:06.475]➜      invalidate such permission if you have separately received it.
2025-08-20T21:13:07.0629087Z [00:00:06.475]➜  
2025-08-20T21:13:07.0629409Z [00:00:06.475]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T21:13:07.0630035Z [00:00:06.475]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T21:13:07.0630556Z [00:00:06.475]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T21:13:07.0630957Z [00:00:06.475]➜      work need not make them do so.
2025-08-20T21:13:07.0631222Z [00:00:06.475]➜  
2025-08-20T21:13:07.0631561Z [00:00:06.475]➜    A compilation of a covered work with other separate and independent
2025-08-20T21:13:07.0632193Z [00:00:06.475]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T21:13:07.0632678Z [00:00:06.475]➜  and which are not combined with it such as to form a larger program,
2025-08-20T21:13:07.0633155Z [00:00:06.475]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T21:13:07.0633632Z [00:00:06.475]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T21:13:07.0634117Z [00:00:06.475]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T21:13:07.0634621Z [00:00:06.475]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T21:13:07.0635116Z [00:00:06.475]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T21:13:07.0635496Z [00:00:06.475]➜  parts of the aggregate.
2025-08-20T21:13:07.0635753Z [00:00:06.475]➜  
2025-08-20T21:13:07.0635995Z [00:00:06.475]➜    6. Conveying Non-Source Forms.
2025-08-20T21:13:07.0636272Z [00:00:06.475]➜  
2025-08-20T21:13:07.0636604Z [00:00:06.475]➜    You may convey a covered work in object code form under the terms
2025-08-20T21:13:07.0637051Z [00:00:06.475]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T21:13:07.0637530Z [00:00:06.475]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T21:13:07.0637934Z [00:00:06.475]➜  in one of these ways:
2025-08-20T21:13:07.0638183Z [00:00:06.475]➜  
2025-08-20T21:13:07.0638513Z [00:00:06.475]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T21:13:07.0639134Z [00:00:06.475]➜      (including a physical distribution medium), accompanied by the
2025-08-20T21:13:07.0639821Z [00:00:06.475]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T21:13:07.0640284Z [00:00:06.475]➜      customarily used for software interchange.
2025-08-20T21:13:07.0640586Z [00:00:06.475]➜  
2025-08-20T21:13:07.0640925Z [00:00:06.475]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T21:13:07.0641398Z [00:00:06.475]➜      (including a physical distribution medium), accompanied by a
2025-08-20T21:13:07.0641870Z [00:00:06.475]➜      written offer, valid for at least three years and valid for as
2025-08-20T21:13:07.0642353Z [00:00:06.475]➜      long as you offer spare parts or customer support for that product
2025-08-20T21:13:07.0642828Z [00:00:06.475]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T21:13:07.0643301Z [00:00:06.475]➜      copy of the Corresponding Source for all the software in the
2025-08-20T21:13:07.0643766Z [00:00:06.475]➜      product that is covered by this License, on a durable physical
2025-08-20T21:13:07.0644247Z [00:00:06.475]➜      medium customarily used for software interchange, for a price no
2025-08-20T21:13:07.0644723Z [00:00:06.475]➜      more than your reasonable cost of physically performing this
2025-08-20T21:13:07.0645155Z [00:00:06.475]➜      conveying of source, or (2) access to copy the
2025-08-20T21:13:07.0645583Z [00:00:06.475]➜      Corresponding Source from a network server at no charge.
2025-08-20T21:13:07.0645906Z [00:00:06.475]➜  
2025-08-20T21:13:07.0646252Z [00:00:06.475]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T21:13:07.0646720Z [00:00:06.475]➜      written offer to provide the Corresponding Source.  This
2025-08-20T21:13:07.0647196Z [00:00:06.475]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T21:13:07.0647692Z [00:00:06.475]➜      only if you received the object code with such an offer, in accord
2025-08-20T21:13:07.0648068Z [00:00:06.475]➜      with subsection 6b.
2025-08-20T21:13:07.0648319Z [00:00:06.475]➜  
2025-08-20T21:13:07.0648636Z [00:00:06.475]➜      d) Convey the object code by offering access from a designated
2025-08-20T21:13:07.0649106Z [00:00:06.475]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T21:13:07.0649908Z [00:00:06.475]➜      Corresponding Source in the same way through the same place at no
2025-08-20T21:13:07.0650389Z [00:00:06.475]➜      further charge.  You need not require recipients to copy the
2025-08-20T21:13:07.0650872Z [00:00:06.475]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T21:13:07.0651360Z [00:00:06.475]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T21:13:07.0651831Z [00:00:06.475]➜      may be on a different server (operated by you or a third party)
2025-08-20T21:13:07.0652321Z [00:00:06.475]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T21:13:07.0652820Z [00:00:06.475]➜      clear directions next to the object code saying where to find the
2025-08-20T21:13:07.0653300Z [00:00:06.475]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T21:13:07.0653777Z [00:00:06.475]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T21:13:07.0654266Z [00:00:06.475]➜      available for as long as needed to satisfy these requirements.
2025-08-20T21:13:07.0654602Z [00:00:06.475]➜  
2025-08-20T21:13:07.0654943Z [00:00:06.475]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T21:13:07.0655426Z [00:00:06.475]➜      you inform other peers where the object code and Corresponding
2025-08-20T21:13:07.0655894Z [00:00:06.475]➜      Source of the work are being offered to the general public at no
2025-08-20T21:13:07.0656279Z [00:00:06.475]➜      charge under subsection 6d.
2025-08-20T21:13:07.0656549Z [00:00:06.475]➜  
2025-08-20T21:13:07.0657026Z [00:00:06.475]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T21:13:07.0657520Z [00:00:06.475]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T21:13:07.0657939Z [00:00:06.475]➜  included in conveying the object code work.
2025-08-20T21:13:07.0658228Z [00:00:06.475]➜  
2025-08-20T21:13:07.0658572Z [00:00:06.475]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T21:13:07.0659085Z [00:00:06.475]➜  tangible personal property which is normally used for personal, family,
2025-08-20T21:13:07.0659730Z [00:00:06.475]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T21:13:07.0660259Z [00:00:06.475]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T21:13:07.0660786Z [00:00:06.475]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T21:13:07.0661307Z [00:00:06.475]➜  product received by a particular user, "normally used" refers to a
2025-08-20T21:13:07.0661815Z [00:00:06.475]➜  typical or common use of that class of product, regardless of the status
2025-08-20T21:13:07.0662313Z [00:00:06.475]➜  of the particular user or of the way in which the particular user
2025-08-20T21:13:07.0662811Z [00:00:06.475]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T21:13:07.0663335Z [00:00:06.475]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T21:13:07.0663856Z [00:00:06.475]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T21:13:07.0664316Z [00:00:06.475]➜  the only significant mode of use of the product.
2025-08-20T21:13:07.0664618Z [00:00:06.475]➜  
2025-08-20T21:13:07.0664961Z [00:00:06.475]➜    "Installation Information" for a User Product means any methods,
2025-08-20T21:13:07.0665480Z [00:00:06.475]➜  procedures, authorization keys, or other information required to install
2025-08-20T21:13:07.0666027Z [00:00:06.475]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T21:13:07.0666547Z [00:00:06.475]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T21:13:07.0667059Z [00:00:06.475]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T21:13:07.0667534Z [00:00:06.475]➜  code is in no case prevented or interfered with solely because
2025-08-20T21:13:07.0668052Z [00:00:06.475]➜  modification has been made.
2025-08-20T21:13:07.0668312Z [00:00:06.475]➜  
2025-08-20T21:13:07.0668646Z [00:00:06.475]➜    If you convey an object code work under this section in, or with, or
2025-08-20T21:13:07.0669143Z [00:00:06.475]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T21:13:07.0669868Z [00:00:06.475]➜  part of a transaction in which the right of possession and use of the
2025-08-20T21:13:07.0670369Z [00:00:06.475]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T21:13:07.0670879Z [00:00:06.475]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T21:13:07.0671392Z [00:00:06.475]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T21:13:07.0671905Z [00:00:06.475]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T21:13:07.0672398Z [00:00:06.475]➜  if neither you nor any third party retains the ability to install
2025-08-20T21:13:07.0672890Z [00:00:06.475]➜  modified object code on the User Product (for example, the work has
2025-08-20T21:13:07.0673271Z [00:00:06.475]➜  been installed in ROM).
2025-08-20T21:13:07.0673520Z [00:00:06.475]➜  
2025-08-20T21:13:07.0673874Z [00:00:06.475]➜    The requirement to provide Installation Information does not include a
2025-08-20T21:13:07.0674397Z [00:00:06.475]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T21:13:07.0675048Z [00:00:06.475]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T21:13:07.0675566Z [00:00:06.475]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T21:13:07.0676065Z [00:00:06.475]➜  network may be denied when the modification itself materially and
2025-08-20T21:13:07.0676577Z [00:00:06.475]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T21:13:07.0677043Z [00:00:06.475]➜  protocols for communication across the network.
2025-08-20T21:13:07.0677346Z [00:00:06.475]➜  
2025-08-20T21:13:07.0677706Z [00:00:06.475]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T21:13:07.0678210Z [00:00:06.475]➜  in accord with this section must be in a format that is publicly
2025-08-20T21:13:07.0678691Z [00:00:06.475]➜  documented (and with an implementation available to the public in
2025-08-20T21:13:07.0679193Z [00:00:06.475]➜  source code form), and must require no special password or key for
2025-08-20T21:13:07.0679829Z [00:00:06.475]➜  unpacking, reading or copying.
2025-08-20T21:13:07.0680161Z [00:00:06.475]➜  
2025-08-20T21:13:07.0680388Z [00:00:06.475]➜    7. Additional Terms.
2025-08-20T21:13:07.0680642Z [00:00:06.475]➜  
2025-08-20T21:13:07.0680991Z [00:00:06.475]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T21:13:07.0681487Z [00:00:06.475]➜  License by making exceptions from one or more of its conditions.
2025-08-20T21:13:07.0682005Z [00:00:06.475]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T21:13:07.0682519Z [00:00:06.475]➜  be treated as though they were included in this License, to the extent
2025-08-20T21:13:07.0683018Z [00:00:06.475]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T21:13:07.0683521Z [00:00:06.475]➜  apply only to part of the Program, that part may be used separately
2025-08-20T21:13:07.0684013Z [00:00:06.475]➜  under those permissions, but the entire Program remains governed by
2025-08-20T21:13:07.0684497Z [00:00:06.475]➜  this License without regard to the additional permissions.
2025-08-20T21:13:07.0684828Z [00:00:06.475]➜  
2025-08-20T21:13:07.0685155Z [00:00:06.475]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T21:13:07.0685660Z [00:00:06.475]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T21:13:07.0686157Z [00:00:06.475]➜  it.  (Additional permissions may be written to require their own
2025-08-20T21:13:07.0686904Z [00:00:06.475]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T21:13:07.0687404Z [00:00:06.475]➜  additional permissions on material, added by you to a covered work,
2025-08-20T21:13:07.0687895Z [00:00:06.475]➜  for which you have or can give appropriate copyright permission.
2025-08-20T21:13:07.0688233Z [00:00:06.475]➜  
2025-08-20T21:13:07.0688590Z [00:00:06.475]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T21:13:07.0689122Z [00:00:06.475]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T21:13:07.0689750Z [00:00:06.476]➜  that material) supplement the terms of this License with terms:
2025-08-20T21:13:07.0690097Z [00:00:06.476]➜  
2025-08-20T21:13:07.0690441Z [00:00:06.476]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T21:13:07.0690884Z [00:00:06.476]➜      terms of sections 15 and 16 of this License; or
2025-08-20T21:13:07.0691192Z [00:00:06.476]➜  
2025-08-20T21:13:07.0691532Z [00:00:06.476]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T21:13:07.0692029Z [00:00:06.476]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T21:13:07.0692469Z [00:00:06.476]➜      Notices displayed by works containing it; or
2025-08-20T21:13:07.0692774Z [00:00:06.476]➜  
2025-08-20T21:13:07.0693122Z [00:00:06.476]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T21:13:07.0693781Z [00:00:06.476]➜      requiring that modified versions of such material be marked in
2025-08-20T21:13:07.0694267Z [00:00:06.476]➜      reasonable ways as different from the original version; or
2025-08-20T21:13:07.0694602Z [00:00:06.476]➜  
2025-08-20T21:13:07.0694940Z [00:00:06.476]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T21:13:07.0695334Z [00:00:06.476]➜      authors of the material; or
2025-08-20T21:13:07.0695609Z [00:00:06.476]➜  
2025-08-20T21:13:07.0695936Z [00:00:06.476]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T21:13:07.0696367Z [00:00:06.476]➜      trade names, trademarks, or service marks; or
2025-08-20T21:13:07.0696671Z [00:00:06.476]➜  
2025-08-20T21:13:07.0696997Z [00:00:06.476]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T21:13:07.0697484Z [00:00:06.476]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T21:13:07.0698001Z [00:00:06.476]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T21:13:07.0698508Z [00:00:06.476]➜      any liability that these contractual assumptions directly impose on
2025-08-20T21:13:07.0698911Z [00:00:06.476]➜      those licensors and authors.
2025-08-20T21:13:07.0699182Z [00:00:06.476]➜  
2025-08-20T21:13:07.0699515Z [00:00:06.476]➜    All other non-permissive additional terms are considered "further
2025-08-20T21:13:07.0700186Z [00:00:06.476]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T21:13:07.0700685Z [00:00:06.476]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T21:13:07.0701153Z [00:00:06.476]➜  governed by this License along with a term that is a further
2025-08-20T21:13:07.0701632Z [00:00:06.476]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T21:13:07.0702145Z [00:00:06.476]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T21:13:07.0702652Z [00:00:06.476]➜  License, you may add to a covered work material governed by the terms
2025-08-20T21:13:07.0703142Z [00:00:06.476]➜  of that license document, provided that the further restriction does
2025-08-20T21:13:07.0703566Z [00:00:06.476]➜  not survive such relicensing or conveying.
2025-08-20T21:13:07.0703856Z [00:00:06.476]➜  
2025-08-20T21:13:07.0704184Z [00:00:06.476]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T21:13:07.0704769Z [00:00:06.476]➜  must place, in the relevant source files, a statement of the
2025-08-20T21:13:07.0705243Z [00:00:06.476]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T21:13:07.0705657Z [00:00:06.476]➜  where to find the applicable terms.
2025-08-20T21:13:07.0705927Z [00:00:06.476]➜  
2025-08-20T21:13:07.0706271Z [00:00:06.476]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T21:13:07.0706764Z [00:00:06.476]➜  form of a separately written license, or stated as exceptions;
2025-08-20T21:13:07.0707280Z [00:00:06.476]➜  the above requirements apply either way.
2025-08-20T21:13:07.0707570Z [00:00:06.476]➜  
2025-08-20T21:13:07.0707788Z [00:00:06.476]➜    8. Termination.
2025-08-20T21:13:07.0708026Z [00:00:06.476]➜  
2025-08-20T21:13:07.0708359Z [00:00:06.476]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T21:13:07.0708854Z [00:00:06.476]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T21:13:07.0709363Z [00:00:06.476]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T21:13:07.0709952Z [00:00:06.476]➜  this License (including any patent licenses granted under the third
2025-08-20T21:13:07.0710346Z [00:00:06.476]➜  paragraph of section 11).
2025-08-20T21:13:07.0710604Z [00:00:06.476]➜  
2025-08-20T21:13:07.0710924Z [00:00:06.476]➜    However, if you cease all violation of this License, then your
2025-08-20T21:13:07.0711389Z [00:00:06.476]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T21:13:07.0711885Z [00:00:06.476]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T21:13:07.0712405Z [00:00:06.476]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T21:13:07.0712933Z [00:00:06.476]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T21:13:07.0713369Z [00:00:06.476]➜  prior to 60 days after the cessation.
2025-08-20T21:13:07.0713659Z [00:00:06.476]➜  
2025-08-20T21:13:07.0713999Z [00:00:06.476]➜    Moreover, your license from a particular copyright holder is
2025-08-20T21:13:07.0714501Z [00:00:06.476]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T21:13:07.0715012Z [00:00:06.476]➜  violation by some reasonable means, this is the first time you have
2025-08-20T21:13:07.0715521Z [00:00:06.476]➜  received notice of violation of this License (for any work) from that
2025-08-20T21:13:07.0716037Z [00:00:06.476]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T21:13:07.0716436Z [00:00:06.476]➜  your receipt of the notice.
2025-08-20T21:13:07.0716700Z [00:00:06.476]➜  
2025-08-20T21:13:07.0717052Z [00:00:06.476]➜    Termination of your rights under this section does not terminate the
2025-08-20T21:13:07.0717572Z [00:00:06.476]➜  licenses of parties who have received copies or rights from you under
2025-08-20T21:13:07.0718217Z [00:00:06.476]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T21:13:07.0718721Z [00:00:06.477]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T21:13:07.0719118Z [00:00:06.477]➜  material under section 10.
2025-08-20T21:13:07.0719383Z [00:00:06.477]➜  
2025-08-20T21:13:07.0719865Z [00:00:06.477]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T21:13:07.0720176Z [00:00:06.477]➜  
2025-08-20T21:13:07.0720518Z [00:00:06.477]➜    You are not required to accept this License in order to receive or
2025-08-20T21:13:07.0721022Z [00:00:06.477]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T21:13:07.0721527Z [00:00:06.477]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T21:13:07.0722034Z [00:00:06.477]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T21:13:07.0722537Z [00:00:06.477]➜  nothing other than this License grants you permission to propagate or
2025-08-20T21:13:07.0723073Z [00:00:06.477]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T21:13:07.0723577Z [00:00:06.477]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T21:13:07.0724075Z [00:00:06.477]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T21:13:07.0724428Z [00:00:06.477]➜  
2025-08-20T21:13:07.0724725Z [00:00:06.477]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T21:13:07.0725031Z [00:00:06.477]➜  
2025-08-20T21:13:07.0725490Z [00:00:06.477]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T21:13:07.0725984Z [00:00:06.477]➜  receives a license from the original licensors, to run, modify and
2025-08-20T21:13:07.0726497Z [00:00:06.477]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T21:13:07.0726997Z [00:00:06.477]➜  for enforcing compliance by third parties with this License.
2025-08-20T21:13:07.0727342Z [00:00:06.477]➜  
2025-08-20T21:13:07.0727686Z [00:00:06.477]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T21:13:07.0728189Z [00:00:06.477]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T21:13:07.0728691Z [00:00:06.477]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T21:13:07.0729167Z [00:00:06.477]➜  work results from an entity transaction, each party to that
2025-08-20T21:13:07.0729742Z [00:00:06.477]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T21:13:07.0730256Z [00:00:06.477]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T21:13:07.0730787Z [00:00:06.477]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T21:13:07.0731307Z [00:00:06.477]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T21:13:07.0731800Z [00:00:06.477]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T21:13:07.0732149Z [00:00:06.477]➜  
2025-08-20T21:13:07.0732481Z [00:00:06.477]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T21:13:07.0732980Z [00:00:06.477]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T21:13:07.0733477Z [00:00:06.477]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T21:13:07.0733981Z [00:00:06.477]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T21:13:07.0734502Z [00:00:06.477]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T21:13:07.0735007Z [00:00:06.477]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T21:13:07.0735465Z [00:00:06.477]➜  sale, or importing the Program or any portion of it.
2025-08-20T21:13:07.0735777Z [00:00:06.477]➜  
2025-08-20T21:13:07.0735997Z [00:00:06.477]➜    11. Patents.
2025-08-20T21:13:07.0736226Z [00:00:06.477]➜  
2025-08-20T21:13:07.0736698Z [00:00:06.477]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T21:13:07.0737193Z [00:00:06.477]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T21:13:07.0737698Z [00:00:06.477]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T21:13:07.0738055Z [00:00:06.477]➜  
2025-08-20T21:13:07.0738389Z [00:00:06.477]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T21:13:07.0738881Z [00:00:06.477]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T21:13:07.0739398Z [00:00:06.477]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T21:13:07.0740016Z [00:00:06.477]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T21:13:07.0740489Z [00:00:06.477]➜  but do not include claims that would be infringed only as a
2025-08-20T21:13:07.0740969Z [00:00:06.477]➜  consequence of further modification of the contributor version.  For
2025-08-20T21:13:07.0741478Z [00:00:06.477]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T21:13:07.0741975Z [00:00:06.477]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T21:13:07.0742349Z [00:00:06.477]➜  this License.
2025-08-20T21:13:07.0742579Z [00:00:06.477]➜  
2025-08-20T21:13:07.0742931Z [00:00:06.477]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T21:13:07.0743438Z [00:00:06.477]➜  patent license under the contributor's essential patent claims, to
2025-08-20T21:13:07.0744053Z [00:00:06.477]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T21:13:07.0744514Z [00:00:06.477]➜  propagate the contents of its contributor version.
2025-08-20T21:13:07.0744828Z [00:00:06.477]➜  
2025-08-20T21:13:07.0745176Z [00:00:06.477]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T21:13:07.0745684Z [00:00:06.477]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T21:13:07.0746202Z [00:00:06.477]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T21:13:07.0746705Z [00:00:06.477]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T21:13:07.0747202Z [00:00:06.477]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T21:13:07.0747591Z [00:00:06.477]➜  patent against the party.
2025-08-20T21:13:07.0747846Z [00:00:06.477]➜  
2025-08-20T21:13:07.0748189Z [00:00:06.477]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T21:13:07.0748689Z [00:00:06.477]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T21:13:07.0749188Z [00:00:06.477]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T21:13:07.0749803Z [00:00:06.477]➜  publicly available network server or other readily accessible means,
2025-08-20T21:13:07.0750309Z [00:00:06.477]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T21:13:07.0750794Z [00:00:06.477]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T21:13:07.0751289Z [00:00:06.477]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T21:13:07.0751805Z [00:00:06.477]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T21:13:07.0752324Z [00:00:06.477]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T21:13:07.0752843Z [00:00:06.477]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T21:13:07.0753351Z [00:00:06.477]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T21:13:07.0753848Z [00:00:06.478]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T21:13:07.0754298Z [00:00:06.478]➜  country that you have reason to believe are valid.
2025-08-20T21:13:07.0754736Z [00:00:06.478]➜  
2025-08-20T21:13:07.0755060Z [00:00:06.478]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T21:13:07.0755543Z [00:00:06.478]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T21:13:07.0756031Z [00:00:06.478]➜  covered work, and grant a patent license to some of the parties
2025-08-20T21:13:07.0756523Z [00:00:06.478]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T21:13:07.0757031Z [00:00:06.478]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T21:13:07.0757544Z [00:00:06.478]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T21:13:07.0757934Z [00:00:06.478]➜  work and works based on it.
2025-08-20T21:13:07.0758195Z [00:00:06.478]➜  
2025-08-20T21:13:07.0758531Z [00:00:06.478]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T21:13:07.0758999Z [00:00:06.478]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T21:13:07.0759483Z [00:00:06.478]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T21:13:07.0760220Z [00:00:06.478]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T21:13:07.0760721Z [00:00:06.478]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T21:13:07.0761215Z [00:00:06.478]➜  in the business of distributing software, under which you make payment
2025-08-20T21:13:07.0761705Z [00:00:06.478]➜  to the third party based on the extent of your activity of conveying
2025-08-20T21:13:07.0762312Z [00:00:06.478]➜  the work, and under which the third party grants, to any of the
2025-08-20T21:13:07.0762804Z [00:00:06.478]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T21:13:07.0763297Z [00:00:06.478]➜  patent license (a) in connection with copies of the covered work
2025-08-20T21:13:07.0763781Z [00:00:06.478]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T21:13:07.0764276Z [00:00:06.478]➜  for and in connection with specific products or compilations that
2025-08-20T21:13:07.0764769Z [00:00:06.478]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T21:13:07.0765246Z [00:00:06.478]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T21:13:07.0765573Z [00:00:06.478]➜  
2025-08-20T21:13:07.0765913Z [00:00:06.478]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T21:13:07.0766399Z [00:00:06.478]➜  any implied license or other defenses to infringement that may
2025-08-20T21:13:07.0766876Z [00:00:06.478]➜  otherwise be available to you under applicable patent law.
2025-08-20T21:13:07.0767211Z [00:00:06.478]➜  
2025-08-20T21:13:07.0767463Z [00:00:06.478]➜    12. No Surrender of Others' Freedom.
2025-08-20T21:13:07.0767736Z [00:00:06.478]➜  
2025-08-20T21:13:07.0768087Z [00:00:06.478]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T21:13:07.0768628Z [00:00:06.478]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T21:13:07.0769149Z [00:00:06.478]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T21:13:07.0769775Z [00:00:06.478]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T21:13:07.0770311Z [00:00:06.478]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T21:13:07.0770852Z [00:00:06.478]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T21:13:07.0771383Z [00:00:06.478]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T21:13:07.0771894Z [00:00:06.478]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T21:13:07.0772389Z [00:00:06.478]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T21:13:07.0772736Z [00:00:06.478]➜  
2025-08-20T21:13:07.0773154Z [00:00:06.478]➜    13. Use with the GNU Affero General Public License.
2025-08-20T21:13:07.0773462Z [00:00:06.478]➜  
2025-08-20T21:13:07.0773793Z [00:00:06.478]➜    Notwithstanding any other provision of this License, you have
2025-08-20T21:13:07.0774284Z [00:00:06.478]➜  permission to link or combine any covered work with a work licensed
2025-08-20T21:13:07.0774787Z [00:00:06.478]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T21:13:07.0775278Z [00:00:06.478]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T21:13:07.0775788Z [00:00:06.478]➜  License will continue to apply to the part which is the covered work,
2025-08-20T21:13:07.0776304Z [00:00:06.478]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T21:13:07.0776820Z [00:00:06.478]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T21:13:07.0777210Z [00:00:06.478]➜  combination as such.
2025-08-20T21:13:07.0777465Z [00:00:06.478]➜  
2025-08-20T21:13:07.0777727Z [00:00:06.478]➜    14. Revised Versions of this License.
2025-08-20T21:13:07.0778004Z [00:00:06.478]➜  
2025-08-20T21:13:07.0778366Z [00:00:06.478]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T21:13:07.0778901Z [00:00:06.478]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T21:13:07.0779421Z [00:00:06.478]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T21:13:07.0779956Z [00:00:06.478]➜  address new problems or concerns.
2025-08-20T21:13:07.0780232Z [00:00:06.478]➜  
2025-08-20T21:13:07.0780738Z [00:00:06.478]➜    Each version is given a distinguishing version number.  If the
2025-08-20T21:13:07.0781251Z [00:00:06.478]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T21:13:07.0781750Z [00:00:06.478]➜  Public License "or any later version" applies to it, you have the
2025-08-20T21:13:07.0782246Z [00:00:06.478]➜  option of following the terms and conditions either of that numbered
2025-08-20T21:13:07.0782738Z [00:00:06.478]➜  version or of any later version published by the Free Software
2025-08-20T21:13:07.0783219Z [00:00:06.478]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T21:13:07.0783724Z [00:00:06.478]➜  GNU General Public License, you may choose any version ever published
2025-08-20T21:13:07.0784135Z [00:00:06.478]➜  by the Free Software Foundation.
2025-08-20T21:13:07.0784404Z [00:00:06.478]➜  
2025-08-20T21:13:07.0784734Z [00:00:06.478]➜    If the Program specifies that a proxy can decide which future
2025-08-20T21:13:07.0785214Z [00:00:06.478]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T21:13:07.0785733Z [00:00:06.478]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T21:13:07.0786171Z [00:00:06.478]➜  to choose that version for the Program.
2025-08-20T21:13:07.0786452Z [00:00:06.478]➜  
2025-08-20T21:13:07.0786782Z [00:00:06.478]➜    Later license versions may give you additional or different
2025-08-20T21:13:07.0787273Z [00:00:06.478]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T21:13:07.0787774Z [00:00:06.478]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T21:13:07.0788146Z [00:00:06.478]➜  later version.
2025-08-20T21:13:07.0788378Z [00:00:06.478]➜  
2025-08-20T21:13:07.0788616Z [00:00:06.478]➜    15. Disclaimer of Warranty.
2025-08-20T21:13:07.0788878Z [00:00:06.478]➜  
2025-08-20T21:13:07.0789221Z [00:00:06.478]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T21:13:07.0789831Z [00:00:06.478]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T21:13:07.0790373Z [00:00:06.478]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T21:13:07.0790915Z [00:00:06.478]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T21:13:07.0791579Z [00:00:06.478]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T21:13:07.0792117Z [00:00:06.478]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T21:13:07.0792639Z [00:00:06.478]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T21:13:07.0793092Z [00:00:06.478]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T21:13:07.0793395Z [00:00:06.478]➜  
2025-08-20T21:13:07.0793640Z [00:00:06.478]➜    16. Limitation of Liability.
2025-08-20T21:13:07.0793912Z [00:00:06.478]➜  
2025-08-20T21:13:07.0794268Z [00:00:06.478]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T21:13:07.0794792Z [00:00:06.478]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T21:13:07.0795335Z [00:00:06.478]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T21:13:07.0795872Z [00:00:06.478]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T21:13:07.0796408Z [00:00:06.478]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T21:13:07.0796934Z [00:00:06.478]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T21:13:07.0797460Z [00:00:06.478]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T21:13:07.0797982Z [00:00:06.478]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T21:13:07.0798361Z [00:00:06.478]➜  SUCH DAMAGES.
2025-08-20T21:13:07.0798706Z [00:00:06.478]➜  
2025-08-20T21:13:07.0798984Z [00:00:06.478]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T21:13:07.0799278Z [00:00:06.478]➜  
2025-08-20T21:13:07.0799804Z [00:00:06.478]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T21:13:07.0810026Z [00:00:06.478]➜  above cannot be given local legal effect according to their terms,
2025-08-20T21:13:07.0810631Z [00:00:06.478]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T21:13:07.0811175Z [00:00:06.478]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T21:13:07.0811690Z [00:00:06.478]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T21:13:07.0812145Z [00:00:06.478]➜  copy of the Program in return for a fee.
2025-08-20T21:13:07.0812439Z [00:00:06.478]➜  
2025-08-20T21:13:07.0812724Z [00:00:06.478]➜                       END OF TERMS AND CONDITIONS
2025-08-20T21:13:07.0813015Z [00:00:06.478]➜  
2025-08-20T21:13:07.0813328Z [00:00:06.478]➜              How to Apply These Terms to Your New Programs
2025-08-20T21:13:07.0813648Z [00:00:06.478]➜  
2025-08-20T21:13:07.0813989Z [00:00:06.478]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T21:13:07.0814497Z [00:00:06.478]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T21:13:07.0815049Z [00:00:06.478]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T21:13:07.0815434Z [00:00:06.478]➜  
2025-08-20T21:13:07.0815774Z [00:00:06.478]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T21:13:07.0816265Z [00:00:06.478]➜  to attach them to the start of each source file to most effectively
2025-08-20T21:13:07.0816757Z [00:00:06.478]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T21:13:07.0817260Z [00:00:06.478]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T21:13:07.0817628Z [00:00:06.478]➜  
2025-08-20T21:13:07.0817979Z [00:00:06.478]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T21:13:07.0818408Z [00:00:06.478]➜      Copyright (C) <year>  <name of author>
2025-08-20T21:13:07.0818702Z [00:00:06.478]➜  
2025-08-20T21:13:07.0819051Z [00:00:06.478]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T21:13:07.0819881Z [00:00:06.478]➜      it under the terms of the GNU General Public License as published by
2025-08-20T21:13:07.0820376Z [00:00:06.478]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T21:13:07.0820792Z [00:00:06.478]➜      (at your option) any later version.
2025-08-20T21:13:07.0821067Z [00:00:06.478]➜  
2025-08-20T21:13:07.0821397Z [00:00:06.478]➜      This program is distributed in the hope that it will be useful,
2025-08-20T21:13:07.0821868Z [00:00:06.478]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T21:13:07.0822371Z [00:00:06.478]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T21:13:07.0822807Z [00:00:06.478]➜      GNU General Public License for more details.
2025-08-20T21:13:07.0823103Z [00:00:06.478]➜  
2025-08-20T21:13:07.0823437Z [00:00:06.478]➜      You should have received a copy of the GNU General Public License
2025-08-20T21:13:07.0823966Z [00:00:06.478]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T21:13:07.0824343Z [00:00:06.478]➜  
2025-08-20T21:13:07.0824697Z [00:00:06.478]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T21:13:07.0825063Z [00:00:06.478]➜  
2025-08-20T21:13:07.0825390Z [00:00:06.478]➜    If the program does terminal interaction, make it output a short
2025-08-20T21:13:07.0825842Z [00:00:06.478]➜  notice like this when it starts in an interactive mode:
2025-08-20T21:13:07.0826158Z [00:00:06.478]➜  
2025-08-20T21:13:07.0826571Z [00:00:06.478]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T21:13:07.0827069Z [00:00:06.478]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T21:13:07.0827576Z [00:00:06.478]➜      This is free software, and you are welcome to redistribute it
2025-08-20T21:13:07.0828020Z [00:00:06.478]➜      under certain conditions; type `show c' for details.
2025-08-20T21:13:07.0828329Z [00:00:06.478]➜  
2025-08-20T21:13:07.0828717Z [00:00:06.478]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T21:13:07.0829268Z [00:00:06.478]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T21:13:07.0829889Z [00:00:06.478]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T21:13:07.0830249Z [00:00:06.478]➜  
2025-08-20T21:13:07.0830645Z [00:00:06.478]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T21:13:07.0831169Z [00:00:06.478]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T21:13:07.0831686Z [00:00:06.478]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T21:13:07.0832114Z [00:00:06.478]➜  <https://www.gnu.org/licenses/>.
2025-08-20T21:13:07.0832387Z [00:00:06.478]➜  
2025-08-20T21:13:07.0832752Z [00:00:06.478]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T21:13:07.0833292Z [00:00:06.478]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T21:13:07.0833832Z [00:00:06.478]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T21:13:07.0834341Z [00:00:06.478]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T21:13:07.0834826Z [00:00:06.478]➜  Public License instead of this License.  But first, please read
2025-08-20T21:13:07.0835283Z [00:00:06.478]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T21:13:07.0835599Z [00:00:06.478]➜  
2025-08-20T21:13:07.0835947Z [00:00:06.478]➜  --------------------------------------------------------------------------
2025-08-20T21:13:07.0836271Z [00:00:06.478]➜  
2025-08-20T21:13:07.0836522Z [00:00:06.478]➜  Mozilla Public License Version 2.0
2025-08-20T21:13:07.0836834Z [00:00:06.478]➜  ==================================
2025-08-20T21:13:07.0837093Z [00:00:06.478]➜  
2025-08-20T21:13:07.0837446Z [00:00:06.478]➜  1. Definitions
2025-08-20T21:13:07.0837698Z [00:00:06.478]➜  --------------
2025-08-20T21:13:07.0837923Z [00:00:06.479]➜  
2025-08-20T21:13:07.0838136Z [00:00:06.479]➜  1.1. "Contributor"
2025-08-20T21:13:07.0838529Z [00:00:06.479]➜      means each individual or legal entity that creates, contributes to
2025-08-20T21:13:07.0838964Z [00:00:06.479]➜      the creation of, or owns Covered Software.
2025-08-20T21:13:07.0839251Z [00:00:06.479]➜  
2025-08-20T21:13:07.0839480Z [00:00:06.479]➜  1.2. "Contributor Version"
2025-08-20T21:13:07.0840116Z [00:00:06.479]➜      means the combination of the Contributions of others (if any) used
2025-08-20T21:13:07.0840623Z [00:00:06.479]➜      by a Contributor and that particular Contributor's Contribution.
2025-08-20T21:13:07.0840971Z [00:00:06.479]➜  
2025-08-20T21:13:07.0841187Z [00:00:06.479]➜  1.3. "Contribution"
2025-08-20T21:13:07.0841537Z [00:00:06.479]➜      means Covered Software of a particular Contributor.
2025-08-20T21:13:07.0841847Z [00:00:06.479]➜  
2025-08-20T21:13:07.0842079Z [00:00:06.479]➜  1.4. "Covered Software"
2025-08-20T21:13:07.0842479Z [00:00:06.479]➜      means Source Code Form to which the initial Contributor has attached
2025-08-20T21:13:07.0842967Z [00:00:06.479]➜      the notice in Exhibit A, the Executable Form of such Source Code
2025-08-20T21:13:07.0843437Z [00:00:06.479]➜      Form, and Modifications of such Source Code Form, in each case
2025-08-20T21:13:07.0843825Z [00:00:06.479]➜      including portions thereof.
2025-08-20T21:13:07.0844086Z [00:00:06.479]➜  
2025-08-20T21:13:07.0844358Z [00:00:06.479]➜  1.5. "Incompatible With Secondary Licenses"
2025-08-20T21:13:07.0844800Z [00:00:06.479]➜      means
2025-08-20T21:13:07.0845025Z [00:00:06.479]➜  
2025-08-20T21:13:07.0845355Z [00:00:06.479]➜      (a) that the initial Contributor has attached the notice described
2025-08-20T21:13:07.0845777Z [00:00:06.479]➜          in Exhibit B to the Covered Software; or
2025-08-20T21:13:07.0846060Z [00:00:06.479]➜  
2025-08-20T21:13:07.0846398Z [00:00:06.479]➜      (b) that the Covered Software was made available under the terms of
2025-08-20T21:13:07.0846862Z [00:00:06.479]➜          version 1.1 or earlier of the License, but not also under the
2025-08-20T21:13:07.0847253Z [00:00:06.479]➜          terms of a Secondary License.
2025-08-20T21:13:07.0847525Z [00:00:06.479]➜  
2025-08-20T21:13:07.0847746Z [00:00:06.479]➜  1.6. "Executable Form"
2025-08-20T21:13:07.0848105Z [00:00:06.479]➜      means any form of the work other than Source Code Form.
2025-08-20T21:13:07.0848426Z [00:00:06.479]➜  
2025-08-20T21:13:07.0848640Z [00:00:06.479]➜  1.7. "Larger Work"
2025-08-20T21:13:07.0849033Z [00:00:06.479]➜      means a work that combines Covered Software with other material, in
2025-08-20T21:13:07.0849491Z [00:00:06.479]➜      a separate file or files, that is not Covered Software.
2025-08-20T21:13:07.0849912Z [00:00:06.479]➜  
2025-08-20T21:13:07.0850119Z [00:00:06.479]➜  1.8. "License"
2025-08-20T21:13:07.0850369Z [00:00:06.479]➜      means this document.
2025-08-20T21:13:07.0850625Z [00:00:06.479]➜  
2025-08-20T21:13:07.0850837Z [00:00:06.479]➜  1.9. "Licensable"
2025-08-20T21:13:07.0851216Z [00:00:06.479]➜      means having the right to grant, to the maximum extent possible,
2025-08-20T21:13:07.0851694Z [00:00:06.479]➜      whether at the time of the initial grant or subsequently, any and
2025-08-20T21:13:07.0852114Z [00:00:06.479]➜      all of the rights conveyed by this License.
2025-08-20T21:13:07.0852402Z [00:00:06.479]➜  
2025-08-20T21:13:07.0852622Z [00:00:06.479]➜  1.10. "Modifications"
2025-08-20T21:13:07.0852913Z [00:00:06.479]➜      means any of the following:
2025-08-20T21:13:07.0853184Z [00:00:06.479]➜  
2025-08-20T21:13:07.0853509Z [00:00:06.479]➜      (a) any file in Source Code Form that results from an addition to,
2025-08-20T21:13:07.0853968Z [00:00:06.479]➜          deletion from, or modification of the contents of Covered
2025-08-20T21:13:07.0854320Z [00:00:06.479]➜          Software; or
2025-08-20T21:13:07.0854553Z [00:00:06.479]➜  
2025-08-20T21:13:07.0854987Z [00:00:06.479]➜      (b) any new file in Source Code Form that contains any Covered
2025-08-20T21:13:07.0855331Z [00:00:06.479]➜          Software.
2025-08-20T21:13:07.0855565Z [00:00:06.479]➜  
2025-08-20T21:13:07.0855820Z [00:00:06.479]➜  1.11. "Patent Claims" of a Contributor
2025-08-20T21:13:07.0856250Z [00:00:06.479]➜      means any patent claim(s), including without limitation, method,
2025-08-20T21:13:07.0856740Z [00:00:06.479]➜      process, and apparatus claims, in any patent Licensable by such
2025-08-20T21:13:07.0857228Z [00:00:06.479]➜      Contributor that would be infringed, but for the grant of the
2025-08-20T21:13:07.0857707Z [00:00:06.479]➜      License, by the making, using, selling, offering for sale, having
2025-08-20T21:13:07.0858175Z [00:00:06.479]➜      made, import, or transfer of either its Contributions or its
2025-08-20T21:13:07.0858544Z [00:00:06.479]➜      Contributor Version.
2025-08-20T21:13:07.0858799Z [00:00:06.479]➜  
2025-08-20T21:13:07.0859040Z [00:00:06.479]➜  1.12. "Secondary License"
2025-08-20T21:13:07.0859437Z [00:00:06.479]➜      means either the GNU General Public License, Version 2.0, the GNU
2025-08-20T21:13:07.0860038Z [00:00:06.479]➜      Lesser General Public License, Version 2.1, the GNU Affero General
2025-08-20T21:13:07.0860513Z [00:00:06.479]➜      Public License, Version 3.0, or any later versions of those
2025-08-20T21:13:07.0860857Z [00:00:06.479]➜      licenses.
2025-08-20T21:13:07.0861078Z [00:00:06.479]➜  
2025-08-20T21:13:07.0861303Z [00:00:06.479]➜  1.13. "Source Code Form"
2025-08-20T21:13:07.0861817Z [00:00:06.479]➜      means the form of the work preferred for making modifications.
2025-08-20T21:13:07.0862184Z [00:00:06.479]➜  
2025-08-20T21:13:07.0862417Z [00:00:06.479]➜  1.14. "You" (or "Your")
2025-08-20T21:13:07.0862825Z [00:00:06.479]➜      means an individual or a legal entity exercising rights under this
2025-08-20T21:13:07.0863310Z [00:00:06.479]➜      License. For legal entities, "You" includes any entity that
2025-08-20T21:13:07.0863804Z [00:00:06.479]➜      controls, is controlled by, or is under common control with You. For
2025-08-20T21:13:07.0864310Z [00:00:06.479]➜      purposes of this definition, "control" means (a) the power, direct
2025-08-20T21:13:07.0864800Z [00:00:06.479]➜      or indirect, to cause the direction or management of such entity,
2025-08-20T21:13:07.0865282Z [00:00:06.479]➜      whether by contract or otherwise, or (b) ownership of more than
2025-08-20T21:13:07.0865751Z [00:00:06.479]➜      fifty percent (50%) of the outstanding shares or beneficial
2025-08-20T21:13:07.0866139Z [00:00:06.479]➜      ownership of such entity.
2025-08-20T21:13:07.0866404Z [00:00:06.479]➜  
2025-08-20T21:13:07.0866653Z [00:00:06.479]➜  2. License Grants and Conditions
2025-08-20T21:13:07.0866966Z [00:00:06.479]➜  --------------------------------
2025-08-20T21:13:07.0867224Z [00:00:06.479]➜  
2025-08-20T21:13:07.0867431Z [00:00:06.479]➜  2.1. Grants
2025-08-20T21:13:07.0867655Z [00:00:06.479]➜  
2025-08-20T21:13:07.0867998Z [00:00:06.479]➜  Each Contributor hereby grants You a world-wide, royalty-free,
2025-08-20T21:13:07.0868380Z [00:00:06.479]➜  non-exclusive license:
2025-08-20T21:13:07.0868631Z [00:00:06.479]➜  
2025-08-20T21:13:07.0868991Z [00:00:06.479]➜  (a) under intellectual property rights (other than patent or trademark)
2025-08-20T21:13:07.0869512Z [00:00:06.479]➜      Licensable by such Contributor to use, reproduce, make available,
2025-08-20T21:13:07.0870106Z [00:00:06.479]➜      modify, display, perform, distribute, and otherwise exploit its
2025-08-20T21:13:07.0870626Z [00:00:06.479]➜      Contributions, either on an unmodified basis, with Modifications, or
2025-08-20T21:13:07.0871045Z [00:00:06.479]➜      as part of a Larger Work; and
2025-08-20T21:13:07.0871316Z [00:00:06.479]➜  
2025-08-20T21:13:07.0871649Z [00:00:06.479]➜  (b) under Patent Claims of such Contributor to make, use, sell, offer
2025-08-20T21:13:07.0872128Z [00:00:06.479]➜      for sale, have made, import, and otherwise transfer either its
2025-08-20T21:13:07.0872676Z [00:00:06.479]➜      Contributions or its Contributor Version.
2025-08-20T21:13:07.0872971Z [00:00:06.479]➜  
2025-08-20T21:13:07.0873189Z [00:00:06.479]➜  2.2. Effective Date
2025-08-20T21:13:07.0873429Z [00:00:06.479]➜  
2025-08-20T21:13:07.0873773Z [00:00:06.479]➜  The licenses granted in Section 2.1 with respect to any Contribution
2025-08-20T21:13:07.0874301Z [00:00:06.479]➜  become effective for each Contribution on the date the Contributor first
2025-08-20T21:13:07.0874719Z [00:00:06.479]➜  distributes such Contribution.
2025-08-20T21:13:07.0874990Z [00:00:06.479]➜  
2025-08-20T21:13:07.0875244Z [00:00:06.479]➜  2.3. Limitations on Grant Scope
2025-08-20T21:13:07.0875512Z [00:00:06.479]➜  
2025-08-20T21:13:07.0875861Z [00:00:06.479]➜  The licenses granted in this Section 2 are the only rights granted under
2025-08-20T21:13:07.0876382Z [00:00:06.479]➜  this License. No additional rights or licenses will be implied from the
2025-08-20T21:13:07.0876901Z [00:00:06.479]➜  distribution or licensing of Covered Software under this License.
2025-08-20T21:13:07.0877431Z [00:00:06.479]➜  Notwithstanding Section 2.1(b) above, no patent license is granted by a
2025-08-20T21:13:07.0877818Z [00:00:06.479]➜  Contributor:
2025-08-20T21:13:07.0878047Z [00:00:06.479]➜  
2025-08-20T21:13:07.0878385Z [00:00:06.479]➜  (a) for any code that a Contributor has removed from Covered Software;
2025-08-20T21:13:07.0878742Z [00:00:06.479]➜      or
2025-08-20T21:13:07.0878952Z [00:00:06.479]➜  
2025-08-20T21:13:07.0879293Z [00:00:06.479]➜  (b) for infringements caused by: (i) Your and any other third party's
2025-08-20T21:13:07.0880152Z [00:00:06.479]➜      modifications of Covered Software, or (ii) the combination of its
2025-08-20T21:13:07.0880698Z [00:00:06.479]➜      Contributions with other software (except as part of its Contributor
2025-08-20T21:13:07.0881082Z [00:00:06.479]➜      Version); or
2025-08-20T21:13:07.0881321Z [00:00:06.479]➜  
2025-08-20T21:13:07.0881670Z [00:00:06.479]➜  (c) under Patent Claims infringed by Covered Software in the absence of
2025-08-20T21:13:07.0882067Z [00:00:06.479]➜      its Contributions.
2025-08-20T21:13:07.0882316Z [00:00:06.479]➜  
2025-08-20T21:13:07.0882671Z [00:00:06.479]➜  This License does not grant any rights in the trademarks, service marks,
2025-08-20T21:13:07.0883191Z [00:00:06.479]➜  or logos of any Contributor (except as may be necessary to comply with
2025-08-20T21:13:07.0883619Z [00:00:06.479]➜  the notice requirements in Section 3.4).
2025-08-20T21:13:07.0883900Z [00:00:06.479]➜  
2025-08-20T21:13:07.0884127Z [00:00:06.479]➜  2.4. Subsequent Licenses
2025-08-20T21:13:07.0884387Z [00:00:06.479]➜  
2025-08-20T21:13:07.0884737Z [00:00:06.479]➜  No Contributor makes additional grants as a result of Your choice to
2025-08-20T21:13:07.0885243Z [00:00:06.479]➜  distribute the Covered Software under a subsequent version of this
2025-08-20T21:13:07.0885747Z [00:00:06.479]➜  License (see Section 10.2) or under the terms of a Secondary License (if
2025-08-20T21:13:07.0886187Z [00:00:06.479]➜  permitted under the terms of Section 3.3).
2025-08-20T21:13:07.0886477Z [00:00:06.479]➜  
2025-08-20T21:13:07.0886697Z [00:00:06.479]➜  2.5. Representation
2025-08-20T21:13:07.0886945Z [00:00:06.479]➜  
2025-08-20T21:13:07.0887276Z [00:00:06.479]➜  Each Contributor represents that the Contributor believes its
2025-08-20T21:13:07.0887781Z [00:00:06.479]➜  Contributions are its original creation(s) or it has sufficient rights
2025-08-20T21:13:07.0888286Z [00:00:06.479]➜  to grant the rights to its Contributions conveyed by this License.
2025-08-20T21:13:07.0888630Z [00:00:06.479]➜  
2025-08-20T21:13:07.0888847Z [00:00:06.479]➜  2.6. Fair Use
2025-08-20T21:13:07.0889075Z [00:00:06.479]➜  
2025-08-20T21:13:07.0889400Z [00:00:06.479]➜  This License is not intended to limit any rights You have under
2025-08-20T21:13:07.0890008Z [00:00:06.479]➜  applicable copyright doctrines of fair use, fair dealing, or other
2025-08-20T21:13:07.0890383Z [00:00:06.479]➜  equivalents.
2025-08-20T21:13:07.0890757Z [00:00:06.479]➜  
2025-08-20T21:13:07.0890964Z [00:00:06.479]➜  2.7. Conditions
2025-08-20T21:13:07.0891197Z [00:00:06.479]➜  
2025-08-20T21:13:07.0891532Z [00:00:06.479]➜  Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
2025-08-20T21:13:07.0891896Z [00:00:06.479]➜  in Section 2.1.
2025-08-20T21:13:07.0892128Z [00:00:06.479]➜  
2025-08-20T21:13:07.0892346Z [00:00:06.479]➜  3. Responsibilities
2025-08-20T21:13:07.0892617Z [00:00:06.479]➜  -------------------
2025-08-20T21:13:07.0892860Z [00:00:06.479]➜  
2025-08-20T21:13:07.0893104Z [00:00:06.479]➜  3.1. Distribution of Source Form
2025-08-20T21:13:07.0893387Z [00:00:06.479]➜  
2025-08-20T21:13:07.0893742Z [00:00:06.479]➜  All distribution of Covered Software in Source Code Form, including any
2025-08-20T21:13:07.0894267Z [00:00:06.479]➜  Modifications that You create or to which You contribute, must be under
2025-08-20T21:13:07.0894779Z [00:00:06.479]➜  the terms of this License. You must inform recipients that the Source
2025-08-20T21:13:07.0895271Z [00:00:06.479]➜  Code Form of the Covered Software is governed by the terms of this
2025-08-20T21:13:07.0895756Z [00:00:06.479]➜  License, and how they can obtain a copy of this License. You may not
2025-08-20T21:13:07.0896255Z [00:00:06.479]➜  attempt to alter or restrict the recipients' rights in the Source Code
2025-08-20T21:13:07.0896614Z [00:00:06.479]➜  Form.
2025-08-20T21:13:07.0896822Z [00:00:06.479]➜  
2025-08-20T21:13:07.0897079Z [00:00:06.479]➜  3.2. Distribution of Executable Form
2025-08-20T21:13:07.0897352Z [00:00:06.479]➜  
2025-08-20T21:13:07.0897789Z [00:00:06.479]➜  If You distribute Covered Software in Executable Form then:
2025-08-20T21:13:07.0898127Z [00:00:06.479]➜  
2025-08-20T21:13:07.0898463Z [00:00:06.479]➜  (a) such Covered Software must also be made available in Source Code
2025-08-20T21:13:07.0898963Z [00:00:06.479]➜      Form, as described in Section 3.1, and You must inform recipients of
2025-08-20T21:13:07.0899456Z [00:00:06.479]➜      the Executable Form how they can obtain a copy of such Source Code
2025-08-20T21:13:07.0900051Z [00:00:06.479]➜      Form by reasonable means in a timely manner, at a charge no more
2025-08-20T21:13:07.0900497Z [00:00:06.479]➜      than the cost of distribution to the recipient; and
2025-08-20T21:13:07.0900808Z [00:00:06.479]➜  
2025-08-20T21:13:07.0901139Z [00:00:06.479]➜  (b) You may distribute such Executable Form under the terms of this
2025-08-20T21:13:07.0901625Z [00:00:06.479]➜      License, or sublicense it under different terms, provided that the
2025-08-20T21:13:07.0902127Z [00:00:06.479]➜      license for the Executable Form does not attempt to limit or alter
2025-08-20T21:13:07.0902617Z [00:00:06.479]➜      the recipients' rights in the Source Code Form under this License.
2025-08-20T21:13:07.0902966Z [00:00:06.479]➜  
2025-08-20T21:13:07.0903208Z [00:00:06.479]➜  3.3. Distribution of a Larger Work
2025-08-20T21:13:07.0903478Z [00:00:06.479]➜  
2025-08-20T21:13:07.0903825Z [00:00:06.479]➜  You may create and distribute a Larger Work under terms of Your choice,
2025-08-20T21:13:07.0904349Z [00:00:06.480]➜  provided that You also comply with the requirements of this License for
2025-08-20T21:13:07.0904858Z [00:00:06.480]➜  the Covered Software. If the Larger Work is a combination of Covered
2025-08-20T21:13:07.0905423Z [00:00:06.480]➜  Software with a work governed by one or more Secondary Licenses, and the
2025-08-20T21:13:07.0905928Z [00:00:06.480]➜  Covered Software is not Incompatible With Secondary Licenses, this
2025-08-20T21:13:07.0906431Z [00:00:06.480]➜  License permits You to additionally distribute such Covered Software
2025-08-20T21:13:07.0906941Z [00:00:06.480]➜  under the terms of such Secondary License(s), so that the recipient of
2025-08-20T21:13:07.0907434Z [00:00:06.480]➜  the Larger Work may, at their option, further distribute the Covered
2025-08-20T21:13:07.0907925Z [00:00:06.480]➜  Software under the terms of either this License or such Secondary
2025-08-20T21:13:07.0908288Z [00:00:06.480]➜  License(s).
2025-08-20T21:13:07.0908648Z [00:00:06.480]➜  
2025-08-20T21:13:07.0908855Z [00:00:06.480]➜  3.4. Notices
2025-08-20T21:13:07.0909079Z [00:00:06.480]➜  
2025-08-20T21:13:07.0909406Z [00:00:06.480]➜  You may not remove or alter the substance of any license notices
2025-08-20T21:13:07.0910014Z [00:00:06.480]➜  (including copyright notices, patent notices, disclaimers of warranty,
2025-08-20T21:13:07.0910535Z [00:00:06.480]➜  or limitations of liability) contained within the Source Code Form of
2025-08-20T21:13:07.0911046Z [00:00:06.480]➜  the Covered Software, except that You may alter any license notices to
2025-08-20T21:13:07.0911533Z [00:00:06.480]➜  the extent required to remedy known factual inaccuracies.
2025-08-20T21:13:07.0911861Z [00:00:06.480]➜  
2025-08-20T21:13:07.0912119Z [00:00:06.480]➜  3.5. Application of Additional Terms
2025-08-20T21:13:07.0912394Z [00:00:06.480]➜  
2025-08-20T21:13:07.0912723Z [00:00:06.480]➜  You may choose to offer, and to charge a fee for, warranty, support,
2025-08-20T21:13:07.0913244Z [00:00:06.480]➜  indemnity or liability obligations to one or more recipients of Covered
2025-08-20T21:13:07.0913753Z [00:00:06.480]➜  Software. However, You may do so only on Your own behalf, and not on
2025-08-20T21:13:07.0914250Z [00:00:06.480]➜  behalf of any Contributor. You must make it absolutely clear that any
2025-08-20T21:13:07.0914767Z [00:00:06.480]➜  such warranty, support, indemnity, or liability obligation is offered by
2025-08-20T21:13:07.0915280Z [00:00:06.480]➜  You alone, and You hereby agree to indemnify every Contributor for any
2025-08-20T21:13:07.0915912Z [00:00:06.480]➜  liability incurred by such Contributor as a result of warranty, support,
2025-08-20T21:13:07.0916425Z [00:00:06.480]➜  indemnity or liability terms You offer. You may include additional
2025-08-20T21:13:07.0916928Z [00:00:06.480]➜  disclaimers of warranty and limitations of liability specific to any
2025-08-20T21:13:07.0917307Z [00:00:06.480]➜  jurisdiction.
2025-08-20T21:13:07.0917537Z [00:00:06.480]➜  
2025-08-20T21:13:07.0917836Z [00:00:06.480]➜  4. Inability to Comply Due to Statute or Regulation
2025-08-20T21:13:07.0918226Z [00:00:06.480]➜  ---------------------------------------------------
2025-08-20T21:13:07.0918514Z [00:00:06.480]➜  
2025-08-20T21:13:07.0918848Z [00:00:06.480]➜  If it is impossible for You to comply with any of the terms of this
2025-08-20T21:13:07.0919334Z [00:00:06.480]➜  License with respect to some or all of the Covered Software due to
2025-08-20T21:13:07.0920025Z [00:00:06.480]➜  statute, judicial order, or regulation then You must: (a) comply with
2025-08-20T21:13:07.0920538Z [00:00:06.480]➜  the terms of this License to the maximum extent possible; and (b)
2025-08-20T21:13:07.0921046Z [00:00:06.480]➜  describe the limitations and the code they affect. Such description must
2025-08-20T21:13:07.0921562Z [00:00:06.480]➜  be placed in a text file included with all distributions of the Covered
2025-08-20T21:13:07.0922071Z [00:00:06.480]➜  Software under this License. Except to the extent prohibited by statute
2025-08-20T21:13:07.0922725Z [00:00:06.480]➜  or regulation, such description must be sufficiently detailed for a
2025-08-20T21:13:07.0923201Z [00:00:06.480]➜  recipient of ordinary skill to be able to understand it.
2025-08-20T21:13:07.0923530Z [00:00:06.480]➜  
2025-08-20T21:13:07.0923745Z [00:00:06.480]➜  5. Termination
2025-08-20T21:13:07.0923996Z [00:00:06.480]➜  --------------
2025-08-20T21:13:07.0924222Z [00:00:06.480]➜  
2025-08-20T21:13:07.0924575Z [00:00:06.480]➜  5.1. The rights granted under this License will terminate automatically
2025-08-20T21:13:07.0925082Z [00:00:06.480]➜  if You fail to comply with any of its terms. However, if You become
2025-08-20T21:13:07.0925586Z [00:00:06.480]➜  compliant, then the rights granted under this License from a particular
2025-08-20T21:13:07.0926100Z [00:00:06.480]➜  Contributor are reinstated (a) provisionally, unless and until such
2025-08-20T21:13:07.0926631Z [00:00:06.480]➜  Contributor explicitly and finally terminates Your grants, and (b) on an
2025-08-20T21:13:07.0927145Z [00:00:06.480]➜  ongoing basis, if such Contributor fails to notify You of the
2025-08-20T21:13:07.0927659Z [00:00:06.480]➜  non-compliance by some reasonable means prior to 60 days after You have
2025-08-20T21:13:07.0928178Z [00:00:06.480]➜  come back into compliance. Moreover, Your grants from a particular
2025-08-20T21:13:07.0928684Z [00:00:06.480]➜  Contributor are reinstated on an ongoing basis if such Contributor
2025-08-20T21:13:07.0929204Z [00:00:06.480]➜  notifies You of the non-compliance by some reasonable means, this is the
2025-08-20T21:13:07.0930349Z [00:00:06.480]➜  first time You have received notice of non-compliance with this License
2025-08-20T21:13:07.0931105Z [00:00:06.480]➜  from such Contributor, and You become compliant prior to 30 days after
2025-08-20T21:13:07.0931551Z [00:00:06.480]➜  Your receipt of the notice.
2025-08-20T21:13:07.0931828Z [00:00:06.480]➜  
2025-08-20T21:13:07.0932185Z [00:00:06.480]➜  5.2. If You initiate litigation against any entity by asserting a patent
2025-08-20T21:13:07.0932685Z [00:00:06.480]➜  infringement claim (excluding declaratory judgment actions,
2025-08-20T21:13:07.0933198Z [00:00:06.480]➜  counter-claims, and cross-claims) alleging that a Contributor Version
2025-08-20T21:13:07.0933731Z [00:00:06.480]➜  directly or indirectly infringes any patent, then the rights granted to
2025-08-20T21:13:07.0934245Z [00:00:06.480]➜  You by any and all Contributors for the Covered Software under Section
2025-08-20T21:13:07.0934657Z [00:00:06.480]➜  2.1 of this License shall terminate.
2025-08-20T21:13:07.0934943Z [00:00:06.480]➜  
2025-08-20T21:13:07.0935286Z [00:00:06.480]➜  5.3. In the event of termination under Sections 5.1 or 5.2 above, all
2025-08-20T21:13:07.0935801Z [00:00:06.480]➜  end user license agreements (excluding distributors and resellers) which
2025-08-20T21:13:07.0936330Z [00:00:06.480]➜  have been validly granted by You or Your distributors under this License
2025-08-20T21:13:07.0936798Z [00:00:06.480]➜  prior to termination shall survive termination.
2025-08-20T21:13:07.0937107Z [00:00:06.480]➜  
2025-08-20T21:13:07.0937381Z [00:00:06.480]➜  ************************************************************************
2025-08-20T21:13:07.0937737Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0938151Z [00:00:06.480]➜  *  6. Disclaimer of Warranty                                           *
2025-08-20T21:13:07.0938588Z [00:00:06.480]➜  *  -------------------------                                           *
2025-08-20T21:13:07.0938977Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0939226Z [00:00:06.480]➜  *  Covered Software is provided under this License on an "as is"       *
2025-08-20T21:13:07.0939478Z [00:00:06.480]➜  *  basis, without warranty of any kind, either expressed, implied, or  *
2025-08-20T21:13:07.0939948Z [00:00:06.480]➜  *  statutory, including, without limitation, warranties that the       *
2025-08-20T21:13:07.0940460Z [00:00:06.480]➜  *  Covered Software is free of defects, merchantable, fit for a        *
2025-08-20T21:13:07.0940717Z [00:00:06.480]➜  *  particular purpose or non-infringing. The entire risk as to the     *
2025-08-20T21:13:07.0940970Z [00:00:06.480]➜  *  quality and performance of the Covered Software is with You.        *
2025-08-20T21:13:07.0941215Z [00:00:06.480]➜  *  Should any Covered Software prove defective in any respect, You     *
2025-08-20T21:13:07.0941460Z [00:00:06.480]➜  *  (not any Contributor) assume the cost of any necessary servicing,   *
2025-08-20T21:13:07.0941708Z [00:00:06.480]➜  *  repair, or correction. This disclaimer of warranty constitutes an   *
2025-08-20T21:13:07.0941954Z [00:00:06.480]➜  *  essential part of this License. No use of any Covered Software is   *
2025-08-20T21:13:07.0942199Z [00:00:06.480]➜  *  authorized under this License except under this disclaimer.         *
2025-08-20T21:13:07.0942375Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0942539Z [00:00:06.480]➜  ************************************************************************
2025-08-20T21:13:07.0942634Z [00:00:06.480]➜  
2025-08-20T21:13:07.0942797Z [00:00:06.480]➜  ************************************************************************
2025-08-20T21:13:07.0942970Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0943191Z [00:00:06.480]➜  *  7. Limitation of Liability                                          *
2025-08-20T21:13:07.0943499Z [00:00:06.480]➜  *  --------------------------                                          *
2025-08-20T21:13:07.0943670Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0943918Z [00:00:06.480]➜  *  Under no circumstances and under no legal theory, whether tort      *
2025-08-20T21:13:07.0944161Z [00:00:06.480]➜  *  (including negligence), contract, or otherwise, shall any           *
2025-08-20T21:13:07.0944413Z [00:00:06.480]➜  *  Contributor, or anyone who distributes Covered Software as          *
2025-08-20T21:13:07.0944651Z [00:00:06.480]➜  *  permitted above, be liable to You for any direct, indirect,         *
2025-08-20T21:13:07.0944902Z [00:00:06.480]➜  *  special, incidental, or consequential damages of any character      *
2025-08-20T21:13:07.0945148Z [00:00:06.480]➜  *  including, without limitation, damages for lost profits, loss of    *
2025-08-20T21:13:07.0945406Z [00:00:06.480]➜  *  goodwill, work stoppage, computer failure or malfunction, or any    *
2025-08-20T21:13:07.0945650Z [00:00:06.480]➜  *  and all other commercial damages or losses, even if such party      *
2025-08-20T21:13:07.0945895Z [00:00:06.480]➜  *  shall have been informed of the possibility of such damages. This   *
2025-08-20T21:13:07.0946139Z [00:00:06.480]➜  *  limitation of liability shall not apply to liability for death or   *
2025-08-20T21:13:07.0946398Z [00:00:06.480]➜  *  personal injury resulting from such party's negligence to the       *
2025-08-20T21:13:07.0946642Z [00:00:06.480]➜  *  extent applicable law prohibits such limitation. Some               *
2025-08-20T21:13:07.0946888Z [00:00:06.480]➜  *  jurisdictions do not allow the exclusion or limitation of           *
2025-08-20T21:13:07.0947138Z [00:00:06.480]➜  *  incidental or consequential damages, so this exclusion and          *
2025-08-20T21:13:07.0947367Z [00:00:06.480]➜  *  limitation may not apply to You.                                    *
2025-08-20T21:13:07.0947545Z [00:00:06.480]➜  *                                                                      *
2025-08-20T21:13:07.0947709Z [00:00:06.480]➜  ************************************************************************
2025-08-20T21:13:07.0947819Z [00:00:06.480]➜  
2025-08-20T21:13:07.0947933Z [00:00:06.480]➜  8. Litigation
2025-08-20T21:13:07.0948042Z [00:00:06.480]➜  -------------
2025-08-20T21:13:07.0948230Z [00:00:06.480]➜  
2025-08-20T21:13:07.0948468Z [00:00:06.480]➜  Any litigation relating to this License may be brought only in the
2025-08-20T21:13:07.0948715Z [00:00:06.480]➜  courts of a jurisdiction where the defendant maintains its principal
2025-08-20T21:13:07.0948959Z [00:00:06.480]➜  place of business and such litigation shall be governed by laws of that
2025-08-20T21:13:07.0949207Z [00:00:06.480]➜  jurisdiction, without reference to its conflict-of-law provisions.
2025-08-20T21:13:07.0949434Z [00:00:06.480]➜  Nothing in this Section shall prevent a party's ability to bring
2025-08-20T21:13:07.0949690Z [00:00:06.480]➜  cross-claims or counter-claims.
2025-08-20T21:13:07.0949783Z [00:00:06.480]➜  
2025-08-20T21:13:07.0949902Z [00:00:06.480]➜  9. Miscellaneous
2025-08-20T21:13:07.0950014Z [00:00:06.480]➜  ----------------
2025-08-20T21:13:07.0950110Z [00:00:06.480]➜  
2025-08-20T21:13:07.0950357Z [00:00:06.480]➜  This License represents the complete agreement concerning the subject
2025-08-20T21:13:07.0950589Z [00:00:06.480]➜  matter hereof. If any provision of this License is held to be
2025-08-20T21:13:07.0950824Z [00:00:06.480]➜  unenforceable, such provision shall be reformed only to the extent
2025-08-20T21:13:07.0951079Z [00:00:06.480]➜  necessary to make it enforceable. Any law or regulation which provides
2025-08-20T21:13:07.0951318Z [00:00:06.480]➜  that the language of a contract shall be construed against the drafter
2025-08-20T21:13:07.0951543Z [00:00:06.480]➜  shall not be used to construe this License against a Contributor.
2025-08-20T21:13:07.0951632Z [00:00:06.480]➜  
2025-08-20T21:13:07.0951890Z [00:00:06.480]➜  10. Versions of the License
2025-08-20T21:13:07.0952022Z [00:00:06.480]➜  ---------------------------
2025-08-20T21:13:07.0952117Z [00:00:06.480]➜  
2025-08-20T21:13:07.0952229Z [00:00:06.480]➜  10.1. New Versions
2025-08-20T21:13:07.0952320Z [00:00:06.480]➜  
2025-08-20T21:13:07.0952580Z [00:00:06.480]➜  Mozilla Foundation is the license steward. Except as provided in Section
2025-08-20T21:13:07.0952815Z [00:00:06.480]➜  10.3, no one other than the license steward has the right to modify or
2025-08-20T21:13:07.0953050Z [00:00:06.480]➜  publish new versions of this License. Each version will be given a
2025-08-20T21:13:07.0953191Z [00:00:06.480]➜  distinguishing version number.
2025-08-20T21:13:07.0953291Z [00:00:06.480]➜  
2025-08-20T21:13:07.0953420Z [00:00:06.480]➜  10.2. Effect of New Versions
2025-08-20T21:13:07.0953514Z [00:00:06.480]➜  
2025-08-20T21:13:07.0953753Z [00:00:06.480]➜  You may distribute the Covered Software under the terms of the version
2025-08-20T21:13:07.0954012Z [00:00:06.480]➜  of the License under which You originally received the Covered Software,
2025-08-20T21:13:07.0954248Z [00:00:06.480]➜  or under the terms of any subsequent version published by the license
2025-08-20T21:13:07.0954353Z [00:00:06.480]➜  steward.
2025-08-20T21:13:07.0954443Z [00:00:06.480]➜  
2025-08-20T21:13:07.0954569Z [00:00:06.480]➜  10.3. Modified Versions
2025-08-20T21:13:07.0954667Z [00:00:06.480]➜  
2025-08-20T21:13:07.0954904Z [00:00:06.480]➜  If you create software not governed by this License, and you want to
2025-08-20T21:13:07.0955128Z [00:00:06.480]➜  create a new license for such software, you may create and use a
2025-08-20T21:13:07.0955376Z [00:00:06.480]➜  modified version of this License if you rename the license and remove
2025-08-20T21:13:07.0955614Z [00:00:06.481]➜  any references to the name of the license steward (except to note that
2025-08-20T21:13:07.0955809Z [00:00:06.481]➜  such modified license differs from this License).
2025-08-20T21:13:07.0955900Z [00:00:06.481]➜  
2025-08-20T21:13:07.0956161Z [00:00:06.481]➜  10.4. Distributing Source Code Form that is Incompatible With Secondary
2025-08-20T21:13:07.0956262Z [00:00:06.481]➜  Licenses
2025-08-20T21:13:07.0956355Z [00:00:06.481]➜  
2025-08-20T21:13:07.0956591Z [00:00:06.481]➜  If You choose to distribute Source Code Form that is Incompatible With
2025-08-20T21:13:07.0956843Z [00:00:06.481]➜  Secondary Licenses under the terms of this version of the License, the
2025-08-20T21:13:07.0957198Z [00:00:06.481]➜  notice described in Exhibit B of this License must be attached.
2025-08-20T21:13:07.0957293Z [00:00:06.481]➜  
2025-08-20T21:13:07.0957466Z [00:00:06.481]➜  Exhibit A - Source Code Form License Notice
2025-08-20T21:13:07.0957625Z [00:00:06.481]➜  -------------------------------------------
2025-08-20T21:13:07.0957715Z [00:00:06.481]➜  
2025-08-20T21:13:07.0957954Z [00:00:06.481]➜    This Source Code Form is subject to the terms of the Mozilla Public
2025-08-20T21:13:07.0958187Z [00:00:06.481]➜    License, v. 2.0. If a copy of the MPL was not distributed with this
2025-08-20T21:13:07.0958413Z [00:00:06.481]➜    file, You can obtain one at http://mozilla.org/MPL/2.0/.
2025-08-20T21:13:07.0958503Z [00:00:06.481]➜  
2025-08-20T21:13:07.0958739Z [00:00:06.481]➜  If it is not possible or desirable to put the notice in a particular
2025-08-20T21:13:07.0958970Z [00:00:06.481]➜  file, then You may include the notice in a location (such as a LICENSE
2025-08-20T21:13:07.0959227Z [00:00:06.481]➜  file in a relevant directory) where a recipient would be likely to look
2025-08-20T21:13:07.0959342Z [00:00:06.481]➜  for such a notice.
2025-08-20T21:13:07.0959440Z [00:00:06.481]➜  
2025-08-20T21:13:07.0959907Z [00:00:06.481]➜  You may add additional accurate notices of copyright ownership.
2025-08-20T21:13:07.0960011Z [00:00:06.481]➜  
2025-08-20T21:13:07.0960231Z [00:00:06.481]➜  Exhibit B - "Incompatible With Secondary Licenses" Notice
2025-08-20T21:13:07.0960409Z [00:00:06.481]➜  ---------------------------------------------------------
2025-08-20T21:13:07.0960640Z [00:00:06.481]➜  
2025-08-20T21:13:07.0960881Z [00:00:06.481]➜    This Source Code Form is "Incompatible With Secondary Licenses", as
2025-08-20T21:13:07.0961070Z [00:00:06.481]➜    defined by the Mozilla Public License, v. 2.0.
2025-08-20T21:13:07.0961159Z [00:00:06.481]➜  
2025-08-20T21:13:07.0961257Z [00:00:06.481]➜  
2025-08-20T21:13:07.0961346Z [00:00:06.481]➜  
2025-08-20T21:13:07.0961451Z [00:00:06.481]➜  
2025-08-20T21:13:07.3903637Z [00:00:06.816]➜  
2025-08-20T21:13:07.3904156Z [00:00:06.816]➜  File: LICENSE
2025-08-20T21:13:07.3904698Z [00:00:06.816]➜    Type: Unicode text, UTF-8 text
2025-08-20T21:13:07.3905558Z [00:00:06.816]➜    B3sum: 5a7f67595d5cb8903ad863d61eac48a87372de244e8f6a634d1356a100ded9c4
2025-08-20T21:13:07.3906641Z [00:00:06.816]➜    SHA256sum: 4bf0e4e9a65056bc3fd00d47c21123b9385442ea53d549e91d55f75ab6d58163
2025-08-20T21:13:07.3907362Z [00:00:06.816]➜    Size: 56K
2025-08-20T21:13:07.4033389Z [00:00:06.829]➜  
2025-08-20T21:13:07.4033856Z [00:00:06.829]➜  File: SBUILD
2025-08-20T21:13:07.4034570Z [00:00:06.829]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:13:07.4035166Z [00:00:06.829]➜    B3sum: 4a4df63b63e6bdeaa73ef0bb78f3e7565559d13b438b73792cda345ec8ca30be
2025-08-20T21:13:07.4035787Z [00:00:06.829]➜    SHA256sum: ec9cf2962b0adcab4eb76f91a65868c5a905598c2eacf86370ca3fb491ae4ee1
2025-08-20T21:13:07.4036212Z [00:00:06.829]➜    Size: 4.0K
2025-08-20T21:13:07.4149829Z [00:00:06.841]➜  
2025-08-20T21:13:07.4150424Z [00:00:06.841]➜  File: husarnet.static.version
2025-08-20T21:13:07.4150912Z [00:00:06.841]➜    Type: ASCII text, with no line terminators
2025-08-20T21:13:07.4151449Z [00:00:06.841]➜    B3sum: 1bf1e93a74575d73c4ea345d204a0453e7942297bba7d0c3c7aa31ddaa5112a4
2025-08-20T21:13:07.4152067Z [00:00:06.841]➜    SHA256sum: 03a5032ab9ff43c5d27de0995400f4abfe2902fef2e73d61bb7310c123d0a420
2025-08-20T21:13:07.4152488Z [00:00:06.841]➜    Size: 4.0K
2025-08-20T21:13:07.4262153Z [00:00:06.852]➜  
2025-08-20T21:13:07.4262742Z [00:00:06.852]➜  File: husarnet.version
2025-08-20T21:13:07.4263370Z [00:00:06.852]➜    Type: ASCII text, with no line terminators
2025-08-20T21:13:07.4264117Z [00:00:06.852]➜    B3sum: 1bf1e93a74575d73c4ea345d204a0453e7942297bba7d0c3c7aa31ddaa5112a4
2025-08-20T21:13:07.4264741Z [00:00:06.852]➜    SHA256sum: 03a5032ab9ff43c5d27de0995400f4abfe2902fef2e73d61bb7310c123d0a420
2025-08-20T21:13:07.4265369Z [00:00:06.852]➜    Size: 4.0K
2025-08-20T21:13:07.4266081Z [00:00:06.852]➜  
2025-08-20T21:13:07.4266837Z [00:00:06.852]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:13:07.4299032Z [00:00:06.856]➜  SBUILD:4a4df63b63e6bdeaa73ef0bb78f3e7565559d13b438b73792cda345ec8ca30be
2025-08-20T21:13:07.4300324Z [00:00:06.856]➜  LICENSE:5a7f67595d5cb8903ad863d61eac48a87372de244e8f6a634d1356a100ded9c4
2025-08-20T21:13:07.4301175Z [00:00:06.856]➜  husarnet.static.version:1bf1e93a74575d73c4ea345d204a0453e7942297bba7d0c3c7aa31ddaa5112a4
2025-08-20T21:13:07.4301904Z [00:00:06.856]➜  husarnet.version:1bf1e93a74575d73c4ea345d204a0453e7942297bba7d0c3c7aa31ddaa5112a4
2025-08-20T21:13:07.4320702Z [00:00:06.858]➜  
2025-08-20T21:13:07.4321730Z [00:00:06.858]➜  [+] Signing husarnet.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:13:07.4422740Z [00:00:06.868]➜  
2025-08-20T21:13:07.4424366Z [00:00:06.868]➜  [✓] SuccessFully Built husarnet.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/husarnet/static.official.source.yaml [Wednesday, 2025-08-20 (09:13:07 PM) UTC]
2025-08-20T21:13:07.4425793Z [00:00:06.868]➜  
2025-08-20T21:13:07.4458220Z [00:00:06.871]➜  [+] Total Size: 3.1M (Includes DUPES+TMPFILES)
2025-08-20T21:13:07.4459030Z [00:00:06.872]➜  [+] LOGPATH='/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.log'
2025-08-20T21:13:07.4472341Z [00:00:06.873]➜  [+] ENVPATH=/tmp/pkgforge/36t1cWg3G_SBUILD/ENVPATH
2025-08-20T21:13:07.4583557Z 
2025-08-20T21:13:07.4584734Z [+] Sanitizing /tmp/pkgforge/36t1cWg3G_SBUILD/BUILD.log ==> /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/husarnet.static.log
2025-08-20T21:13:11.2933734Z 
2025-08-20T21:13:11.2934876Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/husarnet/official]
2025-08-20T21:13:11.2935650Z [+] LOGS (Build Dir): /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:11.2936089Z 
2025-08-20T21:13:11.3042934Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:13:11.3144557Z ./BUILD_ARTIFACTS.tar : 40.58%   (  2.41 MiB =>   1002 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:13:11.3171665Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:13:11.3209281Z 
2025-08-20T21:13:11.3210583Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml :: 00(Hr):00(Min):11(Sec)
2025-08-20T21:13:11.3211766Z 
2025-08-20T21:13:11.3225551Z 
2025-08-20T21:13:11.3225966Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:13:11 PM) UTC
2025-08-20T21:13:11.3226258Z 
2025-08-20T21:13:11.4716367Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:13:11.4762733Z ##[group]Run ##Presets
2025-08-20T21:13:11.4763073Z [36;1m##Presets[0m
2025-08-20T21:13:11.4763278Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:11.4763491Z [36;1m#-------------#[0m
2025-08-20T21:13:11.4763688Z [36;1m##Debug?[0m
2025-08-20T21:13:11.4763946Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:11.4764234Z [36;1m  set -x[0m
2025-08-20T21:13:11.4764414Z [36;1mfi[0m
2025-08-20T21:13:11.4764592Z [36;1m#-------------#[0m
2025-08-20T21:13:11.4764784Z [36;1m##Set ENV[0m
2025-08-20T21:13:11.4765022Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:13:11.4765458Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:13:11.4765859Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:13:11.4766296Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-"[0m
2025-08-20T21:13:11.4766829Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:13:11.4767234Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:11.4767688Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:11.4768199Z [36;1m fi[0m
2025-08-20T21:13:11.4768380Z [36;1m##Push[0m
2025-08-20T21:13:11.4768630Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:13:11.4768921Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:13:11.4769313Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:13:11.4769961Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:13:11.4770440Z [36;1m     ls -sh "/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:13:11.4770789Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:13:11.4771010Z [36;1m       {[0m
2025-08-20T21:13:11.4771210Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:13:11.4771565Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:13:11.4772027Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:13:11.4772474Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:13:11.4772908Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:13:11.4773328Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:13:11.4773719Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:13:11.4774101Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:13:11.4774509Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:13:11.4774911Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:13:11.4775320Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:13:11.4775807Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:13:11.4776327Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:13:11.4776784Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:13:11.4777211Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:13:11.4777631Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:13:11.4778098Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-husarnet")[0m
2025-08-20T21:13:11.4778559Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:13:11.4779153Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:13:11.4779837Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:13:11.4780255Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:13:11.4780762Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:13:11.4781198Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:13:11.4781452Z [36;1m         #Check[0m
2025-08-20T21:13:11.4782016Z [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:13:11.4782726Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:13:11.4783075Z [36;1m            break[0m
2025-08-20T21:13:11.4783284Z [36;1m          else[0m
2025-08-20T21:13:11.4783696Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:13:11.4784132Z [36;1m          fi[0m
2025-08-20T21:13:11.4784355Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:13:11.4784749Z [36;1m        done[0m
2025-08-20T21:13:11.4784938Z [36;1m       }[0m
2025-08-20T21:13:11.4785146Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:13:11.4785399Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:13:11.4785973Z [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:13:11.4786721Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:13:11.4787142Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:13:11.4787411Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:13:11.4787992Z [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:13:11.4788706Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:13:11.4789224Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:13:11.4789726Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:13:11.4789968Z [36;1m           fi[0m
2025-08-20T21:13:11.4790161Z [36;1m       fi[0m
2025-08-20T21:13:11.4790346Z [36;1m   fi[0m
2025-08-20T21:13:11.4790524Z [36;1m fi[0m
2025-08-20T21:13:11.4790711Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:13:11.4844137Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:11.4844374Z env:
2025-08-20T21:13:11.4844562Z   CROSS_COMPILING: NO
2025-08-20T21:13:11.4844794Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:11.4845024Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:11.4845234Z   ON_QEMU: NO
2025-08-20T21:13:11.4845411Z   DEBUG: 0
2025-08-20T21:13:11.4845591Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:11.4845817Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:11.4846119Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:11.4846433Z   KEEP_LOGS: YES
2025-08-20T21:13:11.4846631Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:11.4846851Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:11.4847080Z   SBUILD_REBUILD: false
2025-08-20T21:13:11.4847625Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:11.4848228Z   BUILD_SYS: null
2025-08-20T21:13:11.4848418Z   SYSTMP: /tmp
2025-08-20T21:13:11.4848758Z   GHA_MODE: MATRIX
2025-08-20T21:13:11.4849419Z   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:13:11.4850464Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:11.4851024Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:11.4851687Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:11.4852193Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:11.4852575Z   PKG_TYPE: static
2025-08-20T21:13:11.4852772Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:11.4852980Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:11.4853429Z   GHCR_TOKEN: ***
2025-08-20T21:13:11.4853736Z   GITHUB_TOKEN: ***
2025-08-20T21:13:11.4853976Z   GITLAB_TOKEN: ***
2025-08-20T21:13:11.4855111Z   MINISIGN_KEY: ***
2025-08-20T21:13:11.4855309Z ##[endgroup]
2025-08-20T21:13:11.4945747Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:13:11.4955853Z 1004K	./BUILD_ARTIFACTS.zstd
2025-08-20T21:13:11.4968521Z total 304K
2025-08-20T21:13:11.4968809Z 4.0K CHECKSUM
2025-08-20T21:13:11.4969014Z 4.0K CHECKSUM.sig
2025-08-20T21:13:11.4969216Z  56K LICENSE
2025-08-20T21:13:11.4969389Z 4.0K LICENSE.sig
2025-08-20T21:13:11.4969735Z 4.0K SBUILD
2025-08-20T21:13:11.4970012Z 4.0K SBUILD.sig
2025-08-20T21:13:11.4970333Z 4.0K SBUILD_TEMP
2025-08-20T21:13:11.4970902Z 208K husarnet.static.log
2025-08-20T21:13:11.4971300Z 4.0K husarnet.static.version
2025-08-20T21:13:11.4971722Z 4.0K husarnet.static.version.sig
2025-08-20T21:13:11.4972139Z 4.0K husarnet.version
2025-08-20T21:13:11.4972492Z 4.0K husarnet.version.sig
2025-08-20T21:13:11.5014705Z Error: "ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/husarnet/official/husarnet-srcbuild-"
2025-08-20T21:13:11.5015651Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:13:16.5076863Z Error: "ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/husarnet/official/husarnet-srcbuild-"
2025-08-20T21:13:16.5078469Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:13:16.5093544Z 
2025-08-20T21:13:16.5094073Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:16.5094680Z 
2025-08-20T21:13:16.5133406Z Error: "ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/husarnet/official/husarnet-srcbuild-"
2025-08-20T21:13:16.5134897Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:13:16.5187130Z ##[group]Run ##Presets
2025-08-20T21:13:16.5187440Z [36;1m##Presets[0m
2025-08-20T21:13:16.5187648Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:16.5187860Z [36;1m#-------------#[0m
2025-08-20T21:13:16.5188063Z [36;1m##Debug?[0m
2025-08-20T21:13:16.5188328Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:16.5188646Z [36;1m  set -x[0m
2025-08-20T21:13:16.5188827Z [36;1mfi[0m
2025-08-20T21:13:16.5189004Z [36;1m#-------------#[0m
2025-08-20T21:13:16.5189264Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:13:16.5189983Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:16.5239165Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:16.5239399Z env:
2025-08-20T21:13:16.5239768Z   CROSS_COMPILING: NO
2025-08-20T21:13:16.5239993Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:16.5240221Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:16.5240432Z   ON_QEMU: NO
2025-08-20T21:13:16.5240641Z   DEBUG: 0
2025-08-20T21:13:16.5240824Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:16.5241047Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:16.5241334Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:16.5241639Z   KEEP_LOGS: YES
2025-08-20T21:13:16.5241834Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:16.5242048Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:16.5242263Z   SBUILD_REBUILD: false
2025-08-20T21:13:16.5242813Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:16.5243376Z   BUILD_SYS: null
2025-08-20T21:13:16.5243569Z   SYSTMP: /tmp
2025-08-20T21:13:16.5243770Z   GHA_MODE: MATRIX
2025-08-20T21:13:16.5244200Z   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:13:16.5244706Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:16.5245040Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:16.5245429Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:16.5245915Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:16.5246296Z   PKG_TYPE: static
2025-08-20T21:13:16.5246502Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:16.5246714Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:16.5246919Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:16.5247291Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:16.5247677Z ##[endgroup]
2025-08-20T21:13:16.5425786Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:13:16.5426273Z with:
2025-08-20T21:13:16.5426482Z   name: Bincache_husarnet_x86_64-Linux
2025-08-20T21:13:16.5426795Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:13:16.5427094Z   compression-level: 0
2025-08-20T21:13:16.5427301Z   retention-days: 30
2025-08-20T21:13:16.5427496Z   overwrite: true
2025-08-20T21:13:16.5427684Z   if-no-files-found: warn
2025-08-20T21:13:16.5427908Z   include-hidden-files: false
2025-08-20T21:13:16.5428129Z env:
2025-08-20T21:13:16.5428298Z   CROSS_COMPILING: NO
2025-08-20T21:13:16.5428501Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:16.5428719Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:16.5428932Z   ON_QEMU: NO
2025-08-20T21:13:16.5429101Z   DEBUG: 0
2025-08-20T21:13:16.5429277Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:16.5429502Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:16.5430048Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:16.5430390Z   KEEP_LOGS: YES
2025-08-20T21:13:16.5430587Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:16.5430798Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:16.5431008Z   SBUILD_REBUILD: false
2025-08-20T21:13:16.5431551Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:16.5432101Z   BUILD_SYS: null
2025-08-20T21:13:16.5432278Z   SYSTMP: /tmp
2025-08-20T21:13:16.5432455Z   GHA_MODE: MATRIX
2025-08-20T21:13:16.5432878Z   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:13:16.5433389Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:16.5433721Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:16.5434126Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:16.5434608Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:16.5434990Z   PKG_TYPE: static
2025-08-20T21:13:16.5435185Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:16.5435390Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:16.5435588Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:16.5435950Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:16.5436348Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:16.5436578Z ##[endgroup]
2025-08-20T21:13:16.7573399Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:13:16.7576162Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:13:16.7576899Z With the provided path, there will be 2 files uploaded
2025-08-20T21:13:16.9324664Z Artifact name is valid!
2025-08-20T21:13:16.9326041Z Root directory input is valid!
2025-08-20T21:13:17.0191147Z Beginning upload of artifact content to blob storage
2025-08-20T21:13:17.4151249Z Uploaded bytes 1526883
2025-08-20T21:13:17.4586939Z Finished uploading artifact content to blob storage!
2025-08-20T21:13:17.4590440Z SHA256 digest of uploaded artifact zip is 7a9fdc69011e6f0c0cef3a7c885f9af136fd5af693c949b2bf79d6474619eec8
2025-08-20T21:13:17.4591320Z Finalizing artifact upload
2025-08-20T21:13:17.5829760Z Artifact Bincache_husarnet_x86_64-Linux.zip successfully finalized. Artifact ID 3813278422
2025-08-20T21:13:17.5831032Z Artifact Bincache_husarnet_x86_64-Linux has been successfully uploaded! Final size is 1526883 bytes. Artifact ID is 3813278422
2025-08-20T21:13:17.5837609Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108147311/artifacts/3813278422
2025-08-20T21:13:17.5983081Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:13:17.5983405Z with:
2025-08-20T21:13:17.5983605Z   subject-name: husarnet--
2025-08-20T21:13:17.5984337Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:13:17.5985249Z   show-summary: true
2025-08-20T21:13:17.5985469Z   push-to-registry: false
2025-08-20T21:13:17.5985848Z   github-token: ***
2025-08-20T21:13:17.5986052Z env:
2025-08-20T21:13:17.5986234Z   CROSS_COMPILING: NO
2025-08-20T21:13:17.5986452Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:17.5986684Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:17.5986905Z   ON_QEMU: NO
2025-08-20T21:13:17.5987083Z   DEBUG: 0
2025-08-20T21:13:17.5987269Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:17.5987502Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:17.5987821Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:17.5988142Z   KEEP_LOGS: YES
2025-08-20T21:13:17.5988344Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:17.5988564Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:17.5988785Z   SBUILD_REBUILD: false
2025-08-20T21:13:17.5989331Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:17.5990076Z   BUILD_SYS: null
2025-08-20T21:13:17.5990270Z   SYSTMP: /tmp
2025-08-20T21:13:17.5990456Z   GHA_MODE: MATRIX
2025-08-20T21:13:17.5990893Z   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:13:17.5991419Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:17.5991763Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:17.5992162Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:17.5992661Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:17.5993051Z   PKG_TYPE: static
2025-08-20T21:13:17.5993252Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:17.5993468Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:17.5993676Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:17.5994045Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:17.5994453Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:17.5994689Z ##[endgroup]
2025-08-20T21:13:17.6062665Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:13:17.6063092Z env:
2025-08-20T21:13:17.6063279Z   CROSS_COMPILING: NO
2025-08-20T21:13:17.6063500Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:17.6063734Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:17.6063957Z   ON_QEMU: NO
2025-08-20T21:13:17.6064138Z   DEBUG: 0
2025-08-20T21:13:17.6064327Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:17.6064559Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:17.6064866Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:17.6065186Z   KEEP_LOGS: YES
2025-08-20T21:13:17.6065389Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:17.6065615Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:17.6065840Z   SBUILD_REBUILD: false
2025-08-20T21:13:17.6066394Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:17.6066975Z   BUILD_SYS: null
2025-08-20T21:13:17.6067172Z   SYSTMP: /tmp
2025-08-20T21:13:17.6067359Z   GHA_MODE: MATRIX
2025-08-20T21:13:17.6067798Z   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:13:17.6068313Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:17.6068646Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:17.6069053Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:17.6069850Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:17.6070271Z   PKG_TYPE: static
2025-08-20T21:13:17.6070472Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:17.6070695Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:17.6070910Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:17.6071282Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:17.6071811Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:17.6072047Z ##[endgroup]
2025-08-20T21:13:18.1248818Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:13:18.1249162Z with:
2025-08-20T21:13:18.1250115Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:13:18.1250852Z   subject-name: husarnet--
2025-08-20T21:13:18.1251151Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:13:18.1253791Z   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/17108147311/attempts/1"}}}
2025-08-20T21:13:18.1256367Z   push-to-registry: false
2025-08-20T21:13:18.1256610Z   show-summary: true
2025-08-20T21:13:18.1257012Z   github-token: ***
2025-08-20T21:13:18.1257218Z env:
2025-08-20T21:13:18.1257401Z   CROSS_COMPILING: NO
2025-08-20T21:13:18.1257620Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:18.1257852Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:18.1258071Z   ON_QEMU: NO
2025-08-20T21:13:18.1258251Z   DEBUG: 0
2025-08-20T21:13:18.1258446Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:18.1258681Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:18.1258980Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:18.1259291Z   KEEP_LOGS: YES
2025-08-20T21:13:18.1259495Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:18.1259985Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:18.1260223Z   SBUILD_REBUILD: false
2025-08-20T21:13:18.1260776Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:18.1261358Z   BUILD_SYS: null
2025-08-20T21:13:18.1261558Z   SYSTMP: /tmp
2025-08-20T21:13:18.1261749Z   GHA_MODE: MATRIX
2025-08-20T21:13:18.1262194Z   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:13:18.1262715Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:18.1263053Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:18.1263458Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:18.1264061Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:18.1264671Z   PKG_TYPE: static
2025-08-20T21:13:18.1264974Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:18.1265323Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:18.1265688Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:18.1266159Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:18.1278361Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:18.1278668Z ##[endgroup]
2025-08-20T21:13:19.3903271Z Attestation created for 12 subjects
2025-08-20T21:13:19.3907730Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:13:19.3908532Z -----BEGIN CERTIFICATE-----
2025-08-20T21:13:19.3909244Z MIIG7zCCBnWgAwIBAgIUGwTl9WZuuoTwwHgHbPJCItnDehswCgYIKoZIzj0EAwMw
2025-08-20T21:13:19.3910452Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:13:19.3911421Z cm1lZGlhdGUwHhcNMjUwODIwMjExMzE4WhcNMjUwODIwMjEyMzE4WjAAMFkwEwYH
2025-08-20T21:13:19.3912710Z KoZIzj0CAQYIKoZIzj0DAQcDQgAErURCAczUhv60O3Ea1l5jXe3JaxzI2vZyOCxy
2025-08-20T21:13:19.3913684Z zgOGmJqg66RbJUUSlwb5eTx9+dQMfaWDDXkQqylXj275C60bJ6OCBZQwggWQMA4G
2025-08-20T21:13:19.3914633Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUBEor
2025-08-20T21:13:19.3915587Z 42he17D7d2jN3dhu4Nz6IIEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:13:19.3916490Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:13:19.3917394Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:13:19.3918259Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:13:19.3919106Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:13:19.3920097Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:13:19.3920856Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:13:19.3921657Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:13:19.3922523Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:13:19.3923361Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:13:19.3924181Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:13:19.3924873Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:13:19.3925648Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:13:19.3926509Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:13:19.3927415Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:13:19.3928400Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:13:19.3929373Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:13:19.3930549Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:13:19.3931537Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:13:19.3932524Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:13:19.3933509Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:13:19.3934382Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:13:19.3934900Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:13:19.3935398Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:13:19.3935877Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MTQ3MzExL2F0
2025-08-20T21:13:19.3936370Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:13:19.3936858Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJVEBT
2025-08-20T21:13:19.3937342Z AAAEAwBHMEUCIQCqPtEoaepZCZViv5imdxyWchG+Gx0RtBrLAXXTkdow2QIgadHK
2025-08-20T21:13:19.3937821Z lGn8c9ssq2OnCwAupOx1gWYzwoWzChlk6aAjqngwCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T21:13:19.3938296Z SBzyBOip7gsFJ0pFitVeBvDPAKB4Ly1J5p+zuNuhjIjZdPa4X0kuGbQbRiZ/E4mo
2025-08-20T21:13:19.3938751Z AjEAgihWmh8lO9eFxQD7XkIBma46uF6U1sDxWwFc/qHf6Vic89s5p5JS6ATqQIvv
2025-08-20T21:13:19.3939079Z OFNR
2025-08-20T21:13:19.3939267Z -----END CERTIFICATE-----
2025-08-20T21:13:19.3939419Z 
2025-08-20T21:13:19.3940144Z ##[endgroup]
2025-08-20T21:13:19.3940582Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:13:19.3940993Z https://search.sigstore.dev?logIndex=414367504
2025-08-20T21:13:19.3941346Z [36mAttestation uploaded to repository[39m
2025-08-20T21:13:19.3941872Z https://github.com/pkgforge/bincache/attestations/9873720
2025-08-20T21:13:19.4671037Z ##[group]Run ##Presets
2025-08-20T21:13:19.4671305Z [36;1m##Presets[0m
2025-08-20T21:13:19.4671515Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:19.4671739Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4671952Z [36;1m##Debug?[0m
2025-08-20T21:13:19.4672204Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:19.4672675Z [36;1m  set -x[0m
2025-08-20T21:13:19.4672875Z [36;1mfi[0m
2025-08-20T21:13:19.4673061Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4673378Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:13:19.4673912Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/husarnet/official"[0m
2025-08-20T21:13:19.4674325Z [36;1m exit 1[0m
2025-08-20T21:13:19.4674512Z [36;1mfi[0m
2025-08-20T21:13:19.4723175Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:19.4723416Z env:
2025-08-20T21:13:19.4723600Z   CROSS_COMPILING: NO
2025-08-20T21:13:19.4723855Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:19.4724098Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:19.4724316Z   ON_QEMU: NO
2025-08-20T21:13:19.4724494Z   DEBUG: 0
2025-08-20T21:13:19.4724679Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:19.4724912Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:19.4725211Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:19.4725530Z   KEEP_LOGS: YES
2025-08-20T21:13:19.4725729Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:19.4725954Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:19.4726185Z   SBUILD_REBUILD: false
2025-08-20T21:13:19.4726743Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:19.4727320Z   BUILD_SYS: null
2025-08-20T21:13:19.4727514Z   SYSTMP: /tmp
2025-08-20T21:13:19.4727706Z   GHA_MODE: MATRIX
2025-08-20T21:13:19.4728149Z   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:13:19.4728682Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:19.4729030Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:19.4729429Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:19.4730049Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:19.4730449Z   PKG_TYPE: static
2025-08-20T21:13:19.4730650Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:19.4730864Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:19.4731071Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:19.4731442Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:19.4731842Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:19.4732078Z ##[endgroup]
2025-08-20T21:13:19.4818877Z ##[group]Run ##Presets
2025-08-20T21:13:19.4819140Z [36;1m##Presets[0m
2025-08-20T21:13:19.4819345Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:19.4819786Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4820008Z [36;1m##Debug?[0m
2025-08-20T21:13:19.4820261Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:19.4820562Z [36;1m  set -x[0m
2025-08-20T21:13:19.4820755Z [36;1mfi[0m
2025-08-20T21:13:19.4820942Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4821203Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:13:19.4821698Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/husarnet/official"[0m
2025-08-20T21:13:19.4822127Z [36;1m exit 1[0m
2025-08-20T21:13:19.4822314Z [36;1mfi[0m
2025-08-20T21:13:19.4865869Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:19.4866115Z env:
2025-08-20T21:13:19.4866301Z   CROSS_COMPILING: NO
2025-08-20T21:13:19.4866552Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:19.4866786Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:19.4867007Z   ON_QEMU: NO
2025-08-20T21:13:19.4867192Z   DEBUG: 0
2025-08-20T21:13:19.4867383Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:19.4867620Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:19.4867925Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:19.4868237Z   KEEP_LOGS: YES
2025-08-20T21:13:19.4868436Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:19.4868659Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:19.4868882Z   SBUILD_REBUILD: false
2025-08-20T21:13:19.4869830Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:19.4870457Z   BUILD_SYS: null
2025-08-20T21:13:19.4870654Z   SYSTMP: /tmp
2025-08-20T21:13:19.4870845Z   GHA_MODE: MATRIX
2025-08-20T21:13:19.4871286Z   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:13:19.4871800Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:19.4872131Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:19.4872523Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:19.4873011Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:19.4873400Z   PKG_TYPE: static
2025-08-20T21:13:19.4873597Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:19.4873809Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:19.4874024Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:19.4874388Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:19.4874808Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:19.4875043Z ##[endgroup]
2025-08-20T21:13:19.4936016Z 
2025-08-20T21:13:19.4936331Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:19.4947808Z ##[error]Process completed with exit code 1.
2025-08-20T21:13:19.4986832Z ##[group]Run ##Presets
2025-08-20T21:13:19.4987088Z [36;1m##Presets[0m
2025-08-20T21:13:19.4987293Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:19.4987509Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4987720Z [36;1m##Debug?[0m
2025-08-20T21:13:19.4987978Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:19.4988287Z [36;1m  set -x[0m
2025-08-20T21:13:19.4988480Z [36;1mfi[0m
2025-08-20T21:13:19.4988666Z [36;1m#-------------#[0m
2025-08-20T21:13:19.4989024Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:13:19.4989454Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:13:19.4990025Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:13:19.4990304Z [36;1mfi[0m
2025-08-20T21:13:19.5033857Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:19.5034099Z env:
2025-08-20T21:13:19.5034284Z   CROSS_COMPILING: NO
2025-08-20T21:13:19.5034546Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:19.5034785Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:19.5035007Z   ON_QEMU: NO
2025-08-20T21:13:19.5035189Z   DEBUG: 0
2025-08-20T21:13:19.5035380Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:19.5035610Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:19.5035906Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/husarnet/official
2025-08-20T21:13:19.5036235Z   KEEP_LOGS: YES
2025-08-20T21:13:19.5036436Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:19.5036661Z   PKG_FAMILY_LOCAL: husarnet
2025-08-20T21:13:19.5036903Z   SBUILD_REBUILD: false
2025-08-20T21:13:19.5037454Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/husarnet/static.official.source.yaml
2025-08-20T21:13:19.5038035Z   BUILD_SYS: null
2025-08-20T21:13:19.5038232Z   SYSTMP: /tmp
2025-08-20T21:13:19.5038425Z   GHA_MODE: MATRIX
2025-08-20T21:13:19.5038871Z   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:13:19.5039389Z   INPUT_SBUILD: /tmp/pkgforge/gQdtr6JrB_build.yaml
2025-08-20T21:13:19.5039947Z   BUILD_DIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml
2025-08-20T21:13:19.5040358Z   SBUILD_OUTDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR
2025-08-20T21:13:19.5040857Z   SBUILD_TMPDIR: /tmp/pkgforge/7pXVGAd_gQdtr6JrB_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:13:19.5041257Z   PKG_TYPE: static
2025-08-20T21:13:19.5041459Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:13:19.5041674Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:13:19.5042076Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:13:19.5042462Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/husarnet/official/husarnet-srcbuild-
2025-08-20T21:13:19.5042874Z   UTC_TIME: 2025_08_20T09_13_16_PM
2025-08-20T21:13:19.5043112Z ##[endgroup]
2025-08-20T21:13:19.5115382Z EXITED
2025-08-20T21:13:19.5158354Z Cleaning up orphan processes
