﻿2025-08-20T22:20:26.8042595Z Current runner version: '2.328.0'
2025-08-20T22:20:26.8066106Z ##[group]Runner Image Provisioner
2025-08-20T22:20:26.8067424Z Hosted Compute Agent
2025-08-20T22:20:26.8068079Z Version: 20250818.377
2025-08-20T22:20:26.8068737Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:20:26.8069508Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:20:26.8070105Z ##[endgroup]
2025-08-20T22:20:26.8071274Z ##[group]Operating System
2025-08-20T22:20:26.8071965Z Ubuntu
2025-08-20T22:20:26.8072531Z 24.04.2
2025-08-20T22:20:26.8073036Z LTS
2025-08-20T22:20:26.8073626Z ##[endgroup]
2025-08-20T22:20:26.8074221Z ##[group]Runner Image
2025-08-20T22:20:26.8074860Z Image: ubuntu-24.04
2025-08-20T22:20:26.8075435Z Version: 20250818.1.0
2025-08-20T22:20:26.8076486Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:20:26.8078158Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:20:26.8079189Z ##[endgroup]
2025-08-20T22:20:26.8080740Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:20:26.8082962Z Attestations: write
2025-08-20T22:20:26.8083709Z Contents: write
2025-08-20T22:20:26.8084282Z Metadata: read
2025-08-20T22:20:26.8084888Z Packages: write
2025-08-20T22:20:26.8085474Z ##[endgroup]
2025-08-20T22:20:26.8087598Z Secret source: Actions
2025-08-20T22:20:26.8088729Z Prepare workflow directory
2025-08-20T22:20:26.8420272Z Prepare all required actions
2025-08-20T22:20:26.8459807Z Getting action download info
2025-08-20T22:20:27.2113785Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:20:27.8053499Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:20:28.2709023Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:20:28.3767290Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:20:28.7858470Z Getting action download info
2025-08-20T22:20:28.9255647Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:20:29.2487015Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:20:29.6685009Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/rust-parallel/official)
2025-08-20T22:20:29.7430238Z ##[group]Run ##Presets
2025-08-20T22:20:29.7431523Z [36;1m##Presets[0m
2025-08-20T22:20:29.7432392Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:29.7433310Z [36;1m#-------------#[0m
2025-08-20T22:20:29.7434465Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:20:29.7435908Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:20:29.7437294Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.7438506Z [36;1m  fi[0m
2025-08-20T22:20:29.7439579Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:20:29.7441196Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:20:29.7442667Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.7443831Z [36;1m  fi[0m
2025-08-20T22:20:29.7444857Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:20:29.7446307Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:20:29.7447658Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.7448870Z [36;1m  fi[0m
2025-08-20T22:20:29.7449892Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:20:29.7451403Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:20:29.7452919Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:20:29.7454106Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:20:29.7455354Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.7456509Z [36;1m     else[0m
2025-08-20T22:20:29.7457524Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.7458680Z [36;1m     fi[0m
2025-08-20T22:20:29.7459472Z [36;1m  fi[0m
2025-08-20T22:20:29.7460232Z [36;1mfi[0m
2025-08-20T22:20:29.7539351Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:29.7540973Z env:
2025-08-20T22:20:29.7542482Z   GH_TOKEN: ***
2025-08-20T22:20:29.7543406Z ##[endgroup]
2025-08-20T22:20:29.7888896Z ##[group]Run ##Presets
2025-08-20T22:20:29.7890065Z [36;1m##Presets[0m
2025-08-20T22:20:29.7891390Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:29.7892420Z [36;1m#-------------#[0m
2025-08-20T22:20:29.7893675Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:20:29.7895604Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:20:29.7897573Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:20:29.7899259Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:20:29.7901087Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:20:29.7902808Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:20:29.7904232Z [36;1m  exit 1[0m
2025-08-20T22:20:29.7905158Z [36;1mfi[0m
2025-08-20T22:20:29.7949786Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:29.8015678Z env:
2025-08-20T22:20:29.8017202Z   RO_GHTOKEN: ***
2025-08-20T22:20:29.8018173Z   RO_GLTOKEN: ***
2025-08-20T22:20:29.8022679Z   MINISIGN_KEY: ***
2025-08-20T22:20:29.8023525Z ##[endgroup]
2025-08-20T22:20:29.8212191Z ##[group]Run ##Presets
2025-08-20T22:20:29.8213281Z [36;1m##Presets[0m
2025-08-20T22:20:29.8214128Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:29.8215024Z [36;1m#-------------#[0m
2025-08-20T22:20:29.8215929Z [36;1m##Host Triplet[0m
2025-08-20T22:20:29.8217010Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:20:29.8218293Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:20:29.8219517Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:20:29.8220990Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:20:29.8222153Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:20:29.8223451Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:20:29.8224744Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:20:29.8226025Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:20:29.8227125Z [36;1m   fi[0m
2025-08-20T22:20:29.8228182Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:20:29.8229516Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:20:29.8230945Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:20:29.8232238Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:20:29.8233395Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:20:29.8234334Z [36;1m fi[0m
2025-08-20T22:20:29.8235400Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8236963Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8238456Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8239864Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8241140Z [36;1m##Debug[0m
2025-08-20T22:20:29.8242005Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:20:29.8243092Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:20:29.8244023Z [36;1m else[0m
2025-08-20T22:20:29.8244854Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:20:29.8245979Z [36;1m fi[0m
2025-08-20T22:20:29.8246883Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8248034Z [36;1m##Docker Platform[0m
2025-08-20T22:20:29.8249177Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:20:29.8250626Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:20:29.8251967Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:20:29.8253303Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:20:29.8254591Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:20:29.8255910Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:20:29.8257215Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:20:29.8258494Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:20:29.8259512Z [36;1m fi[0m
2025-08-20T22:20:29.8260873Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8262533Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8263826Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:20:29.8265652Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/rust-parallel/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:20:29.8267662Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:20:29.8268867Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8270113Z [36;1m##Logs[0m
2025-08-20T22:20:29.8271206Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:20:29.8272290Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:20:29.8273249Z [36;1m else[0m
2025-08-20T22:20:29.8274082Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:20:29.8275144Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:20:29.8276165Z [36;1m fi[0m
2025-08-20T22:20:29.8277329Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8278849Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8280177Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:20:29.8281861Z [36;1m PKG_FAMILY_LOCAL="$(echo "rust-parallel" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:20:29.8283445Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:20:29.8284741Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8286133Z [36;1m##Rebuild[0m
2025-08-20T22:20:29.8287022Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:20:29.8288138Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:20:29.8289165Z [36;1m else[0m
2025-08-20T22:20:29.8290023Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:20:29.8291208Z [36;1m fi[0m
2025-08-20T22:20:29.8292263Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8293532Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:20:29.8295031Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:20:29.8297052Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:20:29.8300111Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:20:29.8303103Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:20:29.8304501Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:20:29.8306139Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:20:29.8307705Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:20:29.8309122Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8310476Z [36;1m    exit 1[0m
2025-08-20T22:20:29.8311332Z [36;1m   else[0m
2025-08-20T22:20:29.8312386Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:20:29.8313675Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8315003Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:20:29.8316311Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:20:29.8317669Z [36;1m      #check if supported[0m
2025-08-20T22:20:29.8319114Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:20:29.8321260Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:20:29.8322911Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:20:29.8324181Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8325351Z [36;1m         exit 1[0m
2025-08-20T22:20:29.8326240Z [36;1m       fi[0m
2025-08-20T22:20:29.8327103Z [36;1m      #get build system[0m
2025-08-20T22:20:29.8328553Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:20:29.8330083Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:20:29.8331427Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8332806Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:20:29.8334162Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8335469Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8336865Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:20:29.8338222Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8339522Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:29.8340862Z [36;1m       fi[0m
2025-08-20T22:20:29.8341833Z [36;1m     fi[0m
2025-08-20T22:20:29.8342651Z [36;1m   fi[0m
2025-08-20T22:20:29.8343489Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:20:29.8389740Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:29.8390913Z ##[endgroup]
2025-08-20T22:20:30.3017183Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:20:30.3018128Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:20:30.3018559Z 
2025-08-20T22:20:30.3769623Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:20:30.3770892Z 100  5311  100  5311    0     0  69091      0 --:--:-- --:--:-- --:--:-- 69881
2025-08-20T22:20:30.3779513Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:20:30.4007929Z ##[group]Run ##Presets
2025-08-20T22:20:30.4008508Z [36;1m##Presets[0m
2025-08-20T22:20:30.4008998Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:30.4009499Z [36;1m#-------------#[0m
2025-08-20T22:20:30.4009998Z [36;1m##Debug?[0m
2025-08-20T22:20:30.4010974Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:30.4011599Z [36;1m  set -x[0m
2025-08-20T22:20:30.4012046Z [36;1mfi[0m
2025-08-20T22:20:30.4012543Z [36;1m#-------------#[0m
2025-08-20T22:20:30.4013146Z [36;1m##CoreUtils[0m
2025-08-20T22:20:30.4013640Z [36;1msudo apt update -y[0m
2025-08-20T22:20:30.4014318Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:20:30.4015805Z [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-20T22:20:30.4017137Z [36;1m##tmp[0m
2025-08-20T22:20:30.4017734Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:20:30.4018367Z [36;1m#GH ENV[0m
2025-08-20T22:20:30.4018889Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:30.4019730Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:30.4020617Z [36;1m#-------------#[0m
2025-08-20T22:20:30.4021167Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:20:30.4021707Z [36;1msudo apt update -y[0m
2025-08-20T22:20:30.4022245Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:20:30.4022799Z [36;1m##Setup Minisign[0m
2025-08-20T22:20:30.4023326Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:20:30.4024175Z [36;1mecho "***[0m
2025-08-20T22:20:30.4025948Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:20:30.4026530Z [36;1m##User-Agent[0m
2025-08-20T22:20:30.4027688Z [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-20T22:20:30.4028931Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:30.4075292Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:30.4075823Z env:
2025-08-20T22:20:30.4076253Z   CROSS_COMPILING: NO
2025-08-20T22:20:30.4076739Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:30.4077264Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:30.4077754Z   ON_QEMU: NO
2025-08-20T22:20:30.4078177Z   DEBUG: 0
2025-08-20T22:20:30.4078626Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:30.4079156Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:30.4079809Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:20:30.4080645Z   KEEP_LOGS: YES
2025-08-20T22:20:30.4081102Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:30.4081617Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:20:30.4082146Z   SBUILD_REBUILD: false
2025-08-20T22:20:30.4083124Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:20:30.4084088Z   BUILD_SYS: docker://rust
2025-08-20T22:20:30.4084585Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:30.4085058Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:30.4085511Z ##[endgroup]
2025-08-20T22:20:30.4670272Z 
2025-08-20T22:20:30.4671116Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:20:30.4671720Z 
2025-08-20T22:20:30.6005132Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:20:30.6676680Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:20:30.6685785Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:20:30.6688760Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:20:30.6709713Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:20:30.6761170Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:20:30.6788042Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:20:30.9914482Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:20:31.0040037Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:20:31.0074167Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:20:31.0470038Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:20:31.0602921Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:20:31.0672587Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:20:31.0695055Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:20:31.0765611Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:20:31.0796631Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:20:31.0828096Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:20:31.0932268Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:20:31.0966300Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:20:31.0978940Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:20:31.1575033Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:20:31.1590251Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:20:31.1604661Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:20:31.1614776Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:20:31.1628364Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:20:31.1690811Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:20:31.1711654Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:20:31.1725013Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:20:31.1777450Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:20:31.1801392Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:20:31.1815211Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:20:31.1905298Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:20:31.1937658Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:20:31.1948517Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:20:35.9675121Z Fetched 10.6 MB in 2s (6925 kB/s)
2025-08-20T22:20:36.6264621Z Reading package lists...
2025-08-20T22:20:36.7632187Z Building dependency tree...
2025-08-20T22:20:36.7638396Z Reading state information...
2025-08-20T22:20:36.7765572Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:20:36.7877569Z 
2025-08-20T22:20:36.7878220Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:20:36.7878764Z 
2025-08-20T22:20:36.8005001Z Reading package lists...
2025-08-20T22:20:36.9431030Z Building dependency tree...
2025-08-20T22:20:36.9439262Z Reading state information...
2025-08-20T22:20:37.0886654Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:20:37.0887251Z bc set to manually installed.
2025-08-20T22:20:37.0887740Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:20:37.0888391Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:20:37.0889844Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:20:37.0890615Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:20:37.0891306Z The following additional packages will be installed:
2025-08-20T22:20:37.0892038Z   libtime-duration-perl
2025-08-20T22:20:37.1145299Z The following NEW packages will be installed:
2025-08-20T22:20:37.1150853Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:20:37.1302026Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:20:37.1523511Z Need to get 616 kB of archives.
2025-08-20T22:20:37.1524273Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:20:37.1524999Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:20:37.1973585Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:20:37.2399078Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:20:37.2692955Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:20:37.3013743Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:20:37.5796453Z Fetched 616 kB in 0s (3228 kB/s)
2025-08-20T22:20:37.6018197Z Selecting previously unselected package fdupes.
2025-08-20T22:20:37.6257824Z (Reading database ... 
2025-08-20T22:20:37.6258375Z (Reading database ... 5%
2025-08-20T22:20:37.6258714Z (Reading database ... 10%
2025-08-20T22:20:37.6258953Z (Reading database ... 15%
2025-08-20T22:20:37.6259197Z (Reading database ... 20%
2025-08-20T22:20:37.6259552Z (Reading database ... 25%
2025-08-20T22:20:37.6263346Z (Reading database ... 30%
2025-08-20T22:20:37.6263749Z (Reading database ... 35%
2025-08-20T22:20:37.6264126Z (Reading database ... 40%
2025-08-20T22:20:37.6264348Z (Reading database ... 45%
2025-08-20T22:20:37.6264576Z (Reading database ... 50%
2025-08-20T22:20:37.6424457Z (Reading database ... 55%
2025-08-20T22:20:37.7897895Z (Reading database ... 60%
2025-08-20T22:20:37.9929786Z (Reading database ... 65%
2025-08-20T22:20:38.1892781Z (Reading database ... 70%
2025-08-20T22:20:38.4008249Z (Reading database ... 75%
2025-08-20T22:20:38.6337038Z (Reading database ... 80%
2025-08-20T22:20:38.8844398Z (Reading database ... 85%
2025-08-20T22:20:39.1349078Z (Reading database ... 90%
2025-08-20T22:20:39.3872308Z (Reading database ... 95%
2025-08-20T22:20:39.3872650Z (Reading database ... 100%
2025-08-20T22:20:39.3873095Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:20:39.3914409Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:20:39.3938093Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:20:39.4238603Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:20:39.4367957Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:20:39.4377314Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:20:39.4976138Z Selecting previously unselected package moreutils.
2025-08-20T22:20:39.5107931Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:20:39.5117344Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:20:39.7746844Z Selecting previously unselected package dos2unix.
2025-08-20T22:20:39.7879514Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:20:39.7889351Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:20:40.1358267Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:20:40.1383858Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:20:40.1420657Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:20:40.1442867Z Setting up moreutils (0.69-1) ...
2025-08-20T22:20:40.1468899Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:22:44.4386762Z 
2025-08-20T22:22:44.4388988Z Running kernel seems to be up-to-date.
2025-08-20T22:22:44.4391300Z 
2025-08-20T22:22:44.4391526Z Restarting services...
2025-08-20T22:22:44.4454025Z 
2025-08-20T22:22:44.4454465Z Service restarts being deferred:
2025-08-20T22:22:44.4457677Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:22:44.4458043Z 
2025-08-20T22:22:44.4458299Z No containers need to be restarted.
2025-08-20T22:22:44.4458592Z 
2025-08-20T22:22:44.4458779Z No user sessions are running outdated binaries.
2025-08-20T22:22:44.4459116Z 
2025-08-20T22:22:44.4460025Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:22:45.2337662Z Reading package lists...
2025-08-20T22:22:45.3666006Z Building dependency tree...
2025-08-20T22:22:45.3673125Z Reading state information...
2025-08-20T22:22:45.5036832Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:22:45.5037662Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:22:45.5038809Z apt-utils set to manually installed.
2025-08-20T22:22:45.5039447Z ca-certificates is already the newest version (20240203).
2025-08-20T22:22:45.5040150Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:22:45.5041369Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:22:45.5042048Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:22:45.5042778Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:22:45.5043463Z moreutils is already the newest version (0.69-1).
2025-08-20T22:22:45.5044180Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:22:45.5044803Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:22:45.5045375Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:22:45.5045911Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:22:45.5046392Z tmux set to manually installed.
2025-08-20T22:22:45.5046856Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:22:45.5047399Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:22:45.5047937Z The following additional packages will be installed:
2025-08-20T22:22:45.5048316Z   python3-software-properties
2025-08-20T22:22:45.5048567Z Recommended packages:
2025-08-20T22:22:45.5048768Z   unattended-upgrades
2025-08-20T22:22:45.5294023Z The following NEW packages will be installed:
2025-08-20T22:22:45.5294573Z   rename
2025-08-20T22:22:45.5302284Z The following packages will be upgraded:
2025-08-20T22:22:45.5302909Z   python3-software-properties software-properties-common
2025-08-20T22:22:45.5450070Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:22:45.5667321Z Need to get 64.7 kB of archives.
2025-08-20T22:22:45.5667823Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:22:45.5668229Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:22:45.6143703Z 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-20T22:22:45.6467288Z 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-20T22:22:45.6855097Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:22:45.9315280Z Fetched 64.7 kB in 0s (486 kB/s)
2025-08-20T22:22:45.9561782Z (Reading database ... 
2025-08-20T22:22:45.9562240Z (Reading database ... 5%
2025-08-20T22:22:45.9564181Z (Reading database ... 10%
2025-08-20T22:22:45.9564600Z (Reading database ... 15%
2025-08-20T22:22:45.9564961Z (Reading database ... 20%
2025-08-20T22:22:45.9565320Z (Reading database ... 25%
2025-08-20T22:22:45.9565676Z (Reading database ... 30%
2025-08-20T22:22:45.9566304Z (Reading database ... 35%
2025-08-20T22:22:45.9566669Z (Reading database ... 40%
2025-08-20T22:22:45.9567027Z (Reading database ... 45%
2025-08-20T22:22:45.9567382Z (Reading database ... 50%
2025-08-20T22:22:45.9646229Z (Reading database ... 55%
2025-08-20T22:22:45.9678902Z (Reading database ... 60%
2025-08-20T22:22:45.9699620Z (Reading database ... 65%
2025-08-20T22:22:45.9732236Z (Reading database ... 70%
2025-08-20T22:22:45.9755881Z (Reading database ... 75%
2025-08-20T22:22:45.9783799Z (Reading database ... 80%
2025-08-20T22:22:45.9912275Z (Reading database ... 85%
2025-08-20T22:22:45.9996318Z (Reading database ... 90%
2025-08-20T22:22:46.0242065Z (Reading database ... 95%
2025-08-20T22:22:46.0242358Z (Reading database ... 100%
2025-08-20T22:22:46.0242756Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:22:46.0281377Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:22:46.1078919Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:22:46.1724473Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:22:46.2509632Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:22:46.2792392Z Selecting previously unselected package rename.
2025-08-20T22:22:46.2929055Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:22:46.2938289Z Unpacking rename (2.02-1) ...
2025-08-20T22:22:46.3326777Z Setting up rename (2.02-1) ...
2025-08-20T22:22:46.3389077Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:22:46.3409455Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:22:46.4540508Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:22:46.5529954Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:22:50.5766671Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:22:51.9950071Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:22:52.0259947Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:22:52.0273223Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:22:52.0279714Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:22:52.0288904Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:22:52.0336452Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:22:52.0437373Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:22:53.1162363Z Reading package lists...
2025-08-20T22:22:53.2525584Z Building dependency tree...
2025-08-20T22:22:53.2531899Z Reading state information...
2025-08-20T22:22:53.2654234Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:22:53.2801044Z 
2025-08-20T22:22:53.2801593Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:22:53.2802092Z 
2025-08-20T22:22:53.3394528Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:22:53.3708457Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:22:53.3754587Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:22:53.3755463Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:22:53.3762723Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:22:53.3850216Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:22:53.4475665Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:22:54.4566280Z Reading package lists...
2025-08-20T22:22:54.5876830Z Building dependency tree...
2025-08-20T22:22:54.5883353Z Reading state information...
2025-08-20T22:22:54.6004835Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:22:54.6118133Z 
2025-08-20T22:22:54.6118808Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:22:54.6119134Z 
2025-08-20T22:22:54.6243606Z Reading package lists...
2025-08-20T22:22:54.7681288Z Building dependency tree...
2025-08-20T22:22:54.7688154Z Reading state information...
2025-08-20T22:22:54.9103999Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:22:54.9461667Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:22:54.9737436Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:22:55.0161930Z ##[group]Run ##Presets
2025-08-20T22:22:55.0162253Z [36;1m##Presets[0m
2025-08-20T22:22:55.0162476Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:55.0162686Z [36;1m#-------------#[0m
2025-08-20T22:22:55.0162878Z [36;1m##Debug?[0m
2025-08-20T22:22:55.0163118Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:55.0163404Z [36;1m  set -x[0m
2025-08-20T22:22:55.0163586Z [36;1mfi[0m
2025-08-20T22:22:55.0163763Z [36;1m#-------------#[0m
2025-08-20T22:22:55.0164205Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:22:55.0164798Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:22:55.0165364Z [36;1msudo service procps restart[0m
2025-08-20T22:22:55.0165631Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:22:55.0205316Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:55.0205546Z env:
2025-08-20T22:22:55.0205758Z   CROSS_COMPILING: NO
2025-08-20T22:22:55.0205973Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:22:55.0206196Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:22:55.0206404Z   ON_QEMU: NO
2025-08-20T22:22:55.0206568Z   DEBUG: 0
2025-08-20T22:22:55.0206745Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:22:55.0206966Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:22:55.0207285Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:22:55.0207612Z   KEEP_LOGS: YES
2025-08-20T22:22:55.0207803Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:55.0208023Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:22:55.0208265Z   SBUILD_REBUILD: false
2025-08-20T22:22:55.0208830Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:22:55.0209441Z   BUILD_SYS: docker://rust
2025-08-20T22:22:55.0209660Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:55.0209853Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:55.0210044Z   SYSTMP: /tmp
2025-08-20T22:22:55.0210224Z   GHA_MODE: MATRIX
2025-08-20T22:22:55.0211076Z   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-20T22:22:55.0211546Z ##[endgroup]
2025-08-20T22:22:55.0332220Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:22:55.0403595Z 0
2025-08-20T22:22:55.0720083Z vm.max_map_count = 262144
2025-08-20T22:22:55.0720662Z fs.inotify.max_user_watches = 655360
2025-08-20T22:22:55.0720958Z fs.inotify.max_user_instances = 1280
2025-08-20T22:22:55.0721414Z vm.mmap_rnd_bits = 28
2025-08-20T22:22:55.0793616Z ##[group]Run ##Presets
2025-08-20T22:22:55.0793909Z [36;1m##Presets[0m
2025-08-20T22:22:55.0794120Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:55.0794324Z [36;1m#-------------#[0m
2025-08-20T22:22:55.0794522Z [36;1m##Debug?[0m
2025-08-20T22:22:55.0794757Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:55.0795047Z [36;1m  set -x[0m
2025-08-20T22:22:55.0795230Z [36;1mfi[0m
2025-08-20T22:22:55.0795409Z [36;1m#-------------#[0m
2025-08-20T22:22:55.0795602Z [36;1m##Main[0m
2025-08-20T22:22:55.0795814Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:22:55.0796457Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:22:55.0797168Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:22:55.0797532Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:22:55.0797793Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:22:55.0798045Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:22:55.0798341Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:22:55.0798651Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:22:55.0798944Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:22:55.0799256Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:22:55.0799540Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:22:55.0799863Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:22:55.0800220Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:22:55.0800628Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:22:55.0800884Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:22:55.0801159Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:22:55.0801437Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:22:55.0801708Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:22:55.0802147Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:22:55.0802434Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:22:55.0802736Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:22:55.0803026Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:22:55.0803331Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:22:55.0803629Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:22:55.0803918Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:22:55.0804212Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:22:55.0804475Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:22:55.0804810Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:22:55.0805246Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:22:55.0805704Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:22:55.0806162Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:22:55.0806503Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:22:55.0806839Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:22:55.0807454Z [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-20T22:22:55.0808221Z [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-20T22:22:55.0808739Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:22:55.0809002Z [36;1m else[0m
2025-08-20T22:22:55.0809454Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:22:55.0809802Z [36;1m fi[0m
2025-08-20T22:22:55.0810050Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:22:55.0811003Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:22:55.0811442Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0811834Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0812224Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0812612Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0813008Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0813406Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0813811Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:22:55.0814216Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:22:55.0814527Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:22:55.0852195Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:55.0852432Z env:
2025-08-20T22:22:55.0852603Z   CROSS_COMPILING: NO
2025-08-20T22:22:55.0852816Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:22:55.0853044Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:22:55.0853255Z   ON_QEMU: NO
2025-08-20T22:22:55.0853430Z   DEBUG: 0
2025-08-20T22:22:55.0853628Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:22:55.0853848Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:22:55.0854156Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:22:55.0854475Z   KEEP_LOGS: YES
2025-08-20T22:22:55.0854664Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:55.0854889Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:22:55.0855122Z   SBUILD_REBUILD: false
2025-08-20T22:22:55.0855676Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:22:55.0856406Z   BUILD_SYS: docker://rust
2025-08-20T22:22:55.0856621Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:55.0856817Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:55.0857008Z   SYSTMP: /tmp
2025-08-20T22:22:55.0857190Z   GHA_MODE: MATRIX
2025-08-20T22:22:55.0857621Z   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-20T22:22:55.0858455Z   GHCR_TOKEN: ***
2025-08-20T22:22:55.0858744Z   GITHUB_TOKEN: ***
2025-08-20T22:22:55.0859010Z   GITLAB_TOKEN: ***
2025-08-20T22:22:55.0860157Z   MINISIGN_KEY: ***
2025-08-20T22:22:55.0860477Z ##[endgroup]
2025-08-20T22:22:55.1802381Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:22:55.2920754Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:22:55.2921585Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:22:55.2922564Z 
2025-08-20T22:22:55.3216150Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:22:55.3216756Z 100  5311  100  5311    0     0   172k      0 --:--:-- --:--:-- --:--:--  172k
2025-08-20T22:22:55.3226593Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:22:55.3307165Z 
2025-08-20T22:22:55.3307482Z [+] Building [/tmp/tmp.Gy5ooogAqc/SBUILD_INPUT] Locally
2025-08-20T22:22:55.3307875Z 
2025-08-20T22:22:55.3320924Z '/tmp/tmp.Gy5ooogAqc/SBUILD_INPUT' -> '/tmp/pkgforge/yT5IjpGvR_build.yaml'
2025-08-20T22:22:55.4578660Z 
2025-08-20T22:22:55.4578899Z [+] Passwordless sudo is Configured
2025-08-20T22:22:55.5180038Z 
2025-08-20T22:22:55.5191581Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:22:55.5191821Z 
2025-08-20T22:22:55.5659911Z 
2025-08-20T22:22:55.5661148Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:22:55.5661524Z 
2025-08-20T22:22:55.5661528Z 
2025-08-20T22:22:55.5661762Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:22:55.5662058Z 
2025-08-20T22:22:55.5904331Z [+] Installing: 7z -> 7z
2025-08-20T22:22:55.9469015Z [+] Installing: actionlint -> actionlint
2025-08-20T22:22:56.3647265Z [+] Installing: anew -> anew
2025-08-20T22:22:56.4683450Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:22:56.5634788Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:22:56.6467297Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:22:56.7324033Z [+] Installing: archey -> archey
2025-08-20T22:22:56.8562332Z [+] Installing: aria2 -> aria2c
2025-08-20T22:22:57.2475620Z [+] Installing: askalono -> askalono
2025-08-20T22:22:57.6122356Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:22:57.7289897Z [+] Installing: b3sum -> b3sum
2025-08-20T22:22:57.8236957Z [+] Installing: bita -> bita
2025-08-20T22:22:57.9473531Z [+] Installing: btop -> btop
2025-08-20T22:22:58.2992170Z [+] Installing: chafa -> chafa
2025-08-20T22:22:58.7195857Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:22:58.9170161Z [+] Installing: croc -> croc
2025-08-20T22:22:59.0386336Z [+] Installing: csvtk -> csvtk
2025-08-20T22:22:59.4577539Z [+] Installing: cutlines -> cutlines
2025-08-20T22:22:59.8271127Z curl: (22) The requested URL returned error: 404
2025-08-20T22:22:59.8310915Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:22:59.8312182Z [+] Installing: dbin -> dbin
2025-08-20T22:22:59.9624325Z [+] Installing: dasel -> dasel
2025-08-20T22:23:00.3423542Z [+] Installing: delta -> delta
2025-08-20T22:23:00.4646339Z [+] Installing: ds -> ds
2025-08-20T22:23:00.5822273Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:00.5854087Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:23:00.5855216Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:23:00.6710261Z [+] Installing: duf -> duf
2025-08-20T22:23:01.0331854Z [+] Installing: duplicut -> duplicut
2025-08-20T22:23:01.4068946Z [+] Installing: dust -> dust
2025-08-20T22:23:01.7591120Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:23:01.8739894Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:23:02.2659428Z [+] Installing: dysk -> dysk
2025-08-20T22:23:02.6198295Z [+] Installing: eget -> eget
2025-08-20T22:23:02.7338602Z [+] Installing: epoch -> epoch
2025-08-20T22:23:02.8288219Z [+] Installing: faketty -> faketty
2025-08-20T22:23:02.9229286Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:23:03.2769899Z [+] Installing: freeze -> freeze
2025-08-20T22:23:03.6766414Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:23:03.7615661Z [+] Installing: gdu -> gdu
2025-08-20T22:23:03.9012147Z [+] Installing: gh -> gh
2025-08-20T22:23:04.3943743Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:23:04.5267969Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:23:04.8775870Z [+] Installing: glab -> glab
2025-08-20T22:23:05.3828977Z [+] Installing: glow -> glow
2025-08-20T22:23:05.7787893Z [+] Installing: httpx -> httpx
2025-08-20T22:23:05.9925556Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:23:06.4262773Z [+] Installing: husarnet -> husarnet
2025-08-20T22:23:06.5355817Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:06.5387298Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:23:06.5388305Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:23:06.9117765Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:06.9149060Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:23:06.9149777Z [+] Installing: imgcat -> imgcat
2025-08-20T22:23:07.0128027Z [+] Installing: jc -> jc
2025-08-20T22:23:07.1646316Z [+] Installing: jq -> jq
2025-08-20T22:23:07.5448011Z [+] Installing: logdy -> logdy
2025-08-20T22:23:08.0197112Z [+] Installing: micro -> micro
2025-08-20T22:23:08.1576126Z [+] Installing: miniserve -> miniserve
2025-08-20T22:23:08.5318617Z [+] Installing: minisign -> minisign
2025-08-20T22:23:08.6275656Z [+] Installing: ncdu -> ncdu
2025-08-20T22:23:08.7203659Z [+] Installing: notify -> notify
2025-08-20T22:23:08.8838908Z [+] Installing: ouch -> ouch
2025-08-20T22:23:09.2593352Z [+] Installing: oras -> oras
2025-08-20T22:23:09.3939078Z [+] Installing: pipetty -> pipetty
2025-08-20T22:23:09.7417265Z [+] Installing: pixterm -> pixterm
2025-08-20T22:23:09.8671666Z [+] Installing: qsv -> qsv
2025-08-20T22:23:10.2896373Z [+] Installing: rclone -> rclone
2025-08-20T22:23:10.6263349Z [+] Installing: ripgrep -> rg
2025-08-20T22:23:10.9820090Z [+] Installing: rga -> rga
2025-08-20T22:23:11.0883234Z [+] Installing: rsync -> rsync
2025-08-20T22:23:11.2007783Z [+] Installing: script -> script
2025-08-20T22:23:11.5315227Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:23:11.6772789Z [+] Installing: soar -> soar
2025-08-20T22:23:12.0566754Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:23:12.4439345Z [+] Installing: sstrip -> sstrip
2025-08-20T22:23:12.5292717Z [+] Installing: strace -> strace
2025-08-20T22:23:12.8967636Z [+] Installing: sttr -> sttr
2025-08-20T22:23:13.0146085Z [+] Installing: tailscale -> tailscale
2025-08-20T22:23:13.1582070Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:23:13.5880882Z [+] Installing: taplo -> taplo
2025-08-20T22:23:13.7135551Z [+] Installing: tldr -> tldr
2025-08-20T22:23:13.8273003Z [+] Installing: tldr -> tealdeer
2025-08-20T22:23:14.2555673Z [+] Installing: tmux -> tmux
2025-08-20T22:23:14.3503256Z [+] Installing: tok -> tok
2025-08-20T22:23:14.6955355Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:23:15.1572085Z [+] Installing: trurl -> trurl
2025-08-20T22:23:15.2741099Z [+] Installing: tss -> tss
2025-08-20T22:23:15.3689639Z [+] Installing: ulexec -> ulexec
2025-08-20T22:23:15.4816041Z [+] Installing: unfurl -> unfurl
2025-08-20T22:23:15.8649025Z [+] Installing: upx -> upx
2025-08-20T22:23:15.9585535Z [+] Installing: validtoml -> validtoml
2025-08-20T22:23:16.3144586Z [+] Installing: wget -> wget
2025-08-20T22:23:16.4255149Z [+] Installing: wget2 -> wget2
2025-08-20T22:23:16.7897904Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:23:17.1514820Z [+] Installing: xq -> xq
2025-08-20T22:23:17.2626822Z [+] Installing: xz -> xz
2025-08-20T22:23:17.3483259Z [+] Installing: unxz -> unxz
2025-08-20T22:23:17.6929336Z [+] Installing: yq -> yq
2025-08-20T22:23:17.8577327Z [+] Installing: yj -> yj
2025-08-20T22:23:17.9613737Z [+] Installing: zapper -> zapper
2025-08-20T22:23:18.3308989Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:23:18.8862240Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:23:19.0080167Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:19.0112395Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:23:19.0113304Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:23:19.3641101Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:19.3672482Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:23:19.3673321Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:23:19.7293685Z curl: (22) The requested URL returned error: 404
2025-08-20T22:23:19.7325597Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:23:19.7326503Z [+] Installing: zstd -> zstd
2025-08-20T22:23:19.8208420Z [+] Creating symlinks...
2025-08-20T22:23:19.8296614Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:23:19.8391143Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:23:19.8486583Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:23:19.8581193Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:23:19.8675512Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:23:19.8769400Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:23:19.8863916Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:23:19.8958453Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:23:19.9054238Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:23:19.9148286Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:23:19.9243672Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:23:19.9338397Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:23:19.9433860Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:23:19.9528165Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:23:19.9622470Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:23:19.9716848Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:23:19.9811859Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:23:19.9848699Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:23:19.9933352Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:23:20.0026686Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:23:20.0121087Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:23:20.0157242Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:23:20.0244529Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:23:20.0341625Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:23:20.0436902Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:23:20.0533028Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:23:20.0627239Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:23:20.0722117Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:23:20.0817166Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:23:20.0912019Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:23:20.1005542Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:23:20.1099058Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:23:20.1193366Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:23:20.1287284Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:23:20.1382669Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:23:20.1478212Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:23:20.1573430Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:23:20.1667568Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:23:20.1761719Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:23:20.1855878Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:23:20.1949498Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:23:20.2045655Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:23:20.2139194Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:23:20.2234148Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:23:20.2270016Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:23:20.2297916Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:23:20.2383057Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:23:20.2477141Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:23:20.2572095Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:23:20.2667789Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:23:20.2762367Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:23:20.2856401Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:23:20.2951855Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:23:20.3045693Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:23:20.3140683Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:23:20.3234576Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:23:20.3328486Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:23:20.3422320Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:23:20.3516684Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:23:20.3611473Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:23:20.3705474Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:23:20.3800101Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:23:20.3894984Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:23:20.3989923Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:23:20.4084443Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:23:20.4178340Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:23:20.4271692Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:23:20.4365196Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:23:20.4460212Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:23:20.4554013Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:23:20.4647769Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:23:20.4741336Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:23:20.4835059Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:23:20.4927545Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:23:20.5022265Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:23:20.5115401Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:23:20.5209537Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:23:20.5303154Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:23:20.5396328Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:23:20.5490125Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:23:20.5584274Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:23:20.5677696Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:23:20.5770144Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:23:20.5863513Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:23:20.5956527Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:23:20.6050035Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:23:20.6143309Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:23:20.6236556Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:23:20.6329463Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:23:20.6424460Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:23:20.6520685Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:23:20.6614494Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:23:20.6707385Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:23:20.6799916Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:23:20.6893252Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:23:20.6929388Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:23:20.6957392Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:23:20.6984288Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:23:20.7068052Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:23:20.7093634Z 
2025-08-20T22:23:20.7094161Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:23:20.7094796Z 
2025-08-20T22:23:20.7109646Z 
2025-08-20T22:23:20.7200966Z 
2025-08-20T22:23:20.7201312Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:23:20.7201554Z 
2025-08-20T22:23:20.7201715Z [+] Installation completed!
2025-08-20T22:23:20.7271978Z 
2025-08-20T22:23:20.7272180Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:23:21.0183774Z github.com
2025-08-20T22:23:21.0184642Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:23:21.0185320Z   - Active account: true
2025-08-20T22:23:21.0185849Z   - Git operations protocol: https
2025-08-20T22:23:21.0186446Z   - Token: ghp_************************************
2025-08-20T22:23:21.0187894Z   - 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-20T22:23:21.0189175Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:23:21.0189742Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:23:21.1554043Z Limit: 5000, Remaining: 4894, Reset: 2025-08-20 22:27:57 +0000 UTC (4m36s)
2025-08-20T22:23:21.1565037Z 
2025-08-20T22:23:21.1565378Z [+] GHCR_TOKEN is Exported
2025-08-20T22:23:21.1605124Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:23:21.3201750Z Login Succeeded
2025-08-20T22:23:21.3210994Z 
2025-08-20T22:23:21.3211205Z [+] GITLAB is Exported
2025-08-20T22:23:21.3517026Z [git remote -v]
2025-08-20T22:23:21.5673955Z gitlab.com
2025-08-20T22:23:21.5674911Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:23:21.5676109Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:23:21.5677191Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:23:21.5678161Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:23:21.5679031Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:23:21.5679794Z   ✓ Token found: **************************
2025-08-20T22:23:21.5680120Z 
2025-08-20T22:23:21.5680881Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:23:21.5681838Z [git remote -v]
2025-08-20T22:23:21.5693846Z 2025/08/20 22:23:21 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:23:21.5694777Z git: exit status 128]
2025-08-20T22:23:21.7852518Z 
2025-08-20T22:23:21.7852526Z 
2025-08-20T22:23:21.7853110Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:23:21 PM)
2025-08-20T22:23:21.7853602Z 
2025-08-20T22:23:21.7853605Z 
2025-08-20T22:23:21.7853689Z [+] USER = runner
2025-08-20T22:23:21.7853885Z [+] HOME = /home/runner
2025-08-20T22:23:21.7856078Z [+] 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-20T22:23:21.7858444Z 
2025-08-20T22:23:21.8541410Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:21.8816980Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:23:21.8828850Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:23:21.8841656Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:23:21.8842499Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:23:21.8850025Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:23:21.8864407Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:23:22.9870778Z Reading package lists...
2025-08-20T22:23:23.0181000Z Reading package lists...
2025-08-20T22:23:23.1543840Z Building dependency tree...
2025-08-20T22:23:23.1551076Z Reading state information...
2025-08-20T22:23:23.3073428Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:23:23.3073855Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:23:23.3074199Z ca-certificates is already the newest version (20240203).
2025-08-20T22:23:23.3074552Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:23:23.3074915Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:23:23.3075246Z moreutils is already the newest version (0.69-1).
2025-08-20T22:23:23.3075624Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:23:23.3076355Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:23:23.3076736Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:23:23.3751287Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:23.4014372Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:23:23.4023083Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:23:23.4032482Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:23:23.4042495Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:23:23.4052670Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:23:23.4069982Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:23:24.5062750Z Reading package lists...
2025-08-20T22:23:24.5382822Z Reading package lists...
2025-08-20T22:23:24.6885650Z Building dependency tree...
2025-08-20T22:23:24.6893552Z Reading state information...
2025-08-20T22:23:24.8357672Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:23:24.8358621Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:23:24.8359437Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:23:24.8360044Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:23:24.8360750Z ca-certificates is already the newest version (20240203).
2025-08-20T22:23:24.8361393Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:23:24.8362018Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:23:24.8362492Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:23:24.8362968Z gawk set to manually installed.
2025-08-20T22:23:24.8363392Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:23:24.8363783Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:23:24.8364187Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:23:24.8364576Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:23:24.8365006Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:23:24.8375501Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:23:24.8376085Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:23:24.8376587Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:23:24.8377103Z The following additional packages will be installed:
2025-08-20T22:23:24.8377743Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:23:24.8378479Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:23:24.8379213Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:23:24.8379977Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:23:24.8380985Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:23:24.8381772Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:23:24.8382108Z Suggested packages:
2025-08-20T22:23:24.8382397Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:23:24.8382847Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:23:24.8383316Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:23:24.8383773Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:23:24.8384216Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:23:24.8384644Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:23:24.8384996Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:23:24.8630161Z The following NEW packages will be installed:
2025-08-20T22:23:24.8631061Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:23:24.8631884Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:23:24.8632960Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:23:24.8633496Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:23:24.8634016Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:23:24.8637007Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:23:24.8637810Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:23:24.8813541Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:23:24.8814147Z Need to get 27.5 MB of archives.
2025-08-20T22:23:24.8814712Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:23:24.8815380Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:24.9292368Z 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-20T22:23:25.4125668Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:23:25.9843458Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:23:26.1092562Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:23:26.1417012Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:23:26.1858783Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:23:26.3727411Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:23:26.5181713Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:23:26.7272058Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:23:26.7994596Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:23:29.7122404Z 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-20T22:23:29.7901195Z 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-20T22:23:29.9435421Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:23:29.9886989Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:23:30.0239539Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:23:30.0825840Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:23:30.1201853Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:23:31.1414170Z 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-20T22:23:31.2260228Z 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-20T22:23:31.3255739Z 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-20T22:23:31.3626043Z 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-20T22:23:31.4094343Z 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-20T22:23:31.5995030Z 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-20T22:23:31.6477341Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:23:31.7285170Z 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-20T22:23:31.7658624Z 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-20T22:23:32.1033163Z 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-20T22:23:32.1487449Z 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-20T22:23:32.1962456Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:23:32.2565179Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:23:32.2918327Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:23:32.3371129Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:23:32.3900755Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:23:32.7977569Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:23:32.9405518Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:23:33.1234300Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:23:33.3613806Z Preconfiguring packages ...
2025-08-20T22:23:33.4186332Z Fetched 27.5 MB in 8s (3328 kB/s)
2025-08-20T22:23:33.4393799Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:23:33.4448985Z (Reading database ... 
2025-08-20T22:23:33.4449397Z (Reading database ... 5%
2025-08-20T22:23:33.4449774Z (Reading database ... 10%
2025-08-20T22:23:33.4458227Z (Reading database ... 15%
2025-08-20T22:23:33.4458614Z (Reading database ... 20%
2025-08-20T22:23:33.4458980Z (Reading database ... 25%
2025-08-20T22:23:33.4459328Z (Reading database ... 30%
2025-08-20T22:23:33.4459700Z (Reading database ... 35%
2025-08-20T22:23:33.4460052Z (Reading database ... 40%
2025-08-20T22:23:33.4460600Z (Reading database ... 45%
2025-08-20T22:23:33.4460964Z (Reading database ... 50%
2025-08-20T22:23:33.4477501Z (Reading database ... 55%
2025-08-20T22:23:33.4582155Z (Reading database ... 60%
2025-08-20T22:23:33.4605202Z (Reading database ... 65%
2025-08-20T22:23:33.4642027Z (Reading database ... 70%
2025-08-20T22:23:33.4668643Z (Reading database ... 75%
2025-08-20T22:23:33.4700079Z (Reading database ... 80%
2025-08-20T22:23:33.4837107Z (Reading database ... 85%
2025-08-20T22:23:33.4927138Z (Reading database ... 90%
2025-08-20T22:23:33.5177555Z (Reading database ... 95%
2025-08-20T22:23:33.5177954Z (Reading database ... 100%
2025-08-20T22:23:33.5178496Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:23:33.5217321Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:23:33.5416432Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:23:33.6833483Z Selecting previously unselected package poppler-data.
2025-08-20T22:23:33.6968153Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:23:33.6977746Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:23:33.8216877Z Selecting previously unselected package b3sum.
2025-08-20T22:23:33.8353008Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:23:33.8362303Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:23:33.8625742Z Selecting previously unselected package build-essential.
2025-08-20T22:23:33.8761030Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:23:33.8769995Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:23:33.8977739Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:23:33.9108128Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:23:33.9130083Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:23:33.9343400Z Selecting previously unselected package ccache.
2025-08-20T22:23:33.9468210Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:23:33.9477176Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:23:33.9774731Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:23:33.9903462Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:23:33.9914342Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:23:34.0183084Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:23:34.0311269Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:23:34.0320008Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:23:34.0614096Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:23:34.0743941Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:23:34.0752710Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:23:34.1234039Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:23:34.1362699Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:23:34.2001216Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:23:34.2925004Z Selecting previously unselected package libgs-common.
2025-08-20T22:23:34.3061602Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:23:34.3070617Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:34.3349618Z Selecting previously unselected package libgs10-common.
2025-08-20T22:23:34.3484293Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:23:34.3493962Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:34.4188473Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:23:34.4324249Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:23:34.4336338Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:23:34.4551518Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:23:34.4685275Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:23:34.4694606Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:23:34.4904427Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:23:34.5036753Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:23:34.5046451Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:23:34.5277206Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:23:34.5408508Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:23:34.5419689Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:23:34.5654629Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:23:34.5784960Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:23:34.5795367Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:34.6802907Z Selecting previously unselected package ghostscript.
2025-08-20T22:23:34.6939827Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:23:34.6949477Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:34.7239980Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:23:34.7374780Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:23:34.7384448Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:34.7746399Z Selecting previously unselected package imagemagick.
2025-08-20T22:23:34.7879992Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:23:34.7891292Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:34.8090125Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:23:34.8221417Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:23:34.8231132Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:23:34.8475215Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:23:34.8602965Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:23:34.8615139Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:23:34.8894478Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:23:34.9023639Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:23:34.9030911Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:23:34.9256089Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:23:34.9381178Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:23:34.9391545Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:23:34.9612603Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:23:34.9738504Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:23:34.9746871Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:23:34.9953495Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:23:35.0078027Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:23:35.0086237Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:23:35.0473920Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:23:35.0603680Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:23:35.0613645Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:23:35.0811321Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:23:35.0935594Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:23:35.0943262Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:35.1613673Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:23:35.1739087Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:23:35.1747037Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:23:35.1953949Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:23:35.2078681Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:23:35.2086830Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:23:35.2288025Z Selecting previously unselected package libtool-bin.
2025-08-20T22:23:35.2412679Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:23:35.2424243Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:23:35.2641169Z Selecting previously unselected package lzip.
2025-08-20T22:23:35.2764921Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:23:35.2772830Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:23:35.2998987Z Selecting previously unselected package netpbm.
2025-08-20T22:23:35.3122789Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:23:35.3130734Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:23:35.4946095Z Selecting previously unselected package musl:amd64.
2025-08-20T22:23:35.5082654Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:23:35.5091604Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:23:35.5346163Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:23:35.5477961Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:23:35.5486454Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:23:35.6110149Z Selecting previously unselected package musl-tools.
2025-08-20T22:23:35.6246345Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:23:35.6254227Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:23:35.6656602Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:23:35.8566143Z 
2025-08-20T22:23:35.8566645Z Creating config file /etc/papersize with new version
2025-08-20T22:23:35.9630940Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:23:35.9651346Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:23:35.9688078Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:23:35.9709917Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:23:35.9728971Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:35.9749521Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:23:35.9769176Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:23:35.9788541Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:23:35.9890854Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:23:35.9911882Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:23:35.9933098Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:23:35.9990078Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:23:36.0035998Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:23:36.0080880Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:23:36.0100607Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:23:36.0121305Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:23:36.0146118Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:23:36.0168223Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:23:36.0187277Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:36.0254672Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:23:36.0297368Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:23:36.0351232Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:23:36.0395040Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:23:36.0449473Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:23:36.0493046Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:23:36.0547514Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:23:36.0593496Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:23:36.0647973Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:23:36.0693045Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:23:36.0748566Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:23:36.0793397Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:23:36.0852368Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:23:36.0897947Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:23:36.0953147Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:23:36.0998784Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:23:36.1054832Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:23:36.1100857Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:23:36.1156808Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:23:36.1203176Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:23:36.1259277Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:23:36.1306130Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:23:36.1326605Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:23:36.1347083Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:23:36.1380068Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:23:36.1398214Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:23:36.1598825Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:23:36.1616823Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:23:36.1637068Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:23:36.1659447Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:23:36.1683278Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:23:36.2504637Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:23:36.2525269Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:23:36.2566219Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:23:36.2595452Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:23:36.2615265Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:36.2634449Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:23:36.2654179Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:23:36.4754838Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:23:36.4781089Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:36.4803409Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:36.4826220Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:23:36.4889431Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:23:36.5821554Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:23:36.8613955Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:23:37.1393087Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:23:37.2056984Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:23:52.7410821Z Reading package lists...
2025-08-20T22:23:52.8776471Z Building dependency tree...
2025-08-20T22:23:52.8784184Z Reading state information...
2025-08-20T22:23:53.0171384Z autoconf is already the newest version (2.71-3).
2025-08-20T22:23:53.0172040Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:23:53.0172694Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:23:53.0173319Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:23:53.0173987Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:23:53.0174627Z ca-certificates is already the newest version (20240203).
2025-08-20T22:23:53.0175218Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:23:53.0175785Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:23:53.0176730Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:23:53.0177364Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:23:53.0177974Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:23:53.0178558Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:23:53.0179077Z patch set to manually installed.
2025-08-20T22:23:53.0179600Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:23:53.0180210Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:23:53.0181059Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:23:53.0181650Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:23:53.0182149Z Suggested packages:
2025-08-20T22:23:53.0182475Z   scons-doc
2025-08-20T22:23:53.0301508Z The following NEW packages will be installed:
2025-08-20T22:23:53.0307184Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:23:53.0468616Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:23:53.0469229Z Need to get 15.8 MB of archives.
2025-08-20T22:23:53.0469816Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:23:53.0470644Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:53.1016090Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:23:53.1895976Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:23:53.2288096Z 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-20T22:23:54.1750778Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:23:54.2628191Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:23:54.5134040Z Fetched 15.8 MB in 1s (12.8 MB/s)
2025-08-20T22:23:54.5311470Z Selecting previously unselected package autopoint.
2025-08-20T22:23:54.5365915Z (Reading database ... 
2025-08-20T22:23:54.5366307Z (Reading database ... 5%
2025-08-20T22:23:54.5366669Z (Reading database ... 10%
2025-08-20T22:23:54.5367047Z (Reading database ... 15%
2025-08-20T22:23:54.5367416Z (Reading database ... 20%
2025-08-20T22:23:54.5367768Z (Reading database ... 25%
2025-08-20T22:23:54.5368100Z (Reading database ... 30%
2025-08-20T22:23:54.5368329Z (Reading database ... 35%
2025-08-20T22:23:54.5368533Z (Reading database ... 40%
2025-08-20T22:23:54.5368737Z (Reading database ... 45%
2025-08-20T22:23:54.5368938Z (Reading database ... 50%
2025-08-20T22:23:54.5388643Z (Reading database ... 55%
2025-08-20T22:23:54.5480509Z (Reading database ... 60%
2025-08-20T22:23:54.5501216Z (Reading database ... 65%
2025-08-20T22:23:54.5534779Z (Reading database ... 70%
2025-08-20T22:23:54.5558797Z (Reading database ... 75%
2025-08-20T22:23:54.5587019Z (Reading database ... 80%
2025-08-20T22:23:54.5720065Z (Reading database ... 85%
2025-08-20T22:23:54.5806990Z (Reading database ... 90%
2025-08-20T22:23:54.6056992Z (Reading database ... 95%
2025-08-20T22:23:54.6057399Z (Reading database ... 100%
2025-08-20T22:23:54.6057925Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:23:54.6097478Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:23:54.6105605Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:23:54.6411855Z Selecting previously unselected package clang.
2025-08-20T22:23:54.6540702Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:23:54.6548400Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:23:54.6745701Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:23:54.6869667Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:23:54.6877075Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:23:55.1233967Z Selecting previously unselected package scons.
2025-08-20T22:23:55.1371957Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:23:55.1380464Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:23:55.2040762Z Selecting previously unselected package byacc.
2025-08-20T22:23:55.2177776Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:23:55.2185408Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:23:55.2561497Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:23:55.2604702Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:23:55.2684819Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:23:55.2891475Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:23:55.6819545Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:23:55.6846258Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:23:59.6958309Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:24:01.0831265Z Reading package lists...
2025-08-20T22:24:01.2282426Z Building dependency tree...
2025-08-20T22:24:01.2289564Z Reading state information...
2025-08-20T22:24:01.3742633Z The following additional packages will be installed:
2025-08-20T22:24:01.3743381Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:24:01.3744107Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:24:01.3747124Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:24:01.3748003Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:24:01.3748841Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:24:01.3749642Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:24:01.3750676Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:24:01.3751563Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:24:01.3752407Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:24:01.3755592Z Suggested packages:
2025-08-20T22:24:01.3756393Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:24:01.3757111Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:24:01.3757861Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:24:01.3758719Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:24:01.3759508Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:24:01.3760521Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:24:01.3761327Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:24:01.3762244Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:24:01.3762908Z   wdiff-doc
2025-08-20T22:24:01.3763222Z Recommended packages:
2025-08-20T22:24:01.3763767Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:24:01.3764543Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:24:01.3765354Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:24:01.3766201Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:24:01.3936058Z The following NEW packages will be installed:
2025-08-20T22:24:01.3936821Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:24:01.3937551Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:24:01.3938367Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:24:01.3939313Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:24:01.3940200Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:24:01.3941220Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:24:01.3942415Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:24:01.3943257Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:24:01.3944024Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:24:01.4115593Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:01.4116200Z Need to get 2417 kB of archives.
2025-08-20T22:24:01.4116770Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:24:01.4117435Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:01.4577000Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:24:01.4896109Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:24:01.5231652Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:24:01.5541866Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:24:01.5846831Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:24:01.6158468Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:24:01.6464435Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:24:01.6798734Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:24:01.7093927Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:24:01.7421838Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:24:01.7739940Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:24:01.8037094Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:24:01.8342710Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:24:01.8647242Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:24:01.8949654Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:24:01.9261400Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:24:01.9565792Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:24:02.0557724Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:24:02.0857549Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:24:02.1146577Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:24:02.1441423Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:24:02.1892767Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:24:02.2289031Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:24:02.2584621Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:24:02.2885738Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:24:02.3179326Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:24:02.3469951Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:24:02.3802410Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:24:02.4120637Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:24:02.4417983Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:24:02.7271129Z Fetched 2417 kB in 1s (2245 kB/s)
2025-08-20T22:24:02.7454821Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:24:02.7509886Z (Reading database ... 
2025-08-20T22:24:02.7510444Z (Reading database ... 5%
2025-08-20T22:24:02.7510830Z (Reading database ... 10%
2025-08-20T22:24:02.7511195Z (Reading database ... 15%
2025-08-20T22:24:02.7511561Z (Reading database ... 20%
2025-08-20T22:24:02.7511935Z (Reading database ... 25%
2025-08-20T22:24:02.7512307Z (Reading database ... 30%
2025-08-20T22:24:02.7512665Z (Reading database ... 35%
2025-08-20T22:24:02.7512993Z (Reading database ... 40%
2025-08-20T22:24:02.7513202Z (Reading database ... 45%
2025-08-20T22:24:02.7513411Z (Reading database ... 50%
2025-08-20T22:24:02.7534592Z (Reading database ... 55%
2025-08-20T22:24:02.7635871Z (Reading database ... 60%
2025-08-20T22:24:02.7658664Z (Reading database ... 65%
2025-08-20T22:24:02.7696404Z (Reading database ... 70%
2025-08-20T22:24:02.7722550Z (Reading database ... 75%
2025-08-20T22:24:02.7754269Z (Reading database ... 80%
2025-08-20T22:24:02.7892410Z (Reading database ... 85%
2025-08-20T22:24:02.7982926Z (Reading database ... 90%
2025-08-20T22:24:02.8232830Z (Reading database ... 95%
2025-08-20T22:24:02.8233254Z (Reading database ... 100%
2025-08-20T22:24:02.8233662Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:24:02.8272188Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:24:02.8281353Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:24:02.8490241Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:24:02.8618218Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:24:02.8626114Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:24:02.8821267Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:24:02.8949421Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:24:02.8956651Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:24:02.9179192Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:24:02.9308066Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:24:02.9315723Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:24:02.9504540Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:24:02.9634818Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:24:02.9642318Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:24:02.9837586Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:24:02.9967093Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:24:02.9974395Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:24:03.0176407Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:24:03.0304468Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:24:03.0312141Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:24:03.0511827Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:24:03.0635658Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:24:03.0642329Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:24:03.0832891Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:24:03.0955913Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:24:03.0963779Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:24:03.1157542Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:24:03.1281743Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:24:03.1289089Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:24:03.1483779Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:24:03.1607466Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:24:03.1614401Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:24:03.1810452Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:24:03.1935827Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:24:03.1944427Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:24:03.2134555Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:24:03.2259868Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:24:03.2267546Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:24:03.2475658Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:24:03.2601870Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:24:03.2609401Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:24:03.2803595Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:24:03.2928265Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:24:03.2936246Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:24:03.3161952Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:24:03.3286550Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:24:03.3293918Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:24:03.3481019Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:24:03.3604953Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:24:03.3613172Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:24:03.4095219Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:24:03.4221104Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:24:03.4228176Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:24:03.4481338Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:24:03.4606680Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:24:03.4613729Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:24:03.4803717Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:24:03.4928937Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:24:03.4936517Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:24:03.5134454Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:24:03.5258961Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:24:03.5266398Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:24:03.5668514Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:24:03.5799514Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:24:03.5807594Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:24:03.6046491Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:24:03.6175707Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:24:03.6184305Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:24:03.6383133Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:24:03.6511461Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:24:03.6519615Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:24:03.6773572Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:24:03.6900174Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:24:03.6907548Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:24:03.7102675Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:24:03.7229605Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:24:03.7240671Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:24:03.7448814Z Selecting previously unselected package libwww-perl.
2025-08-20T22:24:03.7576188Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:24:03.7584458Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:24:03.7860667Z Selecting previously unselected package patchutils.
2025-08-20T22:24:03.7988885Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:24:03.7996986Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:24:03.8319356Z Selecting previously unselected package wdiff.
2025-08-20T22:24:03.8444638Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:24:03.8452149Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:24:03.8679447Z Selecting previously unselected package devscripts.
2025-08-20T22:24:03.8804926Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:24:03.8995039Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:24:04.0235171Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:24:04.0256253Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:24:04.0275279Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:24:04.0294367Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:24:04.0314665Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:24:04.0333461Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:24:04.0351136Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:24:04.0371504Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:24:04.0390672Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:24:04.0410076Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:24:04.0433882Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:24:04.0457034Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:24:04.0476238Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:24:04.0494969Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:24:04.0515120Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:24:04.0534216Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:24:04.0555094Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:24:04.0574229Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:24:04.0592751Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:24:04.0626228Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:24:04.0649819Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:24:04.0672611Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:24:04.0692502Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:24:04.0712064Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:24:04.0732790Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:24:04.0750937Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:24:04.0770707Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:24:04.0797985Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:24:04.0823558Z Setting up devscripts (2.23.7) ...
2025-08-20T22:24:04.1991781Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:24:04.2016230Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:09.1840526Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:24:10.6243569Z Reading package lists...
2025-08-20T22:24:10.7678537Z Building dependency tree...
2025-08-20T22:24:10.7686511Z Reading state information...
2025-08-20T22:24:10.9101818Z The following additional packages will be installed:
2025-08-20T22:24:10.9108408Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:24:10.9114049Z Suggested packages:
2025-08-20T22:24:10.9237613Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:24:10.9237994Z The following NEW packages will be installed:
2025-08-20T22:24:10.9243710Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:24:10.9404972Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:10.9405585Z Need to get 13.6 MB of archives.
2025-08-20T22:24:10.9406157Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:24:10.9406827Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:10.9884094Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:24:11.0203050Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:24:11.0560683Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:24:11.1899478Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:24:11.6810254Z Fetched 13.6 MB in 0s (27.1 MB/s)
2025-08-20T22:24:11.6997173Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:24:11.7053902Z (Reading database ... 
2025-08-20T22:24:11.7054601Z (Reading database ... 5%
2025-08-20T22:24:11.7055124Z (Reading database ... 10%
2025-08-20T22:24:11.7055471Z (Reading database ... 15%
2025-08-20T22:24:11.7055882Z (Reading database ... 20%
2025-08-20T22:24:11.7056202Z (Reading database ... 25%
2025-08-20T22:24:11.7056436Z (Reading database ... 30%
2025-08-20T22:24:11.7056670Z (Reading database ... 35%
2025-08-20T22:24:11.7056933Z (Reading database ... 40%
2025-08-20T22:24:11.7057162Z (Reading database ... 45%
2025-08-20T22:24:11.7057604Z (Reading database ... 50%
2025-08-20T22:24:11.7077302Z (Reading database ... 55%
2025-08-20T22:24:11.7167645Z (Reading database ... 60%
2025-08-20T22:24:11.7189160Z (Reading database ... 65%
2025-08-20T22:24:11.7223612Z (Reading database ... 70%
2025-08-20T22:24:11.7246569Z (Reading database ... 75%
2025-08-20T22:24:11.7276343Z (Reading database ... 80%
2025-08-20T22:24:11.7404736Z (Reading database ... 85%
2025-08-20T22:24:11.7495202Z (Reading database ... 90%
2025-08-20T22:24:11.7743321Z (Reading database ... 95%
2025-08-20T22:24:11.7743800Z (Reading database ... 100%
2025-08-20T22:24:11.7744449Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:24:11.7783267Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:24:11.7803052Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:24:11.8028046Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:24:11.8157621Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:24:11.8166405Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:24:11.8387071Z Selecting previously unselected package cmake-data.
2025-08-20T22:24:11.8517143Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:24:11.8580431Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:24:12.4169500Z Selecting previously unselected package cmake.
2025-08-20T22:24:12.4318931Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:24:12.4330030Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:24:12.6446482Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:24:12.6467731Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:24:12.6489051Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:24:12.6549546Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:24:12.6574656Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:16.8594085Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:24:17.4160971Z 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-20T22:24:17.4162749Z Running kernel seems to be up-to-date.
2025-08-20T22:24:17.4163135Z 
2025-08-20T22:24:17.4163252Z Restarting services...
2025-08-20T22:24:17.4217867Z 
2025-08-20T22:24:17.4218268Z Service restarts being deferred:
2025-08-20T22:24:17.4219238Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:24:17.4219732Z 
2025-08-20T22:24:17.4219948Z No containers need to be restarted.
2025-08-20T22:24:17.4220502Z 
2025-08-20T22:24:17.4220746Z No user sessions are running outdated binaries.
2025-08-20T22:24:17.4235010Z 
2025-08-20T22:24:17.4235521Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:24:18.2341043Z Reading package lists...
2025-08-20T22:24:18.3760051Z Building dependency tree...
2025-08-20T22:24:18.3768331Z Reading state information...
2025-08-20T22:24:18.5419603Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:24:18.5420238Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:24:18.5420870Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:24:18.5421216Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:24:18.5421552Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:24:18.5421895Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:24:18.5422270Z ca-certificates is already the newest version (20240203).
2025-08-20T22:24:18.5422599Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:24:18.5422915Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:24:18.5423264Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:24:18.5423581Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:24:18.5424182Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:24:18.5424541Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:24:18.5424919Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:24:18.5425241Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:24:18.5425706Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:24:18.5426264Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:24:18.5426808Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:24:18.5427292Z musl is already the newest version (1.2.4-2).
2025-08-20T22:24:18.5427783Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:24:18.5428301Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:24:18.5428909Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:24:18.5429531Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:24:18.5430088Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:24:18.5430867Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:24:18.5431435Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:18.5654083Z Reading package lists...
2025-08-20T22:24:18.7131379Z Building dependency tree...
2025-08-20T22:24:18.7138936Z Reading state information...
2025-08-20T22:24:18.8776116Z autoconf is already the newest version (2.71-3).
2025-08-20T22:24:18.8776709Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:24:18.8777099Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:24:18.8777466Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:24:18.8777816Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:24:18.8778432Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:24:18.8778810Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:24:18.8779162Z ca-certificates is already the newest version (20240203).
2025-08-20T22:24:18.8779499Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:24:18.8779812Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:24:18.8780120Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:24:18.8780665Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:24:18.8780993Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:24:18.8781323Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:24:18.8781648Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:24:18.8782068Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:24:18.8782651Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:24:18.8783340Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:24:18.8783957Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:24:18.8784510Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:24:18.8785049Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:24:18.8785639Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:18.9009466Z Reading package lists...
2025-08-20T22:24:19.0463293Z Building dependency tree...
2025-08-20T22:24:19.0471392Z Reading state information...
2025-08-20T22:24:19.2106252Z devscripts is already the newest version (2.23.7).
2025-08-20T22:24:19.2106808Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:19.2339818Z Reading package lists...
2025-08-20T22:24:19.3782157Z Building dependency tree...
2025-08-20T22:24:19.3789861Z Reading state information...
2025-08-20T22:24:19.5428820Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:24:19.5429432Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:19.5662085Z Reading package lists...
2025-08-20T22:24:19.7143099Z Building dependency tree...
2025-08-20T22:24:19.7151245Z Reading state information...
2025-08-20T22:24:19.8595552Z Suggested packages:
2025-08-20T22:24:19.8596040Z   binutils-doc
2025-08-20T22:24:19.8847619Z The following NEW packages will be installed:
2025-08-20T22:24:19.8854342Z   binutils-aarch64-linux-gnu
2025-08-20T22:24:19.9012236Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:19.9230162Z Need to get 3711 kB of archives.
2025-08-20T22:24:19.9231001Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:24:19.9231681Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:19.9689745Z 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-20T22:24:20.3187531Z Fetched 3711 kB in 0s (22.7 MB/s)
2025-08-20T22:24:20.3373460Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:24:20.3428808Z (Reading database ... 
2025-08-20T22:24:20.3429291Z (Reading database ... 5%
2025-08-20T22:24:20.3429669Z (Reading database ... 10%
2025-08-20T22:24:20.3430048Z (Reading database ... 15%
2025-08-20T22:24:20.3430568Z (Reading database ... 20%
2025-08-20T22:24:20.3430868Z (Reading database ... 25%
2025-08-20T22:24:20.3431092Z (Reading database ... 30%
2025-08-20T22:24:20.3431299Z (Reading database ... 35%
2025-08-20T22:24:20.3431504Z (Reading database ... 40%
2025-08-20T22:24:20.3431708Z (Reading database ... 45%
2025-08-20T22:24:20.3431907Z (Reading database ... 50%
2025-08-20T22:24:20.3454229Z (Reading database ... 55%
2025-08-20T22:24:20.3555242Z (Reading database ... 60%
2025-08-20T22:24:20.3578389Z (Reading database ... 65%
2025-08-20T22:24:20.3617206Z (Reading database ... 70%
2025-08-20T22:24:20.3643270Z (Reading database ... 75%
2025-08-20T22:24:20.3676022Z (Reading database ... 80%
2025-08-20T22:24:20.3816046Z (Reading database ... 85%
2025-08-20T22:24:20.3910432Z (Reading database ... 90%
2025-08-20T22:24:20.4171818Z (Reading database ... 95%
2025-08-20T22:24:20.4172298Z (Reading database ... 100%
2025-08-20T22:24:20.4172949Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:24:20.4212242Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:24:20.4228959Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:24:20.5751675Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:24:20.5775048Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:24:20.5912835Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:25.9740500Z Reading package lists...
2025-08-20T22:24:26.1144316Z Building dependency tree...
2025-08-20T22:24:26.1152259Z Reading state information...
2025-08-20T22:24:26.2587128Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:24:26.2587750Z The following additional packages will be installed:
2025-08-20T22:24:26.2588235Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:24:26.2588810Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:24:26.2589419Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:24:26.2589979Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:24:26.2590881Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:24:26.2591633Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:24:26.2592522Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:24:26.2593475Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:24:26.2594375Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:24:26.2594948Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:24:26.2595499Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:24:26.2596408Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:24:26.2596992Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:24:26.2597569Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:24:26.2598132Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:24:26.2598597Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:24:26.2599038Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:24:26.2599653Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:24:26.2600190Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:24:26.2600812Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:24:26.2601267Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:24:26.2601647Z   linux-libc-dev-armhf-cross
2025-08-20T22:24:26.2601880Z Suggested packages:
2025-08-20T22:24:26.2602175Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:24:26.2602620Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:24:26.3119011Z The following NEW packages will be installed:
2025-08-20T22:24:26.3119788Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:24:26.3120944Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:24:26.3121807Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:24:26.3122434Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:24:26.3123367Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:24:26.3124135Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:24:26.3124573Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:24:26.3125093Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:24:26.3125666Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:24:26.3126236Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:24:26.3127076Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:24:26.3127617Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:24:26.3128180Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:24:26.3128748Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:24:26.3129309Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:24:26.3129813Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:24:26.3130223Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:24:26.3130815Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:24:26.3131227Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:24:26.3131625Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:24:26.3132054Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:24:26.3132508Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:24:26.3132889Z   linux-libc-dev-armhf-cross
2025-08-20T22:24:26.3308647Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:26.3309241Z Need to get 171 MB of archives.
2025-08-20T22:24:26.3309802Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:24:26.3310639Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:26.3769404Z 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-20T22:24:26.4084428Z 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-20T22:24:26.7813342Z 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-20T22:24:26.8201355Z 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-20T22:24:27.1645195Z 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-20T22:24:27.1941412Z 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-20T22:24:27.6927495Z 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-20T22:24:27.7221556Z 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-20T22:24:27.7646918Z 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-20T22:24:27.7945493Z 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-20T22:24:27.8268553Z 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-20T22:24:27.8588896Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:24:27.9797270Z 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-20T22:24:28.0167640Z 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-20T22:24:28.0538574Z 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-20T22:24:28.0882049Z 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-20T22:24:28.1619710Z 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-20T22:24:28.2391517Z 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-20T22:24:28.2834567Z 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-20T22:24:28.3538869Z 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-20T22:24:28.4244564Z 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-20T22:24:28.4811970Z 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-20T22:24:28.5458740Z 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-20T22:24:28.7329306Z 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-20T22:24:30.0371290Z 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-20T22:24:30.1723641Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:24:30.2965993Z 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-20T22:24:30.4610971Z 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-20T22:24:31.2641638Z 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-20T22:24:31.4986565Z 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-20T22:24:31.5340001Z 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-20T22:24:31.5652190Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:24:31.6723392Z 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-20T22:24:31.7475946Z 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-20T22:24:31.7848137Z 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-20T22:24:31.8151188Z 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-20T22:24:31.9636047Z 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-20T22:24:32.0276089Z 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-20T22:24:32.1215341Z 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-20T22:24:32.1953637Z 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-20T22:24:33.0171538Z 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-20T22:24:33.1155510Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:24:33.2191127Z 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-20T22:24:33.4067943Z 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-20T22:24:33.8413643Z 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-20T22:24:34.0453548Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:24:34.1566753Z 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-20T22:24:34.1859747Z 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-20T22:24:34.2199205Z 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-20T22:24:34.2496122Z 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-20T22:24:34.4167741Z 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-20T22:24:34.4784379Z 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-20T22:24:34.5621098Z 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-20T22:24:34.6382370Z 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-20T22:24:35.4187231Z 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-20T22:24:35.5214037Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:24:35.6128845Z 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-20T22:24:35.7467039Z 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-20T22:24:36.0709264Z 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-20T22:24:36.0995542Z 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-20T22:24:36.1308675Z 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-20T22:24:36.1597569Z 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-20T22:24:36.1918345Z 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-20T22:24:36.2219417Z 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-20T22:24:36.5271552Z Fetched 171 MB in 10s (17.2 MB/s)
2025-08-20T22:24:36.5465227Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:24:36.5522087Z (Reading database ... 
2025-08-20T22:24:36.5522471Z (Reading database ... 5%
2025-08-20T22:24:36.5522832Z (Reading database ... 10%
2025-08-20T22:24:36.5523205Z (Reading database ... 15%
2025-08-20T22:24:36.5523551Z (Reading database ... 20%
2025-08-20T22:24:36.5523895Z (Reading database ... 25%
2025-08-20T22:24:36.5524237Z (Reading database ... 30%
2025-08-20T22:24:36.5524583Z (Reading database ... 35%
2025-08-20T22:24:36.5524927Z (Reading database ... 40%
2025-08-20T22:24:36.5525272Z (Reading database ... 45%
2025-08-20T22:24:36.5525615Z (Reading database ... 50%
2025-08-20T22:24:36.5546087Z (Reading database ... 55%
2025-08-20T22:24:36.5637753Z (Reading database ... 60%
2025-08-20T22:24:36.5659563Z (Reading database ... 65%
2025-08-20T22:24:36.5694044Z (Reading database ... 70%
2025-08-20T22:24:36.5717450Z (Reading database ... 75%
2025-08-20T22:24:36.5747898Z (Reading database ... 80%
2025-08-20T22:24:36.5877513Z (Reading database ... 85%
2025-08-20T22:24:36.5967884Z (Reading database ... 90%
2025-08-20T22:24:36.6226605Z (Reading database ... 95%
2025-08-20T22:24:36.6227040Z (Reading database ... 100%
2025-08-20T22:24:36.6227452Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:24:36.6266586Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:36.6278183Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:36.6488564Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:24:36.6618876Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:36.6649249Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:36.8067923Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:24:36.8206862Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:36.8214912Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:36.8415109Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:24:36.8552409Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:36.8581358Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:36.9999436Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:24:37.0138418Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:37.0146844Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.0347822Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:24:37.0484937Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:37.0513905Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.1920679Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:24:37.2058728Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:37.2066268Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:37.2261385Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:24:37.2398487Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:24:37.2405331Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:37.2591613Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:24:37.2727793Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:37.2737980Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:37.2927108Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:24:37.3060958Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.3069103Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.3260148Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:24:37.3393217Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.3402090Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.3594270Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:24:37.3724740Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:37.3731986Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:37.4110225Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:24:37.4243407Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.4252479Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.4451352Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:24:37.4581419Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.4588577Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.4801827Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:24:37.4932524Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.4939479Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.5138683Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:24:37.5265631Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.5273961Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.5472409Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:24:37.5598960Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.5606557Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.5906568Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:24:37.6035400Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.6043542Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.6275900Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:24:37.6404567Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.6411753Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.6696790Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:24:37.6825330Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.6832690Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.7154905Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:24:37.7283691Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.7289720Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.7517497Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:24:37.7646466Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.7654323Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.7905044Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:24:37.8033064Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:37.8041472Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:37.8987835Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:24:37.9125142Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:37.9155039Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:38.1720512Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:24:38.1859097Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:24:38.1867204Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:38.3674013Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:24:38.3815268Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:38.3822876Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:38.5012847Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:24:38.5153793Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:38.5160724Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:38.7336115Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:24:38.7480725Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:38.7510791Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:38.9088845Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:24:38.9228526Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:24:38.9243126Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:24:39.0120750Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:24:39.0262009Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.0269035Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.0462195Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:24:39.0601417Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.0614346Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.0808844Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:24:39.0947094Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:39.0955293Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:39.1286312Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:24:39.1423965Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.1431226Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.1636273Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:24:39.1768219Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.1775396Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.1984366Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:24:39.2116817Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.2124840Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.2316700Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:24:39.2448287Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.2455593Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.3078008Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:24:39.3214006Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.3223041Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.3513262Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:24:39.3647779Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.3656043Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.4004130Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:24:39.4137997Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:39.4145045Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.4686580Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:24:39.4824657Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:39.4853854Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:39.7403656Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:24:39.7545687Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:24:39.7553048Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:39.9350143Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:24:39.9494265Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:39.9502454Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:40.0713530Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:24:40.0855859Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.0862592Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.2932356Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:24:40.3076639Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:40.3106244Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.4478341Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:24:40.4621514Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:24:40.4629371Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:24:40.5520117Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:24:40.5661567Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:40.5672045Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:40.6007446Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:24:40.6148534Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.6156302Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.6354787Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:24:40.6490200Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.6497208Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.6702538Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:24:40.6837282Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.6844785Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.7038401Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:24:40.7172448Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.7179617Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.7782369Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:24:40.7918846Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.7926324Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.8196522Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:24:40.8332515Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.8340764Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.8670262Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:24:40.8805403Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:40.8813610Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:40.9321511Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:24:40.9458436Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:40.9489285Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:41.1929444Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:24:41.2072433Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:24:41.2079717Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:41.3999346Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:24:41.4143419Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:24:41.4152469Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:41.5292489Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:24:41.5435255Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:24:41.5447498Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:41.7536779Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:24:41.7681662Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:24:41.7714009Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:41.9218739Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:24:41.9362144Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:41.9371039Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:41.9571374Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:24:41.9713834Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:41.9722510Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:41.9901260Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:24:42.0032393Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:24:42.0040077Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:42.0237934Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:24:42.0369193Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:24:42.0376963Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:42.0559878Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:24:42.0691852Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:42.0702716Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.0908656Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:24:42.1039983Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:24:42.1047273Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.1476424Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:24:42.1496988Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.1516187Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1537893Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1559336Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1585930Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:42.1610674Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1635329Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.1658291Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:42.1684723Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1712949Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:24:42.1738958Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.1760910Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1794781Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1814344Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1834453Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.1853540Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:24:42.1873579Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1896557Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1922894Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1945460Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1970117Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.1988771Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2006343Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2027255Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2045565Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2065819Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2086445Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2110215Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2130106Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.2160256Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2184287Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:24:42.2203304Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2224099Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2251492Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2273208Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2297931Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:42.2315465Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2335703Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2361505Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2382201Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2406925Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2425148Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2451176Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2472605Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2497587Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2520603Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2539907Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2560912Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2581862Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2600798Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2623212Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:42.2645099Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2666638Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2686875Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2706659Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2728196Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2748904Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:24:42.2769864Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2791035Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2810966Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:24:42.2830003Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2849000Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2872256Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:24:42.2896369Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:24:42.2913464Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:24:42.3002686Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:46.5667827Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:24:47.9339667Z Reading package lists...
2025-08-20T22:24:48.0842201Z Building dependency tree...
2025-08-20T22:24:48.0850678Z Reading state information...
2025-08-20T22:24:48.2311756Z The following additional packages will be installed:
2025-08-20T22:24:48.2312390Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:24:48.2318341Z   libpcap0.8-dev
2025-08-20T22:24:48.2592518Z The following NEW packages will be installed:
2025-08-20T22:24:48.2593279Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:24:48.2597066Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:24:48.2754293Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:48.2974320Z Need to get 1613 kB of archives.
2025-08-20T22:24:48.2974981Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:24:48.2975677Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:48.3445775Z 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-20T22:24:48.3766940Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:24:48.4071298Z 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-20T22:24:48.4369402Z 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-20T22:24:48.4691088Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:24:48.5287051Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:24:48.5658278Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:24:48.5950013Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:24:48.8423491Z Fetched 1613 kB in 0s (5230 kB/s)
2025-08-20T22:24:48.8627312Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:24:48.8687834Z (Reading database ... 
2025-08-20T22:24:48.8688286Z (Reading database ... 5%
2025-08-20T22:24:48.8688660Z (Reading database ... 10%
2025-08-20T22:24:48.8689042Z (Reading database ... 15%
2025-08-20T22:24:48.8689400Z (Reading database ... 20%
2025-08-20T22:24:48.8689767Z (Reading database ... 25%
2025-08-20T22:24:48.8690129Z (Reading database ... 30%
2025-08-20T22:24:48.8690655Z (Reading database ... 35%
2025-08-20T22:24:48.8691008Z (Reading database ... 40%
2025-08-20T22:24:48.8691363Z (Reading database ... 45%
2025-08-20T22:24:48.8691718Z (Reading database ... 50%
2025-08-20T22:24:48.8796166Z (Reading database ... 55%
2025-08-20T22:24:48.8817622Z (Reading database ... 60%
2025-08-20T22:24:48.8840986Z (Reading database ... 65%
2025-08-20T22:24:48.8883558Z (Reading database ... 70%
2025-08-20T22:24:48.8909663Z (Reading database ... 75%
2025-08-20T22:24:48.8946790Z (Reading database ... 80%
2025-08-20T22:24:48.9087096Z (Reading database ... 85%
2025-08-20T22:24:48.9183432Z (Reading database ... 90%
2025-08-20T22:24:48.9457941Z (Reading database ... 95%
2025-08-20T22:24:48.9458481Z (Reading database ... 100%
2025-08-20T22:24:48.9459005Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:24:48.9501602Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:24:48.9510093Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:24:49.0120713Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:24:49.0258233Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:24:49.0273372Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:24:49.0489117Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:24:49.0625607Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:24:49.0634190Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:24:49.1075642Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:24:49.1213143Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:24:49.1222178Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:24:49.1471824Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:24:49.1607619Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:24:49.1614485Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:24:49.2286628Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:24:49.2429368Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:24:49.2459561Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:24:49.2835519Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:24:49.2976106Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:24:49.2983528Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:24:49.3190751Z Selecting previously unselected package pcaputils.
2025-08-20T22:24:49.3327134Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:24:49.3359249Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:24:49.3789428Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:24:49.3812963Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:24:49.5697882Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:24:49.5721564Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:24:49.5822900Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:24:49.8709222Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:24:49.8729046Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:24:49.8778023Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:24:49.8919722Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:54.5151273Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:24:54.5831196Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:24:54.5855892Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:24:55.9509864Z Reading package lists...
2025-08-20T22:24:56.0954540Z Building dependency tree...
2025-08-20T22:24:56.0963039Z Reading state information...
2025-08-20T22:24:56.1354600Z Reading package lists...
2025-08-20T22:24:56.2845307Z Building dependency tree...
2025-08-20T22:24:56.2853549Z Reading state information...
2025-08-20T22:24:56.4297186Z The following additional packages will be installed:
2025-08-20T22:24:56.4301265Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:24:56.4306143Z Suggested packages:
2025-08-20T22:24:56.4306639Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:24:56.4307057Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:24:56.4452338Z The following NEW packages will be installed:
2025-08-20T22:24:56.4453096Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:24:56.4456880Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:24:56.4616937Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:56.4617497Z Need to get 800 kB of archives.
2025-08-20T22:24:56.4617897Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:24:56.4618284Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:56.5074677Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:24:56.5371229Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:24:56.5671464Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:24:56.6055737Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:24:56.6355209Z 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-20T22:24:56.6643871Z 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-20T22:24:56.6962389Z 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-20T22:24:56.7254781Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:24:56.7545111Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:24:57.0048454Z Fetched 800 kB in 0s (2643 kB/s)
2025-08-20T22:24:57.0244903Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:24:57.0305523Z (Reading database ... 
2025-08-20T22:24:57.0305959Z (Reading database ... 5%
2025-08-20T22:24:57.0327954Z (Reading database ... 10%
2025-08-20T22:24:57.0328645Z (Reading database ... 15%
2025-08-20T22:24:57.0329019Z (Reading database ... 20%
2025-08-20T22:24:57.0329381Z (Reading database ... 25%
2025-08-20T22:24:57.0329723Z (Reading database ... 30%
2025-08-20T22:24:57.0330061Z (Reading database ... 35%
2025-08-20T22:24:57.0330588Z (Reading database ... 40%
2025-08-20T22:24:57.0330934Z (Reading database ... 45%
2025-08-20T22:24:57.0331281Z (Reading database ... 50%
2025-08-20T22:24:57.0411488Z (Reading database ... 55%
2025-08-20T22:24:57.0432030Z (Reading database ... 60%
2025-08-20T22:24:57.0453476Z (Reading database ... 65%
2025-08-20T22:24:57.0493156Z (Reading database ... 70%
2025-08-20T22:24:57.0519979Z (Reading database ... 75%
2025-08-20T22:24:57.0552084Z (Reading database ... 80%
2025-08-20T22:24:57.0685691Z (Reading database ... 85%
2025-08-20T22:24:57.0783685Z (Reading database ... 90%
2025-08-20T22:24:57.1045328Z (Reading database ... 95%
2025-08-20T22:24:57.1045646Z (Reading database ... 100%
2025-08-20T22:24:57.1046014Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:24:57.1086681Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:24:57.1102880Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:24:57.1312225Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:24:57.1447130Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:24:57.1455492Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:24:57.1662182Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:24:57.1794548Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:24:57.1802348Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:24:57.2554095Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:24:57.2696908Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:24:57.2704897Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:24:57.2949713Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:24:57.3088176Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:24:57.3096140Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:24:57.3323784Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:24:57.3460675Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:24:57.3469192Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:24:57.3730532Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:24:57.3868744Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:24:57.3876756Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:24:57.4084573Z Selecting previously unselected package lzma.
2025-08-20T22:24:57.4221062Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:24:57.4228816Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:24:57.4471271Z Selecting previously unselected package lzma-dev.
2025-08-20T22:24:57.4607912Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:24:57.4617256Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:24:57.5045853Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:24:57.5069286Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:24:57.5088071Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:24:57.5108535Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:24:57.5131067Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:24:57.5193934Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:24:57.5220634Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:24:57.5240150Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:24:57.5259577Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:24:57.5283134Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:24:57.5307932Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:24:57.5445125Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:01.8189573Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:25:02.4529317Z 
2025-08-20T22:25:02.4529766Z Running kernel seems to be up-to-date.
2025-08-20T22:25:02.4530035Z 
2025-08-20T22:25:02.4530133Z Restarting services...
2025-08-20T22:25:02.4592625Z 
2025-08-20T22:25:02.4593074Z Service restarts being deferred:
2025-08-20T22:25:02.4593660Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:25:02.4594044Z 
2025-08-20T22:25:02.4594216Z No containers need to be restarted.
2025-08-20T22:25:02.4594510Z 
2025-08-20T22:25:02.4594699Z No user sessions are running outdated binaries.
2025-08-20T22:25:02.4595039Z 
2025-08-20T22:25:02.4595347Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:25:03.2506719Z Reading package lists...
2025-08-20T22:25:03.3999500Z Building dependency tree...
2025-08-20T22:25:03.4007694Z Reading state information...
2025-08-20T22:25:03.5877044Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:25:03.5877769Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:25:03.5878147Z inetutils-telnet set to manually installed.
2025-08-20T22:25:03.5878499Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:25:03.5878870Z The following additional packages will be installed:
2025-08-20T22:25:03.5879168Z   tcpd update-inetd
2025-08-20T22:25:03.6031548Z The following packages will be REMOVED:
2025-08-20T22:25:03.6037902Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:25:03.6038833Z The following NEW packages will be installed:
2025-08-20T22:25:03.6039435Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:25:03.6039974Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:25:03.6044869Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:25:03.6212774Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:25:03.6213441Z Need to get 698 kB of archives.
2025-08-20T22:25:03.6213771Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:25:03.6214138Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:03.6684370Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:25:03.6987107Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:25:03.7274027Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:25:03.7559985Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:25:03.7858481Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:25:03.8155178Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:25:03.8454011Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:25:03.8772821Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:25:03.9070827Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:25:03.9372956Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:25:03.9684529Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:25:03.9981093Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:25:04.0280716Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:25:04.2518812Z Preconfiguring packages ...
2025-08-20T22:25:04.3543556Z Fetched 698 kB in 0s (1674 kB/s)
2025-08-20T22:25:04.3744460Z (Reading database ... 
2025-08-20T22:25:04.3744907Z (Reading database ... 5%
2025-08-20T22:25:04.3745284Z (Reading database ... 10%
2025-08-20T22:25:04.3745645Z (Reading database ... 15%
2025-08-20T22:25:04.3745995Z (Reading database ... 20%
2025-08-20T22:25:04.3746343Z (Reading database ... 25%
2025-08-20T22:25:04.3746690Z (Reading database ... 30%
2025-08-20T22:25:04.3747038Z (Reading database ... 35%
2025-08-20T22:25:04.3747386Z (Reading database ... 40%
2025-08-20T22:25:04.3747741Z (Reading database ... 45%
2025-08-20T22:25:04.3748104Z (Reading database ... 50%
2025-08-20T22:25:04.3769432Z (Reading database ... 55%
2025-08-20T22:25:04.3869687Z (Reading database ... 60%
2025-08-20T22:25:04.3893114Z (Reading database ... 65%
2025-08-20T22:25:04.3936795Z (Reading database ... 70%
2025-08-20T22:25:04.3965256Z (Reading database ... 75%
2025-08-20T22:25:04.4002441Z (Reading database ... 80%
2025-08-20T22:25:04.4147332Z (Reading database ... 85%
2025-08-20T22:25:04.4440090Z (Reading database ... 90%
2025-08-20T22:25:04.4527966Z (Reading database ... 95%
2025-08-20T22:25:04.4528400Z (Reading database ... 100%
2025-08-20T22:25:04.4528801Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:25:04.4569060Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:25:04.4761701Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:04.4907650Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:25:04.9735189Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:25:04.9795571Z (Reading database ... 
2025-08-20T22:25:04.9795960Z (Reading database ... 5%
2025-08-20T22:25:04.9796344Z (Reading database ... 10%
2025-08-20T22:25:04.9796719Z (Reading database ... 15%
2025-08-20T22:25:04.9797126Z (Reading database ... 20%
2025-08-20T22:25:04.9797507Z (Reading database ... 25%
2025-08-20T22:25:04.9797889Z (Reading database ... 30%
2025-08-20T22:25:04.9798513Z (Reading database ... 35%
2025-08-20T22:25:04.9798860Z (Reading database ... 40%
2025-08-20T22:25:04.9799217Z (Reading database ... 45%
2025-08-20T22:25:04.9799563Z (Reading database ... 50%
2025-08-20T22:25:04.9821708Z (Reading database ... 55%
2025-08-20T22:25:04.9926670Z (Reading database ... 60%
2025-08-20T22:25:04.9950497Z (Reading database ... 65%
2025-08-20T22:25:04.9993870Z (Reading database ... 70%
2025-08-20T22:25:05.0022589Z (Reading database ... 75%
2025-08-20T22:25:05.0056360Z (Reading database ... 80%
2025-08-20T22:25:05.0194580Z (Reading database ... 85%
2025-08-20T22:25:05.0474353Z (Reading database ... 90%
2025-08-20T22:25:05.0560580Z (Reading database ... 95%
2025-08-20T22:25:05.0560972Z (Reading database ... 100%
2025-08-20T22:25:05.0561509Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:25:05.0602772Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.0650873Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.0881388Z Selecting previously unselected package tcpd.
2025-08-20T22:25:05.1018490Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:25:05.1025683Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:25:05.1253125Z Selecting previously unselected package update-inetd.
2025-08-20T22:25:05.1390483Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:25:05.1397872Z Unpacking update-inetd (4.53) ...
2025-08-20T22:25:05.1613614Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:25:05.1746977Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.1792826Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.2008190Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:25:05.2142422Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.2149378Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.2368718Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:25:05.2506210Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.2514232Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.2728720Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:25:05.2864014Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.2872696Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.3089068Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:25:05.3223610Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.3231664Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.3445334Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:25:05.3578488Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.3585694Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.3796128Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:25:05.3929246Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.3936932Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.4141904Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:25:05.4274579Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.4285840Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.4518902Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:25:05.4653226Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:25:05.4661191Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:25:05.4913957Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:25:05.5048438Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:25:05.5055351Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.5472905Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:25:05.5550765Z Setting up update-inetd (4.53) ...
2025-08-20T22:25:05.6434333Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:25:05.6494792Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:25:05.6512815Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.0487123Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:25:06.0487850Z 
2025-08-20T22:25:06.0488065Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:25:06.0488407Z 
2025-08-20T22:25:06.0489076Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:25:06.0489607Z 
2025-08-20T22:25:06.0490168Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:25:06.0490907Z 
2025-08-20T22:25:06.3396967Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.3475568Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.3535494Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:25:06.3553087Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.3582188Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.3601182Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:25:06.3619551Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:06.7451904Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:25:06.7452328Z 
2025-08-20T22:25:06.7453104Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:25:06.7453790Z 
2025-08-20T22:25:07.0401462Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:07.1396869Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:07.2014501Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:25:07.2601002Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:13.4155674Z Reading package lists...
2025-08-20T22:25:13.5634991Z Building dependency tree...
2025-08-20T22:25:13.5642925Z Reading state information...
2025-08-20T22:25:13.7690192Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:25:13.7691043Z iputils-tracepath set to manually installed.
2025-08-20T22:25:13.7691529Z The following packages will be REMOVED:
2025-08-20T22:25:13.7695709Z   inetutils-ping
2025-08-20T22:25:13.7696743Z The following NEW packages will be installed:
2025-08-20T22:25:13.7702703Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:25:13.7863395Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:25:13.7864044Z Need to get 71.5 kB of archives.
2025-08-20T22:25:13.7864618Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:25:13.7865264Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:13.8316856Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:25:13.8623698Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:25:13.8912079Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:25:14.1698745Z Fetched 71.5 kB in 0s (623 kB/s)
2025-08-20T22:25:14.1889223Z (Reading database ... 
2025-08-20T22:25:14.1889667Z (Reading database ... 5%
2025-08-20T22:25:14.1890080Z (Reading database ... 10%
2025-08-20T22:25:14.1890603Z (Reading database ... 15%
2025-08-20T22:25:14.1891111Z (Reading database ... 20%
2025-08-20T22:25:14.1891322Z (Reading database ... 25%
2025-08-20T22:25:14.1891524Z (Reading database ... 30%
2025-08-20T22:25:14.1891727Z (Reading database ... 35%
2025-08-20T22:25:14.1891931Z (Reading database ... 40%
2025-08-20T22:25:14.1892139Z (Reading database ... 45%
2025-08-20T22:25:14.1892338Z (Reading database ... 50%
2025-08-20T22:25:14.1972698Z (Reading database ... 55%
2025-08-20T22:25:14.2007759Z (Reading database ... 60%
2025-08-20T22:25:14.2030162Z (Reading database ... 65%
2025-08-20T22:25:14.2070765Z (Reading database ... 70%
2025-08-20T22:25:14.2098875Z (Reading database ... 75%
2025-08-20T22:25:14.2129894Z (Reading database ... 80%
2025-08-20T22:25:14.2263053Z (Reading database ... 85%
2025-08-20T22:25:14.2553056Z (Reading database ... 90%
2025-08-20T22:25:14.2638349Z (Reading database ... 95%
2025-08-20T22:25:14.2638712Z (Reading database ... 100%
2025-08-20T22:25:14.2639069Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:25:14.2679402Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:25:14.3109154Z Selecting previously unselected package iputils-ping.
2025-08-20T22:25:14.3169723Z (Reading database ... 
2025-08-20T22:25:14.3170232Z (Reading database ... 5%
2025-08-20T22:25:14.3170765Z (Reading database ... 10%
2025-08-20T22:25:14.3171149Z (Reading database ... 15%
2025-08-20T22:25:14.3171499Z (Reading database ... 20%
2025-08-20T22:25:14.3171847Z (Reading database ... 25%
2025-08-20T22:25:14.3172199Z (Reading database ... 30%
2025-08-20T22:25:14.3172541Z (Reading database ... 35%
2025-08-20T22:25:14.3172890Z (Reading database ... 40%
2025-08-20T22:25:14.3173244Z (Reading database ... 45%
2025-08-20T22:25:14.3173498Z (Reading database ... 50%
2025-08-20T22:25:14.3249522Z (Reading database ... 55%
2025-08-20T22:25:14.3284948Z (Reading database ... 60%
2025-08-20T22:25:14.3307003Z (Reading database ... 65%
2025-08-20T22:25:14.3346818Z (Reading database ... 70%
2025-08-20T22:25:14.3375235Z (Reading database ... 75%
2025-08-20T22:25:14.3406525Z (Reading database ... 80%
2025-08-20T22:25:14.3557424Z (Reading database ... 85%
2025-08-20T22:25:14.3840845Z (Reading database ... 90%
2025-08-20T22:25:14.3922189Z (Reading database ... 95%
2025-08-20T22:25:14.3922651Z (Reading database ... 100%
2025-08-20T22:25:14.3923083Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:25:14.3963728Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:25:14.3980253Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.4192228Z Selecting previously unselected package iputils-arping.
2025-08-20T22:25:14.4327110Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:25:14.4334393Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.4536068Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:25:14.4674339Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:25:14.4681520Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.5062883Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.5210153Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.5353340Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:25:14.5519757Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:20.4495600Z Reading package lists...
2025-08-20T22:25:20.5940683Z Building dependency tree...
2025-08-20T22:25:20.5948565Z Reading state information...
2025-08-20T22:25:20.7343679Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:25:20.7344154Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:25:20.7689506Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:21.2076523Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:25:21.5547722Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:22.2775913Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:25:22.3827551Z Collecting pip
2025-08-20T22:25:22.4288211Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:25:22.4359377Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:25:22.4677086Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 59.0 MB/s eta 0:00:00
2025-08-20T22:25:22.7146266Z Installing collected packages: pip
2025-08-20T22:25:23.4439876Z Successfully installed pip-25.2
2025-08-20T22:25:23.6918169Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:25:23.7321534Z Reading package lists...
2025-08-20T22:25:23.8727824Z Building dependency tree...
2025-08-20T22:25:23.8736523Z Reading state information...
2025-08-20T22:25:24.0124583Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:25:24.0125172Z pciutils set to manually installed.
2025-08-20T22:25:24.0125735Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:25:24.0126414Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:25:24.0126998Z python3-distro set to manually installed.
2025-08-20T22:25:24.0127599Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:25:24.0128307Z python3-netifaces set to manually installed.
2025-08-20T22:25:24.0128882Z The following additional packages will be installed:
2025-08-20T22:25:24.0129450Z   libsysfs2
2025-08-20T22:25:24.0133498Z Suggested packages:
2025-08-20T22:25:24.0133839Z   fancontrol read-edid i2c-tools
2025-08-20T22:25:24.0372016Z The following NEW packages will be installed:
2025-08-20T22:25:24.0373850Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:25:24.0526501Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:24.0743757Z Need to get 142 kB of archives.
2025-08-20T22:25:24.0744446Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:25:24.0745172Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:24.1189022Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:25:24.1484892Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:25:24.1775322Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:25:24.2080854Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:25:24.4583769Z Fetched 142 kB in 0s (981 kB/s)
2025-08-20T22:25:24.4782500Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:25:24.4843533Z (Reading database ... 
2025-08-20T22:25:24.4843929Z (Reading database ... 5%
2025-08-20T22:25:24.4844313Z (Reading database ... 10%
2025-08-20T22:25:24.4844665Z (Reading database ... 15%
2025-08-20T22:25:24.4845035Z (Reading database ... 20%
2025-08-20T22:25:24.4845259Z (Reading database ... 25%
2025-08-20T22:25:24.4845484Z (Reading database ... 30%
2025-08-20T22:25:24.4845686Z (Reading database ... 35%
2025-08-20T22:25:24.4845890Z (Reading database ... 40%
2025-08-20T22:25:24.4846098Z (Reading database ... 45%
2025-08-20T22:25:24.4846310Z (Reading database ... 50%
2025-08-20T22:25:24.4927955Z (Reading database ... 55%
2025-08-20T22:25:24.4962558Z (Reading database ... 60%
2025-08-20T22:25:24.4984416Z (Reading database ... 65%
2025-08-20T22:25:24.5024071Z (Reading database ... 70%
2025-08-20T22:25:24.5052434Z (Reading database ... 75%
2025-08-20T22:25:24.5083025Z (Reading database ... 80%
2025-08-20T22:25:24.5218526Z (Reading database ... 85%
2025-08-20T22:25:24.5503741Z (Reading database ... 90%
2025-08-20T22:25:24.5585508Z (Reading database ... 95%
2025-08-20T22:25:24.5585975Z (Reading database ... 100%
2025-08-20T22:25:24.5586641Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:25:24.5626998Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:25:24.5643010Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:25:24.5871175Z Selecting previously unselected package sysfsutils.
2025-08-20T22:25:24.6006402Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:25:24.6036359Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:25:24.6258862Z Selecting previously unselected package lm-sensors.
2025-08-20T22:25:24.6391236Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:25:24.6581967Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:25:24.6831865Z Selecting previously unselected package virt-what.
2025-08-20T22:25:24.6969583Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:25:24.6978280Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:25:24.7372012Z Setting up virt-what (1.25-2) ...
2025-08-20T22:25:24.7394178Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:25:24.7412297Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:25:25.1351464Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:25:25.1352137Z 
2025-08-20T22:25:25.1352972Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:25:25.1353641Z 
2025-08-20T22:25:25.4548436Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:25:25.8514520Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:25:25.8515069Z 
2025-08-20T22:25:25.8546965Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:30.4577078Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:25:31.8386931Z Reading package lists...
2025-08-20T22:25:31.9848774Z Building dependency tree...
2025-08-20T22:25:31.9858499Z Reading state information...
2025-08-20T22:25:32.1313954Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:25:32.1314496Z The following additional packages will be installed:
2025-08-20T22:25:32.1317965Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:25:32.1318474Z   xorg-sgml-doctools
2025-08-20T22:25:32.1323060Z Suggested packages:
2025-08-20T22:25:32.1323402Z   libxcb-doc
2025-08-20T22:25:32.1464602Z The following NEW packages will be installed:
2025-08-20T22:25:32.1466368Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:25:32.1468864Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:25:32.1469257Z   xcb xorg-sgml-doctools
2025-08-20T22:25:32.1633682Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:32.1634136Z Need to get 807 kB of archives.
2025-08-20T22:25:32.1634502Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:25:32.1634899Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:32.2114659Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:25:32.2413790Z 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-20T22:25:32.2704572Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:25:32.3049634Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:25:32.3343665Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:25:32.3631323Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:25:32.3935713Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:25:32.4223905Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:25:32.4524386Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:25:32.4808091Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:25:32.5094877Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:25:32.7651372Z Fetched 807 kB in 0s (2264 kB/s)
2025-08-20T22:25:32.7840731Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:25:32.7901819Z (Reading database ... 
2025-08-20T22:25:32.7902232Z (Reading database ... 5%
2025-08-20T22:25:32.7902615Z (Reading database ... 10%
2025-08-20T22:25:32.7902974Z (Reading database ... 15%
2025-08-20T22:25:32.7903330Z (Reading database ... 20%
2025-08-20T22:25:32.7903695Z (Reading database ... 25%
2025-08-20T22:25:32.7903946Z (Reading database ... 30%
2025-08-20T22:25:32.7904171Z (Reading database ... 35%
2025-08-20T22:25:32.7904387Z (Reading database ... 40%
2025-08-20T22:25:32.7904592Z (Reading database ... 45%
2025-08-20T22:25:32.7904793Z (Reading database ... 50%
2025-08-20T22:25:32.8002877Z (Reading database ... 55%
2025-08-20T22:25:32.8023833Z (Reading database ... 60%
2025-08-20T22:25:32.8047262Z (Reading database ... 65%
2025-08-20T22:25:32.8089526Z (Reading database ... 70%
2025-08-20T22:25:32.8118265Z (Reading database ... 75%
2025-08-20T22:25:32.8149563Z (Reading database ... 80%
2025-08-20T22:25:32.8288164Z (Reading database ... 85%
2025-08-20T22:25:32.8570675Z (Reading database ... 90%
2025-08-20T22:25:32.8648891Z (Reading database ... 95%
2025-08-20T22:25:32.8649307Z (Reading database ... 100%
2025-08-20T22:25:32.8649703Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:25:32.8690867Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:25:32.8703533Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:25:32.8908765Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:25:32.9047938Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:25:32.9058950Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:25:32.9296160Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:25:32.9433286Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:25:32.9441831Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:25:33.0062537Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:25:33.0202832Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:25:33.0211340Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:25:33.0427426Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:25:33.0564122Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:25:33.0571322Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:25:33.0783068Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:25:33.0919812Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:25:33.0927186Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.1157627Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:25:33.1294052Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:25:33.1300164Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.1507380Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:25:33.1642939Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:25:33.1656110Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.1851170Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:25:33.1986150Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:25:33.1993083Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.2185832Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:25:33.2319880Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:25:33.2327097Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.2541365Z Selecting previously unselected package xcb.
2025-08-20T22:25:33.2676147Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:25:33.2683472Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:25:33.3157281Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:33.3177555Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:25:33.3197173Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:25:33.3235236Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:25:33.3282817Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:25:33.3422387Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:37.7789736Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:25:37.7874626Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:25:37.7896782Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:25:37.7917631Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:25:37.7941763Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:37.7962884Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:37.7988298Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:37.8008445Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:25:39.3698235Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:39.9902064Z Collecting build
2025-08-20T22:25:40.0300863Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:25:40.1348212Z Collecting cffi
2025-08-20T22:25:40.1380845Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:25:40.1525195Z Collecting scons
2025-08-20T22:25:40.1572881Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:25:40.1705905Z Collecting scuba
2025-08-20T22:25:40.1808200Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:25:40.2227698Z Collecting pytest
2025-08-20T22:25:40.2267660Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:25:40.2438030Z Collecting packaging>=19.1 (from build)
2025-08-20T22:25:40.2472571Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:25:40.2559952Z Collecting pyproject_hooks (from build)
2025-08-20T22:25:40.2594191Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:25:40.2695593Z Collecting pycparser (from cffi)
2025-08-20T22:25:40.2734960Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:25:40.3030923Z Collecting PyYAML (from scuba)
2025-08-20T22:25:40.3064971Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:25:40.3158072Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:25:40.3193513Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:25:40.3340806Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:25:40.3395532Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:25:40.3576051Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:25:40.3614360Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:40.3706188Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:25:40.3765136Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:25:40.3890662Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:25:40.4113215Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 197.7 MB/s  0:00:00
2025-08-20T22:25:40.4164615Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:25:40.4241877Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:25:40.4322988Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:25:40.4372578Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:25:40.4424621Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:25:40.4474214Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:40.4554072Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 164.9 MB/s  0:00:00
2025-08-20T22:25:40.4587474Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:25:40.4639104Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:25:40.4693670Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:25:40.4754129Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 134.1 MB/s  0:00:00
2025-08-20T22:25:40.5871577Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:25:42.2540683Z 
2025-08-20T22:25:42.2557493Z 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-20T22:25:42.5816270Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:43.2023484Z Collecting ansi2txt
2025-08-20T22:25:43.2367608Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:25:43.2574692Z Collecting pipx
2025-08-20T22:25:43.2628022Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:25:43.2787261Z Collecting scons
2025-08-20T22:25:43.2802534Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:25:43.2884886Z Collecting py2static
2025-08-20T22:25:43.2921998Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:25:43.3080870Z Collecting typer
2025-08-20T22:25:43.3112452Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:25:43.3356408Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:25:43.3393243Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:25:43.3582973Z Collecting packaging>=20 (from pipx)
2025-08-20T22:25:43.3593154Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:25:43.3754585Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:25:43.3786138Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:25:43.3910945Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:25:43.3964992Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:25:43.4361195Z Collecting pyinstaller (from py2static)
2025-08-20T22:25:43.4433993Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:25:43.4589208Z Collecting staticx (from py2static)
2025-08-20T22:25:43.4635461Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:25:43.4797057Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:25:43.4829596Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:43.5081373Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:25:43.5132756Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:25:43.5252472Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:25:43.5298325Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:25:43.5651156Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:25:43.5682409Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:25:43.5856554Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:25:43.5888101Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:25:43.6090996Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:25:43.6101086Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:43.6191097Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:25:43.6228015Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:25:43.7291153Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:25:43.7328040Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:25:43.7497759Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:25:43.7531120Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:25:43.7715306Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:25:43.7749844Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:25:43.7908713Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:25:43.7962369Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:25:43.8054975Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:25:43.8122812Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:25:43.8168352Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:25:43.8252223Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:25:43.8301018Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:25:43.8354518Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:25:43.8417933Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:25:43.8445589Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:25:43.8479407Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:25:43.8533705Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:25:43.8579364Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:43.8622249Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:25:43.8675316Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:25:43.8727393Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:25:43.8779621Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:25:43.8831038Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:25:43.8905788Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:25:43.8966506Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 130.6 MB/s  0:00:00
2025-08-20T22:25:43.9011182Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:25:43.9078942Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:43.9155598Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 164.6 MB/s  0:00:00
2025-08-20T22:25:43.9190775Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:25:43.9259508Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:25:43.9322275Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:25:44.0813027Z 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-20T22:25:44.8724042Z   Attempting uninstall: scons
2025-08-20T22:25:44.8809389Z     Found existing installation: SCons 4.9.1
2025-08-20T22:25:44.9189362Z     Uninstalling SCons-4.9.1:
2025-08-20T22:25:44.9261009Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:25:45.5315614Z   Attempting uninstall: pygments
2025-08-20T22:25:45.5396614Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:25:45.5625324Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:25:45.5651403Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:25:46.1735373Z   Attempting uninstall: packaging
2025-08-20T22:25:46.1814534Z     Found existing installation: packaging 25.0
2025-08-20T22:25:46.1838522Z     Uninstalling packaging-25.0:
2025-08-20T22:25:46.1846480Z       Successfully uninstalled packaging-25.0
2025-08-20T22:25:47.1637300Z 
2025-08-20T22:25:47.1667795Z 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-20T22:25:47.4760822Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:48.0960837Z Collecting build
2025-08-20T22:25:48.0971898Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:25:48.1820757Z Collecting cffi
2025-08-20T22:25:48.1831548Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:25:48.1942782Z Collecting scons
2025-08-20T22:25:48.1952572Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:25:48.2051823Z Collecting scuba
2025-08-20T22:25:48.2062020Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:25:48.2458316Z Collecting pytest
2025-08-20T22:25:48.2468989Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:25:48.2612985Z Collecting packaging>=19.1 (from build)
2025-08-20T22:25:48.2622947Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:25:48.2690576Z Collecting pyproject_hooks (from build)
2025-08-20T22:25:48.2700677Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:25:48.2775927Z Collecting pycparser (from cffi)
2025-08-20T22:25:48.2786437Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:25:48.3062796Z Collecting PyYAML (from scuba)
2025-08-20T22:25:48.3074002Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:25:48.3148650Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:25:48.3159104Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:25:48.3287412Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:25:48.3297750Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:25:48.3454527Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:25:48.3464737Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:48.3521725Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:25:48.3532182Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:25:48.3545350Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:25:48.3585420Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:25:48.3597177Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:25:48.3609438Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:25:48.3619286Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:25:48.3628872Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:25:48.3638870Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:48.3657923Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:25:48.3668307Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:25:48.3678558Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:25:48.4909589Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:25:48.4915346Z   Attempting uninstall: scons
2025-08-20T22:25:48.4999330Z     Found existing installation: SCons 4.9.1
2025-08-20T22:25:48.5376684Z     Uninstalling SCons-4.9.1:
2025-08-20T22:25:48.5448810Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:25:49.1531506Z   Attempting uninstall: PyYAML
2025-08-20T22:25:49.1617439Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:25:49.1646449Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:25:49.1655762Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:25:49.2171400Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:25:49.2255310Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:25:49.2271589Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:25:49.2278174Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:25:49.2364331Z   Attempting uninstall: pygments
2025-08-20T22:25:49.2442360Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:25:49.2664794Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:25:49.2691318Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:25:49.8639550Z   Attempting uninstall: pycparser
2025-08-20T22:25:49.8722066Z     Found existing installation: pycparser 2.22
2025-08-20T22:25:49.8746221Z     Uninstalling pycparser-2.22:
2025-08-20T22:25:49.8762601Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:25:49.9947056Z   Attempting uninstall: pluggy
2025-08-20T22:25:50.0034528Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:25:50.0053884Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:25:50.0060896Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:25:50.0211256Z   Attempting uninstall: packaging
2025-08-20T22:25:50.0291051Z     Found existing installation: packaging 25.0
2025-08-20T22:25:50.0314552Z     Uninstalling packaging-25.0:
2025-08-20T22:25:50.0321887Z       Successfully uninstalled packaging-25.0
2025-08-20T22:25:50.0699210Z   Attempting uninstall: iniconfig
2025-08-20T22:25:50.0783462Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:25:50.0799344Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:25:50.0805425Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:25:50.0873987Z   Attempting uninstall: scuba
2025-08-20T22:25:50.0953995Z     Found existing installation: scuba 2.14.1
2025-08-20T22:25:50.0975060Z     Uninstalling scuba-2.14.1:
2025-08-20T22:25:50.0984084Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:25:50.1170686Z   Attempting uninstall: pytest
2025-08-20T22:25:50.1253325Z     Found existing installation: pytest 8.4.1
2025-08-20T22:25:50.1317034Z     Uninstalling pytest-8.4.1:
2025-08-20T22:25:50.1570033Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:25:50.3645059Z   Attempting uninstall: cffi
2025-08-20T22:25:50.3724221Z     Found existing installation: cffi 1.17.1
2025-08-20T22:25:50.3749197Z     Uninstalling cffi-1.17.1:
2025-08-20T22:25:50.3981931Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:25:50.4637537Z   Attempting uninstall: build
2025-08-20T22:25:50.4715383Z     Found existing installation: build 1.3.0
2025-08-20T22:25:50.4739229Z     Uninstalling build-1.3.0:
2025-08-20T22:25:50.4748551Z       Successfully uninstalled build-1.3.0
2025-08-20T22:25:50.4922323Z 
2025-08-20T22:25:50.4950557Z 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-20T22:25:50.7984379Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:51.3389367Z Collecting ansi2txt
2025-08-20T22:25:51.3400254Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:25:51.3566545Z Collecting pipx
2025-08-20T22:25:51.3577011Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:25:51.3707295Z Collecting scons
2025-08-20T22:25:51.3722697Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:25:51.3805026Z Collecting py2static
2025-08-20T22:25:51.3815149Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:25:51.3947868Z Collecting typer
2025-08-20T22:25:51.3958132Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:25:51.4173379Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:25:51.4183236Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:25:51.4323306Z Collecting packaging>=20 (from pipx)
2025-08-20T22:25:51.4333321Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:25:51.4501231Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:25:51.4511163Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:25:51.4636389Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:25:51.4646530Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:25:51.5011205Z Collecting pyinstaller (from py2static)
2025-08-20T22:25:51.5021903Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:25:51.5145066Z Collecting staticx (from py2static)
2025-08-20T22:25:51.5155590Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:25:51.5291885Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:25:51.5302204Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:51.5534899Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:25:51.5545340Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:25:51.5655037Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:25:51.5665226Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:25:51.6004197Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:25:51.6014613Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:25:51.6158930Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:25:51.6170692Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:25:51.6351316Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:25:51.6362068Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:25:51.6441108Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:25:51.6451700Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:25:51.7501296Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:25:51.7512532Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:25:51.7664837Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:25:51.7675486Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:25:51.7850658Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:25:51.7861063Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:25:51.8006715Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:25:51.8016919Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:25:51.8053913Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:25:51.8063953Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:25:51.8074367Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:25:51.8116089Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:25:51.8125859Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:25:51.8135806Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:25:51.8145933Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:25:51.8156363Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:25:51.8166614Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:25:51.8176424Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:25:51.8187885Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:51.8207204Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:25:51.8217661Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:25:51.8227284Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:25:51.8237032Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:25:51.8246980Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:25:51.8256713Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:25:51.8272496Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:25:51.8285976Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:51.8304919Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:25:51.8315213Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:25:51.8326297Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:25:51.9801490Z 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-20T22:25:51.9806422Z   Attempting uninstall: pyelftools
2025-08-20T22:25:51.9884417Z     Found existing installation: pyelftools 0.32
2025-08-20T22:25:51.9935574Z     Uninstalling pyelftools-0.32:
2025-08-20T22:25:51.9952210Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:25:52.1026212Z   Attempting uninstall: altgraph
2025-08-20T22:25:52.1112431Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:25:52.1131043Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:25:52.1137813Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:25:52.1270965Z   Attempting uninstall: typing-extensions
2025-08-20T22:25:52.1357934Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:25:52.1372404Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:25:52.1611436Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:25:52.1840678Z   Attempting uninstall: staticx
2025-08-20T22:25:52.1924965Z     Found existing installation: staticx 0.14.1
2025-08-20T22:25:52.1950583Z     Uninstalling staticx-0.14.1:
2025-08-20T22:25:52.1960607Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:25:52.2158521Z   Attempting uninstall: shellingham
2025-08-20T22:25:52.2241061Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:25:52.2259911Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:25:52.2266984Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:25:52.2355162Z   Attempting uninstall: setuptools
2025-08-20T22:25:52.2441703Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:25:52.2721767Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:25:52.2997102Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:25:52.9490112Z   Attempting uninstall: scons
2025-08-20T22:25:52.9579931Z     Found existing installation: SCons 4.9.1
2025-08-20T22:25:52.9963858Z     Uninstalling SCons-4.9.1:
2025-08-20T22:25:53.0032226Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:25:53.6077368Z   Attempting uninstall: pygments
2025-08-20T22:25:53.6159943Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:25:53.6392795Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:25:53.6419437Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:25:54.2359761Z   Attempting uninstall: platformdirs
2025-08-20T22:25:54.2444543Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:25:54.2465237Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:25:54.2479687Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:25:54.2629573Z   Attempting uninstall: packaging
2025-08-20T22:25:54.2709697Z     Found existing installation: packaging 25.0
2025-08-20T22:25:54.2734712Z     Uninstalling packaging-25.0:
2025-08-20T22:25:54.2742405Z       Successfully uninstalled packaging-25.0
2025-08-20T22:25:54.3113728Z   Attempting uninstall: mdurl
2025-08-20T22:25:54.3195024Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:25:54.3211919Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:25:54.3218183Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:25:54.3303387Z   Attempting uninstall: click
2025-08-20T22:25:54.3386142Z     Found existing installation: click 8.2.1
2025-08-20T22:25:54.3408982Z     Uninstalling click-8.2.1:
2025-08-20T22:25:54.3415924Z       Successfully uninstalled click-8.2.1
2025-08-20T22:25:54.3978342Z   Attempting uninstall: argcomplete
2025-08-20T22:25:54.4064318Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:25:54.4093012Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:25:54.4104056Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:25:54.4328027Z   Attempting uninstall: ansi2txt
2025-08-20T22:25:54.4409072Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:25:54.4424232Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:25:54.4663619Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:25:54.4723181Z   Attempting uninstall: userpath
2025-08-20T22:25:54.4806050Z     Found existing installation: userpath 1.9.2
2025-08-20T22:25:54.4825432Z     Uninstalling userpath-1.9.2:
2025-08-20T22:25:54.4834633Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:25:54.4940627Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:25:54.5022659Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:25:54.5448046Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:25:54.5490521Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:25:54.8249822Z   Attempting uninstall: markdown-it-py
2025-08-20T22:25:54.8342253Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:25:54.8402658Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:25:54.8416966Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:25:54.9024067Z   Attempting uninstall: rich
2025-08-20T22:25:54.9110615Z     Found existing installation: rich 14.1.0
2025-08-20T22:25:54.9174492Z     Uninstalling rich-14.1.0:
2025-08-20T22:25:54.9184477Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:25:55.0756461Z   Attempting uninstall: pyinstaller
2025-08-20T22:25:55.0836985Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:25:55.1190129Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:25:55.1233648Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:25:55.4497648Z   Attempting uninstall: pipx
2025-08-20T22:25:55.4591479Z     Found existing installation: pipx 1.7.1
2025-08-20T22:25:55.4631211Z     Uninstalling pipx-1.7.1:
2025-08-20T22:25:55.4641675Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:25:55.5141372Z   Attempting uninstall: typer
2025-08-20T22:25:55.5231640Z     Found existing installation: typer 0.16.1
2025-08-20T22:25:55.5257694Z     Uninstalling typer-0.16.1:
2025-08-20T22:25:55.5267421Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:25:55.5607614Z   Attempting uninstall: py2static
2025-08-20T22:25:55.5687576Z     Found existing installation: py2static 0.0.1
2025-08-20T22:25:55.5707174Z     Uninstalling py2static-0.0.1:
2025-08-20T22:25:55.5718278Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:25:55.5797206Z 
2025-08-20T22:25:55.5825748Z 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-20T22:25:55.8922543Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:25:56.0120536Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:25:56.0125543Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-qd1_o4o9
2025-08-20T22:25:56.0146168Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-qd1_o4o9
2025-08-20T22:25:57.2684441Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:25:57.2724057Z   Installing build dependencies: started
2025-08-20T22:25:57.9752692Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:25:57.9761056Z   Getting requirements to build wheel: started
2025-08-20T22:25:58.2543833Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:25:58.2555568Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:25:58.4420176Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:25:58.6003193Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:25:58.6014989Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:25:58.6182157Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:25:58.6192251Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:25:58.6339329Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:25:58.6349261Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:25:58.6491409Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:25:58.6501657Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:25:58.6549712Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:25:58.6560738Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:25:58.6574618Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:25:58.6593665Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:25:58.6712280Z Building wheels for collected packages: pyinstaller
2025-08-20T22:25:58.6719730Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:25:59.3741966Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:25:59.3768617Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=5c6f5c5453fc3e70dc1119f55d0bd790a8683e5103dbbc5213f4c434df4ce6da
2025-08-20T22:25:59.3770573Z   Stored in directory: /tmp/pip-ephem-wheel-cache-84lh0r9p/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:25:59.3811099Z Successfully built pyinstaller
2025-08-20T22:25:59.4724988Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:25:59.4730780Z   Attempting uninstall: altgraph
2025-08-20T22:25:59.4813728Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:25:59.4834493Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:25:59.4841696Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:25:59.5001552Z   Attempting uninstall: setuptools
2025-08-20T22:25:59.5088510Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:25:59.5373677Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:25:59.5653675Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:26:00.2221470Z   Attempting uninstall: packaging
2025-08-20T22:26:00.2304182Z     Found existing installation: packaging 25.0
2025-08-20T22:26:00.2333299Z     Uninstalling packaging-25.0:
2025-08-20T22:26:00.2340955Z       Successfully uninstalled packaging-25.0
2025-08-20T22:26:00.2723219Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:26:00.2803380Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:26:00.3226537Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:26:00.3268198Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:26:00.6006982Z   Attempting uninstall: pyinstaller
2025-08-20T22:26:00.6088665Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:26:00.6442877Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:26:00.6486119Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:26:00.9850680Z 
2025-08-20T22:26:00.9882963Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:26:01.2827083Z 6.15.0
2025-08-20T22:26:01.8927798Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:26:01.8936483Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:26:01.8936850Z 
2025-08-20T22:26:01.8937069Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:26:01.8937528Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:26:01.8937879Z installation.
2025-08-20T22:26:01.8937989Z 
2025-08-20T22:26:01.8938187Z If you installed the current Docker package using this script and are using it
2025-08-20T22:26:01.8938653Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:26:01.8939094Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:26:01.8939466Z files to match the parameters passed to the script.
2025-08-20T22:26:01.8939673Z 
2025-08-20T22:26:01.8939781Z You may press Ctrl+C now to abort this script.
2025-08-20T22:26:01.9103479Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:26:03.1113898Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:26:03.4266253Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:26:03.4293020Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:26:03.5221710Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:26:03.5237790Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:26:03.5245216Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:26:04.7586522Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:26:15.8936098Z 
2025-08-20T22:26:15.8936565Z Running kernel seems to be up-to-date.
2025-08-20T22:26:15.8936826Z 
2025-08-20T22:26:15.8936918Z Restarting services...
2025-08-20T22:26:15.9000827Z 
2025-08-20T22:26:15.9001260Z Service restarts being deferred:
2025-08-20T22:26:15.9001628Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:26:15.9002009Z 
2025-08-20T22:26:15.9003232Z No containers need to be restarted.
2025-08-20T22:26:15.9003683Z 
2025-08-20T22:26:15.9003967Z No user sessions are running outdated binaries.
2025-08-20T22:26:15.9004336Z 
2025-08-20T22:26:15.9004653Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:26:16.6819874Z + sh -c 'docker version'
2025-08-20T22:26:16.6989738Z Client: Docker Engine - Community
2025-08-20T22:26:16.6990256Z  Version:           28.3.3
2025-08-20T22:26:16.6990809Z  API version:       1.51
2025-08-20T22:26:16.6991189Z  Go version:        go1.24.5
2025-08-20T22:26:16.6991589Z  Git commit:        980b856
2025-08-20T22:26:16.6991996Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:26:16.6992431Z  OS/Arch:           linux/amd64
2025-08-20T22:26:16.6992815Z  Context:           default
2025-08-20T22:26:16.6993047Z 
2025-08-20T22:26:16.6993200Z Server: Docker Engine - Community
2025-08-20T22:26:16.6993584Z  Engine:
2025-08-20T22:26:16.6993892Z   Version:          28.3.3
2025-08-20T22:26:16.6994288Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:26:16.6994742Z   Go version:       go1.24.5
2025-08-20T22:26:16.6995147Z   Git commit:       bea959c
2025-08-20T22:26:16.6995543Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:26:16.6996007Z   OS/Arch:          linux/amd64
2025-08-20T22:26:16.6996264Z   Experimental:     false
2025-08-20T22:26:16.6996740Z  containerd:
2025-08-20T22:26:16.6996934Z   Version:          1.7.27
2025-08-20T22:26:16.6997228Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:26:16.6997514Z  runc:
2025-08-20T22:26:16.6997686Z   Version:          1.2.5
2025-08-20T22:26:16.6997902Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:26:16.6998142Z  docker-init:
2025-08-20T22:26:16.6998328Z   Version:          0.19.0
2025-08-20T22:26:16.6998538Z   GitCommit:        de40ad0
2025-08-20T22:26:16.7011598Z 
2025-08-20T22:26:16.7011852Z ================================================================================
2025-08-20T22:26:16.7012218Z 
2025-08-20T22:26:16.7012428Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:26:16.7012797Z Docker daemon in rootless mode for your user:
2025-08-20T22:26:16.7013035Z 
2025-08-20T22:26:16.7013221Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:26:16.7013562Z 
2025-08-20T22:26:16.7016619Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:26:16.7017141Z 
2025-08-20T22:26:16.7017147Z 
2025-08-20T22:26:16.7017398Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:26:16.7017859Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:26:16.7018110Z 
2025-08-20T22:26:16.7018293Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:26:16.7018723Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:26:16.7019160Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:26:16.7019433Z 
2025-08-20T22:26:16.7019525Z ================================================================================
2025-08-20T22:26:16.7019712Z 
2025-08-20T22:26:27.4259011Z ● docker.service - Docker Application Container Engine
2025-08-20T22:26:27.4259897Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:26:27.4260593Z      Active: active (running) since Wed 2025-08-20 22:26:17 UTC; 10s ago
2025-08-20T22:26:27.4261067Z TriggeredBy: ● docker.socket
2025-08-20T22:26:27.4261326Z        Docs: https://docs.docker.com
2025-08-20T22:26:27.4261578Z    Main PID: 19703 (dockerd)
2025-08-20T22:26:27.4261898Z       Tasks: 10
2025-08-20T22:26:27.4262191Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T22:26:27.4262569Z         CPU: 311ms
2025-08-20T22:26:27.4262934Z      CGroup: /system.slice/docker.service
2025-08-20T22:26:27.4264133Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:26:27.4264659Z 
2025-08-20T22:26:27.4265208Z Aug 20 22:26:16 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:16.806190271Z" level=info msg="Loading containers: start."
2025-08-20T22:26:27.4267305Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.343658397Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count af1f8a925c2df1787b294e9d11d8c63709408a6344829a45bbeeafe8f4021576], retrying...."
2025-08-20T22:26:27.4269378Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.374516187Z" level=info msg="Loading containers: done."
2025-08-20T22:26:27.4271541Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383093373Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:26:27.4273003Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383148445Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:26:27.4273916Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383176388Z" level=info msg="Initializing buildkit"
2025-08-20T22:26:27.4274629Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.401950044Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:26:27.4275572Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407143846Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:26:27.4276284Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407184841Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:26:27.4276941Z Aug 20 22:26:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:26:27.4376474Z ● docker.service - Docker Application Container Engine
2025-08-20T22:26:27.4377263Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:26:27.4378065Z      Active: active (running) since Wed 2025-08-20 22:26:17 UTC; 10s ago
2025-08-20T22:26:27.4378696Z TriggeredBy: ● docker.socket
2025-08-20T22:26:27.4379120Z        Docs: https://docs.docker.com
2025-08-20T22:26:27.4379551Z    Main PID: 19703 (dockerd)
2025-08-20T22:26:27.4379885Z       Tasks: 10
2025-08-20T22:26:27.4380086Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T22:26:27.4380508Z         CPU: 311ms
2025-08-20T22:26:27.4380797Z      CGroup: /system.slice/docker.service
2025-08-20T22:26:27.4381476Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:26:27.4381769Z 
2025-08-20T22:26:27.4382083Z Aug 20 22:26:16 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:16.806190271Z" level=info msg="Loading containers: start."
2025-08-20T22:26:27.4383218Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.343658397Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count af1f8a925c2df1787b294e9d11d8c63709408a6344829a45bbeeafe8f4021576], retrying...."
2025-08-20T22:26:27.4384525Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.374516187Z" level=info msg="Loading containers: done."
2025-08-20T22:26:27.4385646Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383093373Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:26:27.4386993Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383148445Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:26:27.4387856Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383176388Z" level=info msg="Initializing buildkit"
2025-08-20T22:26:27.4388533Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.401950044Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:26:27.4389254Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407143846Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:26:27.4389957Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407184841Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:26:27.4390813Z Aug 20 22:26:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:26:27.4585120Z ● docker.service - Docker Application Container Engine
2025-08-20T22:26:27.4585945Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:26:27.4586722Z      Active: active (running) since Wed 2025-08-20 22:26:17 UTC; 10s ago
2025-08-20T22:26:27.4587362Z TriggeredBy: ● docker.socket
2025-08-20T22:26:27.4587775Z        Docs: https://docs.docker.com
2025-08-20T22:26:27.4588191Z    Main PID: 19703 (dockerd)
2025-08-20T22:26:27.4588562Z       Tasks: 10
2025-08-20T22:26:27.4588892Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T22:26:27.4589289Z         CPU: 311ms
2025-08-20T22:26:27.4589684Z      CGroup: /system.slice/docker.service
2025-08-20T22:26:27.4590687Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:26:27.4591421Z 
2025-08-20T22:26:27.4591956Z Aug 20 22:26:16 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:16.806190271Z" level=info msg="Loading containers: start."
2025-08-20T22:26:27.4593985Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.343658397Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count af1f8a925c2df1787b294e9d11d8c63709408a6344829a45bbeeafe8f4021576], retrying...."
2025-08-20T22:26:27.4596059Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.374516187Z" level=info msg="Loading containers: done."
2025-08-20T22:26:27.4598048Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383093373Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:26:27.4600594Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383148445Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:26:27.4601939Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.383176388Z" level=info msg="Initializing buildkit"
2025-08-20T22:26:27.4602689Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.401950044Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:26:27.4603412Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407143846Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:26:27.4604114Z Aug 20 22:26:17 pkrvmqc4gcfdwos dockerd[19703]: time="2025-08-20T22:26:17.407184841Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:26:27.4604919Z Aug 20 22:26:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:26:27.4703056Z Docker version 28.3.3, build 980b856
2025-08-20T22:26:27.4883789Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:26:27.8840914Z latest: Pulling from library/hello-world
2025-08-20T22:26:27.9963145Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:26:28.2421537Z 17eec7bbc9d7: Pull complete
2025-08-20T22:26:28.2455367Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:26:28.2467679Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:26:28.4207916Z 
2025-08-20T22:26:28.4208484Z Hello from Docker!
2025-08-20T22:26:28.4209095Z This message shows that your installation appears to be working correctly.
2025-08-20T22:26:28.4212095Z 
2025-08-20T22:26:28.4212590Z To generate this message, Docker took the following steps:
2025-08-20T22:26:28.4215238Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:26:28.4216020Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:26:28.4216560Z     (amd64)
2025-08-20T22:26:28.4216995Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:26:28.4217727Z     executable that produces the output you are currently reading.
2025-08-20T22:26:28.4218510Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:26:28.4219103Z     to your terminal.
2025-08-20T22:26:28.4219298Z 
2025-08-20T22:26:28.4220692Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:26:28.4221457Z  $ docker run -it ubuntu bash
2025-08-20T22:26:28.4221619Z 
2025-08-20T22:26:28.4221924Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:26:28.4222331Z  https://hub.docker.com/
2025-08-20T22:26:28.4222492Z 
2025-08-20T22:26:28.4222593Z For more examples and ideas, visit:
2025-08-20T22:26:28.4222960Z  https://docs.docker.com/get-started/
2025-08-20T22:26:28.4223158Z 
2025-08-20T22:26:28.5153300Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:26:28.5154283Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:26:28.5154932Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:26:28.5155589Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:26:28.5156265Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:26:28.5156929Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:26:28.5157587Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:26:28.5158227Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:26:28.5158840Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:26:28.5159420Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:26:28.5160042Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:26:28.5160936Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:26:28.5161627Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:26:28.5162356Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:26:28.5163053Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:26:28.5163753Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:26:28.5164462Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:26:28.5165087Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:26:28.5165939Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:26:28.5166769Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:26:28.5167552Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:26:28.5168488Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:26:28.5169266Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:26:28.5169959Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:26:28.5170750Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:26:28.5171422Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:26:28.5172142Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:26:28.5172878Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:26:28.5173585Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:26:28.5174300Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:26:28.5175043Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:26:28.5175975Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:26:28.5176751Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:26:28.5177618Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:26:28.5178433Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:26:28.5179224Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:26:28.5179956Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:26:28.5180861Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:26:28.5181595Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:26:28.5182372Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:26:28.5183145Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:26:28.5183890Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:26:28.5184809Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:26:28.5185635Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:26:28.5186490Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:26:28.5187369Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:26:28.5188256Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:26:28.5189057Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:26:28.5189831Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:26:28.5190834Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:26:28.5191584Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:26:28.5192335Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:26:28.5193078Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:26:28.5193742Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:26:28.5194392Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:26:28.5195053Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:26:28.5195623Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:26:28.5196233Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:26:28.5196971Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:26:28.5197642Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:26:28.5198371Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:26:28.5199329Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:26:28.5200094Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:26:28.5200989Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:26:28.5201751Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:26:28.5202517Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:26:28.5203226Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:26:28.5203935Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:26:28.5204705Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:26:28.5205558Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:26:28.5206457Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:26:28.5207292Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:26:28.5208047Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:26:28.5208746Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:26:28.5209451Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:26:28.5210166Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:26:28.5211135Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:26:28.5212006Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:26:28.5212886Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:26:28.5213715Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:26:28.5214482Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:26:28.5215394Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:26:28.5216097Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:26:28.5216807Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:26:28.5217489Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:26:28.5218159Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:26:28.5218925Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:26:28.5219679Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:26:28.5220524Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:26:28.5221184Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:26:28.5221894Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:26:28.5222617Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:26:28.5223274Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:26:28.5223922Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:26:28.5224603Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:26:28.5225286Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:26:28.5225894Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:26:28.5226560Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:26:28.5227212Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:26:28.5227884Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:26:28.5228764Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:26:28.5229463Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:26:28.5230135Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:26:28.5231045Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:26:28.5231716Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:26:28.5232446Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:26:28.5233175Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:26:28.5233592Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:26:28.5233964Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:26:28.5234356Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:26:28.5234757Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:26:28.5235273Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:26:28.5235836Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:26:28.5236460Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:26:28.5237108Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:26:28.5237752Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:26:28.5238317Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:26:28.5238675Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:26:28.5239078Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:26:28.5239801Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:26:28.5240634Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:26:28.5241424Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:26:28.5241839Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:26:28.5242412Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:26:28.5242796Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:26:28.5243190Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:26:28.5243591Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:26:28.5243992Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:26:28.5244371Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:26:28.5244767Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:26:28.5245188Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:26:28.5245630Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:26:28.5246065Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:26:28.5246452Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:26:28.5246836Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:26:28.5247238Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:26:28.5247635Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:26:28.5248026Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:26:28.5248404Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:26:28.5248789Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:26:28.5249185Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:26:28.5249563Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:26:28.5250035Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:26:28.5250548Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:26:28.5250877Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:26:28.5251266Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:26:28.5251655Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:26:28.5252040Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:26:28.5252407Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:26:28.5252769Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:26:28.5253138Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:26:28.5253481Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:26:28.5253814Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:26:28.5254232Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:26:28.5254672Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:26:28.5255322Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:26:28.5255978Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:26:28.5256665Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:26:28.5257404Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:26:28.5258146Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:26:28.5258878Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:26:28.5259513Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:26:28.5260134Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:26:28.5261069Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:26:28.5262043Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:26:28.5262771Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:26:28.5263409Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:26:28.5264009Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:26:28.5264691Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:26:28.5265374Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:26:28.5266119Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:26:28.5266954Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:26:28.5267692Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:26:28.5268347Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:26:28.5268947Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:26:28.5269576Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:26:28.5270525Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:26:28.5271426Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:26:28.5272211Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:26:28.5272881Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:26:28.5273705Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:26:28.5274663Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:26:28.5275709Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:26:28.5276515Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:26:28.5277188Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:26:28.5277845Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:26:28.5278580Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:26:28.5279335Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:26:28.5280055Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:26:28.5280943Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:26:28.5281611Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:26:28.5282313Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:26:28.5283029Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:26:28.5283752Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:26:28.5284464Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:26:28.5285187Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:26:28.5285904Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:26:28.5286664Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:26:28.5287474Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:26:28.5288254Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:26:28.5288911Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:26:28.5289574Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:26:28.5290472Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:26:28.5291169Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:26:28.5292042Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:26:28.5292716Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:26:28.5293412Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:26:28.5294163Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:26:28.5295001Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:26:28.5295805Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:26:28.5296528Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:26:28.5297223Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:26:28.5297910Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:26:28.5298581Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:26:28.5299236Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:26:28.5299930Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:26:28.5300803Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:26:28.5301613Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:26:28.5302481Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:26:28.5303310Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:26:28.5304230Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:26:28.5305155Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:26:28.5315698Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:26:28.5316660Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:26:28.5317486Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:26:28.5318154Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:26:28.5318809Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:26:28.5319496Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:26:28.5320165Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:26:28.5321010Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:26:28.5321957Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:26:28.5322647Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:26:28.5323338Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:26:28.5324014Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:26:28.5324703Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:26:28.5325421Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:26:28.5326121Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:26:28.5326868Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:26:28.5327691Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:26:28.5328389Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:26:28.5329052Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:26:28.5329792Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:26:28.5330618Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:26:28.5331281Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:26:28.5332105Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:26:28.5332744Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:26:28.5333438Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:26:28.5334100Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:26:28.5334803Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:26:28.5335435Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:26:28.5335993Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:26:28.5336811Z 	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-20T22:26:28.5337717Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:26:28.5338387Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:26:28.5339051Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:26:28.5339726Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:26:28.5340621Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:26:28.5341395Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:26:28.5342160Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:26:28.5342914Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:26:28.5343640Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:26:28.5344363Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:26:28.5345150Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:26:28.5346060Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:26:28.5346779Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:26:28.5347577Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:26:28.5348445Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:26:28.5349338Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:26:28.5350156Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:26:28.5351071Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:26:28.5351789Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:26:28.5352700Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:26:28.5353600Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:26:28.5354344Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:26:28.5355146Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:26:28.5355956Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:26:28.5356688Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:26:28.5357338Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:26:28.5358082Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:26:28.5358759Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:26:28.5359445Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:26:28.5360109Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:26:28.5360929Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:26:28.5361631Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:26:28.5362324Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:26:28.5363190Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:26:28.5363860Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:26:28.5364497Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:26:28.5365179Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:26:28.5365857Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:26:28.5366504Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:26:28.5367143Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:26:28.5367786Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:26:28.5368441Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:26:28.5369117Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:26:28.5369785Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:26:28.5370616Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:26:28.5371289Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:26:28.5371921Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:26:28.5372587Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:26:28.5373359Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:26:28.5374094Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:26:28.5374747Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:26:28.5375425Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:26:28.5376394Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:26:28.5377137Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:26:28.5377814Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:26:28.5378480Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:26:28.5379123Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:26:28.5379653Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:26:28.5380172Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:26:28.5380982Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:26:28.5381614Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:26:28.5382279Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:26:28.5382905Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:26:28.5383528Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:26:28.5384129Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:26:28.5384811Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:26:28.5385532Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:26:28.5386240Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:26:28.5386943Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:26:28.5387633Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:26:28.5388379Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:26:28.5389285Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:26:28.5390554Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:26:28.5391703Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:26:28.5392893Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:26:28.5393742Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:26:28.5394553Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:26:28.5395504Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:26:28.5396629Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:26:28.5397633Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:26:28.5398521Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:26:28.5399334Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:26:28.5399981Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:26:28.5400835Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:26:28.5401501Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:26:28.5402182Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:26:28.5402868Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:26:28.5403559Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:26:28.5404251Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:26:28.5404928Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:26:28.5405619Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:26:28.5406289Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:26:28.5407133Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:26:28.5407819Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:26:28.5408517Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:26:28.5409224Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:26:28.5409950Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:26:28.5410899Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:26:28.5411546Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:26:28.5412238Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:26:28.5412975Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:26:28.5413703Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:26:28.5414494Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:26:28.5415254Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:26:28.5415912Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:26:28.5416575Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:26:28.5417242Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:26:28.5417890Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:26:28.5418577Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:26:28.5419277Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:26:28.5419942Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:26:28.5420807Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:26:28.5421462Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:26:28.5422110Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:26:28.5423281Z 	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-20T22:26:28.5424570Z 	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-20T22:26:28.5425788Z 	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-20T22:26:28.5426972Z 	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-20T22:26:28.5427952Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:26:28.5428630Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:26:28.5429310Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:26:28.5429972Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:26:28.5430811Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:26:28.5431455Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:26:28.5432126Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:26:28.5432798Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:26:28.5433469Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:26:28.5434141Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:26:28.5434806Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:26:28.5435472Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:26:28.5436163Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:26:28.5437071Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:26:28.5437808Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:26:28.5438520Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:26:28.5439242Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:26:28.5439944Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:26:28.5440804Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:26:28.5441502Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:26:28.5442164Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:26:28.5442855Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:26:28.5443591Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:26:28.5444312Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:26:28.5445022Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:26:28.5445746Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:26:28.5446446Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:26:28.5447194Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:26:28.5447968Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:26:28.5448689Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:26:28.5449449Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:26:28.5450270Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:26:28.5451186Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:26:28.5451838Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:26:28.5452710Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:26:28.5453420Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:26:28.5454165Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:26:28.5454882Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:26:28.5455565Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:26:28.5456266Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:26:28.5457102Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:26:28.5457951Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:26:28.5458659Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:26:28.5459377Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:26:28.5460191Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:26:28.5461077Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:26:28.5461586Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:26:28.5462100Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:26:28.5462538Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:26:28.5462985Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:26:28.5463399Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:26:28.5463816Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:26:28.5464395Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:26:28.5464800Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:26:28.5465184Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:26:28.5465591Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:26:28.5465989Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:26:28.5466397Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:26:28.5466811Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:26:28.5467202Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:26:28.5467576Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:26:28.5467936Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:26:28.5468288Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:26:28.5468681Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:26:28.5469103Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:26:28.5469571Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:26:28.5470020Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:26:28.5470636Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:26:28.5471084Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:26:28.5471505Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:26:28.5471912Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:26:28.5472315Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:26:28.5472681Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:26:28.5473045Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:26:28.5473563Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:26:28.5473954Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:26:28.5474324Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:26:28.5474654Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:26:28.5474963Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:26:28.5475309Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:26:28.5475812Z 	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-20T22:26:28.5476320Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:26:28.5476695Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:26:28.5477058Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:26:28.5477448Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:26:28.5477859Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:26:28.5478259Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:26:28.5478652Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:26:28.5479054Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:26:28.5479450Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:26:28.5479813Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:26:28.5480174Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:26:28.5480699Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:26:28.5481197Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:26:28.5481629Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:26:28.5482048Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:26:28.5482432Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:26:28.5482840Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:26:28.5483269Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:26:28.5483650Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:26:28.5484005Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:26:28.5484352Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:26:28.5484703Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:26:28.5485070Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:26:28.5485440Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:26:28.5485842Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:26:28.5486245Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:26:28.5486697Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:26:28.5487127Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:26:28.5487495Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:26:28.5487865Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:26:28.5488239Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:26:28.5488613Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:26:28.5488986Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:26:28.5489349Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:26:28.5489906Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:26:28.5490554Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:26:28.5490968Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:26:28.5491343Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:26:28.5491714Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:26:28.5492108Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:26:28.5492493Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:26:28.5492861Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:26:28.5493254Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:26:28.5493625Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:26:28.5493977Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:26:28.5494325Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:26:28.5494714Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:26:28.5495125Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:26:28.5495504Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:26:28.5495876Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:26:28.5496308Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:26:28.5496733Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:26:28.5497258Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:26:28.5497649Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:26:28.5498165Z 	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-20T22:26:28.5498674Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:26:28.5498984Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:26:28.5499325Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:26:28.5499730Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:26:28.5500154Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:26:28.5500832Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:26:28.5501421Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:26:28.5502026Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:26:28.5502671Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:26:28.5503301Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:26:28.5503920Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:26:28.5504538Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:26:28.5505110Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:26:28.5505594Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:26:28.5506028Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:26:28.5506458Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:26:28.5507032Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:26:28.5507494Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:26:28.5507919Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:26:28.5508297Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:26:28.5508653Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:26:28.5509019Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:26:28.5509394Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:26:28.5509794Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:26:28.5510205Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:26:28.5510763Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:26:28.5511163Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:26:28.5511619Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:26:28.5512097Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:26:28.5512574Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:26:28.5513049Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:26:28.5513517Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:26:28.5513982Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:26:28.5514419Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:26:28.5514941Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:26:28.5515353Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:26:28.5515766Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:26:28.5516168Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:26:28.5516566Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:26:28.5516990Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:26:28.5517411Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:26:28.5517783Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:26:28.5518157Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:26:28.5518528Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:26:28.5518903Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:26:28.5519331Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:26:28.5519764Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:26:28.5520159Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:26:28.5520727Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:26:28.5521149Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:26:28.5521590Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:26:28.5522027Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:26:28.5522447Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:26:28.5522839Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:26:28.5523217Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:26:28.5523738Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:26:28.5524106Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:26:28.5524477Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:26:28.5524874Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:26:28.5525264Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:26:28.5525691Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:26:28.5526141Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:26:28.5526551Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:26:28.5526952Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:26:28.5527343Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:26:28.5527676Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:26:28.5527994Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:26:28.5528366Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:26:28.5528753Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:26:28.5529133Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:26:28.5529518Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:26:28.5529930Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:26:28.5530537Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:26:28.5530956Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:26:28.5531448Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:26:28.5531838Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:26:28.5532379Z 	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-20T22:26:28.5532945Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:26:28.5533381Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:26:28.5533811Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:26:28.5534236Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:26:28.5534647Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:26:28.5535029Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:26:28.5535425Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:26:28.5535806Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:26:28.5536198Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:26:28.5536587Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:26:28.5536950Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:26:28.5537330Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:26:28.5537718Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:26:28.5538085Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:26:28.5538484Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:26:28.5538943Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:26:28.5539357Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:26:28.5539722Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:26:28.5540202Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:26:28.5540759Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:26:28.5541123Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:26:28.5541497Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:26:28.5541928Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:26:28.5542372Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:26:28.5542778Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:26:28.5543168Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:26:28.5543566Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:26:28.5543945Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:26:28.5544322Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:26:28.5544697Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:26:28.5545089Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:26:28.5545531Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:26:28.5545983Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:26:28.5546409Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:26:28.5546807Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:26:28.5547202Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:26:28.5547733Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:26:28.5548130Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:26:28.5548485Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:26:28.5548797Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:26:28.5549096Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:26:28.5549459Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:26:28.5549828Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:26:28.5550169Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:26:28.5550717Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:26:28.5551115Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:26:28.5551506Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:26:28.5551862Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:26:28.5552201Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:26:28.5552572Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:26:28.5552959Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:26:28.5553323Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:26:28.5553677Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:26:28.5554027Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:26:28.5554402Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:26:28.5554776Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:26:28.5555117Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:26:28.5555478Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:26:28.5555858Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:26:28.5556360Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:26:28.5556728Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:26:28.5557095Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:26:28.5557477Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:26:28.5557863Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:26:28.5558277Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:26:28.5558672Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:26:28.5559020Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:26:28.5559361Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:26:28.5559706Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:26:28.5560122Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:26:28.5560794Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:26:28.5561282Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:26:28.5561746Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:26:28.5562227Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:26:28.5562657Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:26:28.5563039Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:26:28.5563422Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:26:28.5563918Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:26:28.5564298Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:26:28.5564675Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:26:28.5565045Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:26:28.5565414Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:26:28.5565802Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:26:28.5566233Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:26:28.5566652Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:26:28.5567023Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:26:28.5567415Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:26:28.5567838Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:26:28.5568213Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:26:28.5568566Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:26:28.5568953Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:26:28.5569401Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:26:28.5569823Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:26:28.5570227Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:26:28.5570824Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:26:28.5571148Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:26:28.5571423Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:26:28.5571771Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:26:28.5572244Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:26:28.6056300Z [+] Installing Go for linux-amd64...
2025-08-20T22:26:28.7079860Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:26:28.7081078Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:26:28.7082129Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:26:39.8433707Z [+] Downloading Go go1.25.0...
2025-08-20T22:26:39.8481274Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:26:39.8482171Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:26:39.8482572Z 
2025-08-20T22:26:39.9762213Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:26:39.9763057Z 100    80  100    80    0     0    624      0 --:--:-- --:--:-- --:--:--   625
2025-08-20T22:26:40.0358219Z 
2025-08-20T22:26:40.0358728Z 100    75  100    75    0     0    399      0 --:--:-- --:--:-- --:--:--   399
2025-08-20T22:26:40.5822522Z 
2025-08-20T22:26:40.5822860Z 100 56.8M  100 56.8M    0     0  77.4M      0 --:--:-- --:--:-- --:--:-- 77.4M
2025-08-20T22:26:40.5851463Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:26:41.9675288Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:26:41.9675857Z [+] GOROOT: /home/runner/.go
2025-08-20T22:26:41.9676241Z [+] GOPATH: /home/runner/go
2025-08-20T22:26:41.9676573Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:26:41.9831720Z go version go1.25.0 linux/amd64
2025-08-20T22:26:42.0194338Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:26:42.0195202Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:26:42.0195890Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:26:42.0196543Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:26:42.0197509Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:26:42.0198251Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:26:42.0198938Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:26:42.0199607Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:26:42.0200243Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:26:42.0201039Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:26:42.0201681Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:26:42.0202362Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:26:42.0203051Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:26:42.0203771Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:26:42.0204466Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:26:42.0205174Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:26:42.0205883Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:26:42.0206512Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:26:42.0207206Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:26:42.0208079Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:26:42.0208910Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:26:42.0209607Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:26:42.0211067Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:26:42.0211788Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:26:42.0212603Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:26:42.0213367Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:26:42.0214164Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:26:42.0215182Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:26:42.0215850Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:26:42.0216536Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:26:42.0217232Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:26:42.0217989Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:26:42.0218741Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:26:42.0219457Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:26:42.0220171Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:26:42.0221173Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:26:42.0221916Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:26:42.0222604Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:26:42.0223310Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:26:42.0224045Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:26:42.0224631Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:26:42.0225072Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:26:42.0225482Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:26:42.0225936Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:26:42.0226416Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:26:42.0227062Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:26:42.0227573Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:26:42.0228008Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:26:42.0228423Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:26:42.0228832Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:26:42.0229229Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:26:42.0229632Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:26:42.0230017Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:26:42.0230597Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:26:42.0230960Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:26:42.0231319Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:26:42.0231643Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:26:42.0231974Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:26:42.0232368Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:26:42.0232731Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:26:42.0233126Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:26:42.0233546Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:26:42.0233950Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:26:42.0234344Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:26:42.0234755Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:26:42.0235443Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:26:42.0236313Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:26:42.0236972Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:26:42.0237732Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:26:42.0238579Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:26:42.0239452Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:26:42.0239989Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:26:42.0240618Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:26:42.0241013Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:26:42.0241411Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:26:42.0241808Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:26:42.0242243Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:26:42.0242721Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:26:42.0243200Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:26:42.0243678Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:26:42.0244114Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:26:42.0244514Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:26:42.0244903Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:26:42.0245306Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:26:42.0245841Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:26:42.0246252Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:26:42.0246675Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:26:42.0247088Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:26:42.0247470Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:26:42.0247852Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:26:42.0248252Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:26:42.0248653Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:26:42.0249018Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:26:42.0249380Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:26:42.0249773Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:26:42.0250149Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:26:42.0251166Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:26:42.0251538Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:26:42.0251903Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:26:42.0252261Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:26:42.0252644Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:26:42.0253000Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:26:42.0253352Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:26:42.0253717Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:26:42.0254096Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:26:42.0254495Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:26:42.0255019Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:26:42.0255387Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:26:42.0255754Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:26:42.0256146Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:26:42.0256543Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:26:42.0256885Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:26:42.0257467Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:26:42.0258062Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:26:42.0258414Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:26:42.0258766Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:26:42.0259117Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:26:42.0259466Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:26:42.0259833Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:26:42.0260221Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:26:42.0260827Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:26:42.0261265Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:26:42.0261657Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:26:42.0262038Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:26:42.0262418Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:26:42.0262800Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:26:42.0263328Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:26:42.0263739Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:26:42.0264108Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:26:42.0264488Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:26:42.0264890Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:26:42.0265319Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:26:42.0265738Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:26:42.0266121Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:26:42.0266500Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:26:42.0266901Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:26:42.0267300Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:26:42.0267708Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:26:42.0268089Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:26:42.0268478Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:26:42.0268871Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:26:42.0269241Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:26:42.0269588Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:26:42.0269890Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:26:42.0270214Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:26:42.0270971Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:26:42.0271375Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:26:42.0271762Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:26:42.0272263Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:26:42.0272627Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:26:42.0272998Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:26:42.0273345Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:26:42.0273676Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:26:42.0274089Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:26:42.0274521Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:26:42.0274911Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:26:42.0275273Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:26:42.0275653Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:26:42.0276061Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:26:42.0276473Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:26:42.0276877Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:26:42.0277226Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:26:42.0277584Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:26:42.0278002Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:26:42.0278424Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:26:42.0278827Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:26:42.0279182Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:26:42.0279632Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:26:42.0280024Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:26:42.0280880Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:26:42.0281654Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:26:42.0282510Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:26:42.0290103Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:26:42.0290846Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:26:42.0291214Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:26:42.0291576Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:26:42.0292033Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:26:42.0292550Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:26:42.0293010Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:26:42.0293413Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:26:42.0293888Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:26:42.0294419Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:26:42.0294907Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:26:42.0295338Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:26:42.0295697Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:26:42.0296077Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:26:42.0296487Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:26:42.0296900Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:26:42.0297497Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:26:42.0297887Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:26:42.0298262Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:26:42.0298653Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:26:42.0299049Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:26:42.0299443Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:26:42.0299829Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:26:42.0300210Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:26:42.0300780Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:26:42.0301208Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:26:42.0301658Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:26:42.0302074Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:26:42.0302436Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:26:42.0302798Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:26:42.0303193Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:26:42.0303566Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:26:42.0303934Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:26:42.0304302Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:26:42.0304683Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:26:42.0305269Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:26:42.0305751Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:26:42.0306200Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:26:42.0306596Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:26:42.0306981Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:26:42.0307359Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:26:42.0307723Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:26:42.0308083Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:26:42.0308453Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:26:42.0308828Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:26:42.0309271Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:26:42.0309747Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:26:42.0310207Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:26:42.0310948Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:26:42.0311448Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:26:42.0311939Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:26:42.0312414Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:26:42.0312840Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:26:42.0313194Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:26:42.0313553Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:26:42.0313920Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:26:42.0314431Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:26:42.0314802Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:26:42.0315178Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:26:42.0315550Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:26:42.0315921Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:26:42.0316300Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:26:42.0316676Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:26:42.0317063Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:26:42.0317444Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:26:42.0317864Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:26:42.0318307Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:26:42.0318691Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:26:42.0319057Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:26:42.0319461Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:26:42.0319835Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:26:42.0320179Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:26:42.0320706Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:26:42.0321065Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:26:42.0321442Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:26:42.0321924Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:26:42.0322320Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:26:42.0322684Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:26:42.0322995Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:26:42.0323449Z 	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-20T22:26:42.0323955Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:26:42.0324316Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:26:42.0324686Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:26:42.0325045Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:26:42.0325440Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:26:42.0325871Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:26:42.0326287Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:26:42.0326712Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:26:42.0327105Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:26:42.0327495Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:26:42.0327908Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:26:42.0328310Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:26:42.0328693Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:26:42.0329114Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:26:42.0329594Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:26:42.0330092Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:26:42.0330743Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:26:42.0331299Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:26:42.0331702Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:26:42.0332172Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:26:42.0332645Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:26:42.0333043Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:26:42.0333464Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:26:42.0333910Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:26:42.0334306Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:26:42.0334665Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:26:42.0335033Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:26:42.0335407Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:26:42.0335784Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:26:42.0336141Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:26:42.0336492Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:26:42.0336870Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:26:42.0337246Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:26:42.0337603Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:26:42.0337963Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:26:42.0338309Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:26:42.0338789Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:26:42.0339177Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:26:42.0339527Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:26:42.0339875Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:26:42.0340221Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:26:42.0340774Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:26:42.0341139Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:26:42.0341491Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:26:42.0341836Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:26:42.0342205Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:26:42.0342558Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:26:42.0342922Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:26:42.0343358Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:26:42.0343756Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:26:42.0344110Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:26:42.0344479Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:26:42.0344886Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:26:42.0345274Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:26:42.0345627Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:26:42.0345979Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:26:42.0346327Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:26:42.0346625Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:26:42.0346920Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:26:42.0347390Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:26:42.0347731Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:26:42.0348092Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:26:42.0348436Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:26:42.0348771Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:26:42.0349100Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:26:42.0349471Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:26:42.0349876Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:26:42.0350259Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:26:42.0350843Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:26:42.0351229Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:26:42.0351625Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:26:42.0352112Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:26:42.0352719Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:26:42.0353329Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:26:42.0353863Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:26:42.0354327Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:26:42.0354896Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:26:42.0355407Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:26:42.0356012Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:26:42.0356560Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:26:42.0357041Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:26:42.0357480Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:26:42.0357834Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:26:42.0358192Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:26:42.0358550Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:26:42.0358918Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:26:42.0359303Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:26:42.0359684Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:26:42.0360057Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:26:42.0360603Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:26:42.0360972Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:26:42.0361335Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:26:42.0361696Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:26:42.0362054Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:26:42.0362435Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:26:42.0362813Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:26:42.0363221Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:26:42.0363623Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:26:42.0364099Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:26:42.0364477Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:26:42.0364876Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:26:42.0365273Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:26:42.0365701Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:26:42.0366110Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:26:42.0366468Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:26:42.0366831Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:26:42.0367204Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:26:42.0367558Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:26:42.0367944Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:26:42.0368319Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:26:42.0368689Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:26:42.0369061Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:26:42.0369412Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:26:42.0369767Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:26:42.0370460Z 	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-20T22:26:42.0371289Z 	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-20T22:26:42.0371958Z 	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-20T22:26:42.0372601Z 	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-20T22:26:42.0373108Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:26:42.0373481Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:26:42.0373839Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:26:42.0374201Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:26:42.0374563Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:26:42.0374913Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:26:42.0375277Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:26:42.0375650Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:26:42.0376024Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:26:42.0376385Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:26:42.0376756Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:26:42.0377117Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:26:42.0377492Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:26:42.0377890Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:26:42.0378280Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:26:42.0378663Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:26:42.0379051Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:26:42.0379437Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:26:42.0379810Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:26:42.0380497Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:26:42.0380902Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:26:42.0381275Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:26:42.0381669Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:26:42.0382055Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:26:42.0382442Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:26:42.0382825Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:26:42.0383202Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:26:42.0383616Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:26:42.0384037Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:26:42.0384444Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:26:42.0384882Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:26:42.0385334Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:26:42.0385741Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:26:42.0386101Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:26:42.0386507Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:26:42.0386899Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:26:42.0387311Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:26:42.0387849Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:26:42.0388232Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:26:42.0388621Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:26:42.0389080Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:26:42.0389546Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:26:42.0389940Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:26:42.0390540Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:26:42.0391019Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:26:42.0391457Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:26:42.0391923Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:26:42.0392411Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:26:42.0392848Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:26:42.0393281Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:26:42.0393676Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:26:42.0394063Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:26:42.0394477Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:26:42.0394857Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:26:42.0395225Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:26:42.0395621Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:26:42.0396018Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:26:42.0396413Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:26:42.0396952Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:26:42.0397340Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:26:42.0397710Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:26:42.0398069Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:26:42.0398424Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:26:42.0398806Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:26:42.0399215Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:26:42.0399665Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:26:42.0400110Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:26:42.0400664Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:26:42.0401096Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:26:42.0401511Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:26:42.0401905Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:26:42.0402299Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:26:42.0402651Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:26:42.0403003Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:26:42.0403382Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:26:42.0403768Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:26:42.0404127Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:26:42.0404565Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:26:42.0404880Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:26:42.0405230Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:26:42.0405720Z 	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-20T22:26:42.0406223Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:26:42.0406592Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:26:42.0406954Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:26:42.0407337Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:26:42.0407738Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:26:42.0408145Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:26:42.0408540Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:26:42.0408948Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:26:42.0409349Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:26:42.0409709Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:26:42.0410068Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:26:42.0410540Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:26:42.0410912Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:26:42.0411326Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:26:42.0411748Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:26:42.0412129Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:26:42.0412548Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:26:42.0413101Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:26:42.0413483Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:26:42.0413835Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:26:42.0414182Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:26:42.0414531Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:26:42.0414890Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:26:42.0415257Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:26:42.0415644Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:26:42.0416046Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:26:42.0416497Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:26:42.0416926Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:26:42.0417297Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:26:42.0417674Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:26:42.0418052Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:26:42.0418431Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:26:42.0418800Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:26:42.0419163Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:26:42.0419594Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:26:42.0420075Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:26:42.0420713Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:26:42.0421084Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:26:42.0421448Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:26:42.0421837Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:26:42.0422220Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:26:42.0422585Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:26:42.0422974Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:26:42.0423345Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:26:42.0423687Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:26:42.0424029Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:26:42.0424424Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:26:42.0424831Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:26:42.0425205Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:26:42.0425582Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:26:42.0426015Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:26:42.0426441Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:26:42.0426845Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:26:42.0427228Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:26:42.0427741Z 	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-20T22:26:42.0428237Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:26:42.0428547Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:26:42.0428884Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:26:42.0429445Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:26:42.0429858Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:26:42.0430585Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:26:42.0431169Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:26:42.0431770Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:26:42.0432406Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:26:42.0433035Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:26:42.0433654Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:26:42.0434265Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:26:42.0434837Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:26:42.0435312Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:26:42.0435745Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:26:42.0436168Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:26:42.0436576Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:26:42.0437035Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:26:42.0437453Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:26:42.0437950Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:26:42.0438317Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:26:42.0438698Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:26:42.0439070Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:26:42.0439470Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:26:42.0439874Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:26:42.0440227Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:26:42.0440763Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:26:42.0441212Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:26:42.0441687Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:26:42.0442162Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:26:42.0442635Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:26:42.0443100Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:26:42.0443560Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:26:42.0443995Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:26:42.0444396Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:26:42.0444791Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:26:42.0445190Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:26:42.0445585Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:26:42.0445986Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:26:42.0446408Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:26:42.0447004Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:26:42.0447382Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:26:42.0447757Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:26:42.0448131Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:26:42.0448497Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:26:42.0448917Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:26:42.0449343Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:26:42.0449735Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:26:42.0450147Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:26:42.0450665Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:26:42.0451109Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:26:42.0451540Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:26:42.0451958Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:26:42.0452341Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:26:42.0452704Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:26:42.0453080Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:26:42.0453441Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:26:42.0453806Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:26:42.0454307Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:26:42.0454702Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:26:42.0455115Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:26:42.0455571Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:26:42.0455979Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:26:42.0456370Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:26:42.0456755Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:26:42.0457047Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:26:42.0457359Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:26:42.0457730Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:26:42.0458116Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:26:42.0458495Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:26:42.0458883Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:26:42.0459296Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:26:42.0459761Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:26:42.0460172Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:26:42.0460655Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:26:42.0461042Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:26:42.0461573Z 	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-20T22:26:42.0462140Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:26:42.0462582Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:26:42.0463121Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:26:42.0463541Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:26:42.0463946Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:26:42.0464335Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:26:42.0464711Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:26:42.0465082Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:26:42.0465467Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:26:42.0465850Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:26:42.0466219Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:26:42.0466598Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:26:42.0466997Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:26:42.0467360Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:26:42.0467764Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:26:42.0468210Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:26:42.0468656Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:26:42.0469021Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:26:42.0469383Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:26:42.0469760Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:26:42.0470236Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:26:42.0470823Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:26:42.0471249Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:26:42.0471682Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:26:42.0472076Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:26:42.0472464Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:26:42.0472850Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:26:42.0473219Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:26:42.0473576Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:26:42.0473946Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:26:42.0474339Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:26:42.0474777Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:26:42.0475219Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:26:42.0475629Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:26:42.0476020Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:26:42.0476409Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:26:42.0476817Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:26:42.0477199Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:26:42.0477547Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:26:42.0477858Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:26:42.0478163Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:26:42.0478527Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:26:42.0479019Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:26:42.0479360Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:26:42.0479719Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:26:42.0480108Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:26:42.0480635Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:26:42.0480980Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:26:42.0481318Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:26:42.0481684Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:26:42.0482072Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:26:42.0482443Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:26:42.0482794Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:26:42.0483143Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:26:42.0483513Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:26:42.0483886Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:26:42.0484225Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:26:42.0484585Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:26:42.0484964Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:26:42.0485327Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:26:42.0485699Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:26:42.0486077Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:26:42.0486615Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:26:42.0487015Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:26:42.0487434Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:26:42.0487836Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:26:42.0488180Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:26:42.0488533Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:26:42.0488875Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:26:42.0489289Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:26:42.0489776Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:26:42.0490237Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:26:42.0490818Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:26:42.0491312Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:26:42.0491736Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:26:42.0492113Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:26:42.0492492Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:26:42.0492869Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:26:42.0493245Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:26:42.0493616Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:26:42.0493987Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:26:42.0494349Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:26:42.0494734Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:26:42.0495282Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:26:42.0495703Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:26:42.0496073Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:26:42.0496459Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:26:42.0496875Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:26:42.0497244Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:26:42.0497591Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:26:42.0497968Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:26:42.0498412Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:26:42.0498841Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:26:42.0499247Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:26:42.0499650Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:26:42.0499965Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:26:42.0500240Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:26:42.0500711Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:26:42.0501183Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:26:42.2677823Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:26:42.4378626Z Collecting meson
2025-08-20T22:26:42.5209269Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:26:42.5533072Z Collecting ninja
2025-08-20T22:26:42.5726094Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:26:42.5954002Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:26:42.6809981Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 24.4 MB/s  0:00:00
2025-08-20T22:26:42.7000823Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:26:42.7892622Z Installing collected packages: ninja, meson
2025-08-20T22:26:43.4910245Z 
2025-08-20T22:26:43.4938663Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:26:43.7792523Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:26:43.8855804Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:26:43.9407207Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:26:44.6087604Z 1.8.4
2025-08-20T22:26:44.6322358Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:26:44.6575806Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:26:44.6576497Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:26:44.6577159Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:26:44.6577812Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:26:44.6578445Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:26:44.6578929Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:26:44.6579513Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:26:44.6579905Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:26:44.6580251Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:26:44.6581027Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:26:44.6581451Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:26:44.6582121Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:26:44.6582694Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:26:44.6583324Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:26:44.6583723Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:26:44.6584146Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:26:44.6584553Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:26:44.6584914Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:26:44.6585310Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:26:44.6585771Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:26:44.6586213Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:26:44.6586602Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:26:44.6587015Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:26:44.6587418Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:26:44.6587774Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:26:44.6588163Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:26:44.6588589Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:26:44.6589026Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:26:44.6589744Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:26:44.6590666Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:26:44.6591422Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:26:44.6592423Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:26:44.6593220Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:26:44.6593990Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:26:44.6594800Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:26:44.6595316Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:26:44.6595709Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:26:44.6596088Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:26:44.6596488Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:26:44.6596921Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:26:44.6597340Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:26:44.6597740Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:26:44.6598123Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:26:44.6598573Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:26:44.6599042Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:26:44.6599499Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:26:44.6599981Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:26:44.6600652Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:26:44.6601075Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:26:44.6601489Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:26:44.6601894Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:26:44.6602305Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:26:44.6602856Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:26:44.6603244Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:26:44.6603602Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:26:44.6603969Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:26:44.6604293Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:26:44.6604634Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:26:44.6605043Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:26:44.6605419Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:26:44.6605822Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:26:44.6606259Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:26:44.6606674Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:26:44.6607084Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:26:44.6607500Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:26:44.6607921Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:26:44.6608320Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:26:44.6608714Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:26:44.6609134Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:26:44.6609598Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:26:44.6610199Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:26:44.6611004Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:26:44.6611435Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:26:44.6611827Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:26:44.6612306Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:26:44.6612708Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:26:44.6613142Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:26:44.6613624Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:26:44.6614110Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:26:44.6614600Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:26:44.6615036Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:26:44.6615435Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:26:44.6615825Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:26:44.6616226Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:26:44.6616622Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:26:44.6617011Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:26:44.6617429Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:26:44.6617843Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:26:44.6618225Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:26:44.6618599Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:26:44.6619005Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:26:44.6619404Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:26:44.6619910Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:26:44.6620274Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:26:44.6621017Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:26:44.6621403Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:26:44.6621756Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:26:44.6622128Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:26:44.6622503Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:26:44.6622892Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:26:44.6623276Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:26:44.6623641Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:26:44.6624003Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:26:44.6624375Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:26:44.6624760Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:26:44.6625156Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:26:44.6625544Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:26:44.6625914Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:26:44.6626284Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:26:44.6626675Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:26:44.6627075Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:26:44.6627536Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:26:44.6627869Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:26:44.6628228Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:26:44.6628575Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:26:44.6628923Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:26:44.6629279Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:26:44.6629618Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:26:44.6629995Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:26:44.6630563Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:26:44.6631009Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:26:44.6631454Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:26:44.6631855Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:26:44.6632245Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:26:44.6632638Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:26:44.6633026Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:26:44.6633426Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:26:44.6633829Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:26:44.6634207Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:26:44.6634593Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:26:44.6635000Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:26:44.6635438Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:26:44.6635865Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:26:44.6636368Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:26:44.6636754Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:26:44.6637163Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:26:44.6637568Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:26:44.6637958Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:26:44.6638338Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:26:44.6645418Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:26:44.6645933Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:26:44.6646349Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:26:44.6646735Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:26:44.6647057Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:26:44.6647394Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:26:44.6647807Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:26:44.6648226Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:26:44.6648629Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:26:44.6649008Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:26:44.6649391Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:26:44.6649776Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:26:44.6650129Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:26:44.6650687Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:26:44.6651276Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:26:44.6651735Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:26:44.6652130Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:26:44.6652639Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:26:44.6653276Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:26:44.6653980Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:26:44.6654726Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:26:44.6655456Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:26:44.6655825Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:26:44.6656180Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:26:44.6656601Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:26:44.6657031Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:26:44.6657524Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:26:44.6657885Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:26:44.6658223Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:26:44.6658602Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:26:44.6658978Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:26:44.6659392Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:26:44.6659852Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:26:44.6660266Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:26:44.6660856Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:26:44.6661199Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:26:44.6661712Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:26:44.6662156Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:26:44.6662656Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:26:44.6663095Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:26:44.6663481Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:26:44.6663945Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:26:44.6664476Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:26:44.6664961Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:26:44.6665393Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:26:44.6665754Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:26:44.6666135Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:26:44.6666548Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:26:44.6666971Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:26:44.6667371Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:26:44.6667771Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:26:44.6668150Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:26:44.6668544Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:26:44.6668938Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:26:44.6669448Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:26:44.6669844Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:26:44.6670233Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:26:44.6670913Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:26:44.6671341Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:26:44.6671793Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:26:44.6672215Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:26:44.6672585Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:26:44.6672955Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:26:44.6673351Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:26:44.6673728Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:26:44.6674095Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:26:44.6674497Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:26:44.6674892Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:26:44.6675311Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:26:44.6675777Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:26:44.6676220Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:26:44.6676619Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:26:44.6677002Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:26:44.6677384Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:26:44.6677755Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:26:44.6678115Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:26:44.6678613Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:26:44.6678987Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:26:44.6679433Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:26:44.6679911Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:26:44.6680579Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:26:44.6681113Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:26:44.6681624Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:26:44.6682117Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:26:44.6682607Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:26:44.6683046Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:26:44.6683419Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:26:44.6683780Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:26:44.6684160Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:26:44.6684542Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:26:44.6684897Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:26:44.6685270Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:26:44.6685645Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:26:44.6686024Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:26:44.6686522Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:26:44.6686917Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:26:44.6687316Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:26:44.6687697Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:26:44.6688106Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:26:44.6688551Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:26:44.6688942Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:26:44.6689311Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:26:44.6689721Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:26:44.6690094Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:26:44.6690659Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:26:44.6691010Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:26:44.6691371Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:26:44.6691753Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:26:44.6692121Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:26:44.6692513Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:26:44.6692874Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:26:44.6693186Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:26:44.6693646Z 	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-20T22:26:44.6694160Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:26:44.6694525Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:26:44.6694897Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:26:44.6695403Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:26:44.6695806Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:26:44.6696234Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:26:44.6696650Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:26:44.6697081Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:26:44.6697478Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:26:44.6697877Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:26:44.6698293Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:26:44.6698706Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:26:44.6699091Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:26:44.6699516Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:26:44.6700003Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:26:44.6700806Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:26:44.6701255Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:26:44.6701661Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:26:44.6702059Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:26:44.6702531Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:26:44.6703009Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:26:44.6703535Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:26:44.6703975Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:26:44.6704431Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:26:44.6704836Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:26:44.6705194Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:26:44.6705553Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:26:44.6705932Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:26:44.6706314Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:26:44.6706672Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:26:44.6707029Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:26:44.6707419Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:26:44.6707793Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:26:44.6708157Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:26:44.6708520Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:26:44.6708870Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:26:44.6709244Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:26:44.6709625Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:26:44.6709983Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:26:44.6710536Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:26:44.6710896Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:26:44.6711254Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:26:44.6711620Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:26:44.6711972Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:26:44.6712447Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:26:44.6712813Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:26:44.6713646Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:26:44.6714306Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:26:44.6715098Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:26:44.6715634Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:26:44.6715997Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:26:44.6716371Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:26:44.6716786Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:26:44.6717193Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:26:44.6717557Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:26:44.6717916Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:26:44.6718269Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:26:44.6718564Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:26:44.6718863Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:26:44.6719209Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:26:44.6719559Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:26:44.6719916Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:26:44.6720269Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:26:44.6720843Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:26:44.6721370Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:26:44.6721772Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:26:44.6722183Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:26:44.6722573Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:26:44.6722995Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:26:44.6723373Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:26:44.6723775Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:26:44.6724271Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:26:44.6724884Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:26:44.6725506Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:26:44.6726040Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:26:44.6726508Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:26:44.6726950Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:26:44.6727458Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:26:44.6728064Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:26:44.6728661Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:26:44.6729166Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:26:44.6729611Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:26:44.6729984Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:26:44.6730697Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:26:44.6731059Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:26:44.6731434Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:26:44.6731821Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:26:44.6732198Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:26:44.6732579Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:26:44.6732948Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:26:44.6733321Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:26:44.6733688Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:26:44.6734056Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:26:44.6734417Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:26:44.6734807Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:26:44.6735194Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:26:44.6735600Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:26:44.6736005Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:26:44.6736357Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:26:44.6736738Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:26:44.6737150Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:26:44.6737558Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:26:44.6738112Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:26:44.6738537Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:26:44.6738905Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:26:44.6739268Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:26:44.6739645Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:26:44.6739997Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:26:44.6740581Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:26:44.6740973Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:26:44.6741344Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:26:44.6741727Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:26:44.6742083Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:26:44.6742441Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:26:44.6742993Z 	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-20T22:26:44.6743698Z 	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-20T22:26:44.6744369Z 	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-20T22:26:44.6745023Z 	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-20T22:26:44.6745540Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:26:44.6745915Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:26:44.6746280Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:26:44.6746658Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:26:44.6747160Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:26:44.6747515Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:26:44.6747879Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:26:44.6748255Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:26:44.6748625Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:26:44.6748996Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:26:44.6749370Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:26:44.6749735Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:26:44.6750115Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:26:44.6750762Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:26:44.6751163Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:26:44.6751554Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:26:44.6751945Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:26:44.6752330Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:26:44.6752710Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:26:44.6753087Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:26:44.6753455Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:26:44.6753834Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:26:44.6754230Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:26:44.6754744Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:26:44.6755151Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:26:44.6755538Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:26:44.6755913Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:26:44.6756325Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:26:44.6756748Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:26:44.6757153Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:26:44.6757584Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:26:44.6758041Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:26:44.6758447Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:26:44.6758813Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:26:44.6759188Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:26:44.6759580Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:26:44.6759979Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:26:44.6760582Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:26:44.6760960Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:26:44.6761338Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:26:44.6761799Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:26:44.6762266Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:26:44.6762658Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:26:44.6763061Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:26:44.6763502Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:26:44.6764066Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:26:44.6764533Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:26:44.6765021Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:26:44.6765453Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:26:44.6765882Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:26:44.6766275Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:26:44.6766668Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:26:44.6767081Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:26:44.6767468Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:26:44.6767841Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:26:44.6768238Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:26:44.6768631Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:26:44.6769029Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:26:44.6769444Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:26:44.6769829Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:26:44.6770199Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:26:44.6770727Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:26:44.6771078Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:26:44.6771575Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:26:44.6771994Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:26:44.6772438Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:26:44.6772880Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:26:44.6773274Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:26:44.6773701Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:26:44.6774112Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:26:44.6774505Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:26:44.6774904Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:26:44.6775258Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:26:44.6775620Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:26:44.6776008Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:26:44.6776394Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:26:44.6776757Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:26:44.6777081Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:26:44.6777390Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:26:44.6777735Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:26:44.6778229Z 	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-20T22:26:44.6778737Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:26:44.6779108Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:26:44.6779475Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:26:44.6779999Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:26:44.6780601Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:26:44.6781010Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:26:44.6781402Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:26:44.6781810Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:26:44.6782206Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:26:44.6782571Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:26:44.6782936Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:26:44.6783293Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:26:44.6783676Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:26:44.6784089Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:26:44.6784511Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:26:44.6784896Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:26:44.6785306Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:26:44.6785738Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:26:44.6786123Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:26:44.6786490Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:26:44.6786859Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:26:44.6787229Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:26:44.6787715Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:26:44.6788092Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:26:44.6788490Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:26:44.6788894Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:26:44.6789351Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:26:44.6789784Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:26:44.6790148Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:26:44.6790761Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:26:44.6791142Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:26:44.6791520Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:26:44.6791898Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:26:44.6792262Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:26:44.6792704Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:26:44.6793185Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:26:44.6793593Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:26:44.6793962Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:26:44.6794324Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:26:44.6794717Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:26:44.6795102Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:26:44.6795467Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:26:44.6795869Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:26:44.6796249Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:26:44.6796732Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:26:44.6797094Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:26:44.6797488Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:26:44.6797901Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:26:44.6798277Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:26:44.6798662Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:26:44.6799102Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:26:44.6799533Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:26:44.6799946Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:26:44.6800440Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:26:44.6800961Z 	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-20T22:26:44.6801467Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:26:44.6801774Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:26:44.6802118Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:26:44.6802529Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:26:44.6802950Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:26:44.6803466Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:26:44.6804040Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:26:44.6804755Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:26:44.6805413Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:26:44.6806044Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:26:44.6806658Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:26:44.6807275Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:26:44.6807848Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:26:44.6808328Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:26:44.6808763Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:26:44.6809194Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:26:44.6809610Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:26:44.6810071Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:26:44.6810596Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:26:44.6810969Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:26:44.6811327Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:26:44.6811688Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:26:44.6812060Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:26:44.6812461Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:26:44.6812867Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:26:44.6813226Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:26:44.6813618Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:26:44.6814194Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:26:44.6814679Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:26:44.6815152Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:26:44.6815625Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:26:44.6816094Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:26:44.6816562Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:26:44.6817002Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:26:44.6817411Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:26:44.6817815Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:26:44.6818223Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:26:44.6818625Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:26:44.6819023Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:26:44.6819452Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:26:44.6819880Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:26:44.6820263Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:26:44.6820740Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:26:44.6821111Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:26:44.6821595Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:26:44.6822029Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:26:44.6822467Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:26:44.6822892Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:26:44.6823288Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:26:44.6823708Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:26:44.6824150Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:26:44.6824584Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:26:44.6825005Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:26:44.6825395Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:26:44.6825769Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:26:44.6826157Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:26:44.6826521Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:26:44.6826889Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:26:44.6827281Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:26:44.6827677Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:26:44.6828097Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:26:44.6828557Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:26:44.6828969Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:26:44.6829368Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:26:44.6829758Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:26:44.6830057Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:26:44.6830587Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:26:44.6830964Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:26:44.6831356Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:26:44.6831740Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:26:44.6832126Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:26:44.6832544Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:26:44.6832979Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:26:44.6833388Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:26:44.6833770Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:26:44.6834159Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:26:44.6834698Z 	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-20T22:26:44.6835265Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:26:44.6835703Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:26:44.6836139Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:26:44.6836563Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:26:44.6836973Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:26:44.6837372Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:26:44.6837860Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:26:44.6838238Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:26:44.6838626Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:26:44.6839019Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:26:44.6839382Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:26:44.6839760Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:26:44.6840150Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:26:44.6840618Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:26:44.6841019Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:26:44.6841467Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:26:44.6841881Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:26:44.6842245Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:26:44.6842614Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:26:44.6842995Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:26:44.6843361Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:26:44.6843724Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:26:44.6844137Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:26:44.6844573Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:26:44.6844968Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:26:44.6845357Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:26:44.6845750Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:26:44.6846121Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:26:44.6846636Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:26:44.6847009Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:26:44.6847411Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:26:44.6847846Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:26:44.6848286Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:26:44.6848701Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:26:44.6849096Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:26:44.6849488Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:26:44.6849904Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:26:44.6850379Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:26:44.6850735Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:26:44.6851041Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:26:44.6851337Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:26:44.6851692Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:26:44.6852059Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:26:44.6852410Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:26:44.6852777Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:26:44.6853169Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:26:44.6853544Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:26:44.6854009Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:26:44.6854356Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:26:44.6854729Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:26:44.6855116Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:26:44.6855482Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:26:44.6855838Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:26:44.6856189Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:26:44.6856564Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:26:44.6856936Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:26:44.6857283Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:26:44.6857650Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:26:44.6858032Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:26:44.6858399Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:26:44.6858768Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:26:44.6859134Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:26:44.6859508Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:26:44.6859910Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:26:44.6860422Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:26:44.6860820Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:26:44.6861165Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:26:44.6861504Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:26:44.6861843Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:26:44.6862262Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:26:44.6862867Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:26:44.6863325Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:26:44.6863790Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:26:44.6864274Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:26:44.6864701Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:26:44.6865077Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:26:44.6865462Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:26:44.6865845Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:26:44.6866224Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:26:44.6866606Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:26:44.6866976Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:26:44.6867343Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:26:44.6867733Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:26:44.6868168Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:26:44.6868591Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:26:44.6868962Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:26:44.6869356Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:26:44.6869771Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:26:44.6870253Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:26:44.6870705Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:26:44.6871089Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:26:44.6871535Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:26:44.6871958Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:26:44.6872361Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:26:44.6872763Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:26:44.6873084Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:26:44.6873361Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:26:44.6873710Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:26:44.6874189Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:26:44.8604401Z info: downloading installer
2025-08-20T22:26:45.0327089Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:26:45.0327697Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:26:45.0328122Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:26:45.0328576Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:26:45.0495611Z info: profile set to 'default'
2025-08-20T22:26:45.0496122Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:26:45.0496605Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:26:45.1168957Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:26:45.1486595Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:26:45.1486951Z 
2025-08-20T22:26:45.1581183Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:26:45.1581736Z 
2025-08-20T22:26:45.1581762Z 
2025-08-20T22:26:45.1582177Z Rust is installed now. Great!
2025-08-20T22:26:45.1582420Z 
2025-08-20T22:26:45.1582627Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:26:45.1583201Z environment variable. This has not been done automatically.
2025-08-20T22:26:45.1583604Z 
2025-08-20T22:26:45.1583795Z To configure your current shell, you need to source
2025-08-20T22:26:45.1584286Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:26:45.1584596Z 
2025-08-20T22:26:45.1584897Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:26:45.1585581Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:26:45.1586122Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:26:45.1586620Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:26:45.1994847Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:26:45.2334537Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:26:45.2335004Z 
2025-08-20T22:26:45.2425590Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:26:45.2425930Z 
2025-08-20T22:26:45.2913448Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:26:46.4618053Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:26:46.4933919Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:26:46.4934634Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:26:46.4935136Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:26:46.4935503Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:26:46.4935939Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:26:46.4936599Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:26:46.4937259Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:26:46.4938184Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:26:46.4938863Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:26:46.4939462Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:26:46.4940100Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:26:46.4941073Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:26:46.4941752Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:26:46.4942466Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:26:46.4943165Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:26:46.4943868Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:26:46.4944573Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:26:46.4945214Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:26:46.4945680Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:26:46.4946160Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:26:46.4946609Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:26:46.4946991Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:26:46.4947403Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:26:46.4947794Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:26:46.4948143Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:26:46.4948520Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:26:46.4948955Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:26:46.4949379Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:26:46.4949781Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:26:46.4950592Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:26:46.4951009Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:26:46.4951429Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:26:46.4951853Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:26:46.4952261Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:26:46.4952693Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:26:46.4953107Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:26:46.4953497Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:26:46.4953888Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:26:46.4954289Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:26:46.4954707Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:26:46.4955113Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:26:46.4955504Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:26:46.4955889Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:26:46.4956332Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:26:46.4956795Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:26:46.4957255Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:26:46.4957727Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:26:46.4958282Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:26:46.4958704Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:26:46.4959112Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:26:46.4959507Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:26:46.4959910Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:26:46.4960455Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:26:46.4960854Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:26:46.4961216Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:26:46.4961574Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:26:46.4961885Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:26:46.4962222Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:26:46.4962614Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:26:46.4962985Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:26:46.4963378Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:26:46.4963800Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:26:46.4964203Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:26:46.4964599Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:26:46.4965008Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:26:46.4965432Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:26:46.4965819Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:26:46.4966206Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:26:46.4966747Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:26:46.4967205Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:26:46.4967689Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:26:46.4968148Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:26:46.4968554Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:26:46.4968929Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:26:46.4969306Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:26:46.4969697Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:26:46.4970122Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:26:46.4970822Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:26:46.4971317Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:26:46.4971793Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:26:46.4972220Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:26:46.4972606Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:26:46.4972983Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:26:46.4973374Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:26:46.4973756Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:26:46.4974131Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:26:46.4974668Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:26:46.4975083Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:26:46.4975462Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:26:46.4975828Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:26:46.4976221Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:26:46.4976617Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:26:46.4976978Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:26:46.4977333Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:26:46.4977710Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:26:46.4978098Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:26:46.4985281Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:26:46.4985706Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:26:46.4986296Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:26:46.4986783Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:26:46.4987173Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:26:46.4987540Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:26:46.4987894Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:26:46.4988257Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:26:46.4988666Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:26:46.4989084Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:26:46.4989477Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:26:46.4989851Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:26:46.4990672Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:26:46.4991221Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:26:46.4991621Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:26:46.4991950Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:26:46.4992275Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:26:46.4992626Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:26:46.4992972Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:26:46.4993320Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:26:46.4993671Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:26:46.4994009Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:26:46.4994382Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:26:46.4994776Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:26:46.4995202Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:26:46.4995640Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:26:46.4996033Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:26:46.4996407Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:26:46.4996785Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:26:46.4997175Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:26:46.4997574Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:26:46.4997982Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:26:46.4998487Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:26:46.4998879Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:26:46.4999289Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:26:46.4999727Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:26:46.5000150Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:26:46.5000719Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:26:46.5001110Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:26:46.5001515Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:26:46.5001915Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:26:46.5002303Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:26:46.5002692Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:26:46.5003082Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:26:46.5003474Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:26:46.5003846Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:26:46.5004197Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:26:46.5004498Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:26:46.5004812Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:26:46.5005196Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:26:46.5005585Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:26:46.5005968Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:26:46.5006332Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:26:46.5006689Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:26:46.5007186Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:26:46.5007533Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:26:46.5007862Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:26:46.5008350Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:26:46.5008789Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:26:46.5009175Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:26:46.5009542Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:26:46.5009917Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:26:46.5010489Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:26:46.5010914Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:26:46.5011322Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:26:46.5011675Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:26:46.5012024Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:26:46.5012436Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:26:46.5013018Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:26:46.5013725Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:26:46.5014251Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:26:46.5014585Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:26:46.5014964Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:26:46.5015474Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:26:46.5015895Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:26:46.5016365Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:26:46.5016804Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:26:46.5017163Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:26:46.5017502Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:26:46.5017853Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:26:46.5018289Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:26:46.5018789Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:26:46.5019229Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:26:46.5019606Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:26:46.5020068Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:26:46.5020795Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:26:46.5021292Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:26:46.5021716Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:26:46.5022070Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:26:46.5022444Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:26:46.5022846Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:26:46.5023251Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:26:46.5023645Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:26:46.5024013Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:26:46.5024369Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:26:46.5024880Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:26:46.5025271Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:26:46.5025652Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:26:46.5026035Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:26:46.5026417Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:26:46.5026805Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:26:46.5027223Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:26:46.5027663Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:26:46.5028084Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:26:46.5028448Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:26:46.5028820Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:26:46.5029209Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:26:46.5029577Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:26:46.5029943Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:26:46.5030477Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:26:46.5030884Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:26:46.5031290Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:26:46.5031759Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:26:46.5032316Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:26:46.5032712Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:26:46.5033097Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:26:46.5033470Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:26:46.5033835Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:26:46.5034228Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:26:46.5034600Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:26:46.5034971Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:26:46.5035410Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:26:46.5035878Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:26:46.5036336Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:26:46.5036844Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:26:46.5037341Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:26:46.5037824Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:26:46.5038450Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:26:46.5038982Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:26:46.5039337Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:26:46.5039687Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:26:46.5040050Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:26:46.5040604Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:26:46.5040962Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:26:46.5041470Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:26:46.5041837Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:26:46.5042207Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:26:46.5042577Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:26:46.5042945Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:26:46.5043330Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:26:46.5043708Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:26:46.5044112Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:26:46.5044538Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:26:46.5044922Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:26:46.5045287Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:26:46.5045697Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:26:46.5046060Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:26:46.5046404Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:26:46.5046744Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:26:46.5047100Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:26:46.5047472Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:26:46.5047832Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:26:46.5048210Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:26:46.5048559Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:26:46.5048984Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:26:46.5049436Z 	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-20T22:26:46.5049944Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:26:46.5050463Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:26:46.5050904Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:26:46.5051265Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:26:46.5051657Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:26:46.5052077Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:26:46.5052491Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:26:46.5052911Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:26:46.5053307Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:26:46.5053700Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:26:46.5054107Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:26:46.5054507Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:26:46.5054885Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:26:46.5055302Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:26:46.5055783Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:26:46.5056271Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:26:46.5056706Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:26:46.5057108Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:26:46.5057495Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:26:46.5058092Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:26:46.5058564Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:26:46.5058958Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:26:46.5059383Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:26:46.5059835Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:26:46.5060239Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:26:46.5060825Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:26:46.5061183Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:26:46.5061562Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:26:46.5061937Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:26:46.5062301Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:26:46.5062656Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:26:46.5063033Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:26:46.5063403Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:26:46.5063760Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:26:46.5064124Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:26:46.5064469Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:26:46.5064836Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:26:46.5065208Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:26:46.5065681Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:26:46.5066037Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:26:46.5066387Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:26:46.5066743Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:26:46.5067103Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:26:46.5067460Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:26:46.5067811Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:26:46.5068176Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:26:46.5068522Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:26:46.5068882Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:26:46.5069315Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:26:46.5069721Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:26:46.5070075Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:26:46.5070573Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:26:46.5070992Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:26:46.5071392Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:26:46.5071752Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:26:46.5072123Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:26:46.5072468Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:26:46.5072764Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:26:46.5073058Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:26:46.5073414Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:26:46.5073762Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:26:46.5074240Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:26:46.5074590Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:26:46.5074929Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:26:46.5075257Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:26:46.5075630Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:26:46.5076033Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:26:46.5076421Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:26:46.5076806Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:26:46.5077186Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:26:46.5077592Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:26:46.5078090Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:26:46.5078698Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:26:46.5079314Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:26:46.5079849Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:26:46.5080419Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:26:46.5080861Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:26:46.5081375Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:26:46.5082097Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:26:46.5082648Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:26:46.5083131Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:26:46.5083565Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:26:46.5083922Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:26:46.5084287Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:26:46.5084649Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:26:46.5085021Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:26:46.5085401Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:26:46.5085774Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:26:46.5086153Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:26:46.5086521Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:26:46.5086897Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:26:46.5087255Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:26:46.5087618Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:26:46.5087975Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:26:46.5088355Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:26:46.5088738Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:26:46.5089138Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:26:46.5089538Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:26:46.5089898Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:26:46.5090435Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:26:46.5091074Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:26:46.5091496Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:26:46.5091942Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:26:46.5092368Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:26:46.5092745Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:26:46.5093113Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:26:46.5093491Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:26:46.5093854Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:26:46.5094241Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:26:46.5094626Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:26:46.5095007Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:26:46.5095517Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:26:46.5096100Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:26:46.5096722Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:26:46.5097698Z 	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-20T22:26:46.5098929Z 	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-20T22:26:46.5099601Z 	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-20T22:26:46.5100539Z 	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-20T22:26:46.5101077Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:26:46.5101464Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:26:46.5101826Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:26:46.5102197Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:26:46.5102565Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:26:46.5102918Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:26:46.5103283Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:26:46.5103657Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:26:46.5104027Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:26:46.5104406Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:26:46.5104777Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:26:46.5105147Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:26:46.5105526Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:26:46.5105932Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:26:46.5106321Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:26:46.5106708Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:26:46.5107096Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:26:46.5107476Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:26:46.5107849Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:26:46.5108227Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:26:46.5108591Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:26:46.5109117Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:26:46.5109512Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:26:46.5109892Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:26:46.5110388Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:26:46.5110779Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:26:46.5111147Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:26:46.5111568Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:26:46.5111995Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:26:46.5112392Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:26:46.5112818Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:26:46.5113275Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:26:46.5113684Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:26:46.5114047Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:26:46.5114421Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:26:46.5114815Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:26:46.5115225Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:26:46.5115623Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:26:46.5115993Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:26:46.5116497Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:26:46.5116964Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:26:46.5117431Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:26:46.5117820Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:26:46.5118217Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:26:46.5118659Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:26:46.5119096Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:26:46.5119562Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:26:46.5120033Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:26:46.5120576Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:26:46.5121004Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:26:46.5121405Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:26:46.5121790Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:26:46.5122199Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:26:46.5122576Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:26:46.5122949Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:26:46.5123349Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:26:46.5123740Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:26:46.5124141Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:26:46.5124548Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:26:46.5124938Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:26:46.5125431Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:26:46.5125790Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:26:46.5126139Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:26:46.5126519Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:26:46.5126930Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:26:46.5127372Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:26:46.5127810Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:26:46.5128202Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:26:46.5128624Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:26:46.5129035Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:26:46.5129436Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:26:46.5129831Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:26:46.5130184Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:26:46.5130787Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:26:46.5131170Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:26:46.5131560Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:26:46.5131923Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:26:46.5132244Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:26:46.5132549Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:26:46.5133019Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:26:46.5133517Z 	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-20T22:26:46.5134021Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:26:46.5134423Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:26:46.5134792Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:26:46.5135173Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:26:46.5135572Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:26:46.5135966Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:26:46.5136350Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:26:46.5136750Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:26:46.5137154Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:26:46.5137522Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:26:46.5137881Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:26:46.5138235Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:26:46.5138620Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:26:46.5139041Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:26:46.5139463Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:26:46.5139851Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:26:46.5140260Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:26:46.5140809Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:26:46.5141195Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:26:46.5141559Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:26:46.5142033Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:26:46.5142389Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:26:46.5142753Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:26:46.5143122Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:26:46.5143513Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:26:46.5143924Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:26:46.5144371Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:26:46.5144803Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:26:46.5145175Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:26:46.5145551Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:26:46.5145926Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:26:46.5146302Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:26:46.5146665Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:26:46.5147027Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:26:46.5147460Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:26:46.5147936Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:26:46.5148340Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:26:46.5148703Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:26:46.5149183Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:26:46.5149581Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:26:46.5149970Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:26:46.5150442Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:26:46.5150830Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:26:46.5151201Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:26:46.5151555Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:26:46.5151897Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:26:46.5152285Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:26:46.5152696Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:26:46.5153064Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:26:46.5153445Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:26:46.5153880Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:26:46.5154302Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:26:46.5154709Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:26:46.5155087Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:26:46.5155585Z 	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-20T22:26:46.5156081Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:26:46.5156382Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:26:46.5156718Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:26:46.5157126Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:26:46.5157539Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:26:46.5158167Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:26:46.5158735Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:26:46.5159330Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:26:46.5159963Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:26:46.5160692Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:26:46.5161305Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:26:46.5161927Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:26:46.5162496Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:26:46.5162976Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:26:46.5163405Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:26:46.5163831Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:26:46.5164244Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:26:46.5164701Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:26:46.5165122Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:26:46.5165494Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:26:46.5165850Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:26:46.5166337Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:26:46.5166709Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:26:46.5167115Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:26:46.5167519Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:26:46.5167884Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:26:46.5168273Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:26:46.5168728Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:26:46.5169202Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:26:46.5169676Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:26:46.5170151Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:26:46.5170835Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:26:46.5171304Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:26:46.5171745Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:26:46.5172150Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:26:46.5172555Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:26:46.5172954Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:26:46.5173353Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:26:46.5173752Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:26:46.5174173Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:26:46.5174602Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:26:46.5174986Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:26:46.5175505Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:26:46.5175873Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:26:46.5176242Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:26:46.5176675Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:26:46.5177105Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:26:46.5177498Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:26:46.5177897Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:26:46.5178307Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:26:46.5178745Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:26:46.5179187Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:26:46.5179608Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:26:46.5179994Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:26:46.5180476Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:26:46.5180858Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:26:46.5181216Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:26:46.5181590Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:26:46.5181983Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:26:46.5182371Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:26:46.5182910Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:26:46.5183375Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:26:46.5183790Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:26:46.5184185Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:26:46.5184573Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:26:46.5184866Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:26:46.5185184Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:26:46.5185558Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:26:46.5185937Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:26:46.5186313Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:26:46.5186702Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:26:46.5187118Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:26:46.5187554Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:26:46.5187961Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:26:46.5188338Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:26:46.5188718Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:26:46.5189253Z 	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-20T22:26:46.5189830Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:26:46.5190382Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:26:46.5190823Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:26:46.5191244Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:26:46.5191781Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:26:46.5192162Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:26:46.5192539Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:26:46.5192907Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:26:46.5193291Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:26:46.5193678Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:26:46.5194040Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:26:46.5194418Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:26:46.5194810Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:26:46.5195168Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:26:46.5195572Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:26:46.5196018Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:26:46.5196425Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:26:46.5196790Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:26:46.5197153Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:26:46.5197527Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:26:46.5197889Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:26:46.5198251Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:26:46.5198784Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:26:46.5199223Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:26:46.5199627Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:26:46.5200011Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:26:46.5200503Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:26:46.5200876Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:26:46.5201239Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:26:46.5201614Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:26:46.5202001Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:26:46.5202441Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:26:46.5202895Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:26:46.5203307Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:26:46.5203706Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:26:46.5204096Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:26:46.5204504Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:26:46.5204881Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:26:46.5205230Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:26:46.5205541Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:26:46.5205835Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:26:46.5206194Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:26:46.5206557Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:26:46.5206904Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:26:46.5207264Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:26:46.5207775Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:26:46.5208151Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:26:46.5208501Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:26:46.5208837Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:26:46.5209202Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:26:46.5209589Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:26:46.5209962Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:26:46.5210489Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:26:46.5210868Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:26:46.5211244Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:26:46.5211624Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:26:46.5211966Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:26:46.5212330Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:26:46.5212705Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:26:46.5213074Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:26:46.5213436Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:26:46.5213800Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:26:46.5214176Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:26:46.5214566Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:26:46.5215141Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:26:46.5215543Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:26:46.5215894Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:26:46.5216239Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:26:46.5216577Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:26:46.5216989Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:26:46.5217472Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:26:46.5217929Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:26:46.5218390Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:26:46.5218873Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:26:46.5219300Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:26:46.5219678Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:26:46.5220056Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:26:46.5220582Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:26:46.5220956Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:26:46.5221327Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:26:46.5221707Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:26:46.5222068Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:26:46.5222452Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:26:46.5222881Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:26:46.5223309Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:26:46.5223802Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:26:46.5224193Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:26:46.5224601Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:26:46.5224971Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:26:46.5225319Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:26:46.5225696Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:26:46.5226137Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:26:46.5226555Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:26:46.5226955Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:26:46.5227354Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:26:46.5227682Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:26:46.5227954Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:26:46.5228294Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:26:46.5228764Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:26:46.5229068Z 
2025-08-20T22:26:46.5229072Z 
2025-08-20T22:26:46.5229443Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:26:46 PM)
2025-08-20T22:26:46.5229815Z 
2025-08-20T22:26:46.5229819Z 
2025-08-20T22:26:46.5229831Z 
2025-08-20T22:26:46.5229910Z [+] Continue : YES
2025-08-20T22:26:46.5230023Z 
2025-08-20T22:26:46.5230256Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:26:46.5553269Z 
2025-08-20T22:26:46.5553798Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:26:46 PM) UTC
2025-08-20T22:26:46.5554078Z 
2025-08-20T22:26:46.5571160Z 
2025-08-20T22:26:46.5571390Z [+] Total RECIPES :: 1
2025-08-20T22:26:46.5571641Z 
2025-08-20T22:26:46.5647480Z 
2025-08-20T22:26:46.5648373Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml (1/1)
2025-08-20T22:26:46.5649356Z 
2025-08-20T22:26:46.6434739Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:26:46.6445323Z mode of '/tmp/pkgforge/yT5IjpGvR_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:26:46.6493129Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/rust-parallel/official [Provided]
2025-08-20T22:26:46.6493919Z [+] Setting '.pkg_family' --> rust-parallel [Provided]
2025-08-20T22:26:46.6506050Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:26:46.6512741Z [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-20T22:26:46.6543425Z [00:00:00.003]➜  
2025-08-20T22:26:46.6543978Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:26:46.6544444Z [00:00:00.003]➜  
2025-08-20T22:26:46.6585124Z [00:00:00.007]➜  
2025-08-20T22:26:46.6585663Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:26:46.6586089Z [00:00:00.007]➜  
2025-08-20T22:26:46.6664220Z [00:00:00.015]➜  
2025-08-20T22:26:46.6665322Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/rust-parallel/static.official.source.yaml) --> /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:26:46 PM) UTC]
2025-08-20T22:26:46.6666319Z [00:00:00.015]➜  
2025-08-20T22:26:46.6666527Z [00:00:00.015]➜  
2025-08-20T22:26:46.6666741Z [00:00:00.015]➜  
2025-08-20T22:26:46.6667025Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:26:46.6675441Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:26:46.6677022Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:26:46.6678191Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:26:46.6678642Z [00:00:00.016]➜  
2025-08-20T22:26:46.6679083Z [00:00:00.016]➜  pkg: "rust-parallel"
2025-08-20T22:26:46.6679744Z [00:00:00.016]➜  pkg_id: "github.com.aaronriekenberg.rust-parallel"
2025-08-20T22:26:46.6680574Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:26:46.6681033Z [00:00:00.016]➜  category:
2025-08-20T22:26:46.6682891Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:26:46.6683280Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:26:46.6683714Z [00:00:00.016]➜  description: "Run commands in parallel (parallel | xargs in rust)"
2025-08-20T22:26:46.6684121Z [00:00:00.016]➜  homepage:
2025-08-20T22:26:46.6684497Z [00:00:00.016]➜    - "https://github.com/aaronriekenberg/rust-parallel"
2025-08-20T22:26:46.6684867Z [00:00:00.017]➜  maintainer:
2025-08-20T22:26:46.6685193Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:26:46.6685504Z [00:00:00.017]➜  note:
2025-08-20T22:26:46.6685794Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:26:46.6686368Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aaronriekenberg/rust-parallel"  
2025-08-20T22:26:46.6686838Z [00:00:00.017]➜  repology:
2025-08-20T22:26:46.6687088Z [00:00:00.017]➜    - "rust-parallel"
2025-08-20T22:26:46.6687344Z [00:00:00.017]➜  src_url:
2025-08-20T22:26:46.6687693Z [00:00:00.017]➜    - "https://github.com/aaronriekenberg/rust-parallel"
2025-08-20T22:26:46.6688016Z [00:00:00.017]➜  tag:
2025-08-20T22:26:46.6688244Z [00:00:00.017]➜    - "parallel"
2025-08-20T22:26:46.6688651Z [00:00:00.017]➜  x_exec:
2025-08-20T22:26:46.6688940Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:26:46.6689214Z [00:00:00.017]➜    host:
2025-08-20T22:26:46.6689457Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:26:46.6689749Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:26:46.6690006Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:26:46.6690253Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:26:46.6690784Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:26:46.6691562Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/aaronriekenberg/rust-parallel" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:26:46.6693031Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:26:46.6693707Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:26:46.6694113Z [00:00:00.017]➜    run: |
2025-08-20T22:26:46.6694350Z [00:00:00.017]➜      #Build
2025-08-20T22:26:46.6694968Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:26:46.6695696Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:26:46.6696269Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:26:46.6696740Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:26:46.6697157Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:26:46.6697505Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:26:46.6697767Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:26:46.6698158Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:26:46.6698613Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:26:46.6699201Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:26:46.6699836Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:26:46.6700639Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:26:46.6701005Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:26:46.6701288Z [00:00:00.017]➜           else
2025-08-20T22:26:46.6701701Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:26:46.6702176Z [00:00:00.017]➜           fi
2025-08-20T22:26:46.6702599Z [00:00:00.017]➜         else
2025-08-20T22:26:46.6703195Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:26:46.6703914Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:26:46.6704473Z [00:00:00.017]➜         fi
2025-08-20T22:26:46.6704923Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:26:46.6705511Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:26:46.6706237Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:26:46.6706998Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:26:46.6707738Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:26:46.6708304Z [00:00:00.017]➜         fi
2025-08-20T22:26:46.6708802Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:26:46.6709432Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:26:46.6719388Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:26:46.6720144Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:26:46.6721237Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:26:46.6721918Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:26:46.6722565Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:26:46.6723272Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:26:46.6724002Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:26:46.6724692Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:26:46.6725345Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:26:46.6726036Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:26:46.6726723Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:26:46.6727275Z [00:00:00.017]➜        #Build
2025-08-20T22:26:46.6728371Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/aaronriekenberg/rust-parallel" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:26:46.6729488Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:26:46.6730157Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:26:46.6731559Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:26:46.6732696Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:26:46.6733679Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:26:46.6734781Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:26:46.6735486Z [00:00:00.017]➜        #Copy
2025-08-20T22:26:46.6737307Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:26:46.6739873Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:26:46.6741133Z [00:00:00.017]➜        #Strip 
2025-08-20T22:26:46.6742089Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:26:46.6743384Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:26:46.6744673Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:26:46.6745778Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:26:46.6746845Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:26:46.6747655Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:26:46.6748128Z [00:00:00.017]➜        '
2025-08-20T22:26:46.6748544Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:26:46.6749214Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:26:46.6750230Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:26:46.6752391Z [00:00:00.017]➜       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-20T22:26:46.6753828Z [00:00:00.017]➜  
2025-08-20T22:26:46.6754172Z [00:00:00.017]➜  
2025-08-20T22:26:46.6754867Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:26:46.6755402Z [00:00:00.017]➜  
2025-08-20T22:26:46.6755747Z [00:00:00.017]➜  
2025-08-20T22:26:46.6756102Z [00:00:00.017]➜  
2025-08-20T22:26:46.6757006Z [00:00:00.018]➜  '/tmp/pkgforge/yT5IjpGvR_build.yaml' -> '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:26:47.9899435Z [00:00:01.339]➜  '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.version' -> '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.version'
2025-08-20T22:26:47.9954851Z [00:00:01.344]➜  [+] Version: HEAD-f3eb37e-250819T052011 ('.x_exec.pkgver') [/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.version]
2025-08-20T22:26:48.0117343Z [00:00:01.361]➜  [+] Progs: rust-parallel
2025-08-20T22:26:48.1794154Z [00:00:01.528]➜  
2025-08-20T22:26:48.1794666Z [00:00:01.528]➜  [-] Missing packages. Found: 
2025-08-20T22:26:48.1795267Z [00:00:01.528]➜  [+] Expected: rust-parallel
2025-08-20T22:26:48.1795864Z [00:00:01.528]➜  [+] Continuing with build...
2025-08-20T22:26:48.1796341Z [00:00:01.528]➜  
2025-08-20T22:26:48.5487248Z [00:00:01.898]➜  
2025-08-20T22:26:48.5487609Z [00:00:01.898]➜  
2025-08-20T22:26:48.5579227Z [00:00:01.907]➜  + mkdir -pv /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:26:48.5601904Z [00:00:01.909]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=rust-parallel -e PKG_ID=github.com.aaronriekenberg.rust-parallel -e PKG_TYPE=static -e PKG_VER=HEAD-f3eb37e-250819T052011 -e PKGVER=HEAD-f3eb37e-250819T052011 -e SBUILD_PKG=rust-parallel.static -e SBUILD_PKGVER=HEAD-f3eb37e-250819T052011 --volume /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:26:48.5605419Z [00:00:01.909]➜    #Setup ENV
2025-08-20T22:26:48.5605869Z [00:00:01.909]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:26:48.5606365Z [00:00:01.909]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:26:48.5607053Z [00:00:01.909]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:26:48.5607690Z [00:00:01.909]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:26:48.5608248Z [00:00:01.909]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:26:48.5608589Z [00:00:01.909]➜         export RUST_TARGET
2025-08-20T22:26:48.5608859Z [00:00:01.909]➜       else
2025-08-20T22:26:48.5609116Z [00:00:01.909]➜         rustc -Vv ; exit 1
2025-08-20T22:26:48.5609380Z [00:00:01.909]➜       fi
2025-08-20T22:26:48.5609605Z [00:00:01.909]➜     else
2025-08-20T22:26:48.5609934Z [00:00:01.909]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:26:48.5610543Z [00:00:01.909]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:26:48.5610891Z [00:00:01.909]➜     fi
2025-08-20T22:26:48.5611126Z [00:00:01.909]➜     RUST_FLAGS=()
2025-08-20T22:26:48.5611458Z [00:00:01.909]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:26:48.5611863Z [00:00:01.909]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:26:48.5612281Z [00:00:01.909]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:26:48.5612689Z [00:00:01.909]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:26:48.5612994Z [00:00:01.909]➜     fi
2025-08-20T22:26:48.5613267Z [00:00:01.909]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:26:48.5613607Z [00:00:01.909]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:26:48.5613925Z [00:00:01.909]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:26:48.5614240Z [00:00:01.909]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:26:48.5614569Z [00:00:01.909]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:26:48.5615069Z [00:00:01.909]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:26:48.5615418Z [00:00:01.909]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:26:48.5615800Z [00:00:01.909]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:26:48.5616187Z [00:00:01.909]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:26:48.5616543Z [00:00:01.909]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:26:48.5616883Z [00:00:01.909]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:26:48.5617245Z [00:00:01.909]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:26:48.5617620Z [00:00:01.909]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:26:48.5617909Z [00:00:01.909]➜    #Build
2025-08-20T22:26:48.5618504Z [00:00:01.909]➜     git clone --filter "blob:none" --quiet "https://github.com/aaronriekenberg/rust-parallel" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:26:48.5619086Z [00:00:01.909]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:26:48.5619436Z [00:00:01.909]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:26:48.5620080Z [00:00:01.909]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:26:48.5620900Z [00:00:01.909]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:26:48.5621444Z [00:00:01.909]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:26:48.5622023Z [00:00:01.909]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:26:48.5622397Z [00:00:01.909]➜    #Copy
2025-08-20T22:26:48.5623351Z [00:00:01.909]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:26:48.5624597Z [00:00:01.909]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:26:48.5625314Z [00:00:01.909]➜    #Strip 
2025-08-20T22:26:48.5625803Z [00:00:01.909]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:26:48.5626487Z [00:00:01.909]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:26:48.5627164Z [00:00:01.909]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:26:48.5627754Z [00:00:01.909]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:26:48.5628316Z [00:00:01.909]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:26:48.5628736Z [00:00:01.909]➜     popd &>/dev/null
2025-08-20T22:26:48.5629000Z [00:00:01.909]➜    '
2025-08-20T22:26:48.9334645Z [00:00:02.282]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:26:49.0227801Z [00:00:02.372]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:26:49.0228474Z [00:00:02.372]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:26:49.0228835Z [00:00:02.372]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:26:49.0229174Z [00:00:02.372]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:26:49.0229492Z [00:00:02.372]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:26:49.0229798Z [00:00:02.372]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:26:49.0230091Z [00:00:02.372]➜  73d19b2d2e73: Waiting
2025-08-20T22:26:49.0230627Z [00:00:02.372]➜  eb4a15147d73: Waiting
2025-08-20T22:26:49.0230906Z [00:00:02.372]➜  1eff1cf6af24: Waiting
2025-08-20T22:26:49.1359235Z [00:00:02.485]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:26:49.1360221Z [00:00:02.485]➜  bffca73cb30c: Download complete
2025-08-20T22:26:49.1361072Z [00:00:02.485]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:26:49.1362029Z [00:00:02.485]➜  d62bb7eb03b5: Download complete
2025-08-20T22:26:49.1745114Z [00:00:02.523]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:26:49.1745832Z [00:00:02.523]➜  74f0d3ee81d8: Download complete
2025-08-20T22:26:49.2394791Z [00:00:02.588]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:26:49.2908086Z [00:00:02.639]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:26:49.2908780Z [00:00:02.639]➜  1eff1cf6af24: Download complete
2025-08-20T22:26:49.5608759Z [00:00:02.910]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:26:49.5609383Z [00:00:02.910]➜  eb4a15147d73: Download complete
2025-08-20T22:26:50.5985299Z [00:00:03.947]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:26:50.6830093Z [00:00:04.032]➜  bffca73cb30c: Pull complete
2025-08-20T22:27:00.7799805Z [00:00:14.129]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:27:00.7800894Z [00:00:14.129]➜  73d19b2d2e73: Download complete
2025-08-20T22:28:12.8944981Z [00:01:26.243]➜  73d19b2d2e73: Pull complete
2025-08-20T22:28:18.0516362Z [00:01:31.400]➜  eb4a15147d73: Pull complete
2025-08-20T22:28:18.0623892Z [00:01:31.411]➜  1eff1cf6af24: Pull complete
2025-08-20T22:28:18.0664326Z [00:01:31.415]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:28:18.0674939Z [00:01:31.416]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:28:18.2887922Z [00:01:31.638]➜  + mkdir -p /build-bins
2025-08-20T22:28:18.2905286Z [00:01:31.639]➜  ++ mktemp -d
2025-08-20T22:28:18.2920796Z [00:01:31.641]➜  + pushd /tmp/tmp.FL4QA7pHqf
2025-08-20T22:28:18.2921702Z [00:01:31.641]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:28:18.2922233Z [00:01:31.641]➜  + source /root/.cargo/env
2025-08-20T22:28:18.2923272Z [00:01:31.641]➜  ++ case ":${PATH}:" in
2025-08-20T22:28:18.2928073Z [00:01:31.642]➜  ++ uname -m
2025-08-20T22:28:18.2931688Z [00:01:31.642]➜  ++ tr -d '[:space:]'
2025-08-20T22:28:18.2946204Z [00:01:31.644]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:28:18.2949007Z [00:01:31.644]➜  ++ uname -m
2025-08-20T22:28:18.2964557Z [00:01:31.645]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:28:18.2965339Z [00:01:31.645]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:28:18.2965835Z [00:01:31.645]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:28:18.5256544Z [00:01:31.874]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:28:18.5283444Z [00:01:31.877]➜  + RUST_FLAGS=()
2025-08-20T22:28:18.5284117Z [00:01:31.877]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:28:18.5284844Z [00:01:31.877]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:28:18.5289034Z [00:01:31.878]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:28:18.5289666Z [00:01:31.878]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:28:18.5299137Z [00:01:31.879]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:28:18.5299840Z [00:01:31.879]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:28:18.5300941Z [00:01:31.879]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:28:18.5301587Z [00:01:31.879]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:28:18.5302171Z [00:01:31.879]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:28:18.5302764Z [00:01:31.879]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:28:18.5303343Z [00:01:31.879]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:28:18.5303913Z [00:01:31.879]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:28:18.5304562Z [00:01:31.879]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:28:18.5305182Z [00:01:31.879]➜  ++ which mold
2025-08-20T22:28:18.5328428Z [00:01:31.882]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:28:18.5330173Z [00:01:31.882]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:28:18.5330974Z [00:01:31.882]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:28:18.5331644Z [00:01:31.882]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:28:18.5334569Z [00:01:31.882]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:28:18.5336942Z [00:01:31.882]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:28:18.5338368Z [00:01:31.882]➜  + git clone --filter blob:none --quiet https://github.com/aaronriekenberg/rust-parallel ./TEMPREPO
2025-08-20T22:28:19.0436650Z [00:01:32.393]➜  + cd ./TEMPREPO/
2025-08-20T22:28:19.0437153Z [00:01:32.393]➜  
2025-08-20T22:28:19.0437650Z [00:01:32.393]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:28:19.0439366Z [00:01:32.393]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:28:19.0440837Z [00:01:32.393]➜  
2025-08-20T22:28:19.0441159Z [00:01:32.393]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:28:19.0442609Z [00:01:32.393]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:28:19.0443871Z [00:01:32.393]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:28:19.0447162Z [00:01:32.394]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:28:19.0447913Z [00:01:32.394]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:28:19.0468749Z [00:01:32.396]➜  ++ nproc
2025-08-20T22:28:19.0485104Z [00:01:32.397]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:28:19.4367930Z [00:01:32.786]➜      Updating crates.io index
2025-08-20T22:28:19.7784415Z [00:01:33.127]➜   Downloading crates ...
2025-08-20T22:28:19.9838521Z [00:01:33.333]➜    Downloaded either v1.15.0
2025-08-20T22:28:19.9871191Z [00:01:33.336]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T22:28:19.9906656Z [00:01:33.340]➜    Downloaded log v0.4.27
2025-08-20T22:28:19.9943140Z [00:01:33.343]➜    Downloaded clap_lex v0.7.5
2025-08-20T22:28:19.9970735Z [00:01:33.346]➜    Downloaded anstyle-query v1.1.4
2025-08-20T22:28:19.9990241Z [00:01:33.348]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:28:20.0079901Z [00:01:33.357]➜    Downloaded bytes v1.10.1
2025-08-20T22:28:20.0141050Z [00:01:33.363]➜    Downloaded bitflags v2.9.2
2025-08-20T22:28:20.0214273Z [00:01:33.370]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:28:20.0235133Z [00:01:33.372]➜    Downloaded lazy_static v1.5.0
2025-08-20T22:28:20.0267096Z [00:01:33.376]➜    Downloaded anstream v0.6.20
2025-08-20T22:28:20.0301973Z [00:01:33.379]➜    Downloaded lock_api v0.4.13
2025-08-20T22:28:20.0327189Z [00:01:33.382]➜    Downloaded unit-prefix v0.5.1
2025-08-20T22:28:20.0342927Z [00:01:33.383]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T22:28:20.0378037Z [00:01:33.387]➜    Downloaded tracing-attributes v0.1.30
2025-08-20T22:28:20.0437646Z [00:01:33.393]➜    Downloaded tokio-macros v2.5.0
2025-08-20T22:28:20.0474228Z [00:01:33.396]➜    Downloaded which v8.0.0
2025-08-20T22:28:20.0511014Z [00:01:33.400]➜    Downloaded tracing-log v0.2.0
2025-08-20T22:28:20.0543648Z [00:01:33.403]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:28:20.0590723Z [00:01:33.408]➜    Downloaded memchr v2.7.5
2025-08-20T22:28:20.0672064Z [00:01:33.416]➜    Downloaded indicatif v0.18.0
2025-08-20T22:28:20.0732109Z [00:01:33.422]➜    Downloaded tracing-core v0.1.34
2025-08-20T22:28:20.0774916Z [00:01:33.426]➜    Downloaded mio v1.0.4
2025-08-20T22:28:20.0858643Z [00:01:33.435]➜    Downloaded itertools v0.14.0
2025-08-20T22:28:20.0956444Z [00:01:33.445]➜    Downloaded clap_builder v4.5.44
2025-08-20T22:28:20.1044175Z [00:01:33.453]➜    Downloaded portable-atomic v1.11.1
2025-08-20T22:28:20.1136476Z [00:01:33.463]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T22:28:20.1261581Z [00:01:33.475]➜    Downloaded tracing v0.1.41
2025-08-20T22:28:20.1318352Z [00:01:33.481]➜    Downloaded socket2 v0.6.0
2025-08-20T22:28:20.1344890Z [00:01:33.483]➜    Downloaded unicode-width v0.2.1
2025-08-20T22:28:20.1410506Z [00:01:33.490]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:28:20.1494827Z [00:01:33.498]➜    Downloaded syn v2.0.106
2025-08-20T22:28:20.1632608Z [00:01:33.512]➜    Downloaded regex v1.11.1
2025-08-20T22:28:20.1814404Z [00:01:33.530]➜    Downloaded sharded-slab v0.1.7
2025-08-20T22:28:20.1861064Z [00:01:33.535]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T22:28:20.1899394Z [00:01:33.539]➜    Downloaded libc v0.2.175
2025-08-20T22:28:20.2246446Z [00:01:33.574]➜    Downloaded parking_lot v0.12.4
2025-08-20T22:28:20.2281153Z [00:01:33.577]➜    Downloaded thiserror v2.0.15
2025-08-20T22:28:20.2371189Z [00:01:33.586]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T22:28:20.2453395Z [00:01:33.594]➜    Downloaded rustix v1.0.8
2025-08-20T22:28:20.2815044Z [00:01:33.630]➜    Downloaded once_cell v1.21.3
2025-08-20T22:28:20.2850995Z [00:01:33.634]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:28:20.2865380Z [00:01:33.635]➜    Downloaded thiserror-impl v2.0.15
2025-08-20T22:28:20.2886241Z [00:01:33.638]➜    Downloaded smallvec v1.15.1
2025-08-20T22:28:20.2915883Z [00:01:33.640]➜    Downloaded signal-hook-registry v1.4.6
2025-08-20T22:28:20.2932000Z [00:01:33.642]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:28:20.3119199Z [00:01:33.661]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:28:20.3137018Z [00:01:33.663]➜    Downloaded quote v1.0.40
2025-08-20T22:28:20.3174038Z [00:01:33.666]➜    Downloaded overload v0.1.1
2025-08-20T22:28:20.3192396Z [00:01:33.668]➜    Downloaded num_cpus v1.17.0
2025-08-20T22:28:20.3237050Z [00:01:33.673]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T22:28:20.3265191Z [00:01:33.675]➜    Downloaded errno v0.3.13
2025-08-20T22:28:20.3288356Z [00:01:33.678]➜    Downloaded env_home v0.1.0
2025-08-20T22:28:20.3303300Z [00:01:33.679]➜    Downloaded console v0.16.0
2025-08-20T22:28:20.3346617Z [00:01:33.684]➜    Downloaded strsim v0.11.1
2025-08-20T22:28:20.3365501Z [00:01:33.685]➜    Downloaded heck v0.5.0
2025-08-20T22:28:20.3384095Z [00:01:33.687]➜    Downloaded thread_local v1.1.9
2025-08-20T22:28:20.3406654Z [00:01:33.690]➜    Downloaded clap_derive v4.5.45
2025-08-20T22:28:20.3437808Z [00:01:33.693]➜    Downloaded clap v4.5.45
2025-08-20T22:28:20.3566593Z [00:01:33.706]➜    Downloaded tokio v1.47.1
2025-08-20T22:28:20.4119132Z [00:01:33.761]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:28:20.4138235Z [00:01:33.763]➜    Downloaded autocfg v1.5.0
2025-08-20T22:28:20.4164288Z [00:01:33.765]➜    Downloaded anyhow v1.0.99
2025-08-20T22:28:20.4221159Z [00:01:33.771]➜    Downloaded colorchoice v1.0.4
2025-08-20T22:28:20.4235870Z [00:01:33.772]➜    Downloaded anstyle v1.0.11
2025-08-20T22:28:20.4278188Z [00:01:33.777]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T22:28:20.5271324Z [00:01:33.876]➜     Compiling proc-macro2 v1.0.101
2025-08-20T22:28:20.5272108Z [00:01:33.876]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:28:20.5272727Z [00:01:33.876]➜     Compiling libc v0.2.175
2025-08-20T22:28:20.5273330Z [00:01:33.876]➜     Compiling once_cell v1.21.3
2025-08-20T22:28:20.5276200Z [00:01:33.877]➜     Compiling cfg-if v1.0.1
2025-08-20T22:28:20.5284317Z [00:01:33.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0629b3cb9b5cf7e0 -C extra-filename=-5dcc07db4808e558 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:20.5291303Z [00:01:33.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:20.5298637Z [00:01:33.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=07ecf4e508953e29 -C extra-filename=-0f4a78b6568d3d51 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:20.5313585Z [00:01:33.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c0da646ff7cb36b8 -C extra-filename=-bef1311e07b34ff5 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:20.5329330Z [00:01:33.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bce33c01a6cb76d5 -C extra-filename=-dd9ea91bb2029276 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:20.7051826Z [00:01:34.054]➜     Compiling autocfg v1.5.0
2025-08-20T22:28:20.7056509Z [00:01:34.054]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:20.8285697Z [00:01:34.177]➜     Compiling parking_lot_core v0.9.11
2025-08-20T22:28:20.8313638Z [00:01:34.180]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fef9c0222692e16a -C extra-filename=-80647824d1d46da3 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:21.0414074Z [00:01:34.390]➜     Compiling smallvec v1.15.1
2025-08-20T22:28:21.0426695Z [00:01:34.391]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=c3904ab23d9b90c2 -C extra-filename=-9557ef2fa15a92cd --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.3091142Z [00:01:34.658]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build`
2025-08-20T22:28:21.3142368Z [00:01:34.663]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build-script-build`
2025-08-20T22:28:21.3188196Z [00:01:34.668]➜     Compiling utf8parse v0.2.2
2025-08-20T22:28:21.3210806Z [00:01:34.668]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.3550891Z [00:01:34.701]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=519f4a7df87c8339 -C extra-filename=-20fd5adb0eb229b7 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:28:21.4069004Z [00:01:34.756]➜     Compiling lock_api v0.4.13
2025-08-20T22:28:21.4089075Z [00:01:34.757]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ba3b7a245aa8d8ea -C extra-filename=-0e43305194759e54 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T22:28:21.4382040Z [00:01:34.784]➜     Compiling anstyle-parse v0.2.7
2025-08-20T22:28:21.4408168Z [00:01:34.784]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.4429807Z [00:01:34.786]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build`
2025-08-20T22:28:21.4448764Z [00:01:34.794]➜     Compiling tracing-core v0.1.34
2025-08-20T22:28:21.4486477Z [00:01:34.796]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1788a67846182f5b -C extra-filename=-e59139a3d449cf5d --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.5915251Z [00:01:34.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=50c0b28fd04cf9ad -C extra-filename=-5300d356431b4441 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:28:21.6695429Z [00:01:35.018]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build`
2025-08-20T22:28:21.7660892Z [00:01:35.115]➜     Compiling anstyle v1.0.11
2025-08-20T22:28:21.7688417Z [00:01:35.116]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.8613624Z [00:01:35.210]➜     Compiling anstyle-query v1.1.4
2025-08-20T22:28:21.8649321Z [00:01:35.212]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f9fc406a3152a8 -C extra-filename=-e12b4cff8341b024 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:21.9861293Z [00:01:35.335]➜     Compiling scopeguard v1.2.0
2025-08-20T22:28:21.9884003Z [00:01:35.336]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:22.1507901Z [00:01:35.499]➜     Compiling memchr v2.7.5
2025-08-20T22:28:22.1517826Z [00:01:35.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=145bc3db5d0bd3c6 -C extra-filename=-f2862d2f4f02bb92 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:22.2156001Z [00:01:35.564]➜     Compiling rustix v1.0.8
2025-08-20T22:28:22.2172150Z [00:01:35.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=089b6f48e4ce1c7e -C extra-filename=-ef0a6ef0359c3ab1 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:23.0177117Z [00:01:36.366]➜     Compiling quote v1.0.40
2025-08-20T22:28:23.0199962Z [00:01:36.368]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=acc1458d7c8e6bf5 -C extra-filename=-d1f324c45602a433 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --cap-lints allow`
2025-08-20T22:28:23.1496711Z [00:01:36.498]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:28:23.1520158Z [00:01:36.498]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:23.2824444Z [00:01:36.631]➜     Compiling colorchoice v1.0.4
2025-08-20T22:28:23.2872042Z [00:01:36.632]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:23.3384878Z [00:01:36.687]➜     Compiling portable-atomic v1.11.1
2025-08-20T22:28:23.3416113Z [00:01:36.688]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=d951fa6f4fbd6bbc -C extra-filename=-c8a479b20a53ecf5 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:23.4427186Z [00:01:36.790]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c856921614ed1afd -C extra-filename=-2f094cd0afe43fb0 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --extern smallvec=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(tsan_enabled)'`
2025-08-20T22:28:23.5217410Z [00:01:36.870]➜     Compiling syn v2.0.106
2025-08-20T22:28:23.5227256Z [00:01:36.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=b819e359809f80d8 -C extra-filename=-68e504ba970b8df9 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern unicode_ident=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T22:28:23.6904920Z [00:01:37.039]➜     Compiling anstream v0.6.20
2025-08-20T22:28:23.6963370Z [00:01:37.040]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=56457f2b39e8f89a -C extra-filename=-220f1d11a2c1ac70 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta --extern colorchoice=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:24.1094642Z [00:01:37.458]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:28:24.1124228Z [00:01:37.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=6e37c2af8cf34c9c -C extra-filename=-de5e72fe52dd243f --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:24.2835788Z [00:01:37.632]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build-script-build`
2025-08-20T22:28:24.3224792Z [00:01:37.671]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build-script-build`
2025-08-20T22:28:24.3771411Z [00:01:37.722]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ef41c835460f0382 -C extra-filename=-14a59d5d2369cc87 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-20T22:28:24.3893460Z [00:01:37.738]➜     Compiling heck v0.5.0
2025-08-20T22:28:24.3907046Z [00:01:37.739]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:24.4544025Z [00:01:37.800]➜     Compiling strsim v0.11.1
2025-08-20T22:28:24.4555429Z [00:01:37.804]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:24.8182149Z [00:01:38.167]➜     Compiling thiserror v2.0.15
2025-08-20T22:28:24.8192246Z [00:01:38.168]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bce753e128881f6e -C extra-filename=-e3a46aaf38d18c96 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:24.9127397Z [00:01:38.261]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:28:24.9158457Z [00:01:38.264]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:25.4094017Z [00:01:38.758]➜     Compiling clap_lex v0.7.5
2025-08-20T22:28:25.4139805Z [00:01:38.761]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:25.5245989Z [00:01:38.873]➜     Compiling bitflags v2.9.2
2025-08-20T22:28:25.5273154Z [00:01:38.875]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=170056067f903da0 -C extra-filename=-ce47d71eeb7f1232 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:25.9152885Z [00:01:39.264]➜     Compiling anyhow v1.0.99
2025-08-20T22:28:25.9160935Z [00:01:39.264]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:28:26.2680933Z [00:01:39.617]➜     Compiling overload v0.1.1
2025-08-20T22:28:26.2713125Z [00:01:39.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name overload --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ef367de67bbc16 -C extra-filename=-b712723a23b05b46 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:26.3447010Z [00:01:39.693]➜     Compiling unicode-width v0.2.1
2025-08-20T22:28:26.3462408Z [00:01:39.694]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=63343c4f01e9dcb7 -C extra-filename=-d70909e86bd13fff --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:26.5372600Z [00:01:39.886]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T22:28:26.5389878Z [00:01:39.887]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:26.9065374Z [00:01:40.255]➜     Compiling log v0.4.27
2025-08-20T22:28:26.9095825Z [00:01:40.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e644b7c2f16baf1f -C extra-filename=-29e5a38bab2fe1ed --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:27.3269925Z [00:01:40.676]➜     Compiling pin-project-lite v0.2.16
2025-08-20T22:28:27.3302267Z [00:01:40.678]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729b543ad9cc4564 -C extra-filename=-2a91682787be765b --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:27.4449154Z [00:01:40.794]➜     Compiling lazy_static v1.5.0
2025-08-20T22:28:27.4462019Z [00:01:40.794]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3919997bb4d1f014 -C extra-filename=-99879f58e510182a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:27.5908012Z [00:01:40.940]➜     Compiling sharded-slab v0.1.7
2025-08-20T22:28:27.5934061Z [00:01:40.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sharded_slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=7be119d36cefbb50 -C extra-filename=-a096078f7979df47 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:28.0661341Z [00:01:41.413]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=675dd379b7058c44 -C extra-filename=-6daaf25cd6af4037 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern linux_raw_sys=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:28:29.1787774Z [00:01:42.527]➜     Compiling tracing-log v0.2.0
2025-08-20T22:28:29.1803567Z [00:01:42.528]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_log --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=82deb25a02064e3c -C extra-filename=-0ac68df78668d010 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern log=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern once_cell=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern tracing_core=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:29.7342207Z [00:01:43.083]➜     Compiling regex-automata v0.4.9
2025-08-20T22:28:29.7364259Z [00:01:43.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=e09b66a9876dd610 -C extra-filename=-8e36e4fb4e301fc5 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_syntax=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:32.0343320Z [00:01:45.383]➜     Compiling console v0.16.0
2025-08-20T22:28:32.0359630Z [00:01:45.384]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name console --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=d33a3f2de5780fce -C extra-filename=-3746a0fc13a4d722 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --extern once_cell=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern unicode_width=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:34.0968726Z [00:01:47.446]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T22:28:34.3160069Z [00:01:47.665]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T22:28:34.3171109Z [00:01:47.665]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=25e6a6cedc4738fc -C extra-filename=-e9cf87b0b6329ff9 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:34.3376120Z [00:01:47.686]➜     Compiling clap_builder v4.5.44
2025-08-20T22:28:34.3464939Z [00:01:47.690]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=0cff98e1d78fe426 -C extra-filename=-269f47810ad9e133 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta --extern anstyle=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:35.1884260Z [00:01:48.537]➜       Running `/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build`
2025-08-20T22:28:35.3315442Z [00:01:48.680]➜     Compiling parking_lot v0.12.4
2025-08-20T22:28:35.3336493Z [00:01:48.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=dc489b3f9de82762 -C extra-filename=-301e1ffa94377fbf --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta --extern parking_lot_core=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-2f094cd0afe43fb0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:35.4768359Z [00:01:48.822]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name portable_atomic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=a8f9f6b8d768057b -C extra-filename=-ad9ee65c11d0c177 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
2025-08-20T22:28:36.7090929Z [00:01:50.057]➜     Compiling socket2 v0.6.0
2025-08-20T22:28:36.7099551Z [00:01:50.058]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=45bfbd996e57325a -C extra-filename=-15c8533c6ea6460a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:37.2398393Z [00:01:50.589]➜     Compiling mio v1.0.4
2025-08-20T22:28:37.2412076Z [00:01:50.589]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=4342cedf4ce8a904 -C extra-filename=-ec3dbd39673e4bd0 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:37.3175171Z [00:01:50.666]➜     Compiling thiserror-impl v2.0.15
2025-08-20T22:28:37.3183758Z [00:01:50.667]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1373512f268b9583 -C extra-filename=-80b64a8aeefe55ab --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:28:38.5245126Z [00:01:51.873]➜     Compiling clap_derive v4.5.45
2025-08-20T22:28:38.5272604Z [00:01:51.874]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=bdd886fcc3fccc7c -C extra-filename=-e47d528ae29a351a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:28:38.6533481Z [00:01:52.002]➜     Compiling tracing-attributes v0.1.30
2025-08-20T22:28:38.6545258Z [00:01:52.003]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=522ceae0f1707386 -C extra-filename=-9165a8443865fc5b --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:28:41.1043958Z [00:01:54.453]➜     Compiling tokio-macros v2.5.0
2025-08-20T22:28:41.1082781Z [00:01:54.456]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d13b66a94f4094bf -C extra-filename=-3e677fec1cafcc0b --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:28:42.2666663Z [00:01:55.615]➜     Compiling signal-hook-registry v1.4.6
2025-08-20T22:28:42.2686245Z [00:01:55.617]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69e18a961b55325b -C extra-filename=-d99cfb42f2d9ec3c --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:42.6965787Z [00:01:56.045]➜     Compiling thread_local v1.1.9
2025-08-20T22:28:42.6983692Z [00:01:56.046]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=783c2e44826cbded -C extra-filename=-82b9ec2632344da1 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.1032910Z [00:01:56.452]➜     Compiling env_home v0.1.0
2025-08-20T22:28:43.1044797Z [00:01:56.453]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name env_home --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_home-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee9ee6948e469a8 -C extra-filename=-7b87b83ddf36d40a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.1233391Z [00:01:56.472]➜     Compiling either v1.15.0
2025-08-20T22:28:43.1245106Z [00:01:56.473]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=af32657850d8d857 -C extra-filename=-4dbb994201dee54a --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.2716048Z [00:01:56.620]➜     Compiling unit-prefix v0.5.1
2025-08-20T22:28:43.2735055Z [00:01:56.621]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unit_prefix --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a04ecfcc41f769ea -C extra-filename=-5c4264f4c26deb35 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.4824586Z [00:01:56.831]➜     Compiling bytes v1.10.1
2025-08-20T22:28:43.4836624Z [00:01:56.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=1799e42690c2fcef -C extra-filename=-670ef56d94852b53 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.5251651Z [00:01:56.872]➜     Compiling clap v4.5.45
2025-08-20T22:28:43.5283725Z [00:01:56.872]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=fbfb3de7ea3d0e67 -C extra-filename=-c833574d3bc020c1 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta --extern clap_derive=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libclap_derive-e47d528ae29a351a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.5535182Z [00:01:56.902]➜     Compiling itertools v0.14.0
2025-08-20T22:28:43.5552661Z [00:01:56.903]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a97c03faf63fcdc1 -C extra-filename=-bc61cad1c5bef7c5 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern either=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:43.6196288Z [00:01:56.968]➜     Compiling indicatif v0.18.0
2025-08-20T22:28:43.6215167Z [00:01:56.969]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indicatif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0908915eaddece12 -C extra-filename=-c176b433069c460c --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern console=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-3746a0fc13a4d722.rmeta --extern portable_atomic=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-ad9ee65c11d0c177.rmeta --extern unicode_width=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rmeta --extern unit_prefix=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunit_prefix-5c4264f4c26deb35.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:45.2638055Z [00:01:58.613]➜     Compiling tokio v1.47.1
2025-08-20T22:28:45.2671038Z [00:01:58.613]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b0b612207d5c4ec9 -C extra-filename=-f0336386c291446f --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --extern mio=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-ec3dbd39673e4bd0.rmeta --extern parking_lot=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-301e1ffa94377fbf.rmeta --extern pin_project_lite=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern signal_hook_registry=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d99cfb42f2d9ec3c.rmeta --extern socket2=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-15c8533c6ea6460a.rmeta --extern tokio_macros=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtokio_macros-3e677fec1cafcc0b.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:45.4453280Z [00:01:58.794]➜     Compiling which v8.0.0
2025-08-20T22:28:45.4476325Z [00:01:58.795]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name which --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="real-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "real-sys", "regex", "tracing"))' -C metadata=e811f508b4ddde55 -C extra-filename=-0bcce552303b1250 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern env_home=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_home-7b87b83ddf36d40a.rmeta --extern rustix=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6daaf25cd6af4037.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:46.3044044Z [00:01:59.653]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T22:28:46.3091754Z [00:01:59.654]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_subscriber --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=c975bc54fb65544c -C extra-filename=-c7bcc0bcea294e67 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta --extern sharded_slab=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta --extern smallvec=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta --extern thread_local=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta --extern tracing_core=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta --extern tracing_log=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:47.4495195Z [00:02:00.798]➜     Compiling tracing v0.1.41
2025-08-20T22:28:47.4520258Z [00:02:00.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=17fa577d8549282a -C extra-filename=-a84ad46949190b8e --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern tracing_attributes=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtracing_attributes-9165a8443865fc5b.so --extern tracing_core=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:47.6731490Z [00:02:01.021]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7caa5ad7f437b883 -C extra-filename=-1eb1f4130416ce5c --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libthiserror_impl-80b64a8aeefe55ab.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:28:47.7970553Z [00:02:01.146]➜     Compiling regex v1.11.1
2025-08-20T22:28:47.7996549Z [00:02:01.147]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e36e9861c041c68b -C extra-filename=-31efd2602b20a4f9 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_automata=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta --extern regex_syntax=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:47.9617061Z [00:02:01.309]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:28:48.4069010Z [00:02:01.756]➜     Compiling num_cpus v1.17.0
2025-08-20T22:28:48.4086381Z [00:02:01.757]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74a1a6119291bd10 -C extra-filename=-3ff317c1a07687d8 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:28:56.5854143Z [00:02:09.934]➜     Compiling rust-parallel v1.18.1 (/tmp/tmp.FL4QA7pHqf/TEMPREPO)
2025-08-20T22:28:56.5874698Z [00:02:09.935]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rust_parallel --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --forbid=unsafe_code --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f61174be2a48a7f5 -C extra-filename=-fd8cbba259a0ce89 --out-dir /tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern clap=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-c833574d3bc020c1.rlib --extern indicatif=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-c176b433069c460c.rlib --extern itertools=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-bc61cad1c5bef7c5.rlib --extern num_cpus=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-3ff317c1a07687d8.rlib --extern regex=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib --extern thiserror=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-1eb1f4130416ce5c.rlib --extern tokio=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-f0336386c291446f.rlib --extern tracing=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-a84ad46949190b8e.rlib --extern tracing_subscriber=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-c7bcc0bcea294e67.rlib --extern which=/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-0bcce552303b1250.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:29:27.8202076Z [00:02:41.169]➜      Finished `release` profile [optimized] target(s) in 1m 08s
2025-08-20T22:29:27.8713510Z [00:02:41.220]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:29:27.8722681Z [00:02:41.221]➜  ./target/x86_64-unknown-linux-musl/release/rust-parallel
2025-08-20T22:29:27.8724910Z [00:02:41.221]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:29:27.8728680Z [00:02:41.221]➜  ./target/x86_64-unknown-linux-musl/release/rust-parallel.d
2025-08-20T22:29:27.8736175Z [00:02:41.222]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:29:27.8740140Z [00:02:41.223]➜  + xargs realpath --no-symlinks
2025-08-20T22:29:27.8743720Z [00:02:41.223]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:29:27.8750269Z [00:02:41.223]➜  + cut -d: -f1
2025-08-20T22:29:27.8753230Z [00:02:41.224]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:29:27.9041116Z [00:02:41.253]➜  sending incremental file list
2025-08-20T22:29:27.9050761Z [00:02:41.254]➜  rust-parallel
2025-08-20T22:29:27.9508257Z [00:02:41.300]➜  
2025-08-20T22:29:27.9509382Z [00:02:41.300]➜  sent 2.84M bytes  received 35 bytes  5.68M bytes/sec
2025-08-20T22:29:27.9510625Z [00:02:41.300]➜  total size is 2.84M  speedup is 1.00
2025-08-20T22:29:28.0842339Z [00:02:41.433]➜  '/tmp/tmp.FL4QA7pHqf/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:29:28.1047086Z [00:02:41.454]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:29:28.1160767Z [00:02:41.465]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:29:28.1166233Z [00:02:41.466]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:29:28.1474898Z [00:02:41.496]➜  copy from `/build-bins/rust-parallel' [elf64-x86-64] to `/build-bins/stJGHPAk' [elf64-x86-64]
2025-08-20T22:29:28.2009625Z [00:02:41.550]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:29:28.2039576Z [00:02:41.553]➜  
2025-08-20T22:29:28.2056558Z [00:02:41.555]➜  /build-bins/rust-parallel
2025-08-20T22:29:28.2070627Z [00:02:41.556]➜  There are 32 section headers, starting at offset 0x2b4c08:
2025-08-20T22:29:28.2072155Z [00:02:41.556]➜  
2025-08-20T22:29:28.2072665Z [00:02:41.556]➜  Section Headers:
2025-08-20T22:29:28.2073374Z [00:02:41.556]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:29:28.2074152Z [00:02:41.556]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:29:28.2074888Z [00:02:41.556]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:29:28.2075622Z [00:02:41.556]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:29:28.2076268Z [00:02:41.556]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:29:28.2076724Z [00:02:41.556]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:29:28.2077167Z [00:02:41.556]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:29:28.2077825Z [00:02:41.556]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:29:28.2078258Z [00:02:41.556]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:29:28.2078681Z [00:02:41.556]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:29:28.2079100Z [00:02:41.556]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:29:28.2079515Z [00:02:41.556]➜         00000000000405d8  0000000000000018   A       2     0     8
2025-08-20T22:29:28.2079939Z [00:02:41.556]➜    [ 5] .eh_frame         PROGBITS         0000000000040888  00040888
2025-08-20T22:29:28.2080641Z [00:02:41.556]➜         000000000003f49c  0000000000000000   A       0     0     8
2025-08-20T22:29:28.2081106Z [00:02:41.556]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000007fd24  0007fd24
2025-08-20T22:29:28.2081528Z [00:02:41.556]➜         000000000000a024  0000000000000000   A       0     0     4
2025-08-20T22:29:28.2081968Z [00:02:41.556]➜    [ 7] .gcc_except_table PROGBITS         0000000000089d48  00089d48
2025-08-20T22:29:28.2082398Z [00:02:41.556]➜         00000000000123e8  0000000000000000   A       0     0     4
2025-08-20T22:29:28.2082825Z [00:02:41.556]➜    [ 8] .rodata           PROGBITS         000000000009c180  0009c180
2025-08-20T22:29:28.2083258Z [00:02:41.556]➜         00000000000539b0  0000000000000000   A       0     0     128
2025-08-20T22:29:28.2083720Z [00:02:41.556]➜    [ 9] .rodata.cst16     PROGBITS         00000000000efb30  000efb30
2025-08-20T22:29:28.2084165Z [00:02:41.556]➜         00000000000009f0  0000000000000010  AM       0     0     16
2025-08-20T22:29:28.2084611Z [00:02:41.556]➜    [10] .rodata.cst32     PROGBITS         00000000000f0520  000f0520
2025-08-20T22:29:28.2085039Z [00:02:41.556]➜         00000000000005c0  0000000000000020  AM       0     0     16
2025-08-20T22:29:28.2085475Z [00:02:41.556]➜    [11] .rodata.cst4      PROGBITS         00000000000f0ae0  000f0ae0
2025-08-20T22:29:28.2085918Z [00:02:41.556]➜         0000000000002978  0000000000000004  AM       0     0     4
2025-08-20T22:29:28.2086363Z [00:02:41.556]➜    [12] .rodata.cst8      PROGBITS         00000000000f3458  000f3458
2025-08-20T22:29:28.2086987Z [00:02:41.556]➜         0000000000000970  0000000000000008  AM       0     0     8
2025-08-20T22:29:28.2087427Z [00:02:41.556]➜    [13] .rodata.str1.1    PROGBITS         00000000000f3dc8  000f3dc8
2025-08-20T22:29:28.2087865Z [00:02:41.556]➜         0000000000006c86  0000000000000001 AMS       0     0     1
2025-08-20T22:29:28.2088308Z [00:02:41.556]➜    [14] .rodata.str1.4    PROGBITS         00000000000faa50  000faa50
2025-08-20T22:29:28.2088742Z [00:02:41.556]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:29:28.2089176Z [00:02:41.556]➜    [15] .rodata.str1.8    PROGBITS         00000000000fb318  000fb318
2025-08-20T22:29:28.2089603Z [00:02:41.556]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T22:29:28.2090024Z [00:02:41.556]➜    [16] .fini             PROGBITS         00000000000fded8  000fced8
2025-08-20T22:29:28.2090944Z [00:02:41.556]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:29:28.2091395Z [00:02:41.556]➜    [17] .init             PROGBITS         00000000000fdedb  000fcedb
2025-08-20T22:29:28.2091813Z [00:02:41.556]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:29:28.2092226Z [00:02:41.556]➜    [18] .text             PROGBITS         00000000000fdee0  000fcee0
2025-08-20T22:29:28.2092659Z [00:02:41.556]➜         00000000001820a9  0000000000000000  AX       0     0     16
2025-08-20T22:29:28.2093084Z [00:02:41.556]➜    [19] .tdata            PROGBITS         0000000000280f90  0027ef90
2025-08-20T22:29:28.2093500Z [00:02:41.556]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T22:29:28.2093910Z [00:02:41.556]➜    [20] .tbss             NOBITS           0000000000281040  0027f040
2025-08-20T22:29:28.2094461Z [00:02:41.556]➜         00000000000000f0  0000000000000000 WAT       0     0     8
2025-08-20T22:29:28.2094895Z [00:02:41.556]➜    [21] .data.rel.ro      PROGBITS         0000000000281040  0027f040
2025-08-20T22:29:28.2095346Z [00:02:41.556]➜         0000000000033f90  0000000000000000  WA       0     0     32
2025-08-20T22:29:28.2095782Z [00:02:41.556]➜    [22] .dynamic          DYNAMIC          00000000002b4fd0  002b2fd0
2025-08-20T22:29:28.2096205Z [00:02:41.556]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:29:28.2096631Z [00:02:41.556]➜    [23] .fini_array       FINI_ARRAY       00000000002b5150  002b3150
2025-08-20T22:29:28.2097051Z [00:02:41.556]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:29:28.2097475Z [00:02:41.556]➜    [24] .got.plt          PROGBITS         00000000002b5158  002b3158
2025-08-20T22:29:28.2097891Z [00:02:41.556]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:29:28.2098322Z [00:02:41.556]➜    [25] .init_array       INIT_ARRAY       00000000002b5170  002b3170
2025-08-20T22:29:28.2098961Z [00:02:41.556]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:29:28.2106548Z [00:02:41.556]➜    [26] .got              PROGBITS         00000000002b5178  002b3178
2025-08-20T22:29:28.2107211Z [00:02:41.556]➜         0000000000000460  0000000000000000  WA       0     0     8
2025-08-20T22:29:28.2107701Z [00:02:41.556]➜    [27] .relro_padding    NOBITS           00000000002b55d8  002b35d8
2025-08-20T22:29:28.2108157Z [00:02:41.556]➜         0000000000000a28  0000000000000000  WA       0     0     1
2025-08-20T22:29:28.2108587Z [00:02:41.556]➜    [28] .data             PROGBITS         00000000002b65e0  002b35e0
2025-08-20T22:29:28.2109024Z [00:02:41.556]➜         00000000000014e0  0000000000000000  WA       0     0     32
2025-08-20T22:29:28.2109451Z [00:02:41.556]➜    [29] .bss              NOBITS           00000000002b7ac0  002b4ac0
2025-08-20T22:29:28.2109885Z [00:02:41.556]➜         00000000000019e0  0000000000000000  WA       0     0     32
2025-08-20T22:29:28.2110584Z [00:02:41.556]➜    [30] .common           NOBITS           00000000002b94a0  002b4ac0
2025-08-20T22:29:28.2111707Z [00:02:41.556]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T22:29:28.2112216Z [00:02:41.556]➜    [31] .shstrtab         STRTAB           0000000000000000  002b4ac0
2025-08-20T22:29:28.2112653Z [00:02:41.556]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T22:29:28.2112999Z [00:02:41.556]➜  Key to Flags:
2025-08-20T22:29:28.2113366Z [00:02:41.556]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:29:28.2113836Z [00:02:41.556]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:29:28.2114300Z [00:02:41.556]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:29:28.2114707Z [00:02:41.556]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:29:28.2115012Z [00:02:41.559]➜  
2025-08-20T22:29:28.2118928Z [00:02:41.561]➜  /build-bins/LICENSE
2025-08-20T22:29:28.2134679Z [00:02:41.562]➜  + file /build-bins/LICENSE /build-bins/rust-parallel
2025-08-20T22:29:28.2337811Z [00:02:41.583]➜  /build-bins/LICENSE:       ASCII text
2025-08-20T22:29:28.2371520Z [00:02:41.586]➜  /build-bins/rust-parallel: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:29:28.2381648Z [00:02:41.587]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/rust-parallel
2025-08-20T22:29:28.2398672Z [00:02:41.589]➜  /build-bins/LICENSE:         1073 Bytes
2025-08-20T22:29:28.2399434Z [00:02:41.589]➜  /build-bins/rust-parallel:         2839560 Bytes
2025-08-20T22:29:28.2403232Z [00:02:41.589]➜  + du /build-bins/LICENSE /build-bins/rust-parallel --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:29:28.2417895Z [00:02:41.591]➜  1.1K	2025-08-20 22:29:28.082671377 +0000	/build-bins/LICENSE
2025-08-20T22:29:28.2419019Z [00:02:41.591]➜  2.8M	2025-08-20 22:29:28.152671119 +0000	/build-bins/rust-parallel
2025-08-20T22:29:28.2420641Z [00:02:41.591]➜  + popd
2025-08-20T22:29:28.2839529Z [00:02:41.633]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:29:28.3065355Z [00:02:41.655]➜  + '[' -s /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:29:28.3066341Z [00:02:41.655]➜  + cp -fv /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:29:28.3099083Z [00:02:41.659]➜  '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:29:28.3104505Z [00:02:41.659]➜  + find /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:29:28.3111979Z [00:02:41.660]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:29:28.3113078Z [00:02:41.660]➜  + cut -d: -f1
2025-08-20T22:29:28.3114068Z [00:02:41.660]➜  + xargs realpath --no-symlinks
2025-08-20T22:29:28.3114977Z [00:02:41.660]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:29:28.5118633Z [00:02:41.861]➜  sending incremental file list
2025-08-20T22:29:28.5126603Z [00:02:41.862]➜  rust-parallel
2025-08-20T22:29:28.5572803Z [00:02:41.906]➜  
2025-08-20T22:29:28.5573587Z [00:02:41.906]➜  sent 2.84M bytes  received 35 bytes  5.68M bytes/sec
2025-08-20T22:29:28.5574451Z [00:02:41.906]➜  total size is 2.84M  speedup is 1.00
2025-08-20T22:29:28.5587234Z [00:02:41.908]➜  
2025-08-20T22:29:29.0566169Z [00:02:42.405]➜  
2025-08-20T22:29:29.0674400Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.version' from runner:docker to runner:runner
2025-08-20T22:29:29.0676568Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:29:29.0678903Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:29:29.0680853Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/dark_background_progress_bar.png' from root:root to runner:runner
2025-08-20T22:29:29.0682987Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/simple_progress_bar.png' from root:root to runner:runner
2025-08-20T22:29:29.0684524Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/light_background_progress_bar.png' from root:root to runner:runner
2025-08-20T22:29:29.0685944Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots' from root:root to runner:runner
2025-08-20T22:29:29.0687589Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:29:29.0689847Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/dummy_shell.sh' from root:root to runner:runner
2025-08-20T22:29:29.0691995Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/file.txt' from root:root to runner:runner
2025-08-20T22:29:29.0694031Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/csv_file.txt' from root:root to runner:runner
2025-08-20T22:29:29.0695977Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/integration_tests.rs' from root:root to runner:runner
2025-08-20T22:29:29.0697279Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/csv_file_badline.txt' from root:root to runner:runner
2025-08-20T22:29:29.0698488Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:29:29.0699653Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/common.rs' from root:root to runner:runner
2025-08-20T22:29:29.0702017Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:29:29.0704178Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input.rs' from root:root to runner:runner
2025-08-20T22:29:29.0706297Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command/path_cache.rs' from root:root to runner:runner
2025-08-20T22:29:29.0708643Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command/metrics.rs' from root:root to runner:runner
2025-08-20T22:29:29.0711060Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command' from root:root to runner:runner
2025-08-20T22:29:29.0712907Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/output/task.rs' from root:root to runner:runner
2025-08-20T22:29:29.0714586Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/output' from root:root to runner:runner
2025-08-20T22:29:29.0715787Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/progress.rs' from root:root to runner:runner
2025-08-20T22:29:29.0717012Z [00:02:42.416]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/regex.rs' from root:root to runner:runner
2025-08-20T22:29:29.0719340Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/buffered.rs' from root:root to runner:runner
2025-08-20T22:29:29.0721133Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/command_line.rs' from root:root to runner:runner
2025-08-20T22:29:29.0722385Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser' from root:root to runner:runner
2025-08-20T22:29:29.0724476Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/process.rs' from root:root to runner:runner
2025-08-20T22:29:29.0726806Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command_line_args.rs' from root:root to runner:runner
2025-08-20T22:29:29.0729260Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input/task.rs' from root:root to runner:runner
2025-08-20T22:29:29.0730773Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input/buffered_reader.rs' from root:root to runner:runner
2025-08-20T22:29:29.0732624Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input' from root:root to runner:runner
2025-08-20T22:29:29.0733820Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T22:29:29.0735490Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command.rs' from root:root to runner:runner
2025-08-20T22:29:29.0736921Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/progress/style.rs' from root:root to runner:runner
2025-08-20T22:29:29.0738400Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/progress' from root:root to runner:runner
2025-08-20T22:29:29.0739606Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser.rs' from root:root to runner:runner
2025-08-20T22:29:29.0741331Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:29:29.0743525Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:29:29.0744937Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/scripts/benchmark.sh' from root:root to runner:runner
2025-08-20T22:29:29.0746371Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/scripts/generate_manual.sh' from root:root to runner:runner
2025-08-20T22:29:29.0748634Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:29:29.0750902Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:29:29.0753124Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:29:29.0754682Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/workflows/CI.yml' from root:root to runner:runner
2025-08-20T22:29:29.0756571Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:29:29.0757906Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:29:29.0759462Z [00:02:42.417]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:29:29.0761637Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:29:29.0763477Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:29:29.0765065Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:29:29.0766572Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:29:29.0767896Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:29:29.0769234Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:29:29.0771305Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:29:29.0773257Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:29:29.0775780Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:29:29.0777904Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:29:29.0780592Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:29:29.0782300Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:29:29.0784074Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:29:29.0786659Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:29:29.0788764Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:29:29.0791082Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:29:29.0793361Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:29:29.0795263Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:29:29.0797853Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:29:29.0799393Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:29:29.0801642Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:29:29.0803779Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:29:29.0805125Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:29:29.0807334Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:29:29.0809370Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:29:29.0811359Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:29:29.0813737Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:29:29.0815411Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:29:29.0817613Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:29:29.0819500Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:29:29.0820861Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:29:29.0822441Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:29:29.0824777Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:29:29.0826939Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:29:29.0829046Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.idx' from root:root to runner:runner
2025-08-20T22:29:29.0832178Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.rev' from root:root to runner:runner
2025-08-20T22:29:29.0834922Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.rev' from root:root to runner:runner
2025-08-20T22:29:29.0837763Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.promisor' from root:root to runner:runner
2025-08-20T22:29:29.0839451Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.idx' from root:root to runner:runner
2025-08-20T22:29:29.0842629Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.promisor' from root:root to runner:runner
2025-08-20T22:29:29.0844677Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.pack' from root:root to runner:runner
2025-08-20T22:29:29.0847169Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.pack' from root:root to runner:runner
2025-08-20T22:29:29.0849814Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:29:29.0851787Z [00:02:42.418]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:29:29.0853981Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:29:29.0856051Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:29:29.0857953Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:29:29.0860077Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:29:29.0861708Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:29:29.0863006Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:29:29.0865407Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:29:29.0867424Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:29:29.0868734Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:29:29.0871602Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0874777Z [00:02:42.419]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as runner:runner
2025-08-20T22:29:29.0877972Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' from root:root to runner:runner
2025-08-20T22:29:29.0879876Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:29:29.0882634Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0885799Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build_script_build-ef0a6ef0359c3ab1.d' from root:root to runner:runner
2025-08-20T22:29:29.0888473Z [00:02:42.419]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build_script_build-ef0a6ef0359c3ab1' retained as runner:runner
2025-08-20T22:29:29.0891015Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1' from root:root to runner:runner
2025-08-20T22:29:29.0892856Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0895913Z [00:02:42.419]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T22:29:29.0898002Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T22:29:29.0900665Z [00:02:42.419]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:29:29.0903589Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/out' from root:root to runner:runner
2025-08-20T22:29:29.0906203Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' from root:root to runner:runner
2025-08-20T22:29:29.0908661Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' from root:root to runner:runner
2025-08-20T22:29:29.0910778Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.0913791Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' from root:root to runner:runner
2025-08-20T22:29:29.0915530Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:29:29.0918062Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0921215Z [00:02:42.420]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as runner:runner
2025-08-20T22:29:29.0923816Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' from root:root to runner:runner
2025-08-20T22:29:29.0926533Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T22:29:29.0928063Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0929983Z [00:02:42.420]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build_script_build-0f4a78b6568d3d51' retained as runner:runner
2025-08-20T22:29:29.0933334Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build_script_build-0f4a78b6568d3d51.d' from root:root to runner:runner
2025-08-20T22:29:29.0936361Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51' from root:root to runner:runner
2025-08-20T22:29:29.0939243Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0942517Z [00:02:42.420]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as runner:runner
2025-08-20T22:29:29.0945638Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' from root:root to runner:runner
2025-08-20T22:29:29.0947307Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T22:29:29.0948892Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0950910Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' from root:root to runner:runner
2025-08-20T22:29:29.0952696Z [00:02:42.420]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as runner:runner
2025-08-20T22:29:29.0954292Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T22:29:29.0955895Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.0957622Z [00:02:42.420]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build_script_build-c8a479b20a53ecf5' retained as runner:runner
2025-08-20T22:29:29.0959387Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build_script_build-c8a479b20a53ecf5.d' from root:root to runner:runner
2025-08-20T22:29:29.0961394Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5' from root:root to runner:runner
2025-08-20T22:29:29.0962778Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:29:29.0964152Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0965638Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' from root:root to runner:runner
2025-08-20T22:29:29.0967118Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T22:29:29.0968598Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0970047Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/syn-68e504ba970b8df9.d' from root:root to runner:runner
2025-08-20T22:29:29.0972105Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0973604Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T22:29:29.0975102Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.0976653Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/tracing_attributes-9165a8443865fc5b.d' from root:root to runner:runner
2025-08-20T22:29:29.0978189Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0979709Z [00:02:42.420]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/thiserror_impl-80b64a8aeefe55ab.d' from root:root to runner:runner
2025-08-20T22:29:29.0981445Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtracing_attributes-9165a8443865fc5b.so' from root:root to runner:runner
2025-08-20T22:29:29.0983002Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.0984532Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.0986180Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0987696Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T22:29:29.0989245Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libthiserror_impl-80b64a8aeefe55ab.so' from root:root to runner:runner
2025-08-20T22:29:29.0990954Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/clap_derive-e47d528ae29a351a.d' from root:root to runner:runner
2025-08-20T22:29:29.0992440Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T22:29:29.0993912Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.0995369Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' from root:root to runner:runner
2025-08-20T22:29:29.0996979Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtokio_macros-3e677fec1cafcc0b.so' from root:root to runner:runner
2025-08-20T22:29:29.0998832Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1000571Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/tokio_macros-3e677fec1cafcc0b.d' from root:root to runner:runner
2025-08-20T22:29:29.1002100Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libclap_derive-e47d528ae29a351a.so' from root:root to runner:runner
2025-08-20T22:29:29.1003818Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1005192Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:29:29.1006650Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:29:29.1008292Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1009915Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T22:29:29.1012046Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:29:29.1013602Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T22:29:29.1015229Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1017655Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:29:29.1019353Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:29:29.1021306Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:29:29.1022906Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a' from root:root to runner:runner
2025-08-20T22:29:29.1024715Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1026543Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1028290Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1030060Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1031937Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:29:29.1033603Z [00:02:42.421]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1035368Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1037069Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1038906Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1040709Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1' from root:root to runner:runner
2025-08-20T22:29:29.1042445Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1044217Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1045928Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1047656Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1049301Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:29:29.1051807Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1053716Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1055903Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:29:29.1057535Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' from root:root to runner:runner
2025-08-20T22:29:29.1059306Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1061225Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' from root:root to runner:runner
2025-08-20T22:29:29.1062806Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:29:29.1064343Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433' from root:root to runner:runner
2025-08-20T22:29:29.1065863Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:29:29.1067605Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1069168Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/lib-syn' from root:root to runner:runner
2025-08-20T22:29:29.1071282Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/lib-syn.json' from root:root to runner:runner
2025-08-20T22:29:29.1072816Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9' from root:root to runner:runner
2025-08-20T22:29:29.1074418Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:29:29.1076339Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:29:29.1078139Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1079831Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:29:29.1081552Z [00:02:42.422]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441' from root:root to runner:runner
2025-08-20T22:29:29.1083179Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1084891Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:29:29.1086606Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:29:29.1089087Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:29:29.1090931Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T22:29:29.1092608Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1094523Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1096223Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1097936Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1099559Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T22:29:29.1101264Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:29:29.1102956Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1104786Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:29:29.1106495Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:29:29.1108101Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b' from root:root to runner:runner
2025-08-20T22:29:29.1109743Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1111816Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1113517Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1115208Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1116819Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51' from root:root to runner:runner
2025-08-20T22:29:29.1118370Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1120119Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:29:29.1121809Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T22:29:29.1123367Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T22:29:29.1124880Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T22:29:29.1126521Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1128316Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1130171Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1132025Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1133691Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T22:29:29.1135363Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1137448Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1139257Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1141150Z [00:02:42.423]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1143055Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T22:29:29.1144767Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1146799Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1148583Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1150675Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1152463Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5' from root:root to runner:runner
2025-08-20T22:29:29.1154302Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:29:29.1156792Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1158663Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:29:29.1160632Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:29:29.1162293Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab' from root:root to runner:runner
2025-08-20T22:29:29.1163986Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T22:29:29.1165786Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:29:29.1167531Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1169292Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:29:29.1171091Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b' from root:root to runner:runner
2025-08-20T22:29:29.1172678Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:29:29.1173943Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:29:29.1175289Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:29:29.1176766Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:29:29.1178281Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/rust-parallel' from root:root to runner:runner
2025-08-20T22:29:29.1179770Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:29:29.1181369Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/rust-parallel.d' from root:root to runner:runner
2025-08-20T22:29:29.1182956Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T22:29:29.1184737Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T22:29:29.1186462Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1188536Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1190460Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1192173Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:29:29.1193809Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/out' from root:root to runner:runner
2025-08-20T22:29:29.1195454Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/output' from root:root to runner:runner
2025-08-20T22:29:29.1197140Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1199014Z [00:02:42.424]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1201006Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1202697Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e' from root:root to runner:runner
2025-08-20T22:29:29.1204581Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/out' from root:root to runner:runner
2025-08-20T22:29:29.1206321Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' from root:root to runner:runner
2025-08-20T22:29:29.1208051Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1210146Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1212037Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1213735Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T22:29:29.1215390Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/out' from root:root to runner:runner
2025-08-20T22:29:29.1217065Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/output' from root:root to runner:runner
2025-08-20T22:29:29.1219027Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1221659Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1224265Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1225953Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf' from root:root to runner:runner
2025-08-20T22:29:29.1227812Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/out' from root:root to runner:runner
2025-08-20T22:29:29.1229561Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/output' from root:root to runner:runner
2025-08-20T22:29:29.1231600Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1233419Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1235217Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1236932Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6' from root:root to runner:runner
2025-08-20T22:29:29.1238742Z [00:02:42.425]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/out' from root:root to runner:runner
2025-08-20T22:29:29.1240656Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' from root:root to runner:runner
2025-08-20T22:29:29.1242368Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1244116Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1245837Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1247478Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T22:29:29.1249147Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/out' from root:root to runner:runner
2025-08-20T22:29:29.1250966Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' from root:root to runner:runner
2025-08-20T22:29:29.1252866Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' from root:root to runner:runner
2025-08-20T22:29:29.1254666Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1256437Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' from root:root to runner:runner
2025-08-20T22:29:29.1258181Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T22:29:29.1259733Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:29:29.1261411Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-a84ad46949190b8e.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1263087Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1264933Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1266714Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1268408Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-301e1ffa94377fbf.d' from root:root to runner:runner
2025-08-20T22:29:29.1270083Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-f0336386c291446f.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1272019Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-c833574d3bc020c1.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1273921Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6daaf25cd6af4037.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1275598Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T22:29:29.1277403Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-a84ad46949190b8e.d' from root:root to runner:runner
2025-08-20T22:29:29.1279190Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' from root:root to runner:runner
2025-08-20T22:29:29.1281051Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T22:29:29.1282727Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1284446Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunit_prefix-5c4264f4c26deb35.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1286135Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-e59139a3d449cf5d.d' from root:root to runner:runner
2025-08-20T22:29:29.1287815Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1290107Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indicatif-c176b433069c460c.d' from root:root to runner:runner
2025-08-20T22:29:29.1292333Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-e12b4cff8341b024.d' from root:root to runner:runner
2025-08-20T22:29:29.1294094Z [00:02:42.426]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-c7bcc0bcea294e67.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1295844Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1297548Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_home-7b87b83ddf36d40a.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1299246Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1301254Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1303021Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1304752Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1306601Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1308238Z [00:02:42.427]➜  ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_parallel-fd8cbba259a0ce89' retained as runner:runner
2025-08-20T22:29:29.1309872Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' from root:root to runner:runner
2025-08-20T22:29:29.1311758Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-0ac68df78668d010.d' from root:root to runner:runner
2025-08-20T22:29:29.1313432Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1315124Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1316967Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-c176b433069c460c.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1318708Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1320533Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-c176b433069c460c.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1322239Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1323969Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1325665Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-bc61cad1c5bef7c5.d' from root:root to runner:runner
2025-08-20T22:29:29.1327331Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1329006Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-f0336386c291446f.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1330765Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1332571Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_parallel-fd8cbba259a0ce89.d' from root:root to runner:runner
2025-08-20T22:29:29.1334279Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1335970Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1337661Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-3746a0fc13a4d722.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1339569Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-3ff317c1a07687d8.d' from root:root to runner:runner
2025-08-20T22:29:29.1341447Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T22:29:29.1343266Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-a84ad46949190b8e.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1345217Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunit_prefix-5c4264f4c26deb35.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1346941Z [00:02:42.427]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1348657Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1350557Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' from root:root to runner:runner
2025-08-20T22:29:29.1352303Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1354016Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1355715Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T22:29:29.1358481Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1360199Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1362034Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1363737Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-269f47810ad9e133.d' from root:root to runner:runner
2025-08-20T22:29:29.1365441Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1367131Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' from root:root to runner:runner
2025-08-20T22:29:29.1368898Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-0bcce552303b1250.d' from root:root to runner:runner
2025-08-20T22:29:29.1370686Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1372413Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1374142Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-ad9ee65c11d0c177.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1376173Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1378494Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1380205Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-ec3dbd39673e4bd0.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1382118Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-3746a0fc13a4d722.d' from root:root to runner:runner
2025-08-20T22:29:29.1383798Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-ad9ee65c11d0c177.d' from root:root to runner:runner
2025-08-20T22:29:29.1385645Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' from root:root to runner:runner
2025-08-20T22:29:29.1387336Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-1eb1f4130416ce5c.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1389063Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-c7bcc0bcea294e67.d' from root:root to runner:runner
2025-08-20T22:29:29.1390984Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1392702Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1394449Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d99cfb42f2d9ec3c.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1396284Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-15c8533c6ea6460a.d' from root:root to runner:runner
2025-08-20T22:29:29.1397923Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' from root:root to runner:runner
2025-08-20T22:29:29.1399564Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' from root:root to runner:runner
2025-08-20T22:29:29.1401382Z [00:02:42.428]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1403106Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-15c8533c6ea6460a.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1404800Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-15c8533c6ea6460a.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1406715Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-c833574d3bc020c1.d' from root:root to runner:runner
2025-08-20T22:29:29.1408335Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-4dbb994201dee54a.d' from root:root to runner:runner
2025-08-20T22:29:29.1410078Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-ec3dbd39673e4bd0.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1412109Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1413833Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1415507Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T22:29:29.1417199Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1418897Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9557ef2fa15a92cd.d' from root:root to runner:runner
2025-08-20T22:29:29.1420751Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1422824Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1425192Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-2f094cd0afe43fb0.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1426962Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1428652Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unit_prefix-5c4264f4c26deb35.d' from root:root to runner:runner
2025-08-20T22:29:29.1430481Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' from root:root to runner:runner
2025-08-20T22:29:29.1432187Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-c833574d3bc020c1.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1433891Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1435613Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-3746a0fc13a4d722.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1437315Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1439178Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1440996Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1442702Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T22:29:29.1444336Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-ec3dbd39673e4bd0.d' from root:root to runner:runner
2025-08-20T22:29:29.1445959Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' from root:root to runner:runner
2025-08-20T22:29:29.1447622Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1449439Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1451274Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1452951Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-14a59d5d2369cc87.d' from root:root to runner:runner
2025-08-20T22:29:29.1454591Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' from root:root to runner:runner
2025-08-20T22:29:29.1456272Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-d99cfb42f2d9ec3c.d' from root:root to runner:runner
2025-08-20T22:29:29.1458014Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1459653Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T22:29:29.1461594Z [00:02:42.429]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1463463Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1465160Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1466867Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-301e1ffa94377fbf.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1468552Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-ce47d71eeb7f1232.d' from root:root to runner:runner
2025-08-20T22:29:29.1470210Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-82b9ec2632344da1.d' from root:root to runner:runner
2025-08-20T22:29:29.1472079Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-6daaf25cd6af4037.d' from root:root to runner:runner
2025-08-20T22:29:29.1473749Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-2f094cd0afe43fb0.d' from root:root to runner:runner
2025-08-20T22:29:29.1475818Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T22:29:29.1477510Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1479357Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T22:29:29.1481179Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1482912Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-0bcce552303b1250.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1486036Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-1eb1f4130416ce5c.d' from root:root to runner:runner
2025-08-20T22:29:29.1489675Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1493086Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-20fd5adb0eb229b7.d' from root:root to runner:runner
2025-08-20T22:29:29.1496263Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-301e1ffa94377fbf.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1498288Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1500014Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1501958Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1503658Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' from root:root to runner:runner
2025-08-20T22:29:29.1505384Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-c7bcc0bcea294e67.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1507270Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T22:29:29.1508995Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-ad9ee65c11d0c177.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1510987Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1512723Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-f0336386c291446f.d' from root:root to runner:runner
2025-08-20T22:29:29.1514420Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1516168Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-2f094cd0afe43fb0.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1517896Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1519588Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1521522Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1523437Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1525139Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1526828Z [00:02:42.430]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-d70909e86bd13fff.d' from root:root to runner:runner
2025-08-20T22:29:29.1528481Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-220f1d11a2c1ac70.d' from root:root to runner:runner
2025-08-20T22:29:29.1530151Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-0bcce552303b1250.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1532236Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1534088Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1535805Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1537466Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_home-7b87b83ddf36d40a.d' from root:root to runner:runner
2025-08-20T22:29:29.1539328Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T22:29:29.1541341Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1543250Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T22:29:29.1544947Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-bc61cad1c5bef7c5.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1546672Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-1eb1f4130416ce5c.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1548368Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-3ff317c1a07687d8.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1550735Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1552799Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-20T22:29:29.1554581Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6daaf25cd6af4037.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1556410Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' from root:root to runner:runner
2025-08-20T22:29:29.1558204Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d99cfb42f2d9ec3c.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1559959Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-bc61cad1c5bef7c5.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1562098Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-3ff317c1a07687d8.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1563808Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_home-7b87b83ddf36d40a.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1565494Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T22:29:29.1567506Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:29:29.1569800Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1571959Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:29:29.1573967Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:29:29.1576023Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:29:29.1578135Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c' from root:root to runner:runner
2025-08-20T22:29:29.1579962Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1581934Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T22:29:29.1583787Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log' from root:root to runner:runner
2025-08-20T22:29:29.1585626Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T22:29:29.1587629Z [00:02:42.431]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010' from root:root to runner:runner
2025-08-20T22:29:29.1589563Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/lib-itertools' from root:root to runner:runner
2025-08-20T22:29:29.1591667Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1593512Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:29:29.1595359Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:29:29.1597127Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5' from root:root to runner:runner
2025-08-20T22:29:29.1598997Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1601241Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1603057Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:29:29.1604958Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1606729Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:29:29.1608493Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:29:29.1610386Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:29:29.1612101Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5' from root:root to runner:runner
2025-08-20T22:29:29.1613876Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:29:29.1615854Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:29:29.1617689Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1619521Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:29:29.1621634Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T22:29:29.1623405Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/lib-console' from root:root to runner:runner
2025-08-20T22:29:29.1625194Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/lib-console.json' from root:root to runner:runner
2025-08-20T22:29:29.1627204Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1629016Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/dep-lib-console' from root:root to runner:runner
2025-08-20T22:29:29.1631139Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722' from root:root to runner:runner
2025-08-20T22:29:29.1632858Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-20T22:29:29.1634628Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1636418Z [00:02:42.432]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:29:29.1638826Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:29:29.1640973Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-20T22:29:29.1642907Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1644742Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec' from root:root to runner:runner
2025-08-20T22:29:29.1646540Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:29:29.1648370Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:29:29.1650123Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd' from root:root to runner:runner
2025-08-20T22:29:29.1651970Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:29:29.1653756Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:29:29.1655560Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1657506Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' from root:root to runner:runner
2025-08-20T22:29:29.1659207Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92' from root:root to runner:runner
2025-08-20T22:29:29.1661050Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1662806Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/lib-libc' from root:root to runner:runner
2025-08-20T22:29:29.1664549Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:29:29.1666303Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/lib-libc.json' from root:root to runner:runner
2025-08-20T22:29:29.1668116Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7' from root:root to runner:runner
2025-08-20T22:29:29.1669876Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:29:29.1671946Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1673813Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:29:29.1675671Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:29:29.1677458Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T22:29:29.1679236Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:29:29.1681290Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1683267Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:29:29.1685054Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api' from root:root to runner:runner
2025-08-20T22:29:29.1686988Z [00:02:42.433]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87' from root:root to runner:runner
2025-08-20T22:29:29.1688775Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T22:29:29.1690750Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1692890Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local.json' from root:root to runner:runner
2025-08-20T22:29:29.1694890Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local' from root:root to runner:runner
2025-08-20T22:29:29.1696677Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1' from root:root to runner:runner
2025-08-20T22:29:29.1698442Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:29:29.1700259Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1702174Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T22:29:29.1704315Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:29:29.1706613Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T22:29:29.1708394Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:29:29.1710505Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1712328Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/lib-clap.json' from root:root to runner:runner
2025-08-20T22:29:29.1714068Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/lib-clap' from root:root to runner:runner
2025-08-20T22:29:29.1715754Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1' from root:root to runner:runner
2025-08-20T22:29:29.1717477Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/lib-socket2' from root:root to runner:runner
2025-08-20T22:29:29.1719268Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1721462Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:29:29.1723327Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:29:29.1725067Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a' from root:root to runner:runner
2025-08-20T22:29:29.1726889Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:29:29.1728830Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1730906Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T22:29:29.1732885Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:29:29.1734751Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67' from root:root to runner:runner
2025-08-20T22:29:29.1736716Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:29:29.1738607Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:29:29.1740747Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:29:29.1742715Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1744507Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff' from root:root to runner:runner
2025-08-20T22:29:29.1746283Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1748244Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' from root:root to runner:runner
2025-08-20T22:29:29.1750074Z [00:02:42.434]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' from root:root to runner:runner
2025-08-20T22:29:29.1752119Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' from root:root to runner:runner
2025-08-20T22:29:29.1754063Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46' from root:root to runner:runner
2025-08-20T22:29:29.1755867Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:29:29.1757776Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1759776Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:29:29.1761870Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:29:29.1763835Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T22:29:29.1765599Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/dep-lib-either' from root:root to runner:runner
2025-08-20T22:29:29.1767379Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either' from root:root to runner:runner
2025-08-20T22:29:29.1769166Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1779283Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either.json' from root:root to runner:runner
2025-08-20T22:29:29.1781269Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a' from root:root to runner:runner
2025-08-20T22:29:29.1783226Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/lib-mio.json' from root:root to runner:runner
2025-08-20T22:29:29.1785001Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:29:29.1786768Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1788506Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/lib-mio' from root:root to runner:runner
2025-08-20T22:29:29.1790187Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0' from root:root to runner:runner
2025-08-20T22:29:29.1792220Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:29:29.1794106Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1795963Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:29:29.1797967Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:29:29.1799747Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f' from root:root to runner:runner
2025-08-20T22:29:29.1801906Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b827a64d794bbc5e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1803908Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b827a64d794bbc5e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1805710Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b827a64d794bbc5e' from root:root to runner:runner
2025-08-20T22:29:29.1807466Z [00:02:42.435]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:29:29.1809434Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:29:29.1811399Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1813236Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:29:29.1814999Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T22:29:29.1816784Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1818647Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:29:29.1820860Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:29:29.1822768Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:29:29.1824840Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T22:29:29.1826678Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' from root:root to runner:runner
2025-08-20T22:29:29.1828469Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1830268Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:29:29.1832274Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' from root:root to runner:runner
2025-08-20T22:29:29.1833981Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9' from root:root to runner:runner
2025-08-20T22:29:29.1835875Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1838381Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/lib-indicatif' from root:root to runner:runner
2025-08-20T22:29:29.1840634Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/lib-indicatif.json' from root:root to runner:runner
2025-08-20T22:29:29.1842515Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/dep-lib-indicatif' from root:root to runner:runner
2025-08-20T22:29:29.1844277Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c' from root:root to runner:runner
2025-08-20T22:29:29.1846023Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1847790Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/lib-which' from root:root to runner:runner
2025-08-20T22:29:29.1849545Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/lib-which.json' from root:root to runner:runner
2025-08-20T22:29:29.1851576Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/dep-lib-which' from root:root to runner:runner
2025-08-20T22:29:29.1853277Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250' from root:root to runner:runner
2025-08-20T22:29:29.1855112Z [00:02:42.436]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:29:29.1856934Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1858705Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/lib-tokio' from root:root to runner:runner
2025-08-20T22:29:29.1860547Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:29:29.1862260Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f' from root:root to runner:runner
2025-08-20T22:29:29.1863999Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1865800Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:29:29.1867566Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/lib-rustix' from root:root to runner:runner
2025-08-20T22:29:29.1869337Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:29:29.1871381Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037' from root:root to runner:runner
2025-08-20T22:29:29.1873163Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:29:29.1875034Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1876907Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:29:29.1878793Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:29:29.1880969Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024' from root:root to runner:runner
2025-08-20T22:29:29.1882782Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:29:29.1884607Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream' from root:root to runner:runner
2025-08-20T22:29:29.1886620Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1888477Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:29:29.1890237Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70' from root:root to runner:runner
2025-08-20T22:29:29.1892390Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:29:29.1894325Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1896230Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:29:29.1898265Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:29:29.1900062Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5' from root:root to runner:runner
2025-08-20T22:29:29.1902125Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1904817Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1906883Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T22:29:29.1908884Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-94cfb0a42d3ae6cf/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1911132Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-94cfb0a42d3ae6cf/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1912969Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-94cfb0a42d3ae6cf' from root:root to runner:runner
2025-08-20T22:29:29.1914757Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:29:29.1916612Z [00:02:42.437]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1918459Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:29:29.1920439Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:29:29.1922328Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf' from root:root to runner:runner
2025-08-20T22:29:29.1924232Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:29:29.1926035Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1927817Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T22:29:29.1929588Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:29:29.1931432Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T22:29:29.1933207Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:29:29.1935200Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1937060Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:29:29.1938917Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T22:29:29.1940805Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47' from root:root to runner:runner
2025-08-20T22:29:29.1942731Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-87b8221895ae84f6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1944803Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-87b8221895ae84f6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1946679Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-87b8221895ae84f6' from root:root to runner:runner
2025-08-20T22:29:29.1948445Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/lib-tracing' from root:root to runner:runner
2025-08-20T22:29:29.1950449Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/lib-tracing.json' from root:root to runner:runner
2025-08-20T22:29:29.1952424Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/dep-lib-tracing' from root:root to runner:runner
2025-08-20T22:29:29.1954401Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1956150Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e' from root:root to runner:runner
2025-08-20T22:29:29.1958199Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.1960175Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.1962359Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T22:29:29.1964185Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:29:29.1966077Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1967974Z [00:02:42.438]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:29:29.1970667Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:29:29.1972727Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0' from root:root to runner:runner
2025-08-20T22:29:29.1974560Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:29:29.1976424Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:29:29.1978480Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1980458Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T22:29:29.1982255Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9' from root:root to runner:runner
2025-08-20T22:29:29.1983980Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' from root:root to runner:runner
2025-08-20T22:29:29.1985699Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' from root:root to runner:runner
2025-08-20T22:29:29.1987460Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1989335Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' from root:root to runner:runner
2025-08-20T22:29:29.1991269Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed' from root:root to runner:runner
2025-08-20T22:29:29.1993067Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/bin-rust-parallel.json' from root:root to runner:runner
2025-08-20T22:29:29.1994974Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/bin-rust-parallel' from root:root to runner:runner
2025-08-20T22:29:29.1996853Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.1998736Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/dep-bin-rust-parallel' from root:root to runner:runner
2025-08-20T22:29:29.2000776Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89' from root:root to runner:runner
2025-08-20T22:29:29.2002626Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core' from root:root to runner:runner
2025-08-20T22:29:29.2004640Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T22:29:29.2006504Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2008375Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T22:29:29.2010167Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d' from root:root to runner:runner
2025-08-20T22:29:29.2012084Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:29:29.2014077Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:29:29.2015952Z [00:02:42.439]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2017832Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:29:29.2019854Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T22:29:29.2021845Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:29:29.2023776Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2025928Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:29:29.2027908Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:29:29.2029904Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T22:29:29.2031959Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2033849Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:29:29.2035744Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:29:29.2038432Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:29:29.2040257Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T22:29:29.2042499Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:29:29.2044463Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:29:29.2046368Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2048271Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:29:29.2050094Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b' from root:root to runner:runner
2025-08-20T22:29:29.2051984Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/lib-num_cpus.json' from root:root to runner:runner
2025-08-20T22:29:29.2053773Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/lib-num_cpus' from root:root to runner:runner
2025-08-20T22:29:29.2055576Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2057538Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/dep-lib-num_cpus' from root:root to runner:runner
2025-08-20T22:29:29.2059263Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8' from root:root to runner:runner
2025-08-20T22:29:29.2061176Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/lib-portable_atomic.json' from root:root to runner:runner
2025-08-20T22:29:29.2063098Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2065006Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:29:29.2066919Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:29:29.2068861Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177' from root:root to runner:runner
2025-08-20T22:29:29.2070906Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2072760Z [00:02:42.440]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:29:29.2074590Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/lib-thiserror' from root:root to runner:runner
2025-08-20T22:29:29.2076413Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:29:29.2078174Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c' from root:root to runner:runner
2025-08-20T22:29:29.2079929Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/dep-lib-env_home' from root:root to runner:runner
2025-08-20T22:29:29.2081984Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2083954Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/lib-env_home.json' from root:root to runner:runner
2025-08-20T22:29:29.2085945Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/lib-env_home' from root:root to runner:runner
2025-08-20T22:29:29.2087691Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a' from root:root to runner:runner
2025-08-20T22:29:29.2089444Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:29:29.2091544Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2093361Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:29:29.2095279Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:29:29.2097013Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T22:29:29.2098760Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2100689Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:29:29.2102509Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags' from root:root to runner:runner
2025-08-20T22:29:29.2105021Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:29:29.2106960Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232' from root:root to runner:runner
2025-08-20T22:29:29.2108689Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T22:29:29.2110843Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2112663Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:29:29.2114454Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:29:29.2116181Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T22:29:29.2117963Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/dep-lib-unit_prefix' from root:root to runner:runner
2025-08-20T22:29:29.2119961Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/lib-unit_prefix' from root:root to runner:runner
2025-08-20T22:29:29.2122329Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/lib-unit_prefix.json' from root:root to runner:runner
2025-08-20T22:29:29.2124209Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2125986Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35' from root:root to runner:runner
2025-08-20T22:29:29.2127763Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2129590Z [00:02:42.441]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:29:29.2131597Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' from root:root to runner:runner
2025-08-20T22:29:29.2133403Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:29:29.2135158Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276' from root:root to runner:runner
2025-08-20T22:29:29.2137063Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:29:29.2138908Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:29:29.2140879Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:29:29.2142753Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:29:29.2144524Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133' from root:root to runner:runner
2025-08-20T22:29:29.2146427Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:29:29.2148584Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:29:29.2150628Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T22:29:29.2152251Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:29:29.2153901Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:29:29.2155337Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:29:29.2156748Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:29:29.2158198Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:29:29.2159398Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:29:29.2160745Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO' from root:root to runner:runner
2025-08-20T22:29:29.2161977Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf' from root:root to runner:runner
2025-08-20T22:29:29.2162961Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:29:29.2163950Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/rust-parallel' from runner:docker to runner:runner
2025-08-20T22:29:29.2164942Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:29:29.2165944Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:29:29.2166904Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:29:29.2167834Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel' from runner:docker to runner:runner
2025-08-20T22:29:29.2168741Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:29:29.2169884Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:29:29.2171444Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.version' from runner:docker to runner:runner
2025-08-20T22:29:29.2172733Z [00:02:42.442]➜  changed ownership of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:29:29.2173728Z [00:02:42.451]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2174847Z [00:02:42.458]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2176035Z [00:02:42.464]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2177357Z [00:02:42.471]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/dark_background_progress_bar.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2178790Z [00:02:42.478]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/simple_progress_bar.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2180216Z [00:02:42.485]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/screenshots/light_background_progress_bar.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2181749Z [00:02:42.491]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2182899Z [00:02:42.498]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/dummy_shell.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2184076Z [00:02:42.506]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2185309Z [00:02:42.513]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/csv_file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2186764Z [00:02:42.519]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2188159Z [00:02:42.526]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/tests/csv_file_badline.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2189408Z [00:02:42.533]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2190914Z [00:02:42.539]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2192132Z [00:02:42.546]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2193380Z [00:02:42.553]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command/path_cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2194672Z [00:02:42.559]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2195926Z [00:02:42.566]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/output/task.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2237717Z [00:02:42.573]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2306068Z [00:02:42.579]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2374265Z [00:02:42.586]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/buffered.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2441472Z [00:02:42.593]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser/command_line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2509452Z [00:02:42.600]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/process.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2577151Z [00:02:42.607]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command_line_args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2645026Z [00:02:42.613]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input/task.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2713121Z [00:02:42.620]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/input/buffered_reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2781231Z [00:02:42.627]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2849718Z [00:02:42.634]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2917601Z [00:02:42.641]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/progress/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.2985532Z [00:02:42.647]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/src/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3053132Z [00:02:42.654]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3119740Z [00:02:42.661]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/scripts/benchmark.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3186758Z [00:02:42.668]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/scripts/generate_manual.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3253337Z [00:02:42.674]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3320541Z [00:02:42.681]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3388411Z [00:02:42.688]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/workflows/CI.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3456194Z [00:02:42.694]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3523327Z [00:02:42.701]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3589910Z [00:02:42.708]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3657203Z [00:02:42.715]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3724706Z [00:02:42.721]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3791588Z [00:02:42.728]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3858520Z [00:02:42.735]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3925118Z [00:02:42.741]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.3992901Z [00:02:42.748]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4059904Z [00:02:42.755]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4127567Z [00:02:42.762]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4196736Z [00:02:42.769]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4265172Z [00:02:42.775]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4332500Z [00:02:42.782]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4399411Z [00:02:42.789]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4467253Z [00:02:42.796]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4535106Z [00:02:42.802]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4601593Z [00:02:42.809]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4668791Z [00:02:42.816]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4737529Z [00:02:42.823]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4804747Z [00:02:42.829]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4871085Z [00:02:42.836]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.4937424Z [00:02:42.843]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5003907Z [00:02:42.849]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5070811Z [00:02:42.856]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5136625Z [00:02:42.862]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5203167Z [00:02:42.869]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5269547Z [00:02:42.876]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5338737Z [00:02:42.883]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5405590Z [00:02:42.889]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5472702Z [00:02:42.896]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-4cc15c15345f5de9747ec16bb09b32715b9c2ad3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5539316Z [00:02:42.903]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/objects/pack/pack-80e8cc4bbad6e2f014bc63d7c38b9c3c12c3d856.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5606767Z [00:02:42.910]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5674476Z [00:02:42.916]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5742400Z [00:02:42.923]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5810392Z [00:02:42.930]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5879363Z [00:02:42.937]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.5946736Z [00:02:42.943]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6014774Z [00:02:42.950]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6083133Z [00:02:42.957]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6150977Z [00:02:42.964]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build_script_build-ef0a6ef0359c3ab1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6219139Z [00:02:42.971]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/rustix-ef0a6ef0359c3ab1/build_script_build-ef0a6ef0359c3ab1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6286093Z [00:02:42.977]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6354456Z [00:02:42.984]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6429048Z [00:02:42.992]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6499426Z [00:02:42.999]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6568339Z [00:02:43.006]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6636581Z [00:02:43.012]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6704688Z [00:02:43.019]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6772317Z [00:02:43.026]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6840245Z [00:02:43.033]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6908419Z [00:02:43.040]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.6976582Z [00:02:43.046]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7044412Z [00:02:43.053]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build_script_build-0f4a78b6568d3d51' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7112707Z [00:02:43.060]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/libc-0f4a78b6568d3d51/build_script_build-0f4a78b6568d3d51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7181729Z [00:02:43.067]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7249134Z [00:02:43.074]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7316528Z [00:02:43.080]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7385672Z [00:02:43.087]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7453419Z [00:02:43.094]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7522459Z [00:02:43.101]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7589943Z [00:02:43.108]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7657129Z [00:02:43.115]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build_script_build-c8a479b20a53ecf5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7724716Z [00:02:43.121]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/build/portable-atomic-c8a479b20a53ecf5/build_script_build-c8a479b20a53ecf5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7795204Z [00:02:43.128]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7862560Z [00:02:43.135]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7931072Z [00:02:43.142]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.7999480Z [00:02:43.149]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8067010Z [00:02:43.156]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/syn-68e504ba970b8df9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8135851Z [00:02:43.162]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8203579Z [00:02:43.169]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8271198Z [00:02:43.176]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8340410Z [00:02:43.183]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/tracing_attributes-9165a8443865fc5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8408502Z [00:02:43.190]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8477015Z [00:02:43.197]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/thiserror_impl-80b64a8aeefe55ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8544690Z [00:02:43.203]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtracing_attributes-9165a8443865fc5b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8612960Z [00:02:43.210]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8681302Z [00:02:43.217]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8748681Z [00:02:43.224]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8815885Z [00:02:43.230]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8883997Z [00:02:43.237]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libthiserror_impl-80b64a8aeefe55ab.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.8951238Z [00:02:43.244]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/clap_derive-e47d528ae29a351a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9019441Z [00:02:43.251]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9086730Z [00:02:43.257]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libsyn-68e504ba970b8df9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9154627Z [00:02:43.264]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9222274Z [00:02:43.271]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libtokio_macros-3e677fec1cafcc0b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9290423Z [00:02:43.278]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9358273Z [00:02:43.285]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/tokio_macros-3e677fec1cafcc0b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9425764Z [00:02:43.291]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libclap_derive-e47d528ae29a351a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9494209Z [00:02:43.298]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9562627Z [00:02:43.305]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9632033Z [00:02:43.312]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9699081Z [00:02:43.319]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9767746Z [00:02:43.326]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9836123Z [00:02:43.332]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9904058Z [00:02:43.339]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:29.9972343Z [00:02:43.346]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0040424Z [00:02:43.353]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/clap_derive-e47d528ae29a351a/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0108350Z [00:02:43.360]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0176760Z [00:02:43.366]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0244790Z [00:02:43.373]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0312668Z [00:02:43.380]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0380833Z [00:02:43.387]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0448524Z [00:02:43.394]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0515981Z [00:02:43.400]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0584064Z [00:02:43.407]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/rustix-ef0a6ef0359c3ab1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0651876Z [00:02:43.414]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0720217Z [00:02:43.421]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0788019Z [00:02:43.428]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0856498Z [00:02:43.434]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0924857Z [00:02:43.441]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.0992624Z [00:02:43.448]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1060993Z [00:02:43.455]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1127766Z [00:02:43.462]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1195867Z [00:02:43.468]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1264532Z [00:02:43.475]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1332067Z [00:02:43.482]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1399467Z [00:02:43.489]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1468349Z [00:02:43.496]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1535985Z [00:02:43.502]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/syn-68e504ba970b8df9/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1605383Z [00:02:43.509]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1671952Z [00:02:43.516]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1739233Z [00:02:43.523]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1807018Z [00:02:43.530]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1874241Z [00:02:43.536]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.1940067Z [00:02:43.543]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2006556Z [00:02:43.549]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2073930Z [00:02:43.556]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2141016Z [00:02:43.563]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2208182Z [00:02:43.570]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2275066Z [00:02:43.576]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2343812Z [00:02:43.583]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2412029Z [00:02:43.590]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2478475Z [00:02:43.597]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2546193Z [00:02:43.603]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2614172Z [00:02:43.610]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tokio-macros-3e677fec1cafcc0b/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2682148Z [00:02:43.617]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2748710Z [00:02:43.624]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2816571Z [00:02:43.630]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2883193Z [00:02:43.637]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/libc-0f4a78b6568d3d51/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.2949231Z [00:02:43.644]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3016493Z [00:02:43.650]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3083192Z [00:02:43.657]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3148843Z [00:02:43.664]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3215879Z [00:02:43.670]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3283718Z [00:02:43.677]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3349205Z [00:02:43.684]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3415610Z [00:02:43.690]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3482542Z [00:02:43.697]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3548516Z [00:02:43.704]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3615676Z [00:02:43.710]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3683081Z [00:02:43.717]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3749347Z [00:02:43.724]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3817932Z [00:02:43.731]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3887064Z [00:02:43.737]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.3955554Z [00:02:43.744]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/portable-atomic-c8a479b20a53ecf5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4025111Z [00:02:43.751]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4092770Z [00:02:43.758]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4161247Z [00:02:43.765]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4229398Z [00:02:43.772]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/thiserror-impl-80b64a8aeefe55ab/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4298080Z [00:02:43.779]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4366752Z [00:02:43.785]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4435017Z [00:02:43.792]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4502454Z [00:02:43.799]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/release/.fingerprint/tracing-attributes-9165a8443865fc5b/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4569492Z [00:02:43.806]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/rust-parallel' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4637543Z [00:02:43.813]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4706270Z [00:02:43.819]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/rust-parallel.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4775428Z [00:02:43.826]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4844405Z [00:02:43.833]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4912509Z [00:02:43.840]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.4981091Z [00:02:43.847]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5049772Z [00:02:43.854]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5117814Z [00:02:43.861]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5188461Z [00:02:43.868]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5255780Z [00:02:43.874]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-b827a64d794bbc5e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5323405Z [00:02:43.881]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5391403Z [00:02:43.888]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5459139Z [00:02:43.895]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5529018Z [00:02:43.902]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5596681Z [00:02:43.908]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5666260Z [00:02:43.915]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5733949Z [00:02:43.922]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5800994Z [00:02:43.929]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-94cfb0a42d3ae6cf/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5869244Z [00:02:43.936]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.5937597Z [00:02:43.943]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6006549Z [00:02:43.949]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6073519Z [00:02:43.956]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-87b8221895ae84f6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6140741Z [00:02:43.963]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6208826Z [00:02:43.970]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6277272Z [00:02:43.977]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6344641Z [00:02:43.983]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6412368Z [00:02:43.990]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6484368Z [00:02:43.997]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6552779Z [00:02:44.004]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6620575Z [00:02:44.011]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6689798Z [00:02:44.018]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-a84ad46949190b8e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6758460Z [00:02:44.025]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6826643Z [00:02:44.031]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6894799Z [00:02:44.038]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.6963002Z [00:02:44.045]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-301e1ffa94377fbf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7030012Z [00:02:44.052]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-f0336386c291446f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7097719Z [00:02:44.059]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-c833574d3bc020c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7166798Z [00:02:44.065]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6daaf25cd6af4037.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7234938Z [00:02:44.072]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7303402Z [00:02:44.079]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-a84ad46949190b8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7369884Z [00:02:44.086]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7438195Z [00:02:44.093]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7505726Z [00:02:44.099]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7574305Z [00:02:44.106]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunit_prefix-5c4264f4c26deb35.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7641279Z [00:02:44.113]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-e59139a3d449cf5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7708768Z [00:02:44.120]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7778869Z [00:02:44.127]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indicatif-c176b433069c460c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7847357Z [00:02:44.134]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-e12b4cff8341b024.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7915209Z [00:02:44.140]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-c7bcc0bcea294e67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.7984666Z [00:02:44.147]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8052427Z [00:02:44.154]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_home-7b87b83ddf36d40a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8121002Z [00:02:44.161]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8189835Z [00:02:44.168]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8257906Z [00:02:44.175]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8326409Z [00:02:44.181]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8395381Z [00:02:44.188]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8463435Z [00:02:44.195]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_parallel-fd8cbba259a0ce89' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8532096Z [00:02:44.202]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8601581Z [00:02:44.209]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-0ac68df78668d010.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8668040Z [00:02:44.216]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8736143Z [00:02:44.222]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8803419Z [00:02:44.229]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-c176b433069c460c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8870883Z [00:02:44.236]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.8938787Z [00:02:44.243]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-c176b433069c460c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9006681Z [00:02:44.249]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9074860Z [00:02:44.256]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9144165Z [00:02:44.263]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-bc61cad1c5bef7c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9212503Z [00:02:44.270]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9279979Z [00:02:44.277]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-f0336386c291446f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9347193Z [00:02:44.284]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9413813Z [00:02:44.290]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_parallel-fd8cbba259a0ce89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9481083Z [00:02:44.297]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9548526Z [00:02:44.304]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9616520Z [00:02:44.310]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-3746a0fc13a4d722.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9682567Z [00:02:44.317]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-3ff317c1a07687d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9749763Z [00:02:44.324]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9817108Z [00:02:44.331]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-a84ad46949190b8e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9884653Z [00:02:44.337]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunit_prefix-5c4264f4c26deb35.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:30.9951481Z [00:02:44.344]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0019109Z [00:02:44.351]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0085961Z [00:02:44.357]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0152589Z [00:02:44.364]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0219094Z [00:02:44.371]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0287203Z [00:02:44.378]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0353698Z [00:02:44.384]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0422257Z [00:02:44.391]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0489674Z [00:02:44.398]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0557175Z [00:02:44.404]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-269f47810ad9e133.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0625104Z [00:02:44.411]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0693970Z [00:02:44.418]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0759869Z [00:02:44.425]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-0bcce552303b1250.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0827041Z [00:02:44.431]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0895745Z [00:02:44.438]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.0964563Z [00:02:44.445]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-ad9ee65c11d0c177.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1031025Z [00:02:44.452]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1098403Z [00:02:44.459]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1165819Z [00:02:44.465]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-ec3dbd39673e4bd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1232743Z [00:02:44.472]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-3746a0fc13a4d722.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1301014Z [00:02:44.479]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-ad9ee65c11d0c177.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1368134Z [00:02:44.486]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1438070Z [00:02:44.493]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-1eb1f4130416ce5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1505417Z [00:02:44.499]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-c7bcc0bcea294e67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1575036Z [00:02:44.506]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1642763Z [00:02:44.513]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1709680Z [00:02:44.520]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d99cfb42f2d9ec3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1777403Z [00:02:44.527]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-15c8533c6ea6460a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1846126Z [00:02:44.533]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1914150Z [00:02:44.540]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.1982914Z [00:02:44.547]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2050408Z [00:02:44.554]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-15c8533c6ea6460a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2118119Z [00:02:44.561]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-15c8533c6ea6460a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2186066Z [00:02:44.567]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-c833574d3bc020c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2254180Z [00:02:44.574]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-4dbb994201dee54a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2322974Z [00:02:44.581]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-ec3dbd39673e4bd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2391291Z [00:02:44.588]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-d70909e86bd13fff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2459494Z [00:02:44.595]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2527487Z [00:02:44.602]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2595853Z [00:02:44.608]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2664204Z [00:02:44.615]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9557ef2fa15a92cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2731362Z [00:02:44.622]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2799062Z [00:02:44.629]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2867025Z [00:02:44.635]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-2f094cd0afe43fb0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.2935158Z [00:02:44.642]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3004387Z [00:02:44.649]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unit_prefix-5c4264f4c26deb35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3072966Z [00:02:44.656]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3140228Z [00:02:44.663]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-c833574d3bc020c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3208361Z [00:02:44.670]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3277028Z [00:02:44.676]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-3746a0fc13a4d722.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3344697Z [00:02:44.683]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3413000Z [00:02:44.690]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3480911Z [00:02:44.697]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3550429Z [00:02:44.704]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3618781Z [00:02:44.711]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-ec3dbd39673e4bd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3687770Z [00:02:44.718]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3757443Z [00:02:44.725]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3826337Z [00:02:44.731]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3896080Z [00:02:44.738]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.3964619Z [00:02:44.745]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-14a59d5d2369cc87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4034323Z [00:02:44.752]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4102424Z [00:02:44.759]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-d99cfb42f2d9ec3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4171500Z [00:02:44.766]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-20fd5adb0eb229b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4239822Z [00:02:44.773]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4308939Z [00:02:44.780]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4377299Z [00:02:44.786]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4444354Z [00:02:44.793]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4515842Z [00:02:44.800]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-301e1ffa94377fbf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4583242Z [00:02:44.807]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-ce47d71eeb7f1232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4651198Z [00:02:44.814]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-82b9ec2632344da1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4719601Z [00:02:44.821]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-6daaf25cd6af4037.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4787742Z [00:02:44.828]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-2f094cd0afe43fb0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4856172Z [00:02:44.834]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4923972Z [00:02:44.841]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.4992666Z [00:02:44.848]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5061284Z [00:02:44.855]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5129246Z [00:02:44.862]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-0bcce552303b1250.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5197959Z [00:02:44.869]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-1eb1f4130416ce5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5265536Z [00:02:44.875]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5332908Z [00:02:44.882]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-20fd5adb0eb229b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5400218Z [00:02:44.889]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-301e1ffa94377fbf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5468433Z [00:02:44.896]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5535576Z [00:02:44.902]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5603038Z [00:02:44.909]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5670691Z [00:02:44.916]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5738704Z [00:02:44.923]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-c7bcc0bcea294e67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5806209Z [00:02:44.929]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5874344Z [00:02:44.936]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-ad9ee65c11d0c177.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.5941712Z [00:02:44.943]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6008857Z [00:02:44.950]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-f0336386c291446f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6077117Z [00:02:44.956]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6145112Z [00:02:44.963]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-2f094cd0afe43fb0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6212880Z [00:02:44.970]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6280586Z [00:02:44.977]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6349079Z [00:02:44.984]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6417008Z [00:02:44.990]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6487980Z [00:02:44.998]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6555162Z [00:02:45.004]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-d70909e86bd13fff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6623028Z [00:02:45.011]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-220f1d11a2c1ac70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6692505Z [00:02:45.018]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-0bcce552303b1250.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6759764Z [00:02:45.025]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6827617Z [00:02:45.032]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6895571Z [00:02:45.038]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.6963802Z [00:02:45.045]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_home-7b87b83ddf36d40a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7031256Z [00:02:45.052]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7099950Z [00:02:45.059]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7167612Z [00:02:45.066]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7235714Z [00:02:45.072]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-bc61cad1c5bef7c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7303462Z [00:02:45.079]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-1eb1f4130416ce5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7369851Z [00:02:45.086]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-3ff317c1a07687d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7438148Z [00:02:45.093]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7505564Z [00:02:45.099]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7573187Z [00:02:45.106]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6daaf25cd6af4037.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7641159Z [00:02:45.113]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7709578Z [00:02:45.120]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d99cfb42f2d9ec3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7777151Z [00:02:45.126]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-bc61cad1c5bef7c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7844948Z [00:02:45.133]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-3ff317c1a07687d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7912369Z [00:02:45.140]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_home-7b87b83ddf36d40a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.7979974Z [00:02:45.147]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8048391Z [00:02:45.154]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8116703Z [00:02:45.160]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8185290Z [00:02:45.167]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8253493Z [00:02:45.174]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d99cfb42f2d9ec3c/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8321765Z [00:02:45.181]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8390095Z [00:02:45.188]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8458336Z [00:02:45.195]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8526328Z [00:02:45.201]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8594508Z [00:02:45.208]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8662932Z [00:02:45.215]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8730714Z [00:02:45.222]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8797701Z [00:02:45.229]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-bc61cad1c5bef7c5/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8865732Z [00:02:45.235]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.8933174Z [00:02:45.242]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9000979Z [00:02:45.249]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9069249Z [00:02:45.256]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9137147Z [00:02:45.262]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9204370Z [00:02:45.269]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9273309Z [00:02:45.276]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9340123Z [00:02:45.283]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9407560Z [00:02:45.289]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9476108Z [00:02:45.296]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9544501Z [00:02:45.303]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9612371Z [00:02:45.310]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9679719Z [00:02:45.317]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9747231Z [00:02:45.323]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-3746a0fc13a4d722/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9815842Z [00:02:45.330]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9883244Z [00:02:45.337]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:31.9951054Z [00:02:45.344]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0018304Z [00:02:45.351]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0086667Z [00:02:45.357]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0154547Z [00:02:45.364]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0221707Z [00:02:45.371]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0289396Z [00:02:45.378]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0358356Z [00:02:45.385]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0425520Z [00:02:45.391]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0493680Z [00:02:45.398]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0561555Z [00:02:45.405]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0629139Z [00:02:45.412]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0696808Z [00:02:45.418]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0765716Z [00:02:45.425]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0833701Z [00:02:45.432]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-20fd5adb0eb229b7/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0901468Z [00:02:45.439]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.0969283Z [00:02:45.446]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1037864Z [00:02:45.453]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1106073Z [00:02:45.459]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1174826Z [00:02:45.466]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1243476Z [00:02:45.473]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1311499Z [00:02:45.480]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1378438Z [00:02:45.487]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1448822Z [00:02:45.494]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1516530Z [00:02:45.500]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1584107Z [00:02:45.507]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1651993Z [00:02:45.514]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1719264Z [00:02:45.521]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1787539Z [00:02:45.528]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1855874Z [00:02:45.534]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1923465Z [00:02:45.541]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.1989771Z [00:02:45.548]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2056284Z [00:02:45.554]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2124386Z [00:02:45.561]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2189931Z [00:02:45.568]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-c833574d3bc020c1/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2256126Z [00:02:45.574]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2323336Z [00:02:45.581]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2388971Z [00:02:45.588]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2455653Z [00:02:45.594]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-15c8533c6ea6460a/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2523729Z [00:02:45.601]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2589405Z [00:02:45.608]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2655785Z [00:02:45.614]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2721996Z [00:02:45.621]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c7bcc0bcea294e67/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2788498Z [00:02:45.628]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2855677Z [00:02:45.634]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2922068Z [00:02:45.641]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.2991048Z [00:02:45.648]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-d70909e86bd13fff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3057862Z [00:02:45.655]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3125780Z [00:02:45.661]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3194288Z [00:02:45.668]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3261443Z [00:02:45.675]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3329546Z [00:02:45.682]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3396953Z [00:02:45.688]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3467671Z [00:02:45.696]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3537283Z [00:02:45.702]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3605635Z [00:02:45.709]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3673578Z [00:02:45.716]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3742421Z [00:02:45.723]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3809361Z [00:02:45.730]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3877056Z [00:02:45.736]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.3945076Z [00:02:45.743]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4014328Z [00:02:45.750]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4082746Z [00:02:45.757]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-ec3dbd39673e4bd0/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4151536Z [00:02:45.764]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4219421Z [00:02:45.771]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4287216Z [00:02:45.777]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4355322Z [00:02:45.784]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4423822Z [00:02:45.791]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b827a64d794bbc5e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4491350Z [00:02:45.798]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b827a64d794bbc5e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4559074Z [00:02:45.805]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4626766Z [00:02:45.811]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4694641Z [00:02:45.818]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4762795Z [00:02:45.825]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4831445Z [00:02:45.832]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4899144Z [00:02:45.839]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.4967736Z [00:02:45.846]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5035076Z [00:02:45.852]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5105542Z [00:02:45.859]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5172924Z [00:02:45.866]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5241307Z [00:02:45.873]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5308870Z [00:02:45.880]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5376368Z [00:02:45.886]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5445298Z [00:02:45.893]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5512309Z [00:02:45.900]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/lib-indicatif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5580785Z [00:02:45.907]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-c176b433069c460c/dep-lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5648236Z [00:02:45.914]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5716233Z [00:02:45.920]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5783957Z [00:02:45.927]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/lib-which.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5851596Z [00:02:45.934]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-0bcce552303b1250/dep-lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5919333Z [00:02:45.941]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.5987197Z [00:02:45.947]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6055465Z [00:02:45.954]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6123458Z [00:02:45.961]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-f0336386c291446f/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6191191Z [00:02:45.968]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6259259Z [00:02:45.975]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6326902Z [00:02:45.981]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6394376Z [00:02:45.988]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6daaf25cd6af4037/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6465680Z [00:02:45.995]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6536449Z [00:02:46.002]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6604418Z [00:02:46.009]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6671228Z [00:02:46.016]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6737739Z [00:02:46.023]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6805220Z [00:02:46.029]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6872305Z [00:02:46.036]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.6938221Z [00:02:46.043]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7009181Z [00:02:46.050]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7078416Z [00:02:46.057]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7148081Z [00:02:46.064]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7215765Z [00:02:46.070]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7283205Z [00:02:46.077]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7350776Z [00:02:46.084]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7418157Z [00:02:46.091]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-94cfb0a42d3ae6cf/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7485321Z [00:02:46.097]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-94cfb0a42d3ae6cf/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7552990Z [00:02:46.104]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7618926Z [00:02:46.111]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7687162Z [00:02:46.117]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7752942Z [00:02:46.124]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-301e1ffa94377fbf/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7820094Z [00:02:46.131]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7887710Z [00:02:46.138]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.7955267Z [00:02:46.144]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8021680Z [00:02:46.151]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8088659Z [00:02:46.158]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8155204Z [00:02:46.164]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8222647Z [00:02:46.171]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8289303Z [00:02:46.178]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8355939Z [00:02:46.184]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-87b8221895ae84f6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8422372Z [00:02:46.191]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-87b8221895ae84f6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8489461Z [00:02:46.198]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8556140Z [00:02:46.204]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8622936Z [00:02:46.211]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8690024Z [00:02:46.218]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-a84ad46949190b8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8756969Z [00:02:46.224]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8823991Z [00:02:46.231]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8890048Z [00:02:46.238]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.8957473Z [00:02:46.245]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9024196Z [00:02:46.251]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9090873Z [00:02:46.258]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-2f094cd0afe43fb0/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9156637Z [00:02:46.264]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9223669Z [00:02:46.271]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9289987Z [00:02:46.278]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9356634Z [00:02:46.284]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9424417Z [00:02:46.291]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9492333Z [00:02:46.298]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9558752Z [00:02:46.305]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9625685Z [00:02:46.311]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9693443Z [00:02:46.318]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/bin-rust-parallel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9761191Z [00:02:46.325]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/bin-rust-parallel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9828220Z [00:02:46.332]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9894859Z [00:02:46.338]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-parallel-fd8cbba259a0ce89/dep-bin-rust-parallel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:32.9962585Z [00:02:46.345]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0029316Z [00:02:46.352]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0096407Z [00:02:46.358]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0163268Z [00:02:46.365]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0230091Z [00:02:46.372]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0296884Z [00:02:46.378]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0363302Z [00:02:46.385]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0430476Z [00:02:46.392]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0498202Z [00:02:46.399]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0564739Z [00:02:46.405]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0631594Z [00:02:46.412]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0699311Z [00:02:46.419]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0766477Z [00:02:46.425]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0833002Z [00:02:46.432]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0899608Z [00:02:46.439]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.0966341Z [00:02:46.445]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1032916Z [00:02:46.452]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1099990Z [00:02:46.459]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1167232Z [00:02:46.465]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1234796Z [00:02:46.472]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1301927Z [00:02:46.479]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1368252Z [00:02:46.486]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1435645Z [00:02:46.492]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1504518Z [00:02:46.499]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-3ff317c1a07687d8/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1572459Z [00:02:46.506]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1640116Z [00:02:46.513]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1706731Z [00:02:46.519]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1772515Z [00:02:46.526]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-ad9ee65c11d0c177/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1839013Z [00:02:46.533]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1904488Z [00:02:46.539]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.1969684Z [00:02:46.546]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2035492Z [00:02:46.552]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-1eb1f4130416ce5c/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2101966Z [00:02:46.559]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/dep-lib-env_home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2169329Z [00:02:46.566]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2235854Z [00:02:46.572]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/lib-env_home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2302504Z [00:02:46.579]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_home-7b87b83ddf36d40a/lib-env_home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2368374Z [00:02:46.586]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2434198Z [00:02:46.592]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2501001Z [00:02:46.599]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2566424Z [00:02:46.605]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2633316Z [00:02:46.612]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2699367Z [00:02:46.619]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2765620Z [00:02:46.625]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2832578Z [00:02:46.632]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2899190Z [00:02:46.639]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.2966807Z [00:02:46.645]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3033914Z [00:02:46.652]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3100858Z [00:02:46.659]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3167699Z [00:02:46.666]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/dep-lib-unit_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3234747Z [00:02:46.672]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/lib-unit_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3302719Z [00:02:46.679]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/lib-unit_prefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3368883Z [00:02:46.686]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unit-prefix-5c4264f4c26deb35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3436307Z [00:02:46.692]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3503971Z [00:02:46.699]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3570485Z [00:02:46.706]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3637216Z [00:02:46.712]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3704270Z [00:02:46.719]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3771169Z [00:02:46.726]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3838698Z [00:02:46.733]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3905965Z [00:02:46.739]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.3973311Z [00:02:46.746]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4041686Z [00:02:46.753]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4108228Z [00:02:46.760]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4174005Z [00:02:46.766]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.FL4QA7pHqf/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4239448Z [00:02:46.773]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/rust-parallel' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4305775Z [00:02:46.779]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4371924Z [00:02:46.786]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4437413Z [00:02:46.793]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel' retained as 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4503847Z [00:02:46.799]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4569363Z [00:02:46.806]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.4635254Z [00:02:46.812]➜  mode of '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:29:33.5118677Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:29:33.5120016Z [00:02:46.861]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:29:39.6925291Z 
2025-08-20T22:29:39.6926193Z [+] Sanitizing /tmp/pkgforge/2Np4K20pJ_SBUILD/BUILD.log ==> /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.log
2025-08-20T22:29:42.0166939Z '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.static.log' -> '/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/rust-parallel.log'
2025-08-20T22:29:42.0208907Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&download=rust-parallel.log
2025-08-20T22:29:42.0209767Z 
2025-08-20T22:29:42.0211012Z [+] Parsing/Uploading rust-parallel/rust-parallel --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Frust-parallel%2Frust-parallel [x86_64-Linux]
2025-08-20T22:29:42.0251465Z {
2025-08-20T22:29:42.0251790Z   "_disabled": "false",
2025-08-20T22:29:42.0252077Z   "host": "x86_64-Linux",
2025-08-20T22:29:42.0252284Z   "rank": "",
2025-08-20T22:29:42.0252493Z   "pkg": "rust-parallel.static",
2025-08-20T22:29:42.0252736Z   "pkg_family": "rust-parallel",
2025-08-20T22:29:42.0253063Z   "pkg_id": "github.com.aaronriekenberg.rust-parallel",
2025-08-20T22:29:42.0253610Z   "pkg_name": "rust-parallel",
2025-08-20T22:29:42.0254011Z   "pkg_type": "static",
2025-08-20T22:29:42.0254772Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel",
2025-08-20T22:29:42.0255604Z   "app_id": "",
2025-08-20T22:29:42.0255922Z   "appstream": "",
2025-08-20T22:29:42.0256110Z   "category": [
2025-08-20T22:29:42.0256290Z     "ConsoleOnly",
2025-08-20T22:29:42.0256471Z     "Utility"
2025-08-20T22:29:42.0256639Z   ],
2025-08-20T22:29:42.0257120Z   "description": "Run commands in parallel (parallel | xargs in rust)",
2025-08-20T22:29:42.0257467Z   "desktop": "",
2025-08-20T22:29:42.0257663Z   "homepage": [
2025-08-20T22:29:42.0257904Z     "https://github.com/aaronriekenberg/rust-parallel"
2025-08-20T22:29:42.0258165Z   ],
2025-08-20T22:29:42.0258770Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&download=rust-parallel.png",
2025-08-20T22:29:42.0259422Z   "license": [],
2025-08-20T22:29:42.0259602Z   "maintainer": [
2025-08-20T22:29:42.0259835Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:29:42.0260088Z   ],
2025-08-20T22:29:42.0260246Z   "provides": [
2025-08-20T22:29:42.0260644Z     "rust-parallel"
2025-08-20T22:29:42.0260823Z   ],
2025-08-20T22:29:42.0260976Z   "note": [
2025-08-20T22:29:42.0261338Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aaronriekenberg/rust-parallel"
2025-08-20T22:29:42.0261738Z   ],
2025-08-20T22:29:42.0261899Z   "repology": [
2025-08-20T22:29:42.0262075Z     "rust-parallel"
2025-08-20T22:29:42.0262252Z   ],
2025-08-20T22:29:42.0262406Z   "screenshots": [],
2025-08-20T22:29:42.0262593Z   "src_url": [
2025-08-20T22:29:42.0262823Z     "https://github.com/aaronriekenberg/rust-parallel"
2025-08-20T22:29:42.0263086Z   ],
2025-08-20T22:29:42.0263237Z   "tag": [
2025-08-20T22:29:42.0263402Z     "parallel"
2025-08-20T22:29:42.0263565Z   ],
2025-08-20T22:29:42.0263743Z   "version": "HEAD-f3eb37e-250819T052011",
2025-08-20T22:29:42.0263995Z   "version_upstream": "1.18.1",
2025-08-20T22:29:42.0264324Z   "bsum": "897c9c15d7077db9785a56b911e39053e6feee5499e8964d6965cbcad189a635",
2025-08-20T22:29:42.0264680Z   "build_date": "2025-08-20T22:29:34Z",
2025-08-20T22:29:42.0265035Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109365259",
2025-08-20T22:29:42.0265667Z   "build_id": "17109365259",
2025-08-20T22:29:42.0266862Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&download=rust-parallel.log",
2025-08-20T22:29:42.0268843Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/rust-parallel/static.official.source.yaml",
2025-08-20T22:29:42.0270713Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&download=rust-parallel",
2025-08-20T22:29:42.0272389Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux",
2025-08-20T22:29:42.0273502Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel",
2025-08-20T22:29:42.0274873Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&manifest",
2025-08-20T22:29:42.0276193Z   "shasum": "d592319c9dad8e7c8d0b3e3a2204151a2b52ba9089032a8311076208a3da0cb9",
2025-08-20T22:29:42.0276834Z   "size": "2.8 MB",
2025-08-20T22:29:42.0277155Z   "size_raw": "2839560",
2025-08-20T22:29:42.0277511Z   "snapshots": [
2025-08-20T22:29:42.0277905Z     "HEAD-7244cac-250104T141903-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0278399Z     "HEAD-8e2aa7c-250120T054058-x86_64-linux",
2025-08-20T22:29:42.0278912Z     "HEAD-6be51d8-250207T044435-x86_64-linux",
2025-08-20T22:29:42.0279465Z     "HEAD-7358f22-250531T043756-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0279999Z     "HEAD-61e8af6-250610T045222-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0280793Z     "HEAD-d8bfd92-250614T050955-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0281326Z     "HEAD-b04e5d3-250619T202418-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0281839Z     "HEAD-19277d2-250622T052957-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0282363Z     "HEAD-8da0081-250713T060200-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0282875Z     "HEAD-91259ad-250717T051341-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0283604Z     "HEAD-7cc5a1c-250720T073749-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0284171Z     "HEAD-b7e2996-250723T192353-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0284716Z     "HEAD-2e517fa-250729T051557-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0285225Z     "HEAD-3a6db47-250802T130935-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0285757Z     "HEAD-448af55-250805T043833-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0286257Z     "HEAD-cfc3449-250808T050854-x86_64-linux[1.18.1]",
2025-08-20T22:29:42.0286758Z     "HEAD-36e9a91-250811T173721-x86_64-linux[1.18.1]"
2025-08-20T22:29:42.0287200Z   ]
2025-08-20T22:29:42.0287474Z }
2025-08-20T22:29:42.0287623Z 
2025-08-20T22:29:42.0287629Z 
2025-08-20T22:29:42.1919092Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux": ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux: not found
2025-08-20T22:29:42.1974731Z Uploading empty artifact
2025-08-20T22:29:42.1980575Z time=2025-08-20T22:29:42Z level=debug msg=Request #0
2025-08-20T22:29:42.1981880Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/rust-parallel/official/rust-parallel/manifests/sha256:16a41349756fb45dcf40b5b98cd3061d5557bf32dd020b5a4093a4005abe58af"
2025-08-20T22:29:42.1982645Z > Request method: "HEAD"
2025-08-20T22:29:42.1982862Z > Request headers:
2025-08-20T22:29:42.1983814Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:29:42.1985084Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:29:42.2665719Z time=2025-08-20T22:29:42Z level=debug msg=Response #0
2025-08-20T22:29:42.2666457Z < Response Status: "401 Unauthorized"
2025-08-20T22:29:42.2666801Z < Response headers:
2025-08-20T22:29:42.2667078Z    "Date": "Wed, 20 Aug 2025 22:29:42 GMT"
2025-08-20T22:29:42.2667438Z    "Content-Length": "73"
2025-08-20T22:29:42.2667798Z    "X-Github-Request-Id": "D801:77770:D4840:E72B8:68A64C56"
2025-08-20T22:29:42.2668491Z    "Content-Type": "application/json"
2025-08-20T22:29:42.2669549Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/rust-parallel/official/rust-parallel:pull\""
2025-08-20T22:29:42.2670193Z time=2025-08-20T22:29:42Z level=debug msg=Request #1
2025-08-20T22:29:42.2671116Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Frust-parallel%2Fofficial%2Frust-parallel%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:29:42.2671736Z > Request method: "GET"
2025-08-20T22:29:42.2671943Z > Request headers:
2025-08-20T22:29:42.2672141Z    "Authorization": "*****"
2025-08-20T22:29:42.2672363Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:29:42.3244046Z time=2025-08-20T22:29:42Z level=debug msg=Response #1
2025-08-20T22:29:42.3244608Z < Response Status: "200 OK"
2025-08-20T22:29:42.3244910Z < Response headers:
2025-08-20T22:29:42.3245197Z    "Date": "Wed, 20 Aug 2025 22:29:42 GMT"
2025-08-20T22:29:42.3245527Z    "Content-Length": "69"
2025-08-20T22:29:42.3245875Z    "X-Github-Request-Id": "D801:77770:D4844:E72BC:68A64C56"
2025-08-20T22:29:42.3246275Z    "Content-Type": "application/json"
2025-08-20T22:29:42.3246664Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:29:42.3247206Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:29:42.3247759Z time=2025-08-20T22:29:42Z level=debug msg=Request #2
2025-08-20T22:29:42.3248747Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/rust-parallel/official/rust-parallel/manifests/sha256:16a41349756fb45dcf40b5b98cd3061d5557bf32dd020b5a4093a4005abe58af"
2025-08-20T22:29:42.3249691Z > Request method: "HEAD"
2025-08-20T22:29:42.3249990Z > Request headers:
2025-08-20T22:29:42.3250239Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:29:42.3251681Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:29:42.3252752Z    "Authorization": "*****"
2025-08-20T22:29:42.3532581Z time=2025-08-20T22:29:42Z level=debug msg=Response #2
2025-08-20T22:29:42.3533304Z < Response Status: "404 Not Found"
2025-08-20T22:29:42.3533851Z < Response headers:
2025-08-20T22:29:42.3534304Z    "Date": "Wed, 20 Aug 2025 22:29:42 GMT"
2025-08-20T22:29:42.3534814Z    "Content-Length": "70"
2025-08-20T22:29:42.3535200Z    "X-Github-Request-Id": "D801:77770:D484E:E72CA:68A64C56"
2025-08-20T22:29:42.3535631Z    "Content-Type": "application/json"
2025-08-20T22:29:42.3536029Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:29:42.3536590Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:29:42.3537136Z time=2025-08-20T22:29:42Z level=debug msg=Request #3
2025-08-20T22:29:42.3538155Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/rust-parallel/official/rust-parallel/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:29:42.3539095Z > Request method: "HEAD"
2025-08-20T22:29:42.3539372Z > Request headers:
2025-08-20T22:29:42.3539637Z    "Authorization": "*****"
2025-08-20T22:29:42.3539935Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:29:42.3784744Z time=2025-08-20T22:29:42Z level=debug msg=Response #3
2025-08-20T22:29:42.3785489Z < Response Status: "200 OK"
2025-08-20T22:29:42.3785945Z < Response headers:
2025-08-20T22:29:42.3786508Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:29:42.3787224Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:29:42.3787740Z    "Date": "Wed, 20 Aug 2025 22:29:42 GMT"
2025-08-20T22:29:42.3788139Z    "X-Github-Request-Id": "D801:77770:D4856:E72D6:68A64C56"
2025-08-20T22:29:42.3788531Z    "Content-Length": "0"
2025-08-20T22:29:42.3788822Z    "Content-Type": ""
2025-08-20T22:29:42.3789342Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:29:42.3790245Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:29:42.3791015Z time=2025-08-20T22:29:42Z level=debug msg=Request #4
2025-08-20T22:29:42.3791733Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/rust-parallel/official/rust-parallel/manifests/HEAD-f3eb37e-250819T052011-x86_64-linux"
2025-08-20T22:29:42.3792357Z > Request method: "PUT"
2025-08-20T22:29:42.3792574Z > Request headers:
2025-08-20T22:29:42.3792856Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:29:42.3793193Z    "Authorization": "*****"
2025-08-20T22:29:42.3793421Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:29:42.6683564Z time=2025-08-20T22:29:42Z level=debug msg=Response #4
2025-08-20T22:29:42.6684535Z < Response Status: "201 Created"
2025-08-20T22:29:42.6685771Z Pushed [registry] ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:29:42.6686819Z < Response headers:
2025-08-20T22:29:42.6687049Z    "Content-Type": "application/json"
2025-08-20T22:29:42.6687534Z    "Docker-Content-Digest": "sha256:16a41349756fb45dcf40b5b98cd3061d5557bf32dd020b5a4093a4005abe58af"
2025-08-20T22:29:42.6688060Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:29:42.6688810Z    "Location": "/v2/pkgforge/bincache/rust-parallel/official/rust-parallel/manifests/sha256:16a41349756fb45dcf40b5b98cd3061d5557bf32dd020b5a4093a4005abe58af"
2025-08-20T22:29:42.6689631Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:29:42.6690029Z    "Date": "Wed, 20 Aug 2025 22:29:42 GMT"
2025-08-20T22:29:42.6690499Z    "Content-Length": "0"
2025-08-20T22:29:42.6690813Z    "X-Github-Request-Id": "D801:77770:D485B:E72D8:68A64C56"
2025-08-20T22:29:42.6691174Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:29:42.6691793Z Digest: sha256:16a41349756fb45dcf40b5b98cd3061d5557bf32dd020b5a4093a4005abe58af
2025-08-20T22:29:44.8954227Z Uploading e33e53ba2f20 CHECKSUM
2025-08-20T22:29:44.8967654Z Uploading d592319c9dad rust-parallel
2025-08-20T22:29:44.9001734Z Uploading 55b0e0290a29 CHECKSUM.sig
2025-08-20T22:29:44.9207083Z Uploading da7ac3d8ed6c rust-parallel.sig
2025-08-20T22:29:44.9457127Z Exists    f5e65a43c253 LICENSE
2025-08-20T22:29:44.9883894Z Uploading edb3f4a81678 LICENSE.sig
2025-08-20T22:29:45.9114406Z Uploaded  55b0e0290a29 CHECKSUM.sig
2025-08-20T22:29:45.9189387Z Uploaded  da7ac3d8ed6c rust-parallel.sig
2025-08-20T22:29:45.9354757Z Uploaded  e33e53ba2f20 CHECKSUM
2025-08-20T22:29:45.9427719Z Exists    31f98434c590 SBUILD
2025-08-20T22:29:45.9495191Z Uploading 1ca6832e1ee5 SBUILD.sig
2025-08-20T22:29:45.9701217Z Exists    11cf0313013e rust-parallel.png
2025-08-20T22:29:45.9822008Z Uploading da0fd1c5feb9 rust-parallel.json
2025-08-20T22:29:45.9887688Z Uploaded  edb3f4a81678 LICENSE.sig
2025-08-20T22:29:45.9927607Z Uploaded  d592319c9dad rust-parallel
2025-08-20T22:29:46.0055090Z Uploading 5b255d26cdbb rust-parallel.json.sig
2025-08-20T22:29:46.0307316Z Uploading 7f460283d396 rust-parallel.log.sig
2025-08-20T22:29:46.0471706Z Uploading 884103e884dd rust-parallel.log
2025-08-20T22:29:46.8967993Z Uploaded  1ca6832e1ee5 SBUILD.sig
2025-08-20T22:29:46.9317782Z Exists    979d44ec4495 rust-parallel.version
2025-08-20T22:29:46.9347125Z Uploaded  da0fd1c5feb9 rust-parallel.json
2025-08-20T22:29:46.9551472Z Uploaded  5b255d26cdbb rust-parallel.json.sig
2025-08-20T22:29:46.9557313Z Uploaded  7f460283d396 rust-parallel.log.sig
2025-08-20T22:29:46.9663527Z Uploading 636a154ccb41 rust-parallel.version.sig
2025-08-20T22:29:47.0511779Z Uploaded  884103e884dd rust-parallel.log
2025-08-20T22:29:47.9417780Z Uploaded  636a154ccb41 rust-parallel.version.sig
2025-08-20T22:29:47.9418585Z Uploading ac84a7c2e8c8 rust-parallel
2025-08-20T22:29:48.2509124Z Uploaded  ac84a7c2e8c8 rust-parallel
2025-08-20T22:29:48.2510102Z Pushed [registry] ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:29:48.2511286Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:29:48.2511710Z Digest: sha256:ac84a7c2e8c85fe89891870b51435817379e1d1ca3bc9ac2fac6ae8764229646
2025-08-20T22:29:53.4465527Z 
2025-08-20T22:29:53.4466124Z [+] Registry --> https://ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:29:53.4467088Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/rust-parallel/official/rust-parallel?tag=HEAD-f3eb37e-250819T052011-x86_64-linux&manifest 
2025-08-20T22:29:53.4467624Z 
2025-08-20T22:29:55.1377425Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:29:55.7957300Z ./BUILD_ARTIFACTS.tar : 32.99%   (   148 MiB =>   48.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:29:55.8295986Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:29:55.8334674Z 
2025-08-20T22:29:55.8335618Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml :: 00(Hr):03(Min):09(Sec)
2025-08-20T22:29:55.8336331Z 
2025-08-20T22:29:55.8351422Z 
2025-08-20T22:29:55.8352242Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:29:55 PM) UTC
2025-08-20T22:29:55.8352665Z 
2025-08-20T22:29:56.0753531Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:29:56.0801312Z ##[group]Run ##Presets
2025-08-20T22:29:56.0801685Z [36;1m##Presets[0m
2025-08-20T22:29:56.0801885Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:56.0802096Z [36;1m#-------------#[0m
2025-08-20T22:29:56.0802291Z [36;1m##Debug?[0m
2025-08-20T22:29:56.0802533Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:29:56.0802820Z [36;1m  set -x[0m
2025-08-20T22:29:56.0803006Z [36;1mfi[0m
2025-08-20T22:29:56.0803182Z [36;1m#-------------#[0m
2025-08-20T22:29:56.0803377Z [36;1m##Set ENV[0m
2025-08-20T22:29:56.0803616Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:29:56.0804115Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-f3eb37e-250819T052011-x86_64-linux"[0m
2025-08-20T22:29:56.0804669Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-f3eb37e-250819T052011-x86_64-linux"[0m
2025-08-20T22:29:56.0805300Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259"[0m
2025-08-20T22:29:56.0805852Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:29:56.0806247Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:56.0806684Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:56.0807020Z [36;1m fi[0m
2025-08-20T22:29:56.0807191Z [36;1m##Push[0m
2025-08-20T22:29:56.0807417Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:29:56.0807697Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:29:56.0808073Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:29:56.0808564Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:29:56.0809009Z [36;1m     ls -sh "/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:29:56.0809357Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:29:56.0809573Z [36;1m       {[0m
2025-08-20T22:29:56.0809764Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:29:56.0810112Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:29:56.0810869Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:29:56.0811315Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:29:56.0811860Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-f3eb37e-250819T052011-x86_64-linux")[0m
2025-08-20T22:29:56.0812571Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109365259")[0m
2025-08-20T22:29:56.0813376Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109365259")[0m
2025-08-20T22:29:56.0814112Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel:HEAD-f3eb37e-250819T052011-x86_64-linux")[0m
2025-08-20T22:29:56.0814857Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:29:34Z")[0m
2025-08-20T22:29:56.0815355Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-f3eb37e-250819T052011")[0m
2025-08-20T22:29:56.0815871Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:29:34Z")[0m
2025-08-20T22:29:56.0816586Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel")[0m
2025-08-20T22:29:56.0817282Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:29:56.0817812Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-f3eb37e-250819T052011")[0m
2025-08-20T22:29:56.0818525Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-f3eb37e-250819T052011")[0m
2025-08-20T22:29:56.0819315Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel")[0m
2025-08-20T22:29:56.0820085Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-rust-parallel")[0m
2025-08-20T22:29:56.0820903Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/aaronriekenberg/rust-parallel")[0m
2025-08-20T22:29:56.0821479Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:29:56.0821993Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-f3eb37e-250819T052011")[0m
2025-08-20T22:29:56.0822485Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:29:56.0822985Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:29:56.0823414Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:29:56.0823667Z [36;1m         #Check[0m
2025-08-20T22:29:56.0824255Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:29:34Z" ]]; then[0m
2025-08-20T22:29:56.0824975Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:29:56.0825325Z [36;1m            break[0m
2025-08-20T22:29:56.0825533Z [36;1m          else[0m
2025-08-20T22:29:56.0825929Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:29:56.0826359Z [36;1m          fi[0m
2025-08-20T22:29:56.0826584Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:29:56.0826844Z [36;1m        done[0m
2025-08-20T22:29:56.0827034Z [36;1m       }[0m
2025-08-20T22:29:56.0827238Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:29:56.0827484Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:29:56.0828075Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:29:34Z" ]]; then[0m
2025-08-20T22:29:56.0828843Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:29:56.0829251Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:29:56.0829510Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:29:56.0830116Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:29:34Z" ]]; then[0m
2025-08-20T22:29:56.0831183Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:29:56.0831689Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:29:56.0832085Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:29:56.0832317Z [36;1m           fi[0m
2025-08-20T22:29:56.0832509Z [36;1m       fi[0m
2025-08-20T22:29:56.0832684Z [36;1m   fi[0m
2025-08-20T22:29:56.0832855Z [36;1m fi[0m
2025-08-20T22:29:56.0833039Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:29:56.0922864Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:56.0923108Z env:
2025-08-20T22:29:56.0923292Z   CROSS_COMPILING: NO
2025-08-20T22:29:56.0923517Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:29:56.0923768Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:29:56.0923986Z   ON_QEMU: NO
2025-08-20T22:29:56.0931335Z   DEBUG: 0
2025-08-20T22:29:56.0931594Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:29:56.0931845Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:29:56.0932342Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:29:56.0932689Z   KEEP_LOGS: YES
2025-08-20T22:29:56.0932882Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:29:56.0933109Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:29:56.0933347Z   SBUILD_REBUILD: false
2025-08-20T22:29:56.0933912Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:29:56.0934525Z   BUILD_SYS: docker://rust
2025-08-20T22:29:56.0934744Z   BUILD_ON_HOST: FALSE
2025-08-20T22:29:56.0934942Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:29:56.0935132Z   SYSTMP: /tmp
2025-08-20T22:29:56.0935310Z   GHA_MODE: MATRIX
2025-08-20T22:29:56.0935742Z   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-20T22:29:56.0936255Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:29:56.0936573Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:29:56.0936964Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:29:56.0937448Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:29:56.0937830Z   PKG_TYPE: static
2025-08-20T22:29:56.0938026Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:29:56.0938258Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:29:56.0938646Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:29:56.0938998Z   BUILD_ID: 17109365259
2025-08-20T22:29:56.0939203Z   PKG_NAME: rust-parallel
2025-08-20T22:29:56.0939422Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:29:56.0939662Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:29:56.0939926Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:29:56.0940275Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:29:56.0940797Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:29:56.0941283Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:29:56.0941797Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:29:56.0942104Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:29:56.0942491Z   GHCR_TOKEN: ***
2025-08-20T22:29:56.0942781Z   GITHUB_TOKEN: ***
2025-08-20T22:29:56.0943010Z   GITLAB_TOKEN: ***
2025-08-20T22:29:56.0944136Z   MINISIGN_KEY: ***
2025-08-20T22:29:56.0944325Z ##[endgroup]
2025-08-20T22:29:56.1031843Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:29:56.1042356Z 49M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:29:56.1055265Z total 3.9M
2025-08-20T22:29:56.1055603Z 4.0K CHECKSUM
2025-08-20T22:29:56.1055918Z 4.0K CHECKSUM.sig
2025-08-20T22:29:56.1056451Z 4.0K LICENSE
2025-08-20T22:29:56.1056652Z 4.0K LICENSE.sig
2025-08-20T22:29:56.1056840Z 8.0K SBUILD
2025-08-20T22:29:56.1057018Z 4.0K SBUILD.sig
2025-08-20T22:29:56.1057203Z 4.0K SBUILD_TEMP
2025-08-20T22:29:56.1057387Z 2.8M rust-parallel
2025-08-20T22:29:56.1057592Z 4.0K rust-parallel.json
2025-08-20T22:29:56.1057811Z 4.0K rust-parallel.json.sig
2025-08-20T22:29:56.1058027Z 524K rust-parallel.log
2025-08-20T22:29:56.1058242Z 4.0K rust-parallel.log.sig
2025-08-20T22:29:56.1058468Z  40K rust-parallel.png
2025-08-20T22:29:56.1058679Z 4.0K rust-parallel.sig
2025-08-20T22:29:56.1058893Z 524K rust-parallel.static.log
2025-08-20T22:29:56.1059136Z 4.0K rust-parallel.static.version
2025-08-20T22:29:56.1059397Z 4.0K rust-parallel.static.version.sig
2025-08-20T22:29:56.1059653Z 4.0K rust-parallel.version
2025-08-20T22:29:56.1059881Z 4.0K rust-parallel.version.sig
2025-08-20T22:29:56.3467518Z Uploading b96c20ed900d BUILD_ARTIFACTS.zstd
2025-08-20T22:29:57.8265705Z Uploaded  b96c20ed900d BUILD_ARTIFACTS.zstd
2025-08-20T22:29:57.8266486Z Uploading 4d7144933d17 SRCBUILD-rust-parallel
2025-08-20T22:29:58.1319252Z Uploaded  4d7144933d17 SRCBUILD-rust-parallel
2025-08-20T22:29:58.1321408Z Pushed [registry] ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259:HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:29:58.1322835Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:29:58.1323702Z Digest: sha256:4d7144933d173139476fbb1ea40c2fb606412719122b138546110c71354e01a2
2025-08-20T22:30:03.3513188Z 
2025-08-20T22:30:03.3514003Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:03.3514517Z 
2025-08-20T22:30:04.4013433Z ##[group]Run ##Presets
2025-08-20T22:30:04.4013883Z [36;1m##Presets[0m
2025-08-20T22:30:04.4014221Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:04.4014584Z [36;1m#-------------#[0m
2025-08-20T22:30:04.4014948Z [36;1m##Debug?[0m
2025-08-20T22:30:04.4015365Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:04.4015892Z [36;1m  set -x[0m
2025-08-20T22:30:04.4016212Z [36;1mfi[0m
2025-08-20T22:30:04.4016523Z [36;1m#-------------#[0m
2025-08-20T22:30:04.4016979Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:30:04.4017573Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:30:04.4081457Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:04.4081695Z env:
2025-08-20T22:30:04.4082026Z   CROSS_COMPILING: NO
2025-08-20T22:30:04.4082402Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:04.4082805Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:04.4083184Z   ON_QEMU: NO
2025-08-20T22:30:04.4083544Z   DEBUG: 0
2025-08-20T22:30:04.4083881Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:04.4084267Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:04.4084585Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:04.4084903Z   KEEP_LOGS: YES
2025-08-20T22:30:04.4085095Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:04.4085324Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:04.4085560Z   SBUILD_REBUILD: false
2025-08-20T22:30:04.4086119Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:04.4086698Z   BUILD_SYS: docker://rust
2025-08-20T22:30:04.4086908Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:04.4087099Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:04.4087285Z   SYSTMP: /tmp
2025-08-20T22:30:04.4087464Z   GHA_MODE: MATRIX
2025-08-20T22:30:04.4087891Z   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-20T22:30:04.4088397Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:04.4088718Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:04.4089096Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:04.4089589Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:04.4090205Z   PKG_TYPE: static
2025-08-20T22:30:04.4090676Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:04.4090914Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:04.4091292Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:04.4091661Z   BUILD_ID: 17109365259
2025-08-20T22:30:04.4091866Z   PKG_NAME: rust-parallel
2025-08-20T22:30:04.4092085Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:04.4092328Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:04.4092587Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:04.4092947Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:04.4093360Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:04.4093842Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:04.4094365Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:04.4094684Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:04.4094958Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:04.4095487Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:04.4095942Z ##[endgroup]
2025-08-20T22:30:04.4246788Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:30:04.4247084Z with:
2025-08-20T22:30:04.4247298Z   name: Bincache_rust-parallel_x86_64-Linux
2025-08-20T22:30:04.4247613Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:30:04.4247895Z   compression-level: 0
2025-08-20T22:30:04.4248099Z   retention-days: 30
2025-08-20T22:30:04.4248290Z   overwrite: true
2025-08-20T22:30:04.4248478Z   if-no-files-found: warn
2025-08-20T22:30:04.4248700Z   include-hidden-files: false
2025-08-20T22:30:04.4248909Z env:
2025-08-20T22:30:04.4249077Z   CROSS_COMPILING: NO
2025-08-20T22:30:04.4249272Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:04.4249498Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:04.4249703Z   ON_QEMU: NO
2025-08-20T22:30:04.4249872Z   DEBUG: 0
2025-08-20T22:30:04.4250047Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:04.4250262Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:04.4250733Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:04.4251096Z   KEEP_LOGS: YES
2025-08-20T22:30:04.4251289Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:04.4251511Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:04.4251736Z   SBUILD_REBUILD: false
2025-08-20T22:30:04.4252294Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:04.4252876Z   BUILD_SYS: docker://rust
2025-08-20T22:30:04.4253087Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:04.4253284Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:04.4253473Z   SYSTMP: /tmp
2025-08-20T22:30:04.4253649Z   GHA_MODE: MATRIX
2025-08-20T22:30:04.4254081Z   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-20T22:30:04.4254589Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:04.4254907Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:04.4255291Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:04.4255767Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:04.4256162Z   PKG_TYPE: static
2025-08-20T22:30:04.4256358Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:04.4256594Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:04.4256970Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:04.4257327Z   BUILD_ID: 17109365259
2025-08-20T22:30:04.4257529Z   PKG_NAME: rust-parallel
2025-08-20T22:30:04.4257740Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:04.4257975Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:04.4258414Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:04.4258763Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:04.4259164Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:04.4259648Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:04.4260164Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:04.4260585Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:04.4260852Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:04.4261375Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:04.4261839Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:04.4262065Z ##[endgroup]
2025-08-20T22:30:04.6440059Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:30:04.6443620Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:30:04.6444437Z With the provided path, there will be 2 files uploaded
2025-08-20T22:30:04.7714605Z Artifact name is valid!
2025-08-20T22:30:04.7715829Z Root directory input is valid!
2025-08-20T22:30:04.8151780Z Beginning upload of artifact content to blob storage
2025-08-20T22:30:05.3607242Z Uploaded bytes 8388608
2025-08-20T22:30:05.3652047Z Uploaded bytes 16777216
2025-08-20T22:30:05.4049300Z Uploaded bytes 25165824
2025-08-20T22:30:05.4941869Z Uploaded bytes 33554432
2025-08-20T22:30:05.5561825Z Uploaded bytes 41943040
2025-08-20T22:30:05.6047252Z Uploaded bytes 50331648
2025-08-20T22:30:05.7425577Z Uploaded bytes 52175259
2025-08-20T22:30:05.7788168Z Finished uploading artifact content to blob storage!
2025-08-20T22:30:05.7792025Z SHA256 digest of uploaded artifact zip is bc82ca2ed7731ca8ea7da07a2a31fe7578ec54427ea6e2c1bf699d0a711745b5
2025-08-20T22:30:05.7792944Z Finalizing artifact upload
2025-08-20T22:30:05.8818986Z Artifact Bincache_rust-parallel_x86_64-Linux.zip successfully finalized. Artifact ID 3813810862
2025-08-20T22:30:05.8821166Z Artifact Bincache_rust-parallel_x86_64-Linux has been successfully uploaded! Final size is 52175259 bytes. Artifact ID is 3813810862
2025-08-20T22:30:05.8828411Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109365259/artifacts/3813810862
2025-08-20T22:30:05.9014952Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:30:05.9015279Z with:
2025-08-20T22:30:05.9015607Z   subject-name: rust-parallel-17109365259-HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:05.9016487Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:30:05.9017220Z   show-summary: true
2025-08-20T22:30:05.9017437Z   push-to-registry: false
2025-08-20T22:30:05.9017790Z   github-token: ***
2025-08-20T22:30:05.9018002Z env:
2025-08-20T22:30:05.9018181Z   CROSS_COMPILING: NO
2025-08-20T22:30:05.9018389Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:05.9018619Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:05.9018837Z   ON_QEMU: NO
2025-08-20T22:30:05.9019011Z   DEBUG: 0
2025-08-20T22:30:05.9019202Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:05.9019428Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:05.9019755Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:05.9020083Z   KEEP_LOGS: YES
2025-08-20T22:30:05.9020439Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:05.9020678Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:05.9020912Z   SBUILD_REBUILD: false
2025-08-20T22:30:05.9021473Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:05.9022068Z   BUILD_SYS: docker://rust
2025-08-20T22:30:05.9022284Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:05.9022483Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:05.9022871Z   SYSTMP: /tmp
2025-08-20T22:30:05.9023053Z   GHA_MODE: MATRIX
2025-08-20T22:30:05.9023485Z   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-20T22:30:05.9023998Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:05.9024341Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:05.9024732Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:05.9025218Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:05.9025602Z   PKG_TYPE: static
2025-08-20T22:30:05.9025796Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:05.9026031Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:05.9026414Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:05.9026778Z   BUILD_ID: 17109365259
2025-08-20T22:30:05.9026986Z   PKG_NAME: rust-parallel
2025-08-20T22:30:05.9027212Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:05.9027454Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:05.9027713Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:05.9028069Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:05.9028468Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:05.9028962Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:05.9029485Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:05.9029800Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:05.9030082Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:05.9030733Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:05.9031216Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:05.9031447Z ##[endgroup]
2025-08-20T22:30:05.9114031Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:30:05.9114472Z env:
2025-08-20T22:30:05.9114655Z   CROSS_COMPILING: NO
2025-08-20T22:30:05.9114874Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:05.9115103Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:05.9115322Z   ON_QEMU: NO
2025-08-20T22:30:05.9115504Z   DEBUG: 0
2025-08-20T22:30:05.9115882Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:05.9116131Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:05.9116655Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:05.9117000Z   KEEP_LOGS: YES
2025-08-20T22:30:05.9117200Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:05.9117439Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:05.9117709Z   SBUILD_REBUILD: false
2025-08-20T22:30:05.9118421Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:05.9119032Z   BUILD_SYS: docker://rust
2025-08-20T22:30:05.9119254Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:05.9119455Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:05.9119654Z   SYSTMP: /tmp
2025-08-20T22:30:05.9119840Z   GHA_MODE: MATRIX
2025-08-20T22:30:05.9120274Z   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-20T22:30:05.9121050Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:05.9121391Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:05.9121786Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:05.9122284Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:05.9122669Z   PKG_TYPE: static
2025-08-20T22:30:05.9122863Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:05.9123100Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:05.9123485Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:05.9124016Z   BUILD_ID: 17109365259
2025-08-20T22:30:05.9124231Z   PKG_NAME: rust-parallel
2025-08-20T22:30:05.9124454Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:05.9124702Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:05.9124965Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:05.9125318Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:05.9125734Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:05.9126230Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:05.9126759Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:05.9127078Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:05.9127354Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:05.9127887Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:05.9128372Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:05.9128606Z ##[endgroup]
2025-08-20T22:30:06.3307393Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:30:06.3307737Z with:
2025-08-20T22:30:06.3308432Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:30:06.3309311Z   subject-name: rust-parallel-17109365259-HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:06.3309750Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:30:06.3312751Z   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/17109365259/attempts/1"}}}
2025-08-20T22:30:06.3315333Z   push-to-registry: false
2025-08-20T22:30:06.3315562Z   show-summary: true
2025-08-20T22:30:06.3315981Z   github-token: ***
2025-08-20T22:30:06.3316186Z env:
2025-08-20T22:30:06.3316367Z   CROSS_COMPILING: NO
2025-08-20T22:30:06.3316583Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:06.3316818Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:06.3317047Z   ON_QEMU: NO
2025-08-20T22:30:06.3317248Z   DEBUG: 0
2025-08-20T22:30:06.3317515Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:06.3317751Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:06.3318084Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:06.3318411Z   KEEP_LOGS: YES
2025-08-20T22:30:06.3318608Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:06.3318836Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:06.3319084Z   SBUILD_REBUILD: false
2025-08-20T22:30:06.3319649Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:06.3320243Z   BUILD_SYS: docker://rust
2025-08-20T22:30:06.3320622Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:06.3320828Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:06.3321028Z   SYSTMP: /tmp
2025-08-20T22:30:06.3321218Z   GHA_MODE: MATRIX
2025-08-20T22:30:06.3321659Z   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-20T22:30:06.3322170Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:06.3322498Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:06.3323077Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:06.3323565Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:06.3323953Z   PKG_TYPE: static
2025-08-20T22:30:06.3324158Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:06.3324402Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:06.3324787Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:06.3325155Z   BUILD_ID: 17109365259
2025-08-20T22:30:06.3325374Z   PKG_NAME: rust-parallel
2025-08-20T22:30:06.3325601Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:06.3325853Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:06.3326117Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:06.3326471Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:06.3326879Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:06.3327371Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:06.3327901Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:06.3328217Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:06.3328499Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:06.3329044Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:06.3329517Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:06.3329750Z ##[endgroup]
2025-08-20T22:30:07.7080687Z Attestation created for 18 subjects
2025-08-20T22:30:07.7085396Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:30:07.7085915Z -----BEGIN CERTIFICATE-----
2025-08-20T22:30:07.7086295Z MIIG7jCCBnSgAwIBAgIUFNJP2zCaKT0nuRnHnS/m/ykEIC8wCgYIKoZIzj0EAwMw
2025-08-20T22:30:07.7086835Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:30:07.7087389Z cm1lZGlhdGUwHhcNMjUwODIwMjIzMDA2WhcNMjUwODIwMjI0MDA2WjAAMFkwEwYH
2025-08-20T22:30:07.7087905Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE80PK1zfX2iJt55o2IsDRy4/cJVax39P6Pl/q
2025-08-20T22:30:07.7088405Z DfecgkR3w1KwaryLXfYPyQ/akxQoj5XJoD+5uqJ1mrPrddUCYqOCBZMwggWPMA4G
2025-08-20T22:30:07.7088913Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUQsit
2025-08-20T22:30:07.7089677Z zl/sHuuW53XSVlv4xhlPuE0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:30:07.7090182Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:30:07.7090917Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:30:07.7091441Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:30:07.7091939Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:30:07.7092583Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:30:07.7093098Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:30:07.7093625Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:30:07.7094150Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:30:07.7094687Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:30:07.7095194Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:30:07.7095874Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:30:07.7096351Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:30:07.7096809Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:30:07.7097265Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:30:07.7097741Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:30:07.7098226Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:30:07.7098700Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:30:07.7099351Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:30:07.7100029Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:30:07.7100815Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:30:07.7101457Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:30:07.7101940Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:30:07.7102423Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:30:07.7102884Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MzY1MjU5L2F0
2025-08-20T22:30:07.7103349Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:30:07.7103821Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJmpGU
2025-08-20T22:30:07.7104271Z AAAEAwBGMEQCIE/8D+WRbETa92Jddzo9d3jeop/WSPI5IJFbuu+zKmXvAiAVXWYR
2025-08-20T22:30:07.7104718Z ZuUYbRtQu4zu+MuGBrVyAiCxT8jqBXufX4P1tzAKBggqhkjOPQQDAwNoADBlAjA4
2025-08-20T22:30:07.7105192Z A+DAMa7N1KZySMRuw6PWaeW/aBvtDY8XxigaWth4J841jTJYvd+YiHy1jwsYUCgC
2025-08-20T22:30:07.7105624Z MQDhwCNgvVmRdNk40mRQ+JjOUMp4b/R7K3PP0Nfa0LYeNNb4NfPA9bBzY5aKOzst
2025-08-20T22:30:07.7105948Z 3P8=
2025-08-20T22:30:07.7106132Z -----END CERTIFICATE-----
2025-08-20T22:30:07.7106281Z 
2025-08-20T22:30:07.7106650Z ##[endgroup]
2025-08-20T22:30:07.7107040Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:30:07.7107451Z https://search.sigstore.dev?logIndex=414527130
2025-08-20T22:30:07.7107797Z [36mAttestation uploaded to repository[39m
2025-08-20T22:30:07.7108128Z https://github.com/pkgforge/bincache/attestations/9875900
2025-08-20T22:30:07.7913516Z ##[group]Run ##Presets
2025-08-20T22:30:07.7913789Z [36;1m##Presets[0m
2025-08-20T22:30:07.7913998Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:07.7914216Z [36;1m#-------------#[0m
2025-08-20T22:30:07.7914425Z [36;1m##Debug?[0m
2025-08-20T22:30:07.7914682Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:07.7914974Z [36;1m  set -x[0m
2025-08-20T22:30:07.7915160Z [36;1mfi[0m
2025-08-20T22:30:07.7915343Z [36;1m#-------------#[0m
2025-08-20T22:30:07.7915655Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:30:07.7916609Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/rust-parallel/official"[0m
2025-08-20T22:30:07.7917081Z [36;1m exit 1[0m
2025-08-20T22:30:07.7917273Z [36;1mfi[0m
2025-08-20T22:30:07.7966550Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:07.7966795Z env:
2025-08-20T22:30:07.7966977Z   CROSS_COMPILING: NO
2025-08-20T22:30:07.7967230Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:07.7967470Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:07.7967695Z   ON_QEMU: NO
2025-08-20T22:30:07.7967873Z   DEBUG: 0
2025-08-20T22:30:07.7968058Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:07.7968291Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:07.7968618Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:07.7968954Z   KEEP_LOGS: YES
2025-08-20T22:30:07.7969152Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:07.7969383Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:07.7969630Z   SBUILD_REBUILD: false
2025-08-20T22:30:07.7970198Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:07.7970987Z   BUILD_SYS: docker://rust
2025-08-20T22:30:07.7971220Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:07.7971425Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:07.7971621Z   SYSTMP: /tmp
2025-08-20T22:30:07.7971814Z   GHA_MODE: MATRIX
2025-08-20T22:30:07.7972256Z   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-20T22:30:07.7972786Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:07.7973118Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:07.7973713Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:07.7974203Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:07.7974592Z   PKG_TYPE: static
2025-08-20T22:30:07.7974791Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:07.7975031Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.7975418Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:07.7975783Z   BUILD_ID: 17109365259
2025-08-20T22:30:07.7975999Z   PKG_NAME: rust-parallel
2025-08-20T22:30:07.7976223Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:07.7976478Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.7976740Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:07.7977094Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.7977500Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.7977998Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.7978525Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:07.7978839Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:07.7979117Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.7979650Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:07.7980157Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:07.7980576Z ##[endgroup]
2025-08-20T22:30:07.8066231Z ##[group]Run ##Presets
2025-08-20T22:30:07.8066505Z [36;1m##Presets[0m
2025-08-20T22:30:07.8066714Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:07.8066938Z [36;1m#-------------#[0m
2025-08-20T22:30:07.8067145Z [36;1m##Debug?[0m
2025-08-20T22:30:07.8067392Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:07.8067696Z [36;1m  set -x[0m
2025-08-20T22:30:07.8067884Z [36;1mfi[0m
2025-08-20T22:30:07.8068067Z [36;1m#-------------#[0m
2025-08-20T22:30:07.8068312Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:30:07.8068795Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/rust-parallel/official"[0m
2025-08-20T22:30:07.8069226Z [36;1m exit 1[0m
2025-08-20T22:30:07.8069414Z [36;1mfi[0m
2025-08-20T22:30:07.8112399Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:07.8112634Z env:
2025-08-20T22:30:07.8112815Z   CROSS_COMPILING: NO
2025-08-20T22:30:07.8113064Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:07.8113298Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:07.8113511Z   ON_QEMU: NO
2025-08-20T22:30:07.8113692Z   DEBUG: 0
2025-08-20T22:30:07.8113876Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:07.8114103Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:07.8114420Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:07.8114747Z   KEEP_LOGS: YES
2025-08-20T22:30:07.8114944Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:07.8115167Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:07.8115404Z   SBUILD_REBUILD: false
2025-08-20T22:30:07.8115967Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:07.8116564Z   BUILD_SYS: docker://rust
2025-08-20T22:30:07.8116790Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:07.8116991Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:07.8117184Z   SYSTMP: /tmp
2025-08-20T22:30:07.8117365Z   GHA_MODE: MATRIX
2025-08-20T22:30:07.8117796Z   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-20T22:30:07.8118305Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:07.8118627Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:07.8119021Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:07.8119657Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:07.8120038Z   PKG_TYPE: static
2025-08-20T22:30:07.8120237Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:07.8120724Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.8121110Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:07.8121478Z   BUILD_ID: 17109365259
2025-08-20T22:30:07.8121685Z   PKG_NAME: rust-parallel
2025-08-20T22:30:07.8121903Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:07.8122149Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.8122407Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:07.8122754Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.8123157Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.8123646Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.8124168Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:07.8124478Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:07.8124753Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.8125280Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:07.8125752Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:07.8125982Z ##[endgroup]
2025-08-20T22:30:07.8208532Z ##[group]Run ##Presets
2025-08-20T22:30:07.8208788Z [36;1m##Presets[0m
2025-08-20T22:30:07.8209001Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:07.8209218Z [36;1m#-------------#[0m
2025-08-20T22:30:07.8209420Z [36;1m##Debug?[0m
2025-08-20T22:30:07.8209667Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:07.8209961Z [36;1m  set -x[0m
2025-08-20T22:30:07.8210146Z [36;1mfi[0m
2025-08-20T22:30:07.8210586Z [36;1m#-------------#[0m
2025-08-20T22:30:07.8210971Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:30:07.8211385Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:30:07.8211689Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:30:07.8211955Z [36;1mfi[0m
2025-08-20T22:30:07.8254472Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:07.8254710Z env:
2025-08-20T22:30:07.8254889Z   CROSS_COMPILING: NO
2025-08-20T22:30:07.8255145Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:30:07.8255378Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:30:07.8255595Z   ON_QEMU: NO
2025-08-20T22:30:07.8255772Z   DEBUG: 0
2025-08-20T22:30:07.8255957Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:30:07.8256182Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:30:07.8256504Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/rust-parallel/official
2025-08-20T22:30:07.8256837Z   KEEP_LOGS: YES
2025-08-20T22:30:07.8257041Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:07.8257272Z   PKG_FAMILY_LOCAL: rust-parallel
2025-08-20T22:30:07.8257520Z   SBUILD_REBUILD: false
2025-08-20T22:30:07.8258090Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/rust-parallel/static.official.source.yaml
2025-08-20T22:30:07.8258680Z   BUILD_SYS: docker://rust
2025-08-20T22:30:07.8258903Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:07.8259104Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:07.8259298Z   SYSTMP: /tmp
2025-08-20T22:30:07.8259483Z   GHA_MODE: MATRIX
2025-08-20T22:30:07.8259920Z   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-20T22:30:07.8260649Z   INPUT_SBUILD: /tmp/pkgforge/yT5IjpGvR_build.yaml
2025-08-20T22:30:07.8260993Z   BUILD_DIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml
2025-08-20T22:30:07.8261393Z   SBUILD_OUTDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR
2025-08-20T22:30:07.8261880Z   SBUILD_TMPDIR: /tmp/pkgforge/XGzHYFB_yT5IjpGvR_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:30:07.8262427Z   PKG_TYPE: static
2025-08-20T22:30:07.8262629Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:30:07.8262869Z   SBUILD_PKGVER: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.8263257Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109365259
2025-08-20T22:30:07.8263621Z   BUILD_ID: 17109365259
2025-08-20T22:30:07.8263839Z   PKG_NAME: rust-parallel
2025-08-20T22:30:07.8264062Z   PKG_DATE: 2025-08-20T22:29:34Z
2025-08-20T22:30:07.8264312Z   PKG_VERSION: HEAD-f3eb37e-250819T052011
2025-08-20T22:30:07.8264572Z   PKG_VERSION_UPSTREAM: 1.18.1
2025-08-20T22:30:07.8264921Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.8265326Z   GHCRPKG_TAG: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.8265827Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/rust-parallel/official/rust-parallel
2025-08-20T22:30:07.8266359Z   PKG_SRCURL: https://github.com/aaronriekenberg/rust-parallel
2025-08-20T22:30:07.8266682Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:30:07.8266965Z   GHCRPKG_TAG_SRCBUILD: HEAD-f3eb37e-250819T052011-x86_64-linux
2025-08-20T22:30:07.8267504Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/rust-parallel/official/rust-parallel-srcbuild-17109365259
2025-08-20T22:30:07.8267978Z   UTC_TIME: 2025_08_20T10_30_04_PM
2025-08-20T22:30:07.8268213Z ##[endgroup]
2025-08-20T22:30:07.8340259Z EXITED
2025-08-20T22:30:07.8381432Z Cleaning up orphan processes
