﻿2025-08-20T22:50:10.8846750Z Current runner version: '2.328.0'
2025-08-20T22:50:10.8873574Z ##[group]Runner Image Provisioner
2025-08-20T22:50:10.8874973Z Hosted Compute Agent
2025-08-20T22:50:10.8875587Z Version: 20250818.377
2025-08-20T22:50:10.8876327Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:50:10.8877149Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:50:10.8877770Z ##[endgroup]
2025-08-20T22:50:10.8878336Z ##[group]Operating System
2025-08-20T22:50:10.8878956Z Ubuntu
2025-08-20T22:50:10.8879446Z 24.04.2
2025-08-20T22:50:10.8879907Z LTS
2025-08-20T22:50:10.8880460Z ##[endgroup]
2025-08-20T22:50:10.8881008Z ##[group]Runner Image
2025-08-20T22:50:10.8881596Z Image: ubuntu-24.04
2025-08-20T22:50:10.8882146Z Version: 20250818.1.0
2025-08-20T22:50:10.8883156Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:50:10.8884763Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:50:10.8885920Z ##[endgroup]
2025-08-20T22:50:10.8887291Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:50:10.8889274Z Attestations: write
2025-08-20T22:50:10.8889986Z Contents: write
2025-08-20T22:50:10.8890553Z Metadata: read
2025-08-20T22:50:10.8891138Z Packages: write
2025-08-20T22:50:10.8891681Z ##[endgroup]
2025-08-20T22:50:10.8894013Z Secret source: Actions
2025-08-20T22:50:10.8894781Z Prepare workflow directory
2025-08-20T22:50:10.9241501Z Prepare all required actions
2025-08-20T22:50:10.9281079Z Getting action download info
2025-08-20T22:50:11.4090882Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:50:12.1092376Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:50:12.7766213Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:50:12.8856060Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:50:13.4616976Z Getting action download info
2025-08-20T22:50:13.6403323Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:50:14.1287166Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:50:14.6793013Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/tlrc/official)
2025-08-20T22:50:14.7388823Z ##[group]Run ##Presets
2025-08-20T22:50:14.7389232Z [36;1m##Presets[0m
2025-08-20T22:50:14.7389458Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:14.7389685Z [36;1m#-------------#[0m
2025-08-20T22:50:14.7389998Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:50:14.7390633Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:50:14.7391227Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.7391637Z [36;1m  fi[0m
2025-08-20T22:50:14.7391928Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:50:14.7392337Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:14.7392702Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.7392981Z [36;1m  fi[0m
2025-08-20T22:50:14.7393242Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:50:14.7393661Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:50:14.7394039Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.7394468Z [36;1m  fi[0m
2025-08-20T22:50:14.7394789Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:50:14.7395143Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:50:14.7395937Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:50:14.7396304Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:14.7396621Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.7396900Z [36;1m     else[0m
2025-08-20T22:50:14.7397176Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.7397491Z [36;1m     fi[0m
2025-08-20T22:50:14.7397684Z [36;1m  fi[0m
2025-08-20T22:50:14.7397856Z [36;1mfi[0m
2025-08-20T22:50:14.7470103Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:14.7471015Z env:
2025-08-20T22:50:14.7471815Z   GH_TOKEN: ***
2025-08-20T22:50:14.7472088Z ##[endgroup]
2025-08-20T22:50:14.7782797Z ##[group]Run ##Presets
2025-08-20T22:50:14.7783288Z [36;1m##Presets[0m
2025-08-20T22:50:14.7783661Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:14.7783941Z [36;1m#-------------#[0m
2025-08-20T22:50:14.7784304Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:50:14.7784971Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:50:14.7785580Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:50:14.7786488Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:50:14.7787247Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:50:14.7787779Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:50:14.7788250Z [36;1m  exit 1[0m
2025-08-20T22:50:14.7788494Z [36;1mfi[0m
2025-08-20T22:50:14.7828649Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:14.7828981Z env:
2025-08-20T22:50:14.7829637Z   RO_GHTOKEN: ***
2025-08-20T22:50:14.7829996Z   RO_GLTOKEN: ***
2025-08-20T22:50:14.7896055Z   MINISIGN_KEY: ***
2025-08-20T22:50:14.7896566Z ##[endgroup]
2025-08-20T22:50:14.8045603Z ##[group]Run ##Presets
2025-08-20T22:50:14.8046271Z [36;1m##Presets[0m
2025-08-20T22:50:14.8046487Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:14.8046711Z [36;1m#-------------#[0m
2025-08-20T22:50:14.8046931Z [36;1m##Host Triplet[0m
2025-08-20T22:50:14.8047221Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:14.8047551Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:50:14.8047873Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:14.8048184Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:50:14.8048482Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:50:14.8048826Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:50:14.8049161Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:50:14.8049487Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:50:14.8049759Z [36;1m   fi[0m
2025-08-20T22:50:14.8050058Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:14.8050395Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:50:14.8050699Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:14.8051028Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:50:14.8051318Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:50:14.8051582Z [36;1m fi[0m
2025-08-20T22:50:14.8051854Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8052244Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8052624Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8052977Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8053255Z [36;1m##Debug[0m
2025-08-20T22:50:14.8053467Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:50:14.8053732Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:50:14.8053961Z [36;1m else[0m
2025-08-20T22:50:14.8054161Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:50:14.8054584Z [36;1m fi[0m
2025-08-20T22:50:14.8054811Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8055101Z [36;1m##Docker Platform[0m
2025-08-20T22:50:14.8055395Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:50:14.8055896Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:50:14.8056244Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:50:14.8056591Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:50:14.8056910Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:50:14.8057241Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:50:14.8057565Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:50:14.8057883Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:50:14.8058131Z [36;1m fi[0m
2025-08-20T22:50:14.8058415Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8058843Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8059170Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:50:14.8059643Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tlrc/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:14.8060171Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:50:14.8060483Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8060802Z [36;1m##Logs[0m
2025-08-20T22:50:14.8061012Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:50:14.8061276Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:50:14.8061508Z [36;1m else[0m
2025-08-20T22:50:14.8061704Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:50:14.8061967Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:50:14.8062217Z [36;1m fi[0m
2025-08-20T22:50:14.8062700Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8063088Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8063443Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:14.8063798Z [36;1m PKG_FAMILY_LOCAL="$(echo "tlrc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:14.8064183Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:14.8064514Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8064836Z [36;1m##Rebuild[0m
2025-08-20T22:50:14.8065051Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:50:14.8065330Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:50:14.8065584Z [36;1m else[0m
2025-08-20T22:50:14.8065910Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:50:14.8066158Z [36;1m fi[0m
2025-08-20T22:50:14.8066412Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8066735Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:50:14.8067159Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:50:14.8067709Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:50:14.8068554Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:50:14.8069273Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:50:14.8069641Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:50:14.8070084Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:50:14.8070509Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:50:14.8070881Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8071169Z [36;1m    exit 1[0m
2025-08-20T22:50:14.8071377Z [36;1m   else[0m
2025-08-20T22:50:14.8071580Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:50:14.8072053Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8072394Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:50:14.8072730Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:50:14.8073080Z [36;1m      #check if supported[0m
2025-08-20T22:50:14.8073462Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:50:14.8073991Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:50:14.8074413Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:50:14.8074734Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8075029Z [36;1m         exit 1[0m
2025-08-20T22:50:14.8075235Z [36;1m       fi[0m
2025-08-20T22:50:14.8075443Z [36;1m      #get build system[0m
2025-08-20T22:50:14.8075961Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:50:14.8076360Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:50:14.8076640Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8076994Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:50:14.8077332Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8077655Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8077992Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:50:14.8078333Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8078656Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:14.8078932Z [36;1m       fi[0m
2025-08-20T22:50:14.8079272Z [36;1m     fi[0m
2025-08-20T22:50:14.8079473Z [36;1m   fi[0m
2025-08-20T22:50:14.8079686Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:50:14.8119495Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:14.8119781Z ##[endgroup]
2025-08-20T22:50:15.3627824Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:50:15.3628740Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:50:15.3629140Z 
2025-08-20T22:50:15.5247371Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:15.5248248Z 100  5452  100  5452    0     0  33300      0 --:--:-- --:--:-- --:--:-- 33447
2025-08-20T22:50:15.5265494Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:15.5519366Z ##[group]Run ##Presets
2025-08-20T22:50:15.5519737Z [36;1m##Presets[0m
2025-08-20T22:50:15.5519953Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:15.5520182Z [36;1m#-------------#[0m
2025-08-20T22:50:15.5520397Z [36;1m##Debug?[0m
2025-08-20T22:50:15.5520665Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:50:15.5520972Z [36;1m  set -x[0m
2025-08-20T22:50:15.5521163Z [36;1mfi[0m
2025-08-20T22:50:15.5521351Z [36;1m#-------------#[0m
2025-08-20T22:50:15.5521565Z [36;1m##CoreUtils[0m
2025-08-20T22:50:15.5521784Z [36;1msudo apt update -y[0m
2025-08-20T22:50:15.5522150Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:50:15.5523201Z [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:50:15.5524141Z [36;1m##tmp[0m
2025-08-20T22:50:15.5524426Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:50:15.5524760Z [36;1m#GH ENV[0m
2025-08-20T22:50:15.5524989Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:15.5525510Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:15.5526057Z [36;1m#-------------#[0m
2025-08-20T22:50:15.5526304Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:50:15.5526560Z [36;1msudo apt update -y[0m
2025-08-20T22:50:15.5526808Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:50:15.5527069Z [36;1m##Setup Minisign[0m
2025-08-20T22:50:15.5527306Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:50:15.5527813Z [36;1mecho "***[0m
2025-08-20T22:50:15.5529109Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:50:15.5529424Z [36;1m##User-Agent[0m
2025-08-20T22:50:15.5530199Z [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:50:15.5531050Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:15.5571319Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:15.5571598Z env:
2025-08-20T22:50:15.5571786Z   CROSS_COMPILING: NO
2025-08-20T22:50:15.5572007Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:50:15.5572246Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:50:15.5572487Z   ON_QEMU: NO
2025-08-20T22:50:15.5572674Z   DEBUG: 0
2025-08-20T22:50:15.5572861Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:50:15.5573092Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:50:15.5573373Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:50:15.5573681Z   KEEP_LOGS: YES
2025-08-20T22:50:15.5573880Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:50:15.5574099Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:50:15.5574312Z   SBUILD_REBUILD: false
2025-08-20T22:50:15.5574878Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:15.5575470Z   BUILD_SYS: docker://rust
2025-08-20T22:50:15.5575933Z   BUILD_ON_HOST: FALSE
2025-08-20T22:50:15.5576151Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:50:15.5576351Z ##[endgroup]
2025-08-20T22:50:15.6022904Z 
2025-08-20T22:50:15.6023642Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:15.6024132Z 
2025-08-20T22:50:15.6639441Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:50:15.6998209Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:50:15.7003834Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:50:15.7037917Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:50:15.7047462Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:50:15.7082964Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:50:15.7106883Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:50:15.8989667Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:50:15.9110461Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:50:15.9143485Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:50:15.9523020Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:50:15.9595029Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:50:15.9617423Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:50:15.9634439Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:50:15.9718007Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:50:15.9745283Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:50:15.9778877Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:50:15.9872039Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:50:15.9904960Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:50:15.9941774Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:50:16.0763152Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:50:16.0780572Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:50:16.0796000Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:50:16.0809473Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:50:16.0932260Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:50:16.1033974Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:50:16.1052299Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:50:16.1063607Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:50:16.1126875Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:50:16.1146691Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:50:16.1161327Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:50:16.1266195Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:50:16.1292792Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:50:16.1302014Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:50:20.6250637Z Fetched 10.6 MB in 1s (7564 kB/s)
2025-08-20T22:50:21.3574835Z Reading package lists...
2025-08-20T22:50:21.5493125Z Building dependency tree...
2025-08-20T22:50:21.5499337Z Reading state information...
2025-08-20T22:50:21.5652845Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:50:21.5770392Z 
2025-08-20T22:50:21.5771223Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:21.5776305Z 
2025-08-20T22:50:21.5906629Z Reading package lists...
2025-08-20T22:50:21.8092451Z Building dependency tree...
2025-08-20T22:50:21.8101163Z Reading state information...
2025-08-20T22:50:22.0223389Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:50:22.0224198Z bc set to manually installed.
2025-08-20T22:50:22.0225036Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:50:22.0225970Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:50:22.0226650Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:50:22.0227302Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:50:22.0227969Z The following additional packages will be installed:
2025-08-20T22:50:22.0228550Z   libtime-duration-perl
2025-08-20T22:50:22.0575613Z The following NEW packages will be installed:
2025-08-20T22:50:22.0590436Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:50:22.0802360Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:50:22.1052279Z Need to get 616 kB of archives.
2025-08-20T22:50:22.1053041Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:50:22.1053720Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:50:22.2014863Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:50:22.3123051Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:50:22.4262005Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:50:22.5144066Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:50:22.8780223Z Fetched 616 kB in 1s (1231 kB/s)
2025-08-20T22:50:22.9010813Z Selecting previously unselected package fdupes.
2025-08-20T22:50:22.9203114Z (Reading database ... 
2025-08-20T22:50:22.9203725Z (Reading database ... 5%
2025-08-20T22:50:22.9204163Z (Reading database ... 10%
2025-08-20T22:50:22.9204600Z (Reading database ... 15%
2025-08-20T22:50:22.9204947Z (Reading database ... 20%
2025-08-20T22:50:22.9205220Z (Reading database ... 25%
2025-08-20T22:50:22.9205939Z (Reading database ... 30%
2025-08-20T22:50:22.9206402Z (Reading database ... 35%
2025-08-20T22:50:22.9206788Z (Reading database ... 40%
2025-08-20T22:50:22.9207069Z (Reading database ... 45%
2025-08-20T22:50:22.9207354Z (Reading database ... 50%
2025-08-20T22:50:22.9296909Z (Reading database ... 55%
2025-08-20T22:50:22.9554225Z (Reading database ... 60%
2025-08-20T22:50:22.9710509Z (Reading database ... 65%
2025-08-20T22:50:22.9920496Z (Reading database ... 70%
2025-08-20T22:50:23.0069740Z (Reading database ... 75%
2025-08-20T22:50:23.0278395Z (Reading database ... 80%
2025-08-20T22:50:23.0686343Z (Reading database ... 85%
2025-08-20T22:50:23.1116371Z (Reading database ... 90%
2025-08-20T22:50:23.1678453Z (Reading database ... 95%
2025-08-20T22:50:23.1679009Z (Reading database ... 100%
2025-08-20T22:50:23.1679626Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:50:23.1730673Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:50:23.1756787Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:23.2006844Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:50:23.2150368Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:50:23.2165420Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:23.2401988Z Selecting previously unselected package moreutils.
2025-08-20T22:50:23.2552548Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:50:23.2563478Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:50:23.2902299Z Selecting previously unselected package dos2unix.
2025-08-20T22:50:23.3039756Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:50:23.3049874Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:50:23.4096325Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:23.4125831Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:23.4151443Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:50:23.4180738Z Setting up moreutils (0.69-1) ...
2025-08-20T22:50:23.4213207Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:50:31.4472674Z 
2025-08-20T22:50:31.4473364Z Running kernel seems to be up-to-date.
2025-08-20T22:50:31.4473737Z 
2025-08-20T22:50:31.4473872Z Restarting services...
2025-08-20T22:50:31.4548529Z 
2025-08-20T22:50:31.4548976Z Service restarts being deferred:
2025-08-20T22:50:31.4550339Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:50:31.4550631Z 
2025-08-20T22:50:31.4551211Z No containers need to be restarted.
2025-08-20T22:50:31.4551539Z 
2025-08-20T22:50:31.4551751Z No user sessions are running outdated binaries.
2025-08-20T22:50:31.4552089Z 
2025-08-20T22:50:31.4552395Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:50:32.5430571Z Reading package lists...
2025-08-20T22:50:32.7596285Z Building dependency tree...
2025-08-20T22:50:32.7604398Z Reading state information...
2025-08-20T22:50:33.0265216Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:50:33.0267481Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:50:33.0268005Z apt-utils set to manually installed.
2025-08-20T22:50:33.0268535Z ca-certificates is already the newest version (20240203).
2025-08-20T22:50:33.0269624Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:50:33.0270174Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:50:33.0270772Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:50:33.0271391Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:50:33.0271970Z moreutils is already the newest version (0.69-1).
2025-08-20T22:50:33.0272554Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:50:33.0273214Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:50:33.0273741Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:50:33.0274260Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:50:33.0274793Z tmux set to manually installed.
2025-08-20T22:50:33.0275277Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:50:33.0276046Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:50:33.0276589Z The following additional packages will be installed:
2025-08-20T22:50:33.0277116Z   python3-software-properties
2025-08-20T22:50:33.0277770Z Recommended packages:
2025-08-20T22:50:33.0278104Z   unattended-upgrades
2025-08-20T22:50:33.0606607Z The following NEW packages will be installed:
2025-08-20T22:50:33.0607195Z   rename
2025-08-20T22:50:33.0620271Z The following packages will be upgraded:
2025-08-20T22:50:33.0621170Z   python3-software-properties software-properties-common
2025-08-20T22:50:33.0846329Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:50:33.1098994Z Need to get 64.7 kB of archives.
2025-08-20T22:50:33.1099655Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:50:33.1100172Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:50:33.2899586Z 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:50:33.3737924Z 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:50:33.4553329Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:50:33.7397798Z Fetched 64.7 kB in 0s (181 kB/s)
2025-08-20T22:50:33.7647652Z (Reading database ... 
2025-08-20T22:50:33.7648380Z (Reading database ... 5%
2025-08-20T22:50:33.7648742Z (Reading database ... 10%
2025-08-20T22:50:33.7649140Z (Reading database ... 15%
2025-08-20T22:50:33.7649528Z (Reading database ... 20%
2025-08-20T22:50:33.7649915Z (Reading database ... 25%
2025-08-20T22:50:33.7650301Z (Reading database ... 30%
2025-08-20T22:50:33.7651001Z (Reading database ... 35%
2025-08-20T22:50:33.7651408Z (Reading database ... 40%
2025-08-20T22:50:33.7651796Z (Reading database ... 45%
2025-08-20T22:50:33.7652182Z (Reading database ... 50%
2025-08-20T22:50:33.7733375Z (Reading database ... 55%
2025-08-20T22:50:33.7767840Z (Reading database ... 60%
2025-08-20T22:50:33.7789602Z (Reading database ... 65%
2025-08-20T22:50:33.7823712Z (Reading database ... 70%
2025-08-20T22:50:33.7848685Z (Reading database ... 75%
2025-08-20T22:50:33.7878149Z (Reading database ... 80%
2025-08-20T22:50:33.8013175Z (Reading database ... 85%
2025-08-20T22:50:33.8105975Z (Reading database ... 90%
2025-08-20T22:50:33.8368499Z (Reading database ... 95%
2025-08-20T22:50:33.8368969Z (Reading database ... 100%
2025-08-20T22:50:33.8369567Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:50:33.8412611Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:50:33.9806509Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:50:34.0535381Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:50:34.1280500Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:50:34.1543127Z Selecting previously unselected package rename.
2025-08-20T22:50:34.1689446Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:50:34.1699746Z Unpacking rename (2.02-1) ...
2025-08-20T22:50:34.2151305Z Setting up rename (2.02-1) ...
2025-08-20T22:50:34.2218733Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:50:34.2242458Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:50:34.4914689Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:50:34.5982298Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:50:38.8032339Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:50:40.6147035Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:50:40.6482034Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:50:40.6548759Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:50:40.6549853Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:50:40.6551883Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:50:40.6583535Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:50:40.6608139Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:50:41.9115328Z Reading package lists...
2025-08-20T22:50:42.1359009Z Building dependency tree...
2025-08-20T22:50:42.1366133Z Reading state information...
2025-08-20T22:50:42.1629546Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:50:42.1787752Z 
2025-08-20T22:50:42.1788395Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:42.1788784Z 
2025-08-20T22:50:42.2326762Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:50:42.2670626Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:50:42.2684639Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:50:42.2691950Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:50:42.2700298Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:50:42.4758091Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:50:42.4794169Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:50:43.5024323Z Reading package lists...
2025-08-20T22:50:43.7079976Z Building dependency tree...
2025-08-20T22:50:43.7087119Z Reading state information...
2025-08-20T22:50:43.7268086Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:50:43.7380209Z 
2025-08-20T22:50:43.7381460Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:43.7382029Z 
2025-08-20T22:50:43.7512399Z Reading package lists...
2025-08-20T22:50:43.9552290Z Building dependency tree...
2025-08-20T22:50:43.9560363Z Reading state information...
2025-08-20T22:50:44.1924012Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:50:44.2404103Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:50:44.2708998Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:50:44.4483745Z ##[group]Run ##Presets
2025-08-20T22:50:44.4484046Z [36;1m##Presets[0m
2025-08-20T22:50:44.4484258Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:44.4484485Z [36;1m#-------------#[0m
2025-08-20T22:50:44.4484699Z [36;1m##Debug?[0m
2025-08-20T22:50:44.4484961Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:50:44.4485272Z [36;1m  set -x[0m
2025-08-20T22:50:44.4485471Z [36;1mfi[0m
2025-08-20T22:50:44.4485865Z [36;1m#-------------#[0m
2025-08-20T22:50:44.4486352Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:50:44.4486972Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:50:44.4487580Z [36;1msudo service procps restart[0m
2025-08-20T22:50:44.4487853Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:50:44.4527680Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:44.4527923Z env:
2025-08-20T22:50:44.4528165Z   CROSS_COMPILING: NO
2025-08-20T22:50:44.4528394Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:50:44.4528626Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:50:44.4528851Z   ON_QEMU: NO
2025-08-20T22:50:44.4548546Z   DEBUG: 0
2025-08-20T22:50:44.4548901Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:50:44.4549306Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:50:44.4549774Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:50:44.4550261Z   KEEP_LOGS: YES
2025-08-20T22:50:44.4550595Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:50:44.4550943Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:50:44.4551331Z   SBUILD_REBUILD: false
2025-08-20T22:50:44.4552234Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:44.4553237Z   BUILD_SYS: docker://rust
2025-08-20T22:50:44.4553638Z   BUILD_ON_HOST: FALSE
2025-08-20T22:50:44.4554008Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:50:44.4554369Z   SYSTMP: /tmp
2025-08-20T22:50:44.4554695Z   GHA_MODE: MATRIX
2025-08-20T22:50:44.4555453Z   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:50:44.4556492Z ##[endgroup]
2025-08-20T22:50:44.4689548Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:50:44.4765078Z 0
2025-08-20T22:50:44.5098395Z vm.max_map_count = 262144
2025-08-20T22:50:44.5098861Z fs.inotify.max_user_watches = 655360
2025-08-20T22:50:44.5099159Z fs.inotify.max_user_instances = 1280
2025-08-20T22:50:44.5099413Z vm.mmap_rnd_bits = 28
2025-08-20T22:50:44.5177700Z ##[group]Run ##Presets
2025-08-20T22:50:44.5178027Z [36;1m##Presets[0m
2025-08-20T22:50:44.5178233Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:44.5178446Z [36;1m#-------------#[0m
2025-08-20T22:50:44.5178671Z [36;1m##Debug?[0m
2025-08-20T22:50:44.5178927Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:50:44.5179234Z [36;1m  set -x[0m
2025-08-20T22:50:44.5179425Z [36;1mfi[0m
2025-08-20T22:50:44.5179607Z [36;1m#-------------#[0m
2025-08-20T22:50:44.5179810Z [36;1m##Main[0m
2025-08-20T22:50:44.5180033Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:50:44.5180698Z [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:50:44.5181444Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:50:44.5181827Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:50:44.5182117Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:50:44.5182376Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:50:44.5182701Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:50:44.5183029Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:50:44.5183346Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:50:44.5183672Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:50:44.5183969Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:50:44.5184310Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:50:44.5184698Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:50:44.5184990Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:50:44.5185258Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:50:44.5185544Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:50:44.5186105Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:50:44.5186413Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:50:44.5186699Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:50:44.5186997Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:50:44.5187501Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:50:44.5187808Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:50:44.5188122Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:50:44.5188435Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:50:44.5188745Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:50:44.5189052Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:50:44.5189330Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:50:44.5189688Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:50:44.5190152Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:50:44.5190633Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:50:44.5191109Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:50:44.5191467Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:50:44.5191831Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:50:44.5192482Z [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:50:44.5193291Z [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:50:44.5193834Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:44.5194113Z [36;1m else[0m
2025-08-20T22:50:44.5194594Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:50:44.5194967Z [36;1m fi[0m
2025-08-20T22:50:44.5195211Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:50:44.5195610Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:50:44.5196269Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5196666Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5197061Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5197466Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5197879Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5198294Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5198723Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:50:44.5199150Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:50:44.5199470Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:50:44.5238934Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:44.5239178Z env:
2025-08-20T22:50:44.5239366Z   CROSS_COMPILING: NO
2025-08-20T22:50:44.5239591Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:50:44.5239824Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:50:44.5240061Z   ON_QEMU: NO
2025-08-20T22:50:44.5240241Z   DEBUG: 0
2025-08-20T22:50:44.5240422Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:50:44.5240653Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:50:44.5240935Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:50:44.5241231Z   KEEP_LOGS: YES
2025-08-20T22:50:44.5241426Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:50:44.5241640Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:50:44.5241845Z   SBUILD_REBUILD: false
2025-08-20T22:50:44.5242393Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:44.5242983Z   BUILD_SYS: docker://rust
2025-08-20T22:50:44.5243203Z   BUILD_ON_HOST: FALSE
2025-08-20T22:50:44.5243568Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:50:44.5243772Z   SYSTMP: /tmp
2025-08-20T22:50:44.5243957Z   GHA_MODE: MATRIX
2025-08-20T22:50:44.5244400Z   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:50:44.5245101Z   GHCR_TOKEN: ***
2025-08-20T22:50:44.5245383Z   GITHUB_TOKEN: ***
2025-08-20T22:50:44.5245617Z   GITLAB_TOKEN: ***
2025-08-20T22:50:44.5247045Z   MINISIGN_KEY: ***
2025-08-20T22:50:44.5247245Z ##[endgroup]
2025-08-20T22:50:44.6883879Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:50:44.9000619Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:50:44.9001332Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:50:44.9001572Z 
2025-08-20T22:50:44.9283467Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:44.9284166Z 100  5452  100  5452    0     0   187k      0 --:--:-- --:--:-- --:--:--  190k
2025-08-20T22:50:44.9298658Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:50:44.9390780Z 
2025-08-20T22:50:44.9391160Z [+] Building [/tmp/tmp.1lYZy35zSr/SBUILD_INPUT] Locally
2025-08-20T22:50:44.9391575Z 
2025-08-20T22:50:44.9405602Z '/tmp/tmp.1lYZy35zSr/SBUILD_INPUT' -> '/tmp/pkgforge/o7hBJTGua_build.yaml'
2025-08-20T22:50:45.1336559Z 
2025-08-20T22:50:45.1336979Z [+] Passwordless sudo is Configured
2025-08-20T22:50:45.3244845Z 
2025-08-20T22:50:45.3257889Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:50:45.3258173Z 
2025-08-20T22:50:45.3792555Z 
2025-08-20T22:50:45.3793989Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:50:45.3794587Z 
2025-08-20T22:50:45.3794593Z 
2025-08-20T22:50:45.3794861Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:50:45.3795167Z 
2025-08-20T22:50:45.4035245Z [+] Installing: 7z -> 7z
2025-08-20T22:50:46.0739521Z [+] Installing: actionlint -> actionlint
2025-08-20T22:50:46.2828255Z [+] Installing: anew -> anew
2025-08-20T22:50:46.5393438Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:50:46.9142901Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:50:47.2881316Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:50:47.4697635Z [+] Installing: archey -> archey
2025-08-20T22:50:48.0894140Z [+] Installing: aria2 -> aria2c
2025-08-20T22:50:48.7326077Z [+] Installing: askalono -> askalono
2025-08-20T22:50:49.1349639Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:50:49.5418263Z [+] Installing: b3sum -> b3sum
2025-08-20T22:50:49.7456177Z [+] Installing: bita -> bita
2025-08-20T22:50:50.3587903Z [+] Installing: btop -> btop
2025-08-20T22:50:50.7556601Z [+] Installing: chafa -> chafa
2025-08-20T22:50:51.3991169Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:50:51.8961549Z [+] Installing: croc -> croc
2025-08-20T22:50:52.3024306Z [+] Installing: csvtk -> csvtk
2025-08-20T22:50:52.5737446Z [+] Installing: cutlines -> cutlines
2025-08-20T22:50:52.9387964Z curl: (22) The requested URL returned error: 404
2025-08-20T22:50:52.9435893Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:50:52.9437065Z [+] Installing: dbin -> dbin
2025-08-20T22:50:53.1759698Z [+] Installing: dasel -> dasel
2025-08-20T22:50:53.4274777Z [+] Installing: delta -> delta
2025-08-20T22:50:53.8493289Z [+] Installing: ds -> ds
2025-08-20T22:50:54.1996042Z curl: (22) The requested URL returned error: 404
2025-08-20T22:50:54.2047901Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:50:54.2048830Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:50:54.8221661Z [+] Installing: duf -> duf
2025-08-20T22:50:55.0129931Z [+] Installing: duplicut -> duplicut
2025-08-20T22:50:55.6413736Z [+] Installing: dust -> dust
2025-08-20T22:50:55.8433968Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:50:56.0632881Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:50:56.5782736Z [+] Installing: dysk -> dysk
2025-08-20T22:50:56.9827772Z [+] Installing: eget -> eget
2025-08-20T22:50:57.2059263Z [+] Installing: epoch -> epoch
2025-08-20T22:50:57.8079627Z [+] Installing: faketty -> faketty
2025-08-20T22:50:58.2459736Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:50:58.4389669Z [+] Installing: freeze -> freeze
2025-08-20T22:50:59.1205224Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:50:59.7083951Z [+] Installing: gdu -> gdu
2025-08-20T22:51:00.0010735Z [+] Installing: gh -> gh
2025-08-20T22:51:00.3329931Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:51:00.9853278Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:51:01.2026330Z [+] Installing: glab -> glab
2025-08-20T22:51:01.6908799Z [+] Installing: glow -> glow
2025-08-20T22:51:03.0494762Z [+] Installing: httpx -> httpx
2025-08-20T22:51:03.3592353Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:51:03.8936495Z [+] Installing: husarnet -> husarnet
2025-08-20T22:51:04.2635961Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:04.2681685Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:51:04.2683038Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:51:04.4753448Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:04.4800778Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:51:04.4801522Z [+] Installing: imgcat -> imgcat
2025-08-20T22:51:05.1773744Z [+] Installing: jc -> jc
2025-08-20T22:51:05.4343793Z [+] Installing: jq -> jq
2025-08-20T22:51:05.7440880Z [+] Installing: logdy -> logdy
2025-08-20T22:51:06.0454930Z [+] Installing: micro -> micro
2025-08-20T22:51:06.4595134Z [+] Installing: miniserve -> miniserve
2025-08-20T22:51:06.7791398Z [+] Installing: minisign -> minisign
2025-08-20T22:51:06.9606880Z [+] Installing: ncdu -> ncdu
2025-08-20T22:51:07.1624901Z [+] Installing: notify -> notify
2025-08-20T22:51:07.5781415Z [+] Installing: ouch -> ouch
2025-08-20T22:51:07.7976938Z [+] Installing: oras -> oras
2025-08-20T22:51:08.1955138Z [+] Installing: pipetty -> pipetty
2025-08-20T22:51:08.3995225Z [+] Installing: pixterm -> pixterm
2025-08-20T22:51:08.6786091Z [+] Installing: qsv -> qsv
2025-08-20T22:51:08.9538361Z [+] Installing: rclone -> rclone
2025-08-20T22:51:09.7089670Z [+] Installing: ripgrep -> rg
2025-08-20T22:51:09.9291880Z [+] Installing: rga -> rga
2025-08-20T22:51:10.3302163Z [+] Installing: rsync -> rsync
2025-08-20T22:51:10.5443757Z [+] Installing: script -> script
2025-08-20T22:51:11.1978220Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:51:11.8693714Z [+] Installing: soar -> soar
2025-08-20T22:51:12.1070123Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:51:12.3413646Z [+] Installing: sstrip -> sstrip
2025-08-20T22:51:12.7776051Z [+] Installing: strace -> strace
2025-08-20T22:51:12.9786833Z [+] Installing: sttr -> sttr
2025-08-20T22:51:13.3856555Z [+] Installing: tailscale -> tailscale
2025-08-20T22:51:13.6227518Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:51:13.8966041Z [+] Installing: taplo -> taplo
2025-08-20T22:51:14.5377246Z [+] Installing: tldr -> tldr
2025-08-20T22:51:15.1545629Z [+] Installing: tldr -> tealdeer
2025-08-20T22:51:15.7276464Z [+] Installing: tmux -> tmux
2025-08-20T22:51:15.9448017Z [+] Installing: tok -> tok
2025-08-20T22:51:16.5671967Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:51:17.7848034Z [+] Installing: trurl -> trurl
2025-08-20T22:51:18.0022477Z [+] Installing: tss -> tss
2025-08-20T22:51:18.2314040Z [+] Installing: ulexec -> ulexec
2025-08-20T22:51:18.4499746Z [+] Installing: unfurl -> unfurl
2025-08-20T22:51:18.6673627Z [+] Installing: upx -> upx
2025-08-20T22:51:18.8424307Z [+] Installing: validtoml -> validtoml
2025-08-20T22:51:19.0391328Z [+] Installing: wget -> wget
2025-08-20T22:51:19.6527787Z [+] Installing: wget2 -> wget2
2025-08-20T22:51:20.4250666Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:51:20.8309738Z [+] Installing: xq -> xq
2025-08-20T22:51:21.0372068Z [+] Installing: xz -> xz
2025-08-20T22:51:21.4589877Z [+] Installing: unxz -> unxz
2025-08-20T22:51:21.7166086Z [+] Installing: yq -> yq
2025-08-20T22:51:22.2579126Z [+] Installing: yj -> yj
2025-08-20T22:51:22.6109034Z [+] Installing: zapper -> zapper
2025-08-20T22:51:23.3184073Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:51:23.5133469Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:51:23.8615177Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:23.8663293Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:51:23.8664576Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:51:24.0320621Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:24.0364649Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:51:24.0366015Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:51:24.2434534Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:24.2479731Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:51:24.2481189Z [+] Installing: zstd -> zstd
2025-08-20T22:51:24.8704294Z [+] Creating symlinks...
2025-08-20T22:51:24.8801551Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:51:24.8906574Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:51:24.9007770Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:51:24.9110502Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:51:24.9217774Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:51:24.9317929Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:51:24.9415114Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:51:24.9513381Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:51:24.9610362Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:51:24.9719388Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:51:24.9837468Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:51:24.9952854Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:51:25.0063847Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:51:25.0169065Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:51:25.0271281Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:51:25.0370755Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:51:25.0470022Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:51:25.0507988Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:51:25.0597550Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:51:25.0702001Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:51:25.0807656Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:51:25.0847765Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:51:25.0948099Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:51:25.1062397Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:51:25.1173110Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:51:25.1292995Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:51:25.1392119Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:51:25.1490313Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:51:25.1587093Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:51:25.1684731Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:51:25.1784793Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:51:25.1890269Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:51:25.1994047Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:51:25.2097345Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:51:25.2209238Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:51:25.2310416Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:51:25.2409697Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:51:25.2507268Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:51:25.2605903Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:51:25.2715830Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:51:25.2818650Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:51:25.2923816Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:51:25.3027965Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:51:25.3130223Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:51:25.3168391Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:51:25.3197121Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:51:25.3292956Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:51:25.3391277Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:51:25.3488987Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:51:25.3586541Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:51:25.3690495Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:51:25.3800096Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:51:25.3907743Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:51:25.4011234Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:51:25.4113848Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:51:25.4221308Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:51:25.4327359Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:51:25.4432033Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:51:25.4533431Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:51:25.4638958Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:51:25.4758137Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:51:25.4873456Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:51:25.4986561Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:51:25.5091499Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:51:25.5194598Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:51:25.5298222Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:51:25.5398384Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:51:25.5496569Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:51:25.5594383Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:51:25.5696177Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:51:25.5804466Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:51:25.5913271Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:51:25.6028871Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:51:25.6145273Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:51:25.6252550Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:51:25.6352351Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:51:25.6451169Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:51:25.6549101Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:51:25.6646293Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:51:25.6748024Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:51:25.6850639Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:51:25.6957678Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:51:25.7061916Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:51:25.7171307Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:51:25.7278126Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:51:25.7381938Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:51:25.7479983Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:51:25.7576529Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:51:25.7684379Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:51:25.7793171Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:51:25.7899815Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:51:25.8005559Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:51:25.8109843Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:51:25.8216942Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:51:25.8326456Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:51:25.8364684Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:51:25.8393749Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:51:25.8421669Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:51:25.8510271Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:51:25.8537477Z 
2025-08-20T22:51:25.8538033Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:51:25.8538563Z 
2025-08-20T22:51:25.8551687Z 
2025-08-20T22:51:25.8649866Z 
2025-08-20T22:51:25.8650423Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:51:25.8650825Z 
2025-08-20T22:51:25.8650969Z [+] Installation completed!
2025-08-20T22:51:25.8727541Z 
2025-08-20T22:51:25.8728068Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:51:26.3279049Z github.com
2025-08-20T22:51:26.3281971Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:51:26.3282762Z   - Active account: true
2025-08-20T22:51:26.3283255Z   - Git operations protocol: https
2025-08-20T22:51:26.3283676Z   - Token: ghp_************************************
2025-08-20T22:51:26.3284725Z   - 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:51:26.3286104Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:51:26.3286565Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:51:26.5780147Z Limit: 5000, Remaining: 3955, Reset: 2025-08-20 23:28:26 +0000 UTC (36m59s)
2025-08-20T22:51:26.5790800Z 
2025-08-20T22:51:26.5791105Z [+] GHCR_TOKEN is Exported
2025-08-20T22:51:26.5830790Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:51:26.9467426Z Login Succeeded
2025-08-20T22:51:26.9479590Z 
2025-08-20T22:51:26.9479846Z [+] GITLAB is Exported
2025-08-20T22:51:26.9794785Z [git remote -v]
2025-08-20T22:51:27.2361418Z gitlab.com
2025-08-20T22:51:27.2362188Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:51:27.2363105Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:51:27.2363858Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:51:27.2364560Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:51:27.2365145Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:51:27.2365625Z   ✓ Token found: **************************
2025-08-20T22:51:27.2366143Z 
2025-08-20T22:51:27.2366778Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:51:27.2367713Z [git remote -v]
2025-08-20T22:51:27.2381107Z 2025/08/20 22:51:27 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:51:27.2381971Z git: exit status 128]
2025-08-20T22:51:27.4779177Z 
2025-08-20T22:51:27.4779191Z 
2025-08-20T22:51:27.4780121Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:51:27 PM)
2025-08-20T22:51:27.4780725Z 
2025-08-20T22:51:27.4780729Z 
2025-08-20T22:51:27.4780815Z [+] USER = runner
2025-08-20T22:51:27.4781028Z [+] HOME = /home/runner
2025-08-20T22:51:27.4783350Z [+] 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:51:27.4787504Z 
2025-08-20T22:51:27.5401249Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:51:27.5715064Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:51:27.5720867Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:27.5721906Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:27.5735246Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:51:27.5833138Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:51:27.5839626Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:51:28.7751069Z Reading package lists...
2025-08-20T22:51:28.8076058Z Reading package lists...
2025-08-20T22:51:28.9936106Z Building dependency tree...
2025-08-20T22:51:28.9944011Z Reading state information...
2025-08-20T22:51:29.1841941Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:51:29.1842609Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:51:29.1843183Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:29.1843807Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:51:29.1844404Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:51:29.1844964Z moreutils is already the newest version (0.69-1).
2025-08-20T22:51:29.1845624Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:51:29.1846541Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:51:29.1847531Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:51:29.2446985Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:51:29.2755176Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:51:29.2779020Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:51:29.2784917Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:51:29.2791522Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:51:29.9012071Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:30.0790424Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:31.0279340Z Reading package lists...
2025-08-20T22:51:31.0594932Z Reading package lists...
2025-08-20T22:51:31.2442499Z Building dependency tree...
2025-08-20T22:51:31.2450164Z Reading state information...
2025-08-20T22:51:31.4240050Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:51:31.4240819Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:51:31.4241490Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:51:31.4242003Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:51:31.4242447Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:31.4242879Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:51:31.4243296Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:31.4243681Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:51:31.4244127Z gawk set to manually installed.
2025-08-20T22:51:31.4244597Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:51:31.4245182Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:51:31.4245962Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:51:31.4246566Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:51:31.4247012Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:51:31.4247476Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:51:31.4247877Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:51:31.4248547Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:51:31.4248950Z The following additional packages will be installed:
2025-08-20T22:51:31.4249457Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:51:31.4250027Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:51:31.4250592Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:51:31.4251125Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:51:31.4251678Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:51:31.4261799Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:51:31.4262310Z Suggested packages:
2025-08-20T22:51:31.4262770Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:51:31.4263452Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:51:31.4264285Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:51:31.4265099Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:51:31.4266078Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:51:31.4266756Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:51:31.4267121Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:51:31.4497077Z The following NEW packages will be installed:
2025-08-20T22:51:31.4497803Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:51:31.4498698Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:51:31.4499929Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:51:31.4500787Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:51:31.4501647Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:51:31.4503250Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:51:31.4504514Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:51:31.4684404Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:51:31.4684912Z Need to get 27.5 MB of archives.
2025-08-20T22:51:31.4685259Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:51:31.4685880Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:51:31.5657213Z 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:51:31.8151286Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:51:32.0673168Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:51:32.2294610Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:51:32.3145949Z 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:51:32.3964524Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:51:32.5758981Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:51:33.0354403Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:51:33.2880343Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:51:33.3763008Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:51:34.1379203Z 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:51:34.2222410Z 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:51:34.3824490Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:51:34.4648481Z 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:51:34.5466696Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:51:34.6289429Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:51:34.7107102Z 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:51:35.1194421Z 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:51:35.2019637Z 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:51:35.2876263Z 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:51:35.3692289Z 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:51:35.4511552Z 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:51:35.6114165Z 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:51:35.6948632Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:51:35.7776430Z 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:51:35.8585596Z 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:51:36.0239026Z 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:51:36.1070957Z 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:51:36.2120658Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:51:36.2945378Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:51:36.3752299Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:51:36.4579987Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:51:36.5389900Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:51:36.8550464Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:51:37.0139034Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:51:37.1757725Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:51:37.4410551Z Preconfiguring packages ...
2025-08-20T22:51:37.5068449Z Fetched 27.5 MB in 6s (4804 kB/s)
2025-08-20T22:51:37.5278554Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:51:37.5330787Z (Reading database ... 
2025-08-20T22:51:37.5331230Z (Reading database ... 5%
2025-08-20T22:51:37.5331618Z (Reading database ... 10%
2025-08-20T22:51:37.5331991Z (Reading database ... 15%
2025-08-20T22:51:37.5332362Z (Reading database ... 20%
2025-08-20T22:51:37.5333030Z (Reading database ... 25%
2025-08-20T22:51:37.5334059Z (Reading database ... 30%
2025-08-20T22:51:37.5334431Z (Reading database ... 35%
2025-08-20T22:51:37.5334802Z (Reading database ... 40%
2025-08-20T22:51:37.5335169Z (Reading database ... 45%
2025-08-20T22:51:37.5335535Z (Reading database ... 50%
2025-08-20T22:51:37.5355485Z (Reading database ... 55%
2025-08-20T22:51:37.5446001Z (Reading database ... 60%
2025-08-20T22:51:37.5467064Z (Reading database ... 65%
2025-08-20T22:51:37.5499009Z (Reading database ... 70%
2025-08-20T22:51:37.5522555Z (Reading database ... 75%
2025-08-20T22:51:37.5550030Z (Reading database ... 80%
2025-08-20T22:51:37.5687256Z (Reading database ... 85%
2025-08-20T22:51:37.5786964Z (Reading database ... 90%
2025-08-20T22:51:37.6101957Z (Reading database ... 95%
2025-08-20T22:51:37.6102526Z (Reading database ... 100%
2025-08-20T22:51:37.6103052Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:51:37.6151920Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:51:37.6349644Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:51:37.7816254Z Selecting previously unselected package poppler-data.
2025-08-20T22:51:37.7957804Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:51:37.7968089Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:51:37.9243574Z Selecting previously unselected package b3sum.
2025-08-20T22:51:37.9383079Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:51:37.9392813Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:51:37.9662409Z Selecting previously unselected package build-essential.
2025-08-20T22:51:37.9800655Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:51:37.9812178Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:51:38.0046074Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:51:38.0184867Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:51:38.0208765Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:51:38.0477716Z Selecting previously unselected package ccache.
2025-08-20T22:51:38.0617512Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:51:38.0633041Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:51:38.0967595Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:51:38.1105973Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:51:38.1116342Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:51:38.1419692Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:51:38.1556338Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:51:38.1566201Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:51:38.1892197Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:51:38.2044259Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:51:38.2057247Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:51:38.2385824Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:51:38.2522622Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:51:38.3186504Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:51:38.4217357Z Selecting previously unselected package libgs-common.
2025-08-20T22:51:38.4354230Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:51:38.4368397Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:38.4618714Z Selecting previously unselected package libgs10-common.
2025-08-20T22:51:38.4764009Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:51:38.4778244Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:38.5498792Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:51:38.5643153Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:51:38.5656526Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:51:38.5905484Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:51:38.6052171Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:51:38.6063501Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:51:38.6337037Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:51:38.6474687Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:51:38.6484261Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:51:38.6741360Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:51:38.6889016Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:51:38.6908239Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:51:38.7442879Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:51:38.7581264Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:51:38.7590900Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:38.8649615Z Selecting previously unselected package ghostscript.
2025-08-20T22:51:38.8789941Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:51:38.8801338Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:38.9113396Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:51:38.9250660Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:51:38.9260081Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:39.0755441Z Selecting previously unselected package imagemagick.
2025-08-20T22:51:39.0896105Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:51:39.0906785Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:39.1131911Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:51:39.1269110Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:51:39.1279321Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:51:39.1522699Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:51:39.1660333Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:51:39.1683369Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:51:39.1968073Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:51:39.2105451Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:51:39.2112715Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:51:39.2341815Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:51:39.2480853Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:51:39.2489416Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:51:39.2711926Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:51:39.2849701Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:51:39.2856581Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:51:39.3098195Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:51:39.3235300Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:51:39.3244332Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:51:39.3615245Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:51:39.3753497Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:51:39.3761785Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:51:39.3970937Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:51:39.4110226Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:51:39.4118152Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:39.4560676Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:51:39.4698826Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:51:39.4707934Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:51:39.4926306Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:51:39.5063457Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:51:39.5071566Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:51:39.5311460Z Selecting previously unselected package libtool-bin.
2025-08-20T22:51:39.5450475Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:51:39.5458638Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:51:39.5686728Z Selecting previously unselected package lzip.
2025-08-20T22:51:39.5832770Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:51:39.5844025Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:51:39.6088907Z Selecting previously unselected package netpbm.
2025-08-20T22:51:39.6234307Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:51:39.6264426Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:51:39.8126119Z Selecting previously unselected package musl:amd64.
2025-08-20T22:51:39.8266554Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:51:39.8277578Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:51:39.8536321Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:51:39.8674604Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:51:39.8684031Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:51:39.9323572Z Selecting previously unselected package musl-tools.
2025-08-20T22:51:39.9464061Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:51:39.9472215Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:51:39.9909591Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:51:40.1451281Z 
2025-08-20T22:51:40.1451793Z Creating config file /etc/papersize with new version
2025-08-20T22:51:40.2319426Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:51:40.2339656Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:51:40.2367201Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:51:40.2391390Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:51:40.2413760Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:40.2436416Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:51:40.2460249Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:51:40.2482226Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:51:40.2584334Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:51:40.2604101Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:51:40.2625011Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:51:40.2683759Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:51:40.2731363Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:51:40.2777365Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:51:40.2798965Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:51:40.2820715Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:51:40.2842462Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:51:40.2862201Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:51:40.2881062Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:40.2961368Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:51:40.3008318Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:51:40.3067492Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:51:40.3168555Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:51:40.3356279Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:51:40.3403165Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:51:40.3461703Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:51:40.3506866Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:51:40.3563518Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:51:40.3608917Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:51:40.3668798Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:51:40.3715413Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:51:40.3773670Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:51:40.3820087Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:51:40.3878157Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:51:40.3924741Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:51:40.3982372Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:51:40.4030049Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:51:40.4089747Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:51:40.4137415Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:51:40.4197092Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:51:40.4246021Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:51:40.4264883Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:51:40.4317590Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:51:40.4358442Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:51:40.4380363Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:51:40.4582879Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:51:40.4611003Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:51:40.4641700Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:51:40.4663359Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:51:40.4685797Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:51:40.4780765Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:51:40.4804935Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:51:40.4848767Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:51:40.4881947Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:51:40.4901947Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:40.4929006Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:51:40.4953095Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:51:40.6289418Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:51:40.6311082Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:40.6330702Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:40.6351900Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:51:40.6418189Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:51:41.0661289Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:51:41.2795857Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:51:42.1254713Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:51:42.1497338Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:48.7014973Z Reading package lists...
2025-08-20T22:51:48.8575978Z Building dependency tree...
2025-08-20T22:51:48.8583497Z Reading state information...
2025-08-20T22:51:49.0121031Z autoconf is already the newest version (2.71-3).
2025-08-20T22:51:49.0121675Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:51:49.0122208Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:51:49.0122703Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:51:49.0123218Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:51:49.0123759Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:49.0124235Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:51:49.0124716Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:51:49.0125548Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:51:49.0126209Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:51:49.0126655Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:51:49.0127145Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:51:49.0127527Z patch set to manually installed.
2025-08-20T22:51:49.0127914Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:51:49.0128389Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:51:49.0128829Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:51:49.0129253Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:51:49.0129626Z Suggested packages:
2025-08-20T22:51:49.0129868Z   scons-doc
2025-08-20T22:51:49.0280137Z The following NEW packages will be installed:
2025-08-20T22:51:49.0286257Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:51:49.0450549Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:51:49.0450973Z Need to get 15.8 MB of archives.
2025-08-20T22:51:49.0451311Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:51:49.0451864Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:51:49.1490487Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:51:49.3079932Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:51:49.3888734Z 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:51:50.9883096Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:51:51.1486664Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:51:51.4142366Z Fetched 15.8 MB in 2s (7452 kB/s)
2025-08-20T22:51:51.4338746Z Selecting previously unselected package autopoint.
2025-08-20T22:51:51.4395499Z (Reading database ... 
2025-08-20T22:51:51.4396159Z (Reading database ... 5%
2025-08-20T22:51:51.4396630Z (Reading database ... 10%
2025-08-20T22:51:51.4397289Z (Reading database ... 15%
2025-08-20T22:51:51.4397556Z (Reading database ... 20%
2025-08-20T22:51:51.4397826Z (Reading database ... 25%
2025-08-20T22:51:51.4398092Z (Reading database ... 30%
2025-08-20T22:51:51.4398365Z (Reading database ... 35%
2025-08-20T22:51:51.4398637Z (Reading database ... 40%
2025-08-20T22:51:51.4398904Z (Reading database ... 45%
2025-08-20T22:51:51.4399182Z (Reading database ... 50%
2025-08-20T22:51:51.4420922Z (Reading database ... 55%
2025-08-20T22:51:51.4521815Z (Reading database ... 60%
2025-08-20T22:51:51.4544584Z (Reading database ... 65%
2025-08-20T22:51:51.4579291Z (Reading database ... 70%
2025-08-20T22:51:51.4604857Z (Reading database ... 75%
2025-08-20T22:51:51.4637810Z (Reading database ... 80%
2025-08-20T22:51:51.4801845Z (Reading database ... 85%
2025-08-20T22:51:51.4912276Z (Reading database ... 90%
2025-08-20T22:51:51.5231127Z (Reading database ... 95%
2025-08-20T22:51:51.5231498Z (Reading database ... 100%
2025-08-20T22:51:51.5231993Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:51:51.5278039Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:51:51.5289621Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:51:51.5541094Z Selecting previously unselected package clang.
2025-08-20T22:51:51.5682708Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:51:51.5691777Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:51:51.5922501Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:51:51.6066201Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:51:51.6074156Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:51:52.0456922Z Selecting previously unselected package scons.
2025-08-20T22:51:52.0596449Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:51:52.0604015Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:51:52.1294496Z Selecting previously unselected package byacc.
2025-08-20T22:51:52.1434970Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:51:52.1443344Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:51:52.1855380Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:51:52.1902198Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:51:52.1983940Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:51:52.2212386Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:51:52.6315423Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:51:52.6341919Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:56.7117768Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:51:58.3046534Z Reading package lists...
2025-08-20T22:51:58.4978319Z Building dependency tree...
2025-08-20T22:51:58.4984261Z Reading state information...
2025-08-20T22:51:58.6785006Z The following additional packages will be installed:
2025-08-20T22:51:58.6786063Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:51:58.6786929Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:51:58.6787925Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:51:58.6789048Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:51:58.6790049Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:51:58.6790756Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:51:58.6791477Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:51:58.6792157Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:51:58.6795264Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:51:58.6802954Z Suggested packages:
2025-08-20T22:51:58.6803369Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:51:58.6803886Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:51:58.6804693Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:51:58.6806840Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:51:58.6807576Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:51:58.6808331Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:51:58.6809227Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:51:58.6810150Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:51:58.6810818Z   wdiff-doc
2025-08-20T22:51:58.6811176Z Recommended packages:
2025-08-20T22:51:58.6811782Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:51:58.6812676Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:51:58.6989281Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:51:58.6990235Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:51:58.6990983Z The following NEW packages will be installed:
2025-08-20T22:51:58.6991694Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:51:58.6992448Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:51:58.6993225Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:51:58.6994166Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:51:58.6995046Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:51:58.6996109Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:51:58.6997439Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:51:58.6998216Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:51:58.6998781Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:51:58.7189399Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:51:58.7189800Z Need to get 2417 kB of archives.
2025-08-20T22:51:58.7190223Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:51:58.7190895Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:51:58.8174221Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:51:58.8986600Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:51:58.9817167Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:51:59.0632554Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:51:59.1441472Z 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:51:59.2251191Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:51:59.3180116Z 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:51:59.3985450Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:51:59.4794379Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:51:59.5606143Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:51:59.6422382Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:51:59.7229612Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:51:59.8036686Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:51:59.8845248Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:51:59.9666627Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:52:00.0478573Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:52:00.1294978Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:52:00.2147077Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:52:00.2957880Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:52:00.3771997Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:52:00.4583628Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:52:00.6192620Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:52:00.7037696Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:52:00.7969243Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:52:00.8772642Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:52:00.9591249Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:52:01.0398101Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:52:01.1223536Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:52:01.2040078Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:52:01.2843806Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:52:01.7274774Z Fetched 2417 kB in 3s (881 kB/s)
2025-08-20T22:52:01.7461717Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:52:01.7516569Z (Reading database ... 
2025-08-20T22:52:01.7517026Z (Reading database ... 5%
2025-08-20T22:52:01.7517406Z (Reading database ... 10%
2025-08-20T22:52:01.7517777Z (Reading database ... 15%
2025-08-20T22:52:01.7518530Z (Reading database ... 20%
2025-08-20T22:52:01.7518926Z (Reading database ... 25%
2025-08-20T22:52:01.7519333Z (Reading database ... 30%
2025-08-20T22:52:01.7519694Z (Reading database ... 35%
2025-08-20T22:52:01.7520051Z (Reading database ... 40%
2025-08-20T22:52:01.7520408Z (Reading database ... 45%
2025-08-20T22:52:01.7520792Z (Reading database ... 50%
2025-08-20T22:52:01.7541705Z (Reading database ... 55%
2025-08-20T22:52:01.7641964Z (Reading database ... 60%
2025-08-20T22:52:01.7664741Z (Reading database ... 65%
2025-08-20T22:52:01.7700487Z (Reading database ... 70%
2025-08-20T22:52:01.7726750Z (Reading database ... 75%
2025-08-20T22:52:01.7756780Z (Reading database ... 80%
2025-08-20T22:52:01.7909083Z (Reading database ... 85%
2025-08-20T22:52:01.8002213Z (Reading database ... 90%
2025-08-20T22:52:01.8284603Z (Reading database ... 95%
2025-08-20T22:52:01.8285170Z (Reading database ... 100%
2025-08-20T22:52:01.8286231Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:52:01.8328940Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:52:01.8339079Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:52:01.8560740Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:52:01.8700373Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:52:01.8710416Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:52:01.8963185Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:52:01.9104676Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:52:01.9115042Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:52:01.9376515Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:52:01.9520124Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:52:01.9528581Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:52:01.9740647Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:52:01.9881397Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:52:01.9939146Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:52:02.0155260Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:52:02.0297083Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:52:02.0307503Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:52:02.0539821Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:52:02.0682964Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:52:02.0692531Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:52:02.0920785Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:52:02.1066016Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:52:02.1075348Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:52:02.1295382Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:52:02.1437342Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:52:02.1447018Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:52:02.1660273Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:52:02.1798332Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:52:02.1807362Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:52:02.2010810Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:52:02.2152684Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:52:02.2161634Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:52:02.2392767Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:52:02.2540389Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:52:02.2550290Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:52:02.2761262Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:52:02.2898962Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:52:02.2907999Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:52:02.3130507Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:52:02.3269899Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:52:02.3279282Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:52:02.3477705Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:52:02.3616109Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:52:02.3623896Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:52:02.3848898Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:52:02.3984767Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:52:02.3993248Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:52:02.4192950Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:52:02.4331154Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:52:02.4338800Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:52:02.4865982Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:52:02.5006643Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:52:02.5014461Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:52:02.5232103Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:52:02.5377396Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:52:02.5386443Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:52:02.5618768Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:52:02.5758577Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:52:02.5765619Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:52:02.6008031Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:52:02.6151233Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:52:02.6159953Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:52:02.6601067Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:52:02.6741784Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:52:02.6749813Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:52:02.6999544Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:52:02.7148791Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:52:02.7158691Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:52:02.7392796Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:52:02.7533916Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:52:02.7542374Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:52:02.7758374Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:52:02.7897500Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:52:02.7906698Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:52:02.8114460Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:52:02.8264246Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:52:02.8275891Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:52:02.8578081Z Selecting previously unselected package libwww-perl.
2025-08-20T22:52:02.8719436Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:52:02.8727835Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:52:02.9019514Z Selecting previously unselected package patchutils.
2025-08-20T22:52:02.9163180Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:52:02.9170926Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:52:02.9533908Z Selecting previously unselected package wdiff.
2025-08-20T22:52:02.9681741Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:52:02.9689325Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:52:02.9938767Z Selecting previously unselected package devscripts.
2025-08-20T22:52:03.0078052Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:52:03.0282413Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:52:03.1534595Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:52:03.1560519Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:52:03.1581633Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:52:03.1606679Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:52:03.1631794Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:52:03.1652861Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:52:03.1674871Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:52:03.1698597Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:52:03.1719980Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:52:03.1741497Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:52:03.1761934Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:52:03.1816013Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:52:03.1838154Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:52:03.1859326Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:52:03.1884580Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:52:03.1908536Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:52:03.1931847Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:52:03.1957229Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:52:03.1980076Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:52:03.2002453Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:52:03.2024764Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:52:03.2046599Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:52:03.2067047Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:52:03.2089514Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:52:03.2113903Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:52:03.2135450Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:52:03.2157950Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:52:03.2194600Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:52:03.2226449Z Setting up devscripts (2.23.7) ...
2025-08-20T22:52:03.3510598Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:52:03.3541758Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:08.2342880Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:52:09.9813137Z Reading package lists...
2025-08-20T22:52:10.1899784Z Building dependency tree...
2025-08-20T22:52:10.1908020Z Reading state information...
2025-08-20T22:52:10.3913579Z The following additional packages will be installed:
2025-08-20T22:52:10.3920483Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:52:10.3926034Z Suggested packages:
2025-08-20T22:52:10.3926538Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:52:10.4074406Z The following NEW packages will be installed:
2025-08-20T22:52:10.4084977Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:52:10.4288702Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:10.4289235Z Need to get 13.6 MB of archives.
2025-08-20T22:52:10.4289612Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:52:10.4290059Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:10.5389049Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:52:10.6206429Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:52:10.7017444Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:52:11.0187342Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:52:11.9225275Z Fetched 13.6 MB in 1s (10.9 MB/s)
2025-08-20T22:52:11.9414774Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:52:11.9470813Z (Reading database ... 
2025-08-20T22:52:11.9471450Z (Reading database ... 5%
2025-08-20T22:52:11.9472416Z (Reading database ... 10%
2025-08-20T22:52:11.9472821Z (Reading database ... 15%
2025-08-20T22:52:11.9473211Z (Reading database ... 20%
2025-08-20T22:52:11.9473580Z (Reading database ... 25%
2025-08-20T22:52:11.9473940Z (Reading database ... 30%
2025-08-20T22:52:11.9474305Z (Reading database ... 35%
2025-08-20T22:52:11.9474700Z (Reading database ... 40%
2025-08-20T22:52:11.9475065Z (Reading database ... 45%
2025-08-20T22:52:11.9475431Z (Reading database ... 50%
2025-08-20T22:52:11.9495994Z (Reading database ... 55%
2025-08-20T22:52:11.9591238Z (Reading database ... 60%
2025-08-20T22:52:11.9613757Z (Reading database ... 65%
2025-08-20T22:52:11.9649488Z (Reading database ... 70%
2025-08-20T22:52:11.9675340Z (Reading database ... 75%
2025-08-20T22:52:11.9706301Z (Reading database ... 80%
2025-08-20T22:52:11.9857683Z (Reading database ... 85%
2025-08-20T22:52:11.9943290Z (Reading database ... 90%
2025-08-20T22:52:12.0214054Z (Reading database ... 95%
2025-08-20T22:52:12.0214507Z (Reading database ... 100%
2025-08-20T22:52:12.0214940Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:52:12.0258243Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:52:12.0272915Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:52:12.0503176Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:52:12.0645246Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:52:12.0656503Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:52:12.0884287Z Selecting previously unselected package cmake-data.
2025-08-20T22:52:12.1024983Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:52:12.1089030Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:52:12.7102063Z Selecting previously unselected package cmake.
2025-08-20T22:52:12.7258613Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:52:12.7265871Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:52:12.9227436Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:52:12.9251509Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:52:12.9271964Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:52:12.9334580Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:52:12.9358820Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:17.2508166Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:52:17.8316923Z 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:52:17.8318316Z Running kernel seems to be up-to-date.
2025-08-20T22:52:17.8318582Z 
2025-08-20T22:52:17.8318964Z Restarting services...
2025-08-20T22:52:17.8379937Z 
2025-08-20T22:52:17.8380332Z Service restarts being deferred:
2025-08-20T22:52:17.8380970Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:52:17.8381488Z 
2025-08-20T22:52:17.8381762Z No containers need to be restarted.
2025-08-20T22:52:17.8382081Z 
2025-08-20T22:52:17.8382351Z No user sessions are running outdated binaries.
2025-08-20T22:52:17.8382654Z 
2025-08-20T22:52:17.8382962Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:52:18.8572525Z Reading package lists...
2025-08-20T22:52:19.0508588Z Building dependency tree...
2025-08-20T22:52:19.0510392Z Reading state information...
2025-08-20T22:52:19.2290248Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:52:19.2291002Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:19.2291610Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:52:19.2292171Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:19.2292740Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:52:19.2293306Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:19.2293928Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:19.2294500Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:52:19.2295068Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:52:19.2295868Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:52:19.2296444Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:52:19.2297003Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:52:19.2297612Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:52:19.2298459Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:52:19.2298816Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:19.2299178Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:19.2299524Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:19.2299858Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:52:19.2300168Z musl is already the newest version (1.2.4-2).
2025-08-20T22:52:19.2300483Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:52:19.2300793Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:52:19.2301358Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:52:19.2301952Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:52:19.2302291Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:52:19.2302611Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:19.2302982Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:19.2533715Z Reading package lists...
2025-08-20T22:52:19.4241987Z Building dependency tree...
2025-08-20T22:52:19.4249748Z Reading state information...
2025-08-20T22:52:19.5966934Z autoconf is already the newest version (2.71-3).
2025-08-20T22:52:19.5967712Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:19.5968381Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:52:19.5968856Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:19.5969336Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:52:19.5969830Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:19.5970542Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:52:19.5971022Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:19.5971482Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:52:19.5971938Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:52:19.5972356Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:52:19.5972778Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:19.5973218Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:19.5973658Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:19.5974093Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:52:19.5974533Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:52:19.5974992Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:52:19.5975539Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:52:19.5976409Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:52:19.5976906Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:52:19.5977331Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:19.5977804Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:19.6214312Z Reading package lists...
2025-08-20T22:52:19.7992184Z Building dependency tree...
2025-08-20T22:52:19.8001364Z Reading state information...
2025-08-20T22:52:19.9736517Z devscripts is already the newest version (2.23.7).
2025-08-20T22:52:19.9737061Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:19.9976456Z Reading package lists...
2025-08-20T22:52:20.1939320Z Building dependency tree...
2025-08-20T22:52:20.1948204Z Reading state information...
2025-08-20T22:52:20.4027274Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:52:20.4028139Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:20.4276044Z Reading package lists...
2025-08-20T22:52:20.6227059Z Building dependency tree...
2025-08-20T22:52:20.6237543Z Reading state information...
2025-08-20T22:52:20.7885010Z Suggested packages:
2025-08-20T22:52:20.7885390Z   binutils-doc
2025-08-20T22:52:20.8200313Z The following NEW packages will be installed:
2025-08-20T22:52:20.8211884Z   binutils-aarch64-linux-gnu
2025-08-20T22:52:20.8414776Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:20.8666245Z Need to get 3711 kB of archives.
2025-08-20T22:52:20.8667101Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:52:20.8667712Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:20.9785505Z 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:52:21.6101757Z Fetched 3711 kB in 0s (8150 kB/s)
2025-08-20T22:52:21.6303730Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:52:21.6361963Z (Reading database ... 
2025-08-20T22:52:21.6362426Z (Reading database ... 5%
2025-08-20T22:52:21.6362845Z (Reading database ... 10%
2025-08-20T22:52:21.6363282Z (Reading database ... 15%
2025-08-20T22:52:21.6363655Z (Reading database ... 20%
2025-08-20T22:52:21.6364053Z (Reading database ... 25%
2025-08-20T22:52:21.6365121Z (Reading database ... 30%
2025-08-20T22:52:21.6365515Z (Reading database ... 35%
2025-08-20T22:52:21.6366125Z (Reading database ... 40%
2025-08-20T22:52:21.6366508Z (Reading database ... 45%
2025-08-20T22:52:21.6366882Z (Reading database ... 50%
2025-08-20T22:52:21.6389230Z (Reading database ... 55%
2025-08-20T22:52:21.6496810Z (Reading database ... 60%
2025-08-20T22:52:21.6522299Z (Reading database ... 65%
2025-08-20T22:52:21.6563446Z (Reading database ... 70%
2025-08-20T22:52:21.6592368Z (Reading database ... 75%
2025-08-20T22:52:21.6629810Z (Reading database ... 80%
2025-08-20T22:52:21.6819859Z (Reading database ... 85%
2025-08-20T22:52:21.6933387Z (Reading database ... 90%
2025-08-20T22:52:21.7258656Z (Reading database ... 95%
2025-08-20T22:52:21.7259181Z (Reading database ... 100%
2025-08-20T22:52:21.7259836Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:52:21.7307892Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:52:21.7325218Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:52:21.9030508Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:52:21.9057981Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:52:21.9214485Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:27.6948491Z Reading package lists...
2025-08-20T22:52:27.9172261Z Building dependency tree...
2025-08-20T22:52:27.9181768Z Reading state information...
2025-08-20T22:52:28.1435306Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:52:28.1436376Z The following additional packages will be installed:
2025-08-20T22:52:28.1436907Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:52:28.1437548Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:52:28.1438391Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:52:28.1439273Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:52:28.1440066Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:52:28.1440570Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:52:28.1441178Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:52:28.1441848Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:52:28.1442478Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:52:28.1443285Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:52:28.1443961Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:52:28.1444639Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:52:28.1445808Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:52:28.1446521Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:52:28.1447421Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:52:28.1448044Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:52:28.1448681Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:52:28.1449220Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:52:28.1449663Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:52:28.1450109Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:52:28.1450586Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:52:28.1451137Z   linux-libc-dev-armhf-cross
2025-08-20T22:52:28.1451462Z Suggested packages:
2025-08-20T22:52:28.1451780Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:52:28.1452300Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:52:28.2054800Z The following NEW packages will be installed:
2025-08-20T22:52:28.2055501Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:52:28.2056780Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:52:28.2057967Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:52:28.2058754Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:52:28.2059413Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:52:28.2060231Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:52:28.2060666Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:52:28.2061176Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:52:28.2061950Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:52:28.2062775Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:52:28.2063442Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:52:28.2063971Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:52:28.2064531Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:52:28.2065092Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:52:28.2065817Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:52:28.2066367Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:52:28.2066875Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:52:28.2067398Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:52:28.2068059Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:52:28.2068821Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:52:28.2069541Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:52:28.2070128Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:52:28.2070561Z   linux-libc-dev-armhf-cross
2025-08-20T22:52:28.2283167Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:28.2283764Z Need to get 171 MB of archives.
2025-08-20T22:52:28.2284218Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:52:28.2284640Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:28.4018916Z 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:52:28.6507251Z 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:52:29.4009450Z 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:52:29.4820735Z 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:52:30.1245854Z 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:52:30.2056831Z 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:52:30.8595077Z 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:52:30.9394395Z 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:52:31.0196553Z 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:52:31.0998146Z 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:52:31.1853367Z 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:52:31.2667529Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:52:31.4362926Z 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:52:31.5168746Z 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:52:31.5983813Z 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:52:31.6792202Z 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:52:31.7599281Z 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:52:31.9197226Z 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:52:32.0070217Z 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:52:32.1599330Z 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:52:32.2459373Z 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:52:32.3290739Z 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:52:32.4138333Z 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:52:32.7311325Z 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:52:33.7325239Z 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:52:33.9706482Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:52:34.2122762Z 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:52:34.5357157Z 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:52:35.2666333Z 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:52:35.5888457Z 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:52:35.6696308Z 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:52:35.7508075Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:52:35.9408154Z 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:52:36.0278138Z 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:52:36.1138146Z 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:52:36.1951151Z 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:52:36.5118848Z 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:52:36.6793765Z 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:52:36.8609944Z 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:52:37.0455084Z 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:52:37.8447045Z 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:52:38.0847234Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:52:38.3237265Z 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:52:38.6438364Z 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:52:39.3774353Z 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:52:39.7027830Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:52:39.9455057Z 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:52:40.0259668Z 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:52:40.1077526Z 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:52:40.1895971Z 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:52:40.5219481Z 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:52:40.6846643Z 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:52:40.8494010Z 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:52:41.0187240Z 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:52:41.9128231Z 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:52:42.1516726Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:52:42.3181962Z 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:52:42.6404046Z 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:52:43.3745230Z 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:52:43.4560160Z 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:52:43.5360606Z 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:52:43.6161315Z 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:52:43.6965279Z 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:52:43.7765166Z 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:52:44.1118917Z Fetched 171 MB in 16s (11.0 MB/s)
2025-08-20T22:52:44.1333444Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:52:44.1392364Z (Reading database ... 
2025-08-20T22:52:44.1392968Z (Reading database ... 5%
2025-08-20T22:52:44.1393548Z (Reading database ... 10%
2025-08-20T22:52:44.1393978Z (Reading database ... 15%
2025-08-20T22:52:44.1394370Z (Reading database ... 20%
2025-08-20T22:52:44.1394738Z (Reading database ... 25%
2025-08-20T22:52:44.1395101Z (Reading database ... 30%
2025-08-20T22:52:44.1395472Z (Reading database ... 35%
2025-08-20T22:52:44.1396035Z (Reading database ... 40%
2025-08-20T22:52:44.1396403Z (Reading database ... 45%
2025-08-20T22:52:44.1396759Z (Reading database ... 50%
2025-08-20T22:52:44.1420414Z (Reading database ... 55%
2025-08-20T22:52:44.1527620Z (Reading database ... 60%
2025-08-20T22:52:44.1551965Z (Reading database ... 65%
2025-08-20T22:52:44.1590206Z (Reading database ... 70%
2025-08-20T22:52:44.1617821Z (Reading database ... 75%
2025-08-20T22:52:44.1652841Z (Reading database ... 80%
2025-08-20T22:52:44.1822187Z (Reading database ... 85%
2025-08-20T22:52:44.1909535Z (Reading database ... 90%
2025-08-20T22:52:44.2191980Z (Reading database ... 95%
2025-08-20T22:52:44.2192558Z (Reading database ... 100%
2025-08-20T22:52:44.2193111Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:52:44.2238476Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.2247841Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.2466605Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:52:44.2618405Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.2656892Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.4201053Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:52:44.4353437Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.4361598Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.4590438Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:52:44.4740402Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.4786366Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.6239513Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:52:44.6391028Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.6400887Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.6630109Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:52:44.6774988Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:44.6804612Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.8264738Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:52:44.8416097Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:44.8424037Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:44.8643007Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:52:44.8788639Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:52:44.8796561Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:44.8998247Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:52:44.9140227Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:44.9148032Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:44.9371793Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:52:44.9522084Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:44.9530950Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:44.9757467Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:52:44.9906796Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:44.9918292Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.0143654Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:52:45.0292918Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:45.0306807Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:45.0715894Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:52:45.0866142Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.0874753Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.1104258Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:52:45.1253264Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.1262689Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.1543909Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:52:45.1698079Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.1706652Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.1932806Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:52:45.2086838Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.2094791Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.2322192Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:52:45.2473816Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.2509518Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.2846025Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:52:45.2998477Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.3007079Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.3280374Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:52:45.3433760Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.3443143Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.3806586Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:52:45.3958438Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.3966298Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.4318148Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:52:45.4469372Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.4478047Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.4752270Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:52:45.4906337Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.4916884Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.5219929Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:52:45.5374902Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:45.5383081Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.6490692Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:52:45.6647939Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:45.6683224Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:45.9640403Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:52:45.9784630Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:52:45.9793002Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:46.1753334Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:52:46.1899083Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:46.1907844Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:46.3300759Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:52:46.3449554Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:46.3457422Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:46.5931068Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:52:46.6092020Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:46.6133878Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:46.7798579Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:52:46.7941686Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:52:46.7955906Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:52:46.8937977Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:52:46.9093789Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:46.9101533Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:46.9321022Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:52:46.9474589Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:46.9484574Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:46.9729563Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:52:46.9881763Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:46.9890549Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:47.0248112Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:52:47.0393808Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.0401804Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.0635846Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:52:47.0788860Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.0797936Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.1036347Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:52:47.1185842Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.1195414Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.1423960Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:52:47.1571416Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.1579642Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.2272638Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:52:47.2423865Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.2432304Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.2751361Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:52:47.2901537Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.2911158Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.3287575Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:52:47.3432240Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:47.3441338Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.4034576Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:52:47.4185889Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:47.4221956Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:47.6911787Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:52:47.7066530Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:52:47.7076635Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:47.8960525Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:52:47.9114709Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:47.9124507Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:48.0344340Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:52:48.0500144Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.0509836Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.2592612Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:52:48.2752326Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:48.2791547Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.4290785Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:52:48.4440301Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:52:48.4448966Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:52:48.5467035Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:52:48.5628622Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:48.5638219Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:48.6022039Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:52:48.6178899Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.6188734Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.6422460Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:52:48.6576586Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.6584896Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.6816466Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:52:48.6973112Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.6981847Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.7202924Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:52:48.7358053Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.7367859Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.8009605Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:52:48.8165008Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.8173258Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.8521310Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:52:48.8679858Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.8688696Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.9049419Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:52:48.9196747Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:48.9204475Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:48.9765799Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:52:48.9915117Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:48.9944781Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:49.2413635Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:52:49.2559305Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:52:49.2567801Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:49.4428000Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:52:49.4578293Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:52:49.4586583Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:49.5789792Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:52:49.5939704Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:52:49.5954289Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:49.8109199Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:52:49.8268507Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:52:49.8301043Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:49.9840040Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:52:49.9992406Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:49.9999668Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.0207397Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:52:50.0354922Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:50.0365380Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.0558789Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:52:50.0716213Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:52:50.0724610Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.0976065Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:52:50.1126448Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:52:50.1134035Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.1338420Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:52:50.1503803Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:50.1512526Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.1734814Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:52:50.1885009Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:52:50.1892790Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.2377300Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:52:50.2404353Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.2427170Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2446695Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2466680Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2486721Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:50.2506667Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2528410Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.2547486Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:50.2571110Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2591623Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:52:50.2611830Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.2633412Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2652445Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2671718Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2690922Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.2709496Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:52:50.2731979Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2751098Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2771699Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2790399Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2809534Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2831457Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2851458Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2873878Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2896228Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2918672Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2939464Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2959713Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.2980425Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.3000643Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3019843Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:52:50.3042856Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3061755Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3082309Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3102195Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3121975Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.3141443Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3161242Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3179399Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3229490Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3248869Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3268477Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3289461Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3310337Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3330610Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3355312Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3377207Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3399073Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3420072Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3450080Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3470674Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.3490180Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3516830Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3538949Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3560013Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3581597Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3602476Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:52:50.3623092Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3642674Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3666748Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:52:50.3687615Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3707432Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3726662Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:52:50.3752671Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:52:50.3771235Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:52:50.3862332Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:54.8146563Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:52:56.4517772Z Reading package lists...
2025-08-20T22:52:56.6660117Z Building dependency tree...
2025-08-20T22:52:56.6669368Z Reading state information...
2025-08-20T22:52:56.8870041Z The following additional packages will be installed:
2025-08-20T22:52:56.8870992Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:52:56.8879251Z   libpcap0.8-dev
2025-08-20T22:52:56.9234306Z The following NEW packages will be installed:
2025-08-20T22:52:56.9237445Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:52:56.9249439Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:52:56.9525124Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:52:56.9797813Z Need to get 1613 kB of archives.
2025-08-20T22:52:56.9798379Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:52:56.9798823Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:57.0777937Z 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:52:57.1633988Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:52:57.2460101Z 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:52:57.3282664Z 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:52:57.4105105Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:52:57.5721641Z 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:52:57.6553428Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:52:57.7399417Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:52:58.0128918Z Fetched 1613 kB in 1s (2087 kB/s)
2025-08-20T22:52:58.0361771Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:52:58.0421836Z (Reading database ... 
2025-08-20T22:52:58.0422345Z (Reading database ... 5%
2025-08-20T22:52:58.0422775Z (Reading database ... 10%
2025-08-20T22:52:58.0423128Z (Reading database ... 15%
2025-08-20T22:52:58.0423508Z (Reading database ... 20%
2025-08-20T22:52:58.0423900Z (Reading database ... 25%
2025-08-20T22:52:58.0425105Z (Reading database ... 30%
2025-08-20T22:52:58.0425532Z (Reading database ... 35%
2025-08-20T22:52:58.0426133Z (Reading database ... 40%
2025-08-20T22:52:58.0426558Z (Reading database ... 45%
2025-08-20T22:52:58.0426984Z (Reading database ... 50%
2025-08-20T22:52:58.0525446Z (Reading database ... 55%
2025-08-20T22:52:58.0546527Z (Reading database ... 60%
2025-08-20T22:52:58.0569434Z (Reading database ... 65%
2025-08-20T22:52:58.0610059Z (Reading database ... 70%
2025-08-20T22:52:58.0634636Z (Reading database ... 75%
2025-08-20T22:52:58.0667845Z (Reading database ... 80%
2025-08-20T22:52:58.0833300Z (Reading database ... 85%
2025-08-20T22:52:58.0920907Z (Reading database ... 90%
2025-08-20T22:52:58.1224387Z (Reading database ... 95%
2025-08-20T22:52:58.1225020Z (Reading database ... 100%
2025-08-20T22:52:58.1226043Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:52:58.1276787Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:52:58.1285892Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:52:58.1661297Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:52:58.1809969Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:52:58.1826289Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:52:58.2051470Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:52:58.2209726Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:52:58.2218266Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:52:58.2670908Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:52:58.2817564Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:52:58.2825311Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:52:58.3086638Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:52:58.3245065Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:52:58.3254947Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:52:58.4003941Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:52:58.4158363Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:52:58.4197356Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:52:58.4601858Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:52:58.4752747Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:52:58.4761697Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:52:58.4986660Z Selecting previously unselected package pcaputils.
2025-08-20T22:52:58.5142992Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:52:58.5185226Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:52:58.5667555Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:52:58.5691173Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:52:58.7730730Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:52:58.7757067Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:52:58.7859268Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:52:59.0999358Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:52:59.1019814Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:52:59.1069577Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:52:59.1279590Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:03.9244823Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:53:03.9715937Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:03.9740800Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:05.6196623Z Reading package lists...
2025-08-20T22:53:05.8232163Z Building dependency tree...
2025-08-20T22:53:05.8240723Z Reading state information...
2025-08-20T22:53:05.8711762Z Reading package lists...
2025-08-20T22:53:06.0687773Z Building dependency tree...
2025-08-20T22:53:06.0696768Z Reading state information...
2025-08-20T22:53:06.2503834Z The following additional packages will be installed:
2025-08-20T22:53:06.2509731Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:53:06.2516391Z Suggested packages:
2025-08-20T22:53:06.2516833Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:53:06.2517335Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:53:06.2692854Z The following NEW packages will be installed:
2025-08-20T22:53:06.2693423Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:53:06.2699579Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:53:06.2873944Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:53:06.2874925Z Need to get 800 kB of archives.
2025-08-20T22:53:06.2875523Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:53:06.2876382Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:53:06.3860026Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:53:06.4710992Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:53:06.5539953Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:53:06.7180415Z 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:53:06.8009732Z 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:53:06.8829446Z 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:53:06.9684966Z 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:53:07.0506378Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:53:07.1325102Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:53:07.4031204Z Fetched 800 kB in 1s (935 kB/s)
2025-08-20T22:53:07.4227092Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:53:07.4286682Z (Reading database ... 
2025-08-20T22:53:07.4287104Z (Reading database ... 5%
2025-08-20T22:53:07.4287516Z (Reading database ... 10%
2025-08-20T22:53:07.4287913Z (Reading database ... 15%
2025-08-20T22:53:07.4288417Z (Reading database ... 20%
2025-08-20T22:53:07.4288707Z (Reading database ... 25%
2025-08-20T22:53:07.4288975Z (Reading database ... 30%
2025-08-20T22:53:07.4289234Z (Reading database ... 35%
2025-08-20T22:53:07.4289509Z (Reading database ... 40%
2025-08-20T22:53:07.4289772Z (Reading database ... 45%
2025-08-20T22:53:07.4290029Z (Reading database ... 50%
2025-08-20T22:53:07.4387636Z (Reading database ... 55%
2025-08-20T22:53:07.4408360Z (Reading database ... 60%
2025-08-20T22:53:07.4430866Z (Reading database ... 65%
2025-08-20T22:53:07.4471528Z (Reading database ... 70%
2025-08-20T22:53:07.4497311Z (Reading database ... 75%
2025-08-20T22:53:07.4528847Z (Reading database ... 80%
2025-08-20T22:53:07.4692445Z (Reading database ... 85%
2025-08-20T22:53:07.4783075Z (Reading database ... 90%
2025-08-20T22:53:07.5062529Z (Reading database ... 95%
2025-08-20T22:53:07.5063056Z (Reading database ... 100%
2025-08-20T22:53:07.5063719Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:53:07.5109618Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:53:07.5131078Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:53:07.5359088Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:53:07.5507375Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:53:07.5514822Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:53:07.5739925Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:53:07.5887836Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:53:07.5897707Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:53:07.6848850Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:53:07.6997820Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:53:07.7004824Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:53:07.7268618Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:53:07.7416394Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:53:07.7424083Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:53:07.7665412Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:53:07.7817552Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:53:07.7853279Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:07.8149031Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:53:07.8301735Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:53:07.8310289Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:53:07.8537063Z Selecting previously unselected package lzma.
2025-08-20T22:53:07.8690011Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:53:07.8699049Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:53:07.8980033Z Selecting previously unselected package lzma-dev.
2025-08-20T22:53:07.9143455Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:53:07.9153179Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:53:07.9617544Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:53:07.9640722Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:53:07.9659378Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:53:07.9677390Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:53:07.9694581Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:53:07.9764240Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:53:07.9791459Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:53:07.9812480Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:07.9835565Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:53:07.9856974Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:53:07.9881167Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:53:08.0028270Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:12.4490682Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:53:13.1148319Z 
2025-08-20T22:53:13.1149017Z Running kernel seems to be up-to-date.
2025-08-20T22:53:13.1149409Z 
2025-08-20T22:53:13.1149553Z Restarting services...
2025-08-20T22:53:13.1218761Z 
2025-08-20T22:53:13.1219406Z Service restarts being deferred:
2025-08-20T22:53:13.1219854Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:53:13.1220254Z 
2025-08-20T22:53:13.1220441Z No containers need to be restarted.
2025-08-20T22:53:13.1220698Z 
2025-08-20T22:53:13.1220835Z No user sessions are running outdated binaries.
2025-08-20T22:53:13.1221143Z 
2025-08-20T22:53:13.1221483Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:53:14.1475121Z Reading package lists...
2025-08-20T22:53:14.3146668Z Building dependency tree...
2025-08-20T22:53:14.3154851Z Reading state information...
2025-08-20T22:53:14.5288072Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:53:14.5289206Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:53:14.5290148Z inetutils-telnet set to manually installed.
2025-08-20T22:53:14.5290979Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:53:14.5291884Z The following additional packages will be installed:
2025-08-20T22:53:14.5292372Z   tcpd update-inetd
2025-08-20T22:53:14.5433558Z The following packages will be REMOVED:
2025-08-20T22:53:14.5440483Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:53:14.5441181Z The following NEW packages will be installed:
2025-08-20T22:53:14.5441911Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:53:14.5442515Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:53:14.5447330Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:53:14.5619511Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:53:14.5619943Z Need to get 698 kB of archives.
2025-08-20T22:53:14.5620309Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:53:14.5621322Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:53:14.6612420Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:53:14.7448638Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:53:14.8276341Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:53:14.9094067Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:53:14.9914512Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:53:15.0759951Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:53:15.1582606Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:53:15.2410636Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:53:15.3246768Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:53:15.4200114Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:53:15.5022502Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:53:15.5849071Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:53:15.6668152Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:53:15.9063320Z Preconfiguring packages ...
2025-08-20T22:53:16.0335379Z Fetched 698 kB in 1s (626 kB/s)
2025-08-20T22:53:16.0520951Z (Reading database ... 
2025-08-20T22:53:16.0521441Z (Reading database ... 5%
2025-08-20T22:53:16.0521882Z (Reading database ... 10%
2025-08-20T22:53:16.0522315Z (Reading database ... 15%
2025-08-20T22:53:16.0522744Z (Reading database ... 20%
2025-08-20T22:53:16.0523169Z (Reading database ... 25%
2025-08-20T22:53:16.0523594Z (Reading database ... 30%
2025-08-20T22:53:16.0524021Z (Reading database ... 35%
2025-08-20T22:53:16.0524446Z (Reading database ... 40%
2025-08-20T22:53:16.0524771Z (Reading database ... 45%
2025-08-20T22:53:16.0525040Z (Reading database ... 50%
2025-08-20T22:53:16.0544726Z (Reading database ... 55%
2025-08-20T22:53:16.0646178Z (Reading database ... 60%
2025-08-20T22:53:16.0670875Z (Reading database ... 65%
2025-08-20T22:53:16.0715510Z (Reading database ... 70%
2025-08-20T22:53:16.0742128Z (Reading database ... 75%
2025-08-20T22:53:16.0778843Z (Reading database ... 80%
2025-08-20T22:53:16.0950683Z (Reading database ... 85%
2025-08-20T22:53:16.1043526Z (Reading database ... 90%
2025-08-20T22:53:16.1352526Z (Reading database ... 95%
2025-08-20T22:53:16.1352905Z (Reading database ... 100%
2025-08-20T22:53:16.1353450Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:53:16.1400209Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:53:16.1568058Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:16.1717926Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:53:16.5578307Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:53:16.5641412Z (Reading database ... 
2025-08-20T22:53:16.5641891Z (Reading database ... 5%
2025-08-20T22:53:16.5642301Z (Reading database ... 10%
2025-08-20T22:53:16.5642713Z (Reading database ... 15%
2025-08-20T22:53:16.5643005Z (Reading database ... 20%
2025-08-20T22:53:16.5643323Z (Reading database ... 25%
2025-08-20T22:53:16.5643595Z (Reading database ... 30%
2025-08-20T22:53:16.5643863Z (Reading database ... 35%
2025-08-20T22:53:16.5644134Z (Reading database ... 40%
2025-08-20T22:53:16.5644640Z (Reading database ... 45%
2025-08-20T22:53:16.5644903Z (Reading database ... 50%
2025-08-20T22:53:16.5670574Z (Reading database ... 55%
2025-08-20T22:53:16.5777173Z (Reading database ... 60%
2025-08-20T22:53:16.5802114Z (Reading database ... 65%
2025-08-20T22:53:16.5846485Z (Reading database ... 70%
2025-08-20T22:53:16.5872091Z (Reading database ... 75%
2025-08-20T22:53:16.5910256Z (Reading database ... 80%
2025-08-20T22:53:16.6092731Z (Reading database ... 85%
2025-08-20T22:53:16.6205188Z (Reading database ... 90%
2025-08-20T22:53:16.6543099Z (Reading database ... 95%
2025-08-20T22:53:16.6543642Z (Reading database ... 100%
2025-08-20T22:53:16.6544212Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:53:16.6594002Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.6640195Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.6880560Z Selecting previously unselected package tcpd.
2025-08-20T22:53:16.7032093Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:53:16.7041539Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:53:16.7307781Z Selecting previously unselected package update-inetd.
2025-08-20T22:53:16.7468031Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:53:16.7476299Z Unpacking update-inetd (4.53) ...
2025-08-20T22:53:16.7732684Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:53:16.7881313Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.7929111Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.8175525Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:53:16.8334371Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.8342941Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.8620223Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:53:16.8772773Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.8780856Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.9018984Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:53:16.9181264Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.9192539Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.9470212Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:53:16.9627198Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:16.9636473Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:16.9878801Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:53:17.0030764Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:17.0038594Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.0303880Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:53:17.0458257Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:17.0540085Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.0781171Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:53:17.0933758Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:17.0941396Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.1188823Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:53:17.1339069Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:53:17.1346949Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:53:17.1616238Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:53:17.1766702Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:53:17.1776097Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.2190984Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:53:17.2279067Z Setting up update-inetd (4.53) ...
2025-08-20T22:53:17.3185461Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.3250148Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:53:17.3270397Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:17.7219832Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:17.7220319Z 
2025-08-20T22:53:17.7220449Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:53:17.7220654Z 
2025-08-20T22:53:17.7221118Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:17.7221803Z 
2025-08-20T22:53:17.7222812Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:17.7223765Z 
2025-08-20T22:53:18.0383776Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.0468552Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.0541183Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:53:18.0579982Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.0619233Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.0637762Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:53:18.0661699Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.4776822Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:18.4777635Z 
2025-08-20T22:53:18.4778709Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:18.4779311Z 
2025-08-20T22:53:18.7873406Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.8955149Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:18.9767424Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:19.0476462Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:25.5873147Z Reading package lists...
2025-08-20T22:53:25.7868249Z Building dependency tree...
2025-08-20T22:53:25.7877000Z Reading state information...
2025-08-20T22:53:26.0393005Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:53:26.0393732Z iputils-tracepath set to manually installed.
2025-08-20T22:53:26.0394244Z The following packages will be REMOVED:
2025-08-20T22:53:26.0400230Z   inetutils-ping
2025-08-20T22:53:26.0401371Z The following NEW packages will be installed:
2025-08-20T22:53:26.0407979Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:53:26.0577339Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:53:26.0577933Z Need to get 71.5 kB of archives.
2025-08-20T22:53:26.0578301Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:53:26.0578753Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:53:26.1557900Z 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:53:26.2371589Z 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:53:26.3173251Z 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:53:26.6300044Z Fetched 71.5 kB in 0s (265 kB/s)
2025-08-20T22:53:26.6485453Z (Reading database ... 
2025-08-20T22:53:26.6486098Z (Reading database ... 5%
2025-08-20T22:53:26.6486547Z (Reading database ... 10%
2025-08-20T22:53:26.6487012Z (Reading database ... 15%
2025-08-20T22:53:26.6487451Z (Reading database ... 20%
2025-08-20T22:53:26.6487879Z (Reading database ... 25%
2025-08-20T22:53:26.6488300Z (Reading database ... 30%
2025-08-20T22:53:26.6489000Z (Reading database ... 35%
2025-08-20T22:53:26.6489427Z (Reading database ... 40%
2025-08-20T22:53:26.6489857Z (Reading database ... 45%
2025-08-20T22:53:26.6490282Z (Reading database ... 50%
2025-08-20T22:53:26.6569250Z (Reading database ... 55%
2025-08-20T22:53:26.6604326Z (Reading database ... 60%
2025-08-20T22:53:26.6628140Z (Reading database ... 65%
2025-08-20T22:53:26.6671365Z (Reading database ... 70%
2025-08-20T22:53:26.6705030Z (Reading database ... 75%
2025-08-20T22:53:26.6739300Z (Reading database ... 80%
2025-08-20T22:53:26.6937788Z (Reading database ... 85%
2025-08-20T22:53:26.7047866Z (Reading database ... 90%
2025-08-20T22:53:26.7369971Z (Reading database ... 95%
2025-08-20T22:53:26.7370330Z (Reading database ... 100%
2025-08-20T22:53:26.7370779Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:53:26.7415313Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:26.7880167Z Selecting previously unselected package iputils-ping.
2025-08-20T22:53:26.7947075Z (Reading database ... 
2025-08-20T22:53:26.7947565Z (Reading database ... 5%
2025-08-20T22:53:26.7947963Z (Reading database ... 10%
2025-08-20T22:53:26.7948355Z (Reading database ... 15%
2025-08-20T22:53:26.7948716Z (Reading database ... 20%
2025-08-20T22:53:26.7949594Z (Reading database ... 25%
2025-08-20T22:53:26.7949966Z (Reading database ... 30%
2025-08-20T22:53:26.7950323Z (Reading database ... 35%
2025-08-20T22:53:26.7950678Z (Reading database ... 40%
2025-08-20T22:53:26.7951033Z (Reading database ... 45%
2025-08-20T22:53:26.7951391Z (Reading database ... 50%
2025-08-20T22:53:26.8053863Z (Reading database ... 55%
2025-08-20T22:53:26.8101694Z (Reading database ... 60%
2025-08-20T22:53:26.8130043Z (Reading database ... 65%
2025-08-20T22:53:26.8183724Z (Reading database ... 70%
2025-08-20T22:53:26.8216771Z (Reading database ... 75%
2025-08-20T22:53:26.8251075Z (Reading database ... 80%
2025-08-20T22:53:26.8427630Z (Reading database ... 85%
2025-08-20T22:53:26.8522255Z (Reading database ... 90%
2025-08-20T22:53:26.8839615Z (Reading database ... 95%
2025-08-20T22:53:26.8840198Z (Reading database ... 100%
2025-08-20T22:53:26.8840905Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:53:26.8892321Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:53:26.8901945Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:26.9133943Z Selecting previously unselected package iputils-arping.
2025-08-20T22:53:26.9286076Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:53:26.9293764Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:26.9509585Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:53:26.9659304Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:53:26.9666957Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:27.0111286Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:27.0276500Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:27.0433104Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:27.0598818Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:33.5029781Z Reading package lists...
2025-08-20T22:53:33.6851296Z Building dependency tree...
2025-08-20T22:53:33.6859890Z Reading state information...
2025-08-20T22:53:33.8515330Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:53:33.8516148Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:53:33.8945626Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:53:34.2202772Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:53:34.5681969Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:34.8629997Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:53:34.9696683Z Collecting pip
2025-08-20T22:53:35.0034135Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:53:35.0100228Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:53:35.0526550Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 43.7 MB/s eta 0:00:00
2025-08-20T22:53:35.3083784Z Installing collected packages: pip
2025-08-20T22:53:36.0826942Z Successfully installed pip-25.2
2025-08-20T22:53:36.3305308Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:53:36.3850932Z Reading package lists...
2025-08-20T22:53:36.5979825Z Building dependency tree...
2025-08-20T22:53:36.5989325Z Reading state information...
2025-08-20T22:53:36.8203601Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:53:36.8204293Z pciutils set to manually installed.
2025-08-20T22:53:36.8204863Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:53:36.8205558Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:53:36.8206520Z python3-distro set to manually installed.
2025-08-20T22:53:36.8207248Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:53:36.8207770Z python3-netifaces set to manually installed.
2025-08-20T22:53:36.8208222Z The following additional packages will be installed:
2025-08-20T22:53:36.8208632Z   libsysfs2
2025-08-20T22:53:36.8214072Z Suggested packages:
2025-08-20T22:53:36.8214441Z   fancontrol read-edid i2c-tools
2025-08-20T22:53:36.8526366Z The following NEW packages will be installed:
2025-08-20T22:53:36.8529453Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:53:36.8758969Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:53:36.9048318Z Need to get 142 kB of archives.
2025-08-20T22:53:36.9049514Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:53:36.9050462Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:53:37.0056122Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:53:37.0875380Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:53:37.1686499Z 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:53:37.2498951Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:53:37.5316212Z Fetched 142 kB in 0s (394 kB/s)
2025-08-20T22:53:37.5517807Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:53:37.5577735Z (Reading database ... 
2025-08-20T22:53:37.5578193Z (Reading database ... 5%
2025-08-20T22:53:37.5578603Z (Reading database ... 10%
2025-08-20T22:53:37.5578899Z (Reading database ... 15%
2025-08-20T22:53:37.5579158Z (Reading database ... 20%
2025-08-20T22:53:37.5579404Z (Reading database ... 25%
2025-08-20T22:53:37.5579651Z (Reading database ... 30%
2025-08-20T22:53:37.5579909Z (Reading database ... 35%
2025-08-20T22:53:37.5580159Z (Reading database ... 40%
2025-08-20T22:53:37.5580408Z (Reading database ... 45%
2025-08-20T22:53:37.5580656Z (Reading database ... 50%
2025-08-20T22:53:37.5664087Z (Reading database ... 55%
2025-08-20T22:53:37.5699879Z (Reading database ... 60%
2025-08-20T22:53:37.5722463Z (Reading database ... 65%
2025-08-20T22:53:37.5764206Z (Reading database ... 70%
2025-08-20T22:53:37.5795630Z (Reading database ... 75%
2025-08-20T22:53:37.5824559Z (Reading database ... 80%
2025-08-20T22:53:37.5989103Z (Reading database ... 85%
2025-08-20T22:53:37.6087001Z (Reading database ... 90%
2025-08-20T22:53:37.6379067Z (Reading database ... 95%
2025-08-20T22:53:37.6379505Z (Reading database ... 100%
2025-08-20T22:53:37.6380058Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:53:37.6431991Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:53:37.6448955Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:53:37.6681392Z Selecting previously unselected package sysfsutils.
2025-08-20T22:53:37.6836336Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:53:37.6869693Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:53:37.7107008Z Selecting previously unselected package lm-sensors.
2025-08-20T22:53:37.7260791Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:53:37.7462664Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:53:37.7737309Z Selecting previously unselected package virt-what.
2025-08-20T22:53:37.7887105Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:53:37.7894957Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:53:37.8306604Z Setting up virt-what (1.25-2) ...
2025-08-20T22:53:37.8326978Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:53:37.8348855Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:53:38.2477050Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:53:38.2477522Z 
2025-08-20T22:53:38.2478022Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:53:38.2478519Z 
2025-08-20T22:53:38.5819130Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:53:38.9917219Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:53:38.9917762Z 
2025-08-20T22:53:38.9964802Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:43.7803269Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:53:45.4536794Z Reading package lists...
2025-08-20T22:53:45.6537960Z Building dependency tree...
2025-08-20T22:53:45.6547233Z Reading state information...
2025-08-20T22:53:45.8832959Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:53:45.8833587Z The following additional packages will be installed:
2025-08-20T22:53:45.8840604Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:53:45.8841270Z   xorg-sgml-doctools
2025-08-20T22:53:45.8849943Z Suggested packages:
2025-08-20T22:53:45.8850303Z   libxcb-doc
2025-08-20T22:53:45.9044073Z The following NEW packages will be installed:
2025-08-20T22:53:45.9046076Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:53:45.9050629Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:53:45.9051462Z   xcb xorg-sgml-doctools
2025-08-20T22:53:45.9233942Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:53:45.9234558Z Need to get 807 kB of archives.
2025-08-20T22:53:45.9235155Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:53:45.9236045Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:53:46.0263445Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:53:46.1070217Z 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:53:46.1874023Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:53:46.3521498Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:53:46.4324791Z 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:53:46.5130132Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:53:46.5954696Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:53:46.6755851Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:53:46.7567403Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:53:46.8372450Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:53:46.9196469Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:53:47.2038506Z Fetched 807 kB in 1s (801 kB/s)
2025-08-20T22:53:47.2241924Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:53:47.2306193Z (Reading database ... 
2025-08-20T22:53:47.2306789Z (Reading database ... 5%
2025-08-20T22:53:47.2307249Z (Reading database ... 10%
2025-08-20T22:53:47.2307699Z (Reading database ... 15%
2025-08-20T22:53:47.2308138Z (Reading database ... 20%
2025-08-20T22:53:47.2308458Z (Reading database ... 25%
2025-08-20T22:53:47.2308764Z (Reading database ... 30%
2025-08-20T22:53:47.2309050Z (Reading database ... 35%
2025-08-20T22:53:47.2309331Z (Reading database ... 40%
2025-08-20T22:53:47.2309610Z (Reading database ... 45%
2025-08-20T22:53:47.2309904Z (Reading database ... 50%
2025-08-20T22:53:47.2420634Z (Reading database ... 55%
2025-08-20T22:53:47.2446854Z (Reading database ... 60%
2025-08-20T22:53:47.2475339Z (Reading database ... 65%
2025-08-20T22:53:47.2526356Z (Reading database ... 70%
2025-08-20T22:53:47.2561213Z (Reading database ... 75%
2025-08-20T22:53:47.2593433Z (Reading database ... 80%
2025-08-20T22:53:47.2776939Z (Reading database ... 85%
2025-08-20T22:53:47.2879411Z (Reading database ... 90%
2025-08-20T22:53:47.3216651Z (Reading database ... 95%
2025-08-20T22:53:47.3217006Z (Reading database ... 100%
2025-08-20T22:53:47.3217455Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:53:47.3266417Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:53:47.3275031Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:53:47.3484730Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:53:47.3635488Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:53:47.3643101Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:53:47.3936297Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:53:47.4096583Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:53:47.4105014Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:53:47.4731163Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:53:47.4880344Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:53:47.4913838Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:53:47.5158019Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:53:47.5309664Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:53:47.5317376Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:53:47.5530632Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:53:47.5683798Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:53:47.5691894Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.5957129Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:53:47.6110626Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:53:47.6118856Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.6348336Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:53:47.6500637Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:53:47.6515099Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.6732955Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:53:47.6886735Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:53:47.6894929Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.7134836Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:53:47.7288556Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:53:47.7297026Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.7527416Z Selecting previously unselected package xcb.
2025-08-20T22:53:47.7680721Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:53:47.7689034Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:53:47.8198772Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:47.8217964Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:53:47.8237610Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:53:47.8275437Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:53:47.8324021Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:53:47.8478781Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:52.4925304Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:53:52.5028817Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:53:52.5055586Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:53:52.5077116Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:53:52.5110863Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:52.5133617Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:52.5155384Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:52.5176729Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:53:54.3278419Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:54.4996376Z Collecting build
2025-08-20T22:53:54.5319444Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:53:54.6372891Z Collecting cffi
2025-08-20T22:53:54.6404125Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:53:54.6530438Z Collecting scons
2025-08-20T22:53:54.6556483Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:53:54.7343511Z Collecting scuba
2025-08-20T22:53:54.7383865Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:53:54.7836110Z Collecting pytest
2025-08-20T22:53:54.7865992Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:53:54.8031270Z Collecting packaging>=19.1 (from build)
2025-08-20T22:53:54.8059619Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:53:54.8142236Z Collecting pyproject_hooks (from build)
2025-08-20T22:53:54.8170326Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:53:54.8275457Z Collecting pycparser (from cffi)
2025-08-20T22:53:54.8303717Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:53:54.8610205Z Collecting PyYAML (from scuba)
2025-08-20T22:53:54.8641275Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:53:54.8730155Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:53:54.8760007Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:53:54.8902004Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:53:54.8929348Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:53:54.9110981Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:53:54.9142555Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:54.9236295Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:53:54.9289061Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:53:54.9397029Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:53:54.9745181Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 127.3 MB/s  0:00:00
2025-08-20T22:53:54.9781010Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:53:54.9848867Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:53:54.9907823Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:53:54.9961914Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:53:55.0006012Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:53:55.0056140Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:55.0139376Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 157.0 MB/s  0:00:00
2025-08-20T22:53:55.0169188Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:53:55.0223721Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:53:55.0269926Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:53:55.0333143Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 129.3 MB/s  0:00:00
2025-08-20T22:53:55.1479323Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:53:56.8834029Z 
2025-08-20T22:53:56.8851512Z 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:53:57.2094674Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:57.5604289Z Collecting ansi2txt
2025-08-20T22:53:57.5928654Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:53:57.6126749Z Collecting pipx
2025-08-20T22:53:57.6156452Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:53:57.6295268Z Collecting scons
2025-08-20T22:53:57.6312292Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:53:57.7073569Z Collecting py2static
2025-08-20T22:53:57.7112747Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:53:57.7261839Z Collecting typer
2025-08-20T22:53:57.7294725Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:53:57.7568763Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:53:57.7597952Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:53:57.7751739Z Collecting packaging>=20 (from pipx)
2025-08-20T22:53:57.7762663Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:53:57.7912213Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:53:57.7944096Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:53:57.8089587Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:53:57.8120001Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:53:57.8513299Z Collecting pyinstaller (from py2static)
2025-08-20T22:53:57.8583674Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:53:57.8734206Z Collecting staticx (from py2static)
2025-08-20T22:53:57.8772705Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:53:57.8970503Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:53:57.9002600Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:57.9304948Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:53:57.9340005Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:53:57.9449581Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:53:57.9479162Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:53:57.9850891Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:53:57.9883332Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:53:58.0053728Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:53:58.0083298Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:53:58.0285329Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:53:58.0296545Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:53:58.0375293Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:53:58.0404235Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:53:58.1597921Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:53:58.1642479Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:53:58.1847589Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:53:58.1883950Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:53:58.2063028Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:53:58.2102257Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:53:58.2257952Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:53:58.2325428Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:53:58.2400744Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:53:58.2446042Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:53:58.2489781Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:53:58.2601278Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:53:58.2648052Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:53:58.2692803Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:53:58.2746220Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:53:58.2778647Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:53:58.2806342Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:53:58.2858195Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:53:58.2898992Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:58.2933874Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:53:58.2980069Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:53:58.3044650Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:53:58.3096701Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:53:58.3144043Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:53:58.3254014Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:53:58.3317010Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 129.1 MB/s  0:00:00
2025-08-20T22:53:58.3346483Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:53:58.3437392Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:53:58.3512590Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 176.9 MB/s  0:00:00
2025-08-20T22:53:58.3541347Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:53:58.3594002Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:53:58.3694175Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:53:58.5224194Z 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:53:59.3778311Z   Attempting uninstall: scons
2025-08-20T22:53:59.3864655Z     Found existing installation: SCons 4.9.1
2025-08-20T22:53:59.4248389Z     Uninstalling SCons-4.9.1:
2025-08-20T22:53:59.4323563Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:00.0485542Z   Attempting uninstall: pygments
2025-08-20T22:54:00.0568272Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:00.0831581Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:00.0859726Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:00.7254651Z   Attempting uninstall: packaging
2025-08-20T22:54:00.7338419Z     Found existing installation: packaging 25.0
2025-08-20T22:54:00.7363237Z     Uninstalling packaging-25.0:
2025-08-20T22:54:00.7371465Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:01.7760472Z 
2025-08-20T22:54:01.7791282Z 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:54:02.1145964Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:02.2844144Z Collecting build
2025-08-20T22:54:02.2856338Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:54:02.3769531Z Collecting cffi
2025-08-20T22:54:02.3783078Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:54:02.3899801Z Collecting scons
2025-08-20T22:54:02.3913631Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:02.4024374Z Collecting scuba
2025-08-20T22:54:02.4035940Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:54:02.4465283Z Collecting pytest
2025-08-20T22:54:02.4476535Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:54:02.4625261Z Collecting packaging>=19.1 (from build)
2025-08-20T22:54:02.4636044Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:02.4695105Z Collecting pyproject_hooks (from build)
2025-08-20T22:54:02.4705323Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:54:02.4774531Z Collecting pycparser (from cffi)
2025-08-20T22:54:02.4785375Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:54:02.5088767Z Collecting PyYAML (from scuba)
2025-08-20T22:54:02.5103348Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:54:02.5174287Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:54:02.5185967Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:54:02.5313923Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:54:02.5324659Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:54:02.5508610Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:54:02.5518800Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:02.5584871Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:54:02.5587248Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:54:02.5600087Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:02.5641188Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:54:02.5652939Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:54:02.5665055Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:54:02.5675038Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:54:02.5684504Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:02.5694601Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:02.5714649Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:54:02.5725314Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:54:02.5735219Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:54:02.6996040Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:54:02.7000894Z   Attempting uninstall: scons
2025-08-20T22:54:02.7087369Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:02.7475928Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:02.7549697Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:03.3872634Z   Attempting uninstall: PyYAML
2025-08-20T22:54:03.3966999Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:54:03.3993504Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:54:03.4003387Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:54:03.4551103Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:54:03.4635052Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:54:03.4652576Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:54:03.4659532Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:54:03.4763815Z   Attempting uninstall: pygments
2025-08-20T22:54:03.4844126Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:03.5084416Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:03.5114105Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:04.1465151Z   Attempting uninstall: pycparser
2025-08-20T22:54:04.1547842Z     Found existing installation: pycparser 2.22
2025-08-20T22:54:04.1572271Z     Uninstalling pycparser-2.22:
2025-08-20T22:54:04.1588073Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:54:04.2796874Z   Attempting uninstall: pluggy
2025-08-20T22:54:04.2883190Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:54:04.2903403Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:54:04.2910140Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:54:04.3065937Z   Attempting uninstall: packaging
2025-08-20T22:54:04.3146527Z     Found existing installation: packaging 25.0
2025-08-20T22:54:04.3170769Z     Uninstalling packaging-25.0:
2025-08-20T22:54:04.3179148Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:04.3561972Z   Attempting uninstall: iniconfig
2025-08-20T22:54:04.3646353Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:54:04.3662968Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:54:04.3670407Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:54:04.3740744Z   Attempting uninstall: scuba
2025-08-20T22:54:04.3820868Z     Found existing installation: scuba 2.14.1
2025-08-20T22:54:04.3842546Z     Uninstalling scuba-2.14.1:
2025-08-20T22:54:04.3851783Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:54:04.4050573Z   Attempting uninstall: pytest
2025-08-20T22:54:04.4133779Z     Found existing installation: pytest 8.4.1
2025-08-20T22:54:04.4198994Z     Uninstalling pytest-8.4.1:
2025-08-20T22:54:04.4459329Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:54:04.6586348Z   Attempting uninstall: cffi
2025-08-20T22:54:04.6665811Z     Found existing installation: cffi 1.17.1
2025-08-20T22:54:04.6691569Z     Uninstalling cffi-1.17.1:
2025-08-20T22:54:04.6940078Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:54:04.7633140Z   Attempting uninstall: build
2025-08-20T22:54:04.7711651Z     Found existing installation: build 1.3.0
2025-08-20T22:54:04.7736628Z     Uninstalling build-1.3.0:
2025-08-20T22:54:04.7746916Z       Successfully uninstalled build-1.3.0
2025-08-20T22:54:04.7932571Z 
2025-08-20T22:54:04.7961987Z 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:54:05.1214706Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:05.3587986Z Collecting ansi2txt
2025-08-20T22:54:05.3600108Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:54:05.3768967Z Collecting pipx
2025-08-20T22:54:05.3780894Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:05.3973736Z Collecting scons
2025-08-20T22:54:05.3993430Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:05.4688808Z Collecting py2static
2025-08-20T22:54:05.4700295Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:54:05.4843336Z Collecting typer
2025-08-20T22:54:05.4856513Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:54:05.5073212Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:54:05.5084863Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:05.5229792Z Collecting packaging>=20 (from pipx)
2025-08-20T22:54:05.5240761Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:05.5387339Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:54:05.5397834Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:54:05.5513196Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:54:05.5523526Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:05.6123566Z Collecting pyinstaller (from py2static)
2025-08-20T22:54:05.6136254Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:54:05.6266704Z Collecting staticx (from py2static)
2025-08-20T22:54:05.6277622Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:54:05.6413796Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:54:05.6424176Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:05.6693208Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:54:05.6703732Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:05.6802518Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:54:05.6812850Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:54:05.7137620Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:54:05.7148952Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:05.7322191Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:05.7333349Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:05.7512165Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:05.7522255Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:05.7598493Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:54:05.7608631Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:54:05.8686097Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:54:05.8698818Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:05.8863811Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:54:05.8874553Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:05.9030675Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:54:05.9041856Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:05.9188434Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:54:05.9200070Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:54:05.9240127Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:54:05.9250331Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:54:05.9260452Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:05.9300484Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:54:05.9310076Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:54:05.9320055Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:54:05.9329874Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:54:05.9340055Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:05.9349963Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:54:05.9359548Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:54:05.9370713Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:05.9389417Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:54:05.9399593Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:54:05.9408950Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:54:05.9418488Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:54:05.9428113Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:54:05.9437653Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:54:05.9452434Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:05.9464691Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:05.9482700Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:05.9492375Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:54:05.9502769Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:54:06.0990414Z 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:54:06.0994026Z   Attempting uninstall: pyelftools
2025-08-20T22:54:06.1075181Z     Found existing installation: pyelftools 0.32
2025-08-20T22:54:06.1126962Z     Uninstalling pyelftools-0.32:
2025-08-20T22:54:06.1142514Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:54:06.2278212Z   Attempting uninstall: altgraph
2025-08-20T22:54:06.2365897Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:06.2384966Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:06.2391425Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:06.2527568Z   Attempting uninstall: typing-extensions
2025-08-20T22:54:06.2614051Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:54:06.2628664Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:54:06.2879193Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:54:06.3170514Z   Attempting uninstall: staticx
2025-08-20T22:54:06.3256225Z     Found existing installation: staticx 0.14.1
2025-08-20T22:54:06.3282257Z     Uninstalling staticx-0.14.1:
2025-08-20T22:54:06.3292919Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:54:06.3494256Z   Attempting uninstall: shellingham
2025-08-20T22:54:06.3575948Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:54:06.3594486Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:54:06.3601174Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:54:06.3687037Z   Attempting uninstall: setuptools
2025-08-20T22:54:06.3774095Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:06.4063218Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:06.4350978Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:07.1262792Z   Attempting uninstall: scons
2025-08-20T22:54:07.1364939Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:07.1748246Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:07.1821870Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:07.8179143Z   Attempting uninstall: pygments
2025-08-20T22:54:07.8263800Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:07.8499720Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:07.8526619Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:08.4857815Z   Attempting uninstall: platformdirs
2025-08-20T22:54:08.4955252Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:54:08.4976405Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:54:08.4983893Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:54:08.5150342Z   Attempting uninstall: packaging
2025-08-20T22:54:08.5237177Z     Found existing installation: packaging 25.0
2025-08-20T22:54:08.5261847Z     Uninstalling packaging-25.0:
2025-08-20T22:54:08.5270009Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:08.5654952Z   Attempting uninstall: mdurl
2025-08-20T22:54:08.5739048Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:54:08.5757260Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:54:08.5764104Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:54:08.5851767Z   Attempting uninstall: click
2025-08-20T22:54:08.5933753Z     Found existing installation: click 8.2.1
2025-08-20T22:54:08.5957207Z     Uninstalling click-8.2.1:
2025-08-20T22:54:08.5964193Z       Successfully uninstalled click-8.2.1
2025-08-20T22:54:08.6552934Z   Attempting uninstall: argcomplete
2025-08-20T22:54:08.6641921Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:54:08.6671205Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:54:08.6683035Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:54:08.6927685Z   Attempting uninstall: ansi2txt
2025-08-20T22:54:08.7012513Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:54:08.7030123Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:54:08.7280641Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:54:08.7335772Z   Attempting uninstall: userpath
2025-08-20T22:54:08.7420257Z     Found existing installation: userpath 1.9.2
2025-08-20T22:54:08.7439735Z     Uninstalling userpath-1.9.2:
2025-08-20T22:54:08.7448745Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:54:08.7549177Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:08.7630623Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:08.8106592Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:08.8151018Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:09.1063314Z   Attempting uninstall: markdown-it-py
2025-08-20T22:54:09.1158194Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:54:09.1231829Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:54:09.1246806Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:54:09.1867683Z   Attempting uninstall: rich
2025-08-20T22:54:09.1957286Z     Found existing installation: rich 14.1.0
2025-08-20T22:54:09.2024207Z     Uninstalling rich-14.1.0:
2025-08-20T22:54:09.2036074Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:54:09.3677653Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:09.3759546Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:09.4123195Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:09.4169401Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:09.7535044Z   Attempting uninstall: pipx
2025-08-20T22:54:09.7629471Z     Found existing installation: pipx 1.7.1
2025-08-20T22:54:09.7672437Z     Uninstalling pipx-1.7.1:
2025-08-20T22:54:09.7683312Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:54:09.8206706Z   Attempting uninstall: typer
2025-08-20T22:54:09.8299314Z     Found existing installation: typer 0.16.1
2025-08-20T22:54:09.8326724Z     Uninstalling typer-0.16.1:
2025-08-20T22:54:09.8336674Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:54:09.8688459Z   Attempting uninstall: py2static
2025-08-20T22:54:09.8767408Z     Found existing installation: py2static 0.0.1
2025-08-20T22:54:09.8787019Z     Uninstalling py2static-0.0.1:
2025-08-20T22:54:09.8797522Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:54:09.8872746Z 
2025-08-20T22:54:09.8902086Z 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:54:10.2235406Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:10.3459894Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:54:10.3463929Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-v0ep3gmz
2025-08-20T22:54:10.3484685Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-v0ep3gmz
2025-08-20T22:54:12.0438883Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:54:12.0484863Z   Installing build dependencies: started
2025-08-20T22:54:12.8103596Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:54:12.8114529Z   Getting requirements to build wheel: started
2025-08-20T22:54:13.1088720Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:54:13.1101313Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:54:13.3071439Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:54:13.4652489Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:13.4667278Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:13.4826214Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:54:13.4837231Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:13.4988415Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:54:13.4999617Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:13.5132526Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:13.5144592Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:13.5194432Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:13.5205079Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:13.5219065Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:13.5237720Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:13.5361487Z Building wheels for collected packages: pyinstaller
2025-08-20T22:54:13.5369771Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:54:14.2731901Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:54:14.2759262Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=338c3b1b888522015d57034b01f80c266c99a597b8245e5044f1109368a3f133
2025-08-20T22:54:14.2760871Z   Stored in directory: /tmp/pip-ephem-wheel-cache-u3pnb14m/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:54:14.2801803Z Successfully built pyinstaller
2025-08-20T22:54:14.3744201Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:54:14.3749403Z   Attempting uninstall: altgraph
2025-08-20T22:54:14.3836259Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:14.3857453Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:14.3864613Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:14.4020603Z   Attempting uninstall: setuptools
2025-08-20T22:54:14.4109582Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:14.4400488Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:14.4704451Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:15.1751651Z   Attempting uninstall: packaging
2025-08-20T22:54:15.1837643Z     Found existing installation: packaging 25.0
2025-08-20T22:54:15.1868547Z     Uninstalling packaging-25.0:
2025-08-20T22:54:15.1876025Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:15.2295950Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:15.2378598Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:15.2824654Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:15.2871029Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:15.5734290Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:15.5818302Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:15.6189838Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:15.6237097Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:15.9733322Z 
2025-08-20T22:54:15.9764483Z 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:54:16.3261336Z 6.15.0
2025-08-20T22:54:16.8035546Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:54:16.8045021Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:54:16.8045506Z 
2025-08-20T22:54:16.8046106Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:54:16.8046928Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:54:16.8047525Z installation.
2025-08-20T22:54:16.8047727Z 
2025-08-20T22:54:16.8048088Z If you installed the current Docker package using this script and are using it
2025-08-20T22:54:16.8048724Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:54:16.8049188Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:54:16.8049588Z files to match the parameters passed to the script.
2025-08-20T22:54:16.8049821Z 
2025-08-20T22:54:16.8049932Z You may press Ctrl+C now to abort this script.
2025-08-20T22:54:16.8229586Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:18.1758209Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:54:18.6079070Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:54:18.6106500Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:18.6515122Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:18.6532290Z + 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:54:18.6540372Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:20.0784546Z + 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:54:31.6512753Z 
2025-08-20T22:54:31.6513282Z Running kernel seems to be up-to-date.
2025-08-20T22:54:31.6513708Z 
2025-08-20T22:54:31.6513845Z Restarting services...
2025-08-20T22:54:31.6586185Z 
2025-08-20T22:54:31.6586672Z Service restarts being deferred:
2025-08-20T22:54:31.6587229Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:54:31.6587622Z 
2025-08-20T22:54:31.6587799Z No containers need to be restarted.
2025-08-20T22:54:31.6588079Z 
2025-08-20T22:54:31.6588270Z No user sessions are running outdated binaries.
2025-08-20T22:54:31.6588585Z 
2025-08-20T22:54:31.6588892Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:54:32.7013984Z + sh -c 'docker version'
2025-08-20T22:54:32.7181790Z Client: Docker Engine - Community
2025-08-20T22:54:32.7182321Z  Version:           28.3.3
2025-08-20T22:54:32.7182723Z  API version:       1.51
2025-08-20T22:54:32.7183133Z  Go version:        go1.24.5
2025-08-20T22:54:32.7183541Z  Git commit:        980b856
2025-08-20T22:54:32.7183955Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:54:32.7184380Z  OS/Arch:           linux/amd64
2025-08-20T22:54:32.7184763Z  Context:           default
2025-08-20T22:54:32.7184992Z 
2025-08-20T22:54:32.7185145Z Server: Docker Engine - Community
2025-08-20T22:54:32.7185527Z  Engine:
2025-08-20T22:54:32.7185989Z   Version:          28.3.3
2025-08-20T22:54:32.7186401Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:54:32.7186859Z   Go version:       go1.24.5
2025-08-20T22:54:32.7187228Z   Git commit:       bea959c
2025-08-20T22:54:32.7187605Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:54:32.7188012Z   OS/Arch:          linux/amd64
2025-08-20T22:54:32.7188375Z   Experimental:     false
2025-08-20T22:54:32.7188702Z  containerd:
2025-08-20T22:54:32.7188992Z   Version:          1.7.27
2025-08-20T22:54:32.7189400Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:54:32.7190165Z  runc:
2025-08-20T22:54:32.7190427Z   Version:          1.2.5
2025-08-20T22:54:32.7190763Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:54:32.7191191Z  docker-init:
2025-08-20T22:54:32.7191477Z   Version:          0.19.0
2025-08-20T22:54:32.7191810Z   GitCommit:        de40ad0
2025-08-20T22:54:32.7204903Z 
2025-08-20T22:54:32.7205164Z ================================================================================
2025-08-20T22:54:32.7205517Z 
2025-08-20T22:54:32.7205968Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:54:32.7206554Z Docker daemon in rootless mode for your user:
2025-08-20T22:54:32.7206882Z 
2025-08-20T22:54:32.7207055Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:54:32.7207377Z 
2025-08-20T22:54:32.7207718Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:54:32.7208189Z 
2025-08-20T22:54:32.7208194Z 
2025-08-20T22:54:32.7208510Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:54:32.7209251Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:54:32.7209657Z 
2025-08-20T22:54:32.7209867Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:54:32.7210330Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:54:32.7211024Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:54:32.7211327Z 
2025-08-20T22:54:32.7211422Z ================================================================================
2025-08-20T22:54:32.7211612Z 
2025-08-20T22:54:43.5320100Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:43.5321291Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:43.5322207Z      Active: active (running) since Wed 2025-08-20 22:54:33 UTC; 10s ago
2025-08-20T22:54:43.5322877Z TriggeredBy: ● docker.socket
2025-08-20T22:54:43.5323324Z        Docs: https://docs.docker.com
2025-08-20T22:54:43.5323731Z    Main PID: 19656 (dockerd)
2025-08-20T22:54:43.5324063Z       Tasks: 10
2025-08-20T22:54:43.5324266Z      Memory: 23.4M (peak: 27.4M)
2025-08-20T22:54:43.5324502Z         CPU: 334ms
2025-08-20T22:54:43.5324723Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:43.5327199Z              └─19656 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:43.5327720Z 
2025-08-20T22:54:43.5328152Z Aug 20 22:54:32 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:32.867423744Z" level=info msg="Loading containers: start."
2025-08-20T22:54:43.5329403Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.447232592Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 766228e4bc717d67f6c20a80efa6c69ace46e9be3735586c47727669b2aa9bb0], retrying...."
2025-08-20T22:54:43.5330669Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.479404186Z" level=info msg="Loading containers: done."
2025-08-20T22:54:43.5331826Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488053640Z" 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:54:43.5333191Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488138068Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:43.5334111Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488178944Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:43.5334827Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.507843783Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:43.5335588Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512540526Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:43.5336980Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512628580Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:43.5337672Z Aug 20 22:54:33 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:43.5442006Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:43.5443138Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:43.5443966Z      Active: active (running) since Wed 2025-08-20 22:54:33 UTC; 10s ago
2025-08-20T22:54:43.5444670Z TriggeredBy: ● docker.socket
2025-08-20T22:54:43.5445143Z        Docs: https://docs.docker.com
2025-08-20T22:54:43.5445619Z    Main PID: 19656 (dockerd)
2025-08-20T22:54:43.5446214Z       Tasks: 10
2025-08-20T22:54:43.5446548Z      Memory: 23.4M (peak: 27.4M)
2025-08-20T22:54:43.5446946Z         CPU: 334ms
2025-08-20T22:54:43.5447300Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:43.5448131Z              └─19656 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:43.5448632Z 
2025-08-20T22:54:43.5449185Z Aug 20 22:54:32 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:32.867423744Z" level=info msg="Loading containers: start."
2025-08-20T22:54:43.5451459Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.447232592Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 766228e4bc717d67f6c20a80efa6c69ace46e9be3735586c47727669b2aa9bb0], retrying...."
2025-08-20T22:54:43.5454073Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.479404186Z" level=info msg="Loading containers: done."
2025-08-20T22:54:43.5456454Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488053640Z" 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:54:43.5458689Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488138068Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:43.5459659Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488178944Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:43.5460387Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.507843783Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:43.5461157Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512540526Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:43.5461905Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512628580Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:43.5462603Z Aug 20 22:54:33 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:43.5666653Z ● docker.service - Docker Application Container Engine
2025-08-20T22:54:43.5667467Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:54:43.5668301Z      Active: active (running) since Wed 2025-08-20 22:54:33 UTC; 10s ago
2025-08-20T22:54:43.5668946Z TriggeredBy: ● docker.socket
2025-08-20T22:54:43.5669347Z        Docs: https://docs.docker.com
2025-08-20T22:54:43.5669622Z    Main PID: 19656 (dockerd)
2025-08-20T22:54:43.5669846Z       Tasks: 10
2025-08-20T22:54:43.5670046Z      Memory: 23.4M (peak: 27.4M)
2025-08-20T22:54:43.5670281Z         CPU: 334ms
2025-08-20T22:54:43.5670686Z      CGroup: /system.slice/docker.service
2025-08-20T22:54:43.5671243Z              └─19656 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:54:43.5671557Z 
2025-08-20T22:54:43.5672089Z Aug 20 22:54:32 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:32.867423744Z" level=info msg="Loading containers: start."
2025-08-20T22:54:43.5673309Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.447232592Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 766228e4bc717d67f6c20a80efa6c69ace46e9be3735586c47727669b2aa9bb0], retrying...."
2025-08-20T22:54:43.5674551Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.479404186Z" level=info msg="Loading containers: done."
2025-08-20T22:54:43.5676042Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488053640Z" 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:54:43.5677897Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488138068Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:54:43.5679561Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.488178944Z" level=info msg="Initializing buildkit"
2025-08-20T22:54:43.5680561Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.507843783Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:54:43.5681332Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512540526Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:54:43.5682078Z Aug 20 22:54:33 pkrvmqc4gcfdwos dockerd[19656]: time="2025-08-20T22:54:33.512628580Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:54:43.5682951Z Aug 20 22:54:33 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:54:43.5795338Z Docker version 28.3.3, build 980b856
2025-08-20T22:54:43.5979417Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:54:44.6475424Z latest: Pulling from library/hello-world
2025-08-20T22:54:44.9283382Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:54:45.3146881Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:54:45.3147587Z 17eec7bbc9d7: Download complete
2025-08-20T22:54:45.3188597Z 17eec7bbc9d7: Pull complete
2025-08-20T22:54:45.3572946Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:54:45.3584279Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:54:45.5173312Z 
2025-08-20T22:54:45.5173762Z Hello from Docker!
2025-08-20T22:54:45.5174398Z This message shows that your installation appears to be working correctly.
2025-08-20T22:54:45.5174875Z 
2025-08-20T22:54:45.5175118Z To generate this message, Docker took the following steps:
2025-08-20T22:54:45.5176359Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:54:45.5177038Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:54:45.5177585Z     (amd64)
2025-08-20T22:54:45.5178090Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:54:45.5178806Z     executable that produces the output you are currently reading.
2025-08-20T22:54:45.5179476Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:54:45.5180041Z     to your terminal.
2025-08-20T22:54:45.5180236Z 
2025-08-20T22:54:45.5180514Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:54:45.5181144Z  $ docker run -it ubuntu bash
2025-08-20T22:54:45.5181398Z 
2025-08-20T22:54:45.5181676Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:54:45.5182255Z  https://hub.docker.com/
2025-08-20T22:54:45.5182468Z 
2025-08-20T22:54:45.5182636Z For more examples and ideas, visit:
2025-08-20T22:54:45.5183050Z  https://docs.docker.com/get-started/
2025-08-20T22:54:45.5183324Z 
2025-08-20T22:54:45.6191941Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:45.6193077Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:54:45.6193581Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:54:45.6194141Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:54:45.6194773Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:54:45.6195173Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:54:45.6195603Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:54:45.6196230Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:54:45.6196617Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:54:45.6196993Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:54:45.6197406Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:45.6197825Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:54:45.6198261Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:45.6198704Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:54:45.6199132Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:54:45.6199570Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:45.6200023Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:54:45.6200424Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:54:45.6200844Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:45.6201534Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:45.6202565Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:45.6203310Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:45.6204083Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:45.6204821Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:54:45.6205448Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:54:45.6206614Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:45.6207095Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:45.6207522Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:45.6207937Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:45.6208363Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:45.6208798Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:45.6209228Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:45.6209660Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:54:45.6210089Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:45.6210543Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:45.6210979Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:45.6211390Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:45.6211790Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:54:45.6212202Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:45.6212640Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:45.6213082Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:45.6213504Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:54:45.6214109Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:45.6214580Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:45.6215070Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:45.6215544Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:45.6216348Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:45.6216803Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:45.6217232Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:45.6217663Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:45.6218088Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:45.6218510Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:45.6218917Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:45.6219292Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:54:45.6219663Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:54:45.6220039Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:54:45.6220369Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:54:45.6220723Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:54:45.6221137Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:45.6221523Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:54:45.6222072Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:45.6222528Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:45.6222959Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:45.6223376Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:45.6223809Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:45.6224288Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:45.6224695Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:45.6225121Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:54:45.6225557Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:54:45.6226365Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:45.6226888Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:45.6227369Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:54:45.6227797Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:45.6228195Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:54:45.6228590Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:45.6228999Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:54:45.6229450Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:45.6229950Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:45.6230459Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:45.6230965Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:45.6231410Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:45.6231966Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:45.6232361Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:45.6232774Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:45.6233189Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:54:45.6233579Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:45.6234010Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:45.6234432Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:54:45.6234828Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:54:45.6235212Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:45.6235631Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:45.6236247Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:45.6236626Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:54:45.6237015Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:54:45.6237418Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:45.6237811Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:54:45.6238206Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:54:45.6238591Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:45.6238978Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:54:45.6239476Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:54:45.6239869Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:54:45.6240242Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:54:45.6240611Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:45.6240992Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:45.6241386Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:45.6241791Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:45.6242183Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:45.6242565Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:45.6243053Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:54:45.6243492Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:45.6243905Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:45.6244258Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:54:45.6244593Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:54:45.6244965Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:54:45.6245325Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:54:45.6245843Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:54:45.6246292Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:54:45.6246653Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:54:45.6247041Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:45.6247440Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:54:45.6247896Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:45.6248358Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:45.6248766Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:54:45.6249694Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:45.6250332Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:45.6250968Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:54:45.6251657Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:45.6252328Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:54:45.6252964Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:54:45.6253388Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:45.6253822Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:45.6254287Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:45.6254725Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:54:45.6255122Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:54:45.6255521Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:54:45.6256356Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:45.6256788Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:54:45.6257193Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:45.6257591Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:45.6257993Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:45.6258404Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:45.6258963Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:54:45.6259344Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:54:45.6259667Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:54:45.6259999Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:45.6260396Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:54:45.6260804Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:45.6261204Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:54:45.6261580Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:54:45.6261961Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:54:45.6262346Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:54:45.6262704Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:54:45.6263052Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:54:45.6263479Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:45.6263938Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:54:45.6264345Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:45.6264723Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:54:45.6265114Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:45.6265533Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:54:45.6266250Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:45.6266685Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:45.6267057Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:54:45.6267422Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:45.6267861Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:45.6268452Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:54:45.6268867Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:54:45.6269238Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:54:45.6269677Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:54:45.6270308Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:54:45.6270974Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:54:45.6271740Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:45.6272603Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:45.6273224Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:54:45.6273611Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:54:45.6273976Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:54:45.6274350Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:54:45.6274808Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:45.6275321Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:45.6275988Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:54:45.6276383Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:54:45.6276861Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:45.6277413Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:45.6278085Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:45.6278539Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:54:45.6278912Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:54:45.6279305Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:45.6279724Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:45.6280147Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:45.6280555Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:45.6280935Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:54:45.6281315Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:45.6281720Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:45.6282133Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:45.6282531Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:45.6282931Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:45.6283328Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:45.6283731Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:45.6284162Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:45.6284640Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:45.6285082Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:54:45.6285464Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:54:45.6286062Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:54:45.6286484Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:54:45.6286867Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:45.6287251Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:54:45.6287778Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:54:45.6288186Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:54:45.6299409Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:45.6300045Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:45.6300556Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:45.6300999Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:45.6301414Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:54:45.6301831Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:54:45.6302242Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:54:45.6302633Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:54:45.6303058Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:45.6303471Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:54:45.6303955Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:45.6304458Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:45.6304939Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:45.6305481Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:45.6306337Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:54:45.6307036Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:45.6307572Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:45.6308029Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:54:45.6308424Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:54:45.6308812Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:54:45.6309207Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:45.6309598Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:54:45.6309965Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:54:45.6310352Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:45.6310739Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:54:45.6311135Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:45.6311535Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:54:45.6311932Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:54:45.6312339Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:45.6312737Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:54:45.6313178Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:45.6313632Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:45.6314033Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:54:45.6314424Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:45.6314849Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:45.6315236Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:54:45.6315606Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:45.6316253Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:54:45.6316942Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:45.6317589Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:54:45.6318249Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:54:45.6318968Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:54:45.6319652Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:54:45.6320242Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:54:45.6321085Z 	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:54:45.6321771Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:54:45.6322170Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:54:45.6322554Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:45.6322939Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:54:45.6323363Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:45.6323808Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:45.6324251Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:45.6324690Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:45.6325102Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:45.6325509Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:54:45.6326337Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:45.6326777Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:45.6327176Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:54:45.6327617Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:45.6328118Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:45.6328621Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:45.6329072Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:45.6329490Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:45.6329896Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:45.6330380Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:45.6330876Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:45.6331287Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:54:45.6331733Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:45.6332188Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:45.6332597Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:54:45.6332967Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:54:45.6333336Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:54:45.6333723Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:54:45.6334109Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:45.6334482Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:54:45.6334857Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:54:45.6335248Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:45.6335809Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:45.6336449Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:54:45.6336846Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:54:45.6337220Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:54:45.6337619Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:45.6338016Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:45.6338425Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:54:45.6338790Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:45.6339151Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:54:45.6339531Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:45.6339913Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:54:45.6340281Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:54:45.6340647Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:54:45.6341029Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:54:45.6341389Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:54:45.6341765Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:45.6342219Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:45.6342643Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:54:45.6343016Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:54:45.6343573Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:45.6344014Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:45.6344423Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:54:45.6344796Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:54:45.6345170Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:54:45.6345537Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:54:45.6346135Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:54:45.6346455Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:54:45.6346814Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:54:45.6347175Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:45.6347560Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:54:45.6347929Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:54:45.6348288Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:54:45.6348631Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:54:45.6349034Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:45.6349463Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:45.6349875Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:45.6350282Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:45.6350677Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:45.6351102Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:45.6351617Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:45.6352261Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:45.6352910Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:45.6353616Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:45.6354107Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:45.6354577Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:45.6355122Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:45.6356041Z 	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:54:45.6356644Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:45.6357158Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:45.6357623Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:54:45.6358001Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:54:45.6358385Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:45.6358764Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:45.6359160Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:45.6359561Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:54:45.6359950Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:45.6360338Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:54:45.6360723Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:45.6361107Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:54:45.6361615Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:54:45.6361996Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:45.6362372Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:54:45.6362774Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:45.6363172Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:54:45.6363591Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:45.6364013Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:45.6364381Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:54:45.6364781Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:45.6365198Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:45.6365617Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:45.6366303Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:45.6366753Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:45.6367135Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:54:45.6367528Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:45.6367916Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:45.6368286Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:54:45.6368678Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:45.6369073Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:54:45.6369459Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:54:45.6369847Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:54:45.6370258Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:54:45.6370626Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:54:45.6371353Z 	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:54:45.6372091Z 	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:54:45.6372797Z 	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:54:45.6373477Z 	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:54:45.6374012Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:45.6374401Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:45.6374782Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:54:45.6375167Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:45.6375557Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:54:45.6376172Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:54:45.6376556Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:45.6376951Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:54:45.6377332Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:54:45.6377717Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:54:45.6378102Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:54:45.6378482Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:54:45.6378998Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:54:45.6379420Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:54:45.6379827Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:54:45.6380228Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:45.6380626Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:54:45.6381022Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:54:45.6381412Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:54:45.6381800Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:54:45.6382178Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:54:45.6382567Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:54:45.6382979Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:54:45.6383379Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:54:45.6383780Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:45.6384184Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:54:45.6384582Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:45.6385012Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:45.6385454Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:45.6385980Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:54:45.6386426Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:45.6386893Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:45.6387311Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:45.6387685Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:54:45.6388070Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:54:45.6388592Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:45.6389004Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:45.6389413Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:54:45.6389797Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:54:45.6390196Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:45.6390676Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:45.6391156Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:45.6391564Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:45.6391977Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:45.6392443Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:45.6392899Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:45.6393386Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:45.6393886Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:45.6394338Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:45.6394788Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:45.6395198Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:54:45.6395927Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:45.6396442Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:45.6396856Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:54:45.6397279Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:45.6397704Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:45.6398119Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:54:45.6398535Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:45.6398968Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:45.6399373Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:45.6399762Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:54:45.6400143Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:54:45.6400512Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:54:45.6400916Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:45.6401346Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:45.6401824Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:45.6402286Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:45.6402694Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:45.6403138Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:45.6403574Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:45.6403994Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:45.6404414Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:45.6404786Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:54:45.6405164Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:54:45.6405882Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:45.6406335Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:45.6406716Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:45.6407050Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:54:45.6407371Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:54:45.6407734Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:54:45.6408251Z 	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:54:45.6408779Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:45.6409171Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:45.6409546Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:45.6409956Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:45.6410377Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:45.6410794Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:45.6411201Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:54:45.6411619Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:45.6412033Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:54:45.6412411Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:54:45.6412789Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:54:45.6413286Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:54:45.6413683Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:45.6414113Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:45.6414550Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:45.6414959Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:54:45.6415383Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:45.6416051Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:45.6416457Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:45.6416827Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:54:45.6417191Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:54:45.6417562Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:45.6417941Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:45.6418327Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:45.6418741Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:45.6419163Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:45.6419628Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:45.6420079Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:54:45.6420472Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:45.6420866Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:54:45.6421257Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:45.6421648Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:54:45.6422034Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:54:45.6422415Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:54:45.6423003Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:45.6423507Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:45.6423925Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:54:45.6424300Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:54:45.6424683Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:45.6425105Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:45.6425507Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:54:45.6426004Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:54:45.6426410Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:45.6426798Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:54:45.6427160Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:54:45.6427523Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:54:45.6427928Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:45.6428355Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:54:45.6428741Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:54:45.6429137Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:54:45.6429586Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:45.6430142Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:54:45.6430572Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:45.6430974Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:54:45.6431536Z 	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:54:45.6432067Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:54:45.6432378Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:54:45.6432728Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:45.6433145Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:54:45.6433579Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:45.6434109Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:45.6434719Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:45.6435346Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:45.6436260Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:45.6436934Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:45.6437581Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:45.6438251Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:45.6438848Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:45.6439350Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:45.6439809Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:45.6440254Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:54:45.6440881Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:45.6441357Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:45.6441800Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:45.6442194Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:54:45.6442570Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:45.6442953Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:45.6443340Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:54:45.6443756Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:45.6444191Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:54:45.6444564Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:54:45.6444972Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:45.6445450Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:54:45.6446189Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:54:45.6446691Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:45.6447192Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:45.6447686Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:45.6448179Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:45.6448755Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:54:45.6449182Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:54:45.6449610Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:45.6450036Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:45.6450458Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:45.6450876Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:54:45.6451313Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:45.6451760Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:45.6452159Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:54:45.6452548Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:45.6452931Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:54:45.6453317Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:45.6453760Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:45.6454205Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:54:45.6454617Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:45.6455039Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:45.6455469Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:45.6456160Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:45.6456622Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:45.6457058Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:45.6457464Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:54:45.6457844Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:45.6458365Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:54:45.6458740Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:54:45.6459122Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:45.6459534Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:45.6459940Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:54:45.6460373Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:45.6460853Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:45.6461279Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:54:45.6461694Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:45.6462097Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:54:45.6462405Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:54:45.6462722Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:54:45.6463117Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:45.6463519Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:45.6463915Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:54:45.6464315Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:45.6464759Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:45.6465214Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:45.6466274Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:54:45.6466768Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:45.6467201Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:54:45.6467779Z 	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:54:45.6468381Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:45.6468848Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:54:45.6469302Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:45.6469748Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:45.6470179Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:45.6470590Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:45.6470993Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:45.6471387Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:45.6471797Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:45.6472204Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:45.6472582Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:45.6472977Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:45.6473389Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:45.6473776Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:54:45.6474196Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:45.6474670Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:45.6475106Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:54:45.6475490Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:54:45.6476244Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:54:45.6476647Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:54:45.6477032Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:54:45.6477418Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:45.6477862Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:45.6478334Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:45.6478750Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:54:45.6479165Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:54:45.6479569Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:54:45.6479957Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:54:45.6480344Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:54:45.6480733Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:54:45.6481137Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:54:45.6481600Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:45.6482066Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:45.6482496Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:45.6482906Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:45.6483438Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:54:45.6483872Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:45.6484274Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:54:45.6484648Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:54:45.6484978Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:54:45.6485288Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:54:45.6485875Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:45.6486322Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:54:45.6486687Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:54:45.6487069Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:45.6487477Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:45.6487878Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:54:45.6488247Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:54:45.6488609Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:54:45.6488989Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:54:45.6489394Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:45.6489779Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:54:45.6490147Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:45.6490521Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:54:45.6490918Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:45.6491310Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:54:45.6491670Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:54:45.6492054Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:45.6492452Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:45.6492962Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:54:45.6493343Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:45.6493727Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:54:45.6494114Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:45.6494520Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:45.6494950Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:45.6495361Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:54:45.6495944Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:54:45.6496327Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:54:45.6496676Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:54:45.6497111Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:45.6497631Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:45.6498144Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:45.6498627Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:45.6499133Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:45.6499578Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:54:45.6499967Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:45.6500367Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:45.6500888Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:45.6501287Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:45.6501683Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:45.6502074Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:45.6502453Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:54:45.6502856Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:45.6503308Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:45.6503747Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:45.6504128Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:54:45.6504535Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:45.6504971Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:45.6505360Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:54:45.6505829Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:54:45.6506234Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:45.6506696Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:45.6507132Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:54:45.6507549Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:45.6507969Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:54:45.6508302Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:54:45.6508587Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:54:45.6508953Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:54:45.6509444Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:54:45.7466405Z [+] Installing Go for linux-amd64...
2025-08-20T22:54:46.7358282Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:54:46.7358903Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:54:46.7359516Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:54:49.6064657Z [+] Downloading Go go1.25.0...
2025-08-20T22:54:49.6121710Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:54:49.6391384Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:54:49.6391890Z 
2025-08-20T22:54:49.6392076Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:54:49.7063359Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:54:49.7064063Z 100    80  100    80    0     0    848      0 --:--:-- --:--:-- --:--:--   842
2025-08-20T22:54:49.8033226Z 
2025-08-20T22:54:49.8034216Z 100    75  100    75    0     0    392      0 --:--:-- --:--:-- --:--:--   392
2025-08-20T22:54:50.5252632Z 
2025-08-20T22:54:50.5253387Z 100 56.8M  100 56.8M    0     0  62.2M      0 --:--:-- --:--:-- --:--:-- 62.2M
2025-08-20T22:54:50.5289006Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:54:51.9199920Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:54:51.9200500Z [+] GOROOT: /home/runner/.go
2025-08-20T22:54:51.9200897Z [+] GOPATH: /home/runner/go
2025-08-20T22:54:51.9201295Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:54:51.9365096Z go version go1.25.0 linux/amd64
2025-08-20T22:54:51.9755941Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:51.9756708Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:54:51.9757776Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:54:51.9758620Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:54:51.9759327Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:54:51.9760052Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:54:51.9760781Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:54:51.9761443Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:54:51.9762064Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:54:51.9762649Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:54:51.9763267Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:51.9763940Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:54:51.9764607Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:51.9765319Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:54:51.9766403Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:54:51.9767239Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:51.9767938Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:54:51.9768537Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:54:51.9769182Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:51.9770128Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:51.9771143Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:51.9771887Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:51.9772635Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:51.9773229Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:54:51.9773629Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:54:51.9774048Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:51.9774738Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:51.9775176Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:51.9775597Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:51.9776296Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:51.9776728Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:51.9777158Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:51.9777595Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:54:51.9778024Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:51.9778477Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:51.9778914Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:51.9779330Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:51.9779731Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:54:51.9780146Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:51.9780570Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:51.9781018Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:51.9781427Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:54:51.9781826Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:51.9782521Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:51.9783013Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:51.9783493Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:51.9783978Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:51.9784442Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:51.9784879Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:51.9785306Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:51.9785920Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:51.9786349Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:51.9786758Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:51.9787134Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:54:51.9787497Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:54:51.9787872Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:54:51.9788199Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:54:51.9788544Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:54:51.9788952Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:51.9789334Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:54:51.9789752Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:51.9790201Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:51.9790629Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:51.9791047Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:51.9791484Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:51.9792084Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:51.9792503Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:51.9792935Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:54:51.9793363Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:54:51.9793845Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:51.9794350Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:51.9794831Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:54:51.9795266Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:51.9796049Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:54:51.9796494Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:51.9796928Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:54:51.9797384Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:51.9797890Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:51.9798400Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:51.9798910Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:51.9799362Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:51.9799778Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:51.9800319Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:51.9800738Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:51.9801152Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:54:51.9801544Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:51.9801973Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:51.9802398Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:54:51.9802790Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:54:51.9803174Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:51.9803588Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:51.9803993Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:51.9804377Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:54:51.9804753Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:54:51.9805153Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:51.9805550Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:54:51.9806144Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:54:51.9806530Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:51.9806909Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:54:51.9807279Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:54:51.9807669Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:54:51.9808037Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:54:51.9808405Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:51.9808787Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:51.9809204Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:51.9809749Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:51.9810144Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:51.9810525Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:51.9810900Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:54:51.9811308Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:51.9811710Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:51.9812060Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:54:51.9812389Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:54:51.9812757Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:54:51.9813114Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:54:51.9813473Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:54:51.9813842Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:54:51.9814197Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:54:51.9814579Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:51.9814978Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:54:51.9815421Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:51.9816214Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:51.9816744Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:54:51.9817139Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:51.9817675Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:51.9818082Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:54:51.9818496Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:51.9818911Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:54:51.9819290Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:54:51.9819688Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:51.9820106Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:51.9820556Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:51.9820993Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:54:51.9821383Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:54:51.9821780Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:54:51.9822192Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:51.9822776Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:54:51.9823259Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:51.9823659Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:51.9824066Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:51.9824478Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:51.9824864Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:54:51.9825236Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:54:51.9825549Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:54:51.9826092Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:51.9826493Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:54:51.9826897Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:51.9827470Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:54:51.9827863Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:54:51.9828414Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:54:51.9828809Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:54:51.9829170Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:54:51.9829517Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:54:51.9829953Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:51.9830416Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:54:51.9830866Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:51.9831333Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:54:51.9831825Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:51.9832476Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:54:51.9833051Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:51.9833536Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:51.9834063Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:54:51.9834528Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:51.9835040Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:51.9846744Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:54:51.9847426Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:54:51.9847837Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:54:51.9848207Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:54:51.9848619Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:54:51.9849014Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:54:51.9849455Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:51.9849962Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:51.9850416Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:54:51.9850804Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:54:51.9851158Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:54:51.9851632Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:54:51.9852384Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:51.9853244Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:51.9853987Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:54:51.9854652Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:54:51.9855480Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:51.9856335Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:51.9856851Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:51.9857302Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:54:51.9857671Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:54:51.9858069Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:51.9858497Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:51.9859111Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:51.9859519Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:51.9859895Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:54:51.9860280Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:51.9860684Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:51.9861100Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:51.9861500Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:51.9861901Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:51.9862296Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:51.9862687Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:51.9863123Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:51.9863611Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:51.9864058Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:54:51.9864433Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:54:51.9864812Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:54:51.9865215Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:54:51.9865599Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:51.9866218Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:54:51.9866745Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:54:51.9867146Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:54:51.9867573Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:51.9868056Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:51.9868509Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:51.9868923Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:51.9869330Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:54:51.9869732Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:54:51.9870127Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:54:51.9870502Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:54:51.9870901Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:51.9871291Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:54:51.9871748Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:51.9872250Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:51.9872730Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:51.9873259Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:51.9873779Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:54:51.9874282Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:51.9874780Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:51.9875226Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:54:51.9875596Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:54:51.9876198Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:54:51.9876792Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:51.9877177Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:54:51.9877542Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:54:51.9877927Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:51.9878312Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:54:51.9878697Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:51.9879087Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:54:51.9879471Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:54:51.9879879Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:51.9880270Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:54:51.9880692Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:51.9881143Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:51.9881539Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:54:51.9881919Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:51.9882337Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:51.9882727Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:54:51.9883098Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:51.9883462Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:54:51.9883950Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:51.9884346Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:54:51.9884724Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:54:51.9885129Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:54:51.9885521Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:54:51.9886045Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:54:51.9886525Z 	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:54:51.9887052Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:54:51.9887422Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:54:51.9887801Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:51.9888178Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:54:51.9888591Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:51.9889033Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:51.9889468Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:51.9889907Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:51.9890315Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:51.9890721Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:54:51.9891148Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:51.9891569Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:51.9891965Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:54:51.9892400Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:51.9892897Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:51.9893406Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:51.9894005Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:51.9894415Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:51.9894828Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:51.9895307Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:51.9896049Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:51.9896465Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:54:51.9896904Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:51.9897363Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:51.9897781Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:54:51.9898156Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:54:51.9898522Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:54:51.9898905Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:54:51.9899304Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:51.9899674Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:54:51.9900045Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:54:51.9900436Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:51.9900819Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:51.9901185Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:54:51.9901707Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:54:51.9902072Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:54:51.9902457Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:51.9902851Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:51.9903216Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:54:51.9903588Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:51.9903964Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:54:51.9904341Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:51.9904726Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:54:51.9905100Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:54:51.9905468Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:54:51.9906043Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:54:51.9906405Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:54:51.9906783Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:51.9907230Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:51.9907650Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:54:51.9908023Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:54:51.9908408Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:51.9908840Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:51.9909245Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:54:51.9909611Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:54:51.9909986Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:54:51.9910350Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:54:51.9910806Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:54:51.9911113Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:54:51.9911469Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:54:51.9911830Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:51.9912204Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:54:51.9912563Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:54:51.9912913Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:54:51.9913259Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:54:51.9913652Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:51.9914076Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:51.9914484Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:51.9914887Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:51.9915274Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:51.9915992Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:51.9916528Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:51.9917169Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:51.9917817Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:51.9918391Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:51.9919079Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:51.9919552Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:51.9920098Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:51.9920734Z 	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:54:51.9921318Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:51.9921824Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:51.9922285Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:54:51.9922671Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:54:51.9923055Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:51.9923440Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:51.9923840Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:51.9924246Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:54:51.9924636Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:51.9925029Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:54:51.9925416Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:51.9926079Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:54:51.9926467Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:54:51.9926841Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:51.9927220Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:54:51.9927623Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:51.9928026Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:54:51.9928451Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:51.9929030Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:51.9929403Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:54:51.9929800Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:51.9930219Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:51.9930635Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:51.9931124Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:51.9931563Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:51.9931948Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:54:51.9932331Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:51.9932716Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:51.9933091Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:54:51.9933480Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:51.9933870Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:54:51.9934258Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:54:51.9934647Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:54:51.9935009Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:54:51.9935376Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:54:51.9936311Z 	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:54:51.9937058Z 	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:54:51.9937761Z 	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:54:51.9938432Z 	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:54:51.9938963Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:51.9939349Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:51.9939723Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:54:51.9940108Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:51.9940495Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:54:51.9940874Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:54:51.9941257Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:51.9941654Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:54:51.9942050Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:54:51.9942434Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:54:51.9942820Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:54:51.9943198Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:54:51.9943603Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:54:51.9944023Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:54:51.9944431Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:54:51.9944841Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:51.9945240Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:54:51.9945795Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:54:51.9946359Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:54:51.9946753Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:54:51.9947135Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:54:51.9947524Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:54:51.9947939Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:54:51.9948339Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:54:51.9948739Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:51.9949145Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:54:51.9949537Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:51.9949971Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:51.9950417Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:51.9950824Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:54:51.9951268Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:51.9951738Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:51.9952156Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:51.9952529Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:54:51.9952917Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:54:51.9953434Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:51.9953860Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:51.9954272Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:54:51.9954657Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:54:51.9955048Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:51.9955524Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:51.9956238Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:51.9956642Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:51.9957052Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:51.9957513Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:51.9957968Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:51.9958447Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:51.9958951Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:51.9959401Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:51.9959840Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:51.9960245Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:54:51.9960647Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:51.9961071Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:51.9961464Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:54:51.9961846Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:51.9962263Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:51.9962668Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:54:51.9963218Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:51.9963643Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:51.9964043Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:51.9964417Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:54:51.9964790Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:54:51.9965157Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:54:51.9965554Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:51.9966158Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:51.9966626Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:51.9967087Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:51.9967494Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:51.9967937Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:51.9968366Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:51.9968778Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:51.9969187Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:51.9969564Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:54:51.9969941Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:54:51.9970338Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:51.9970880Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:51.9971264Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:51.9971603Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:54:51.9971917Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:54:51.9972285Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:54:51.9972791Z 	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:54:51.9973314Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:51.9973696Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:51.9974070Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:51.9974468Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:51.9974886Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:51.9975303Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:51.9975942Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:54:51.9976368Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:51.9976781Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:54:51.9977155Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:54:51.9977528Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:54:51.9977892Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:54:51.9978276Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:51.9978708Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:51.9979147Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:51.9979546Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:54:51.9979970Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:51.9980630Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:51.9981042Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:51.9981409Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:54:51.9981766Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:54:51.9982132Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:51.9982509Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:51.9982890Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:51.9983302Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:51.9983723Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:51.9984188Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:51.9984638Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:54:51.9985019Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:51.9985408Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:54:51.9986181Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:51.9986792Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:54:51.9987187Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:54:51.9987573Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:54:51.9988176Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:51.9988690Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:51.9989120Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:54:51.9989504Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:54:51.9989884Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:51.9990290Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:51.9990691Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:54:51.9991084Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:54:51.9991487Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:51.9991870Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:54:51.9992230Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:54:51.9992596Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:54:51.9992999Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:51.9993427Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:54:51.9993823Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:54:51.9994218Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:54:51.9994665Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:51.9995101Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:54:51.9995525Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:51.9996136Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:54:51.9996672Z 	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:54:51.9997198Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:54:51.9997514Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:54:51.9998063Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:51.9998487Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:54:51.9998916Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:51.9999449Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:52.0000049Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:52.0000677Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:52.0001345Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:52.0002005Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:52.0002648Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:52.0003286Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:52.0003888Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:52.0004382Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:52.0004837Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:52.0005277Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:54:52.0005900Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:52.0006508Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:52.0006950Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:52.0007340Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:54:52.0007717Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:52.0008103Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:52.0008486Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:54:52.0008902Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:52.0009325Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:54:52.0009693Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:54:52.0010090Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:52.0010576Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:54:52.0011079Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:54:52.0011574Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:52.0012066Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:52.0012559Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:52.0013048Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:52.0013502Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:54:52.0013927Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:54:52.0014348Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:52.0014770Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:52.0015192Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:52.0015608Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:54:52.0016488Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:52.0016946Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:52.0017348Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:54:52.0017740Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:52.0018125Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:54:52.0018515Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:52.0018961Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:52.0019419Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:54:52.0019831Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:52.0020246Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:52.0020682Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:52.0021140Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:52.0021597Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:52.0022035Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:52.0022438Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:54:52.0022822Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:52.0023216Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:54:52.0023711Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:54:52.0024098Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:52.0024510Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:52.0024918Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:54:52.0025348Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:52.0026128Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:52.0026568Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:54:52.0026985Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:52.0027388Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:54:52.0027693Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:54:52.0028027Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:54:52.0028417Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:52.0028819Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:52.0029218Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:54:52.0029620Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:52.0030053Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:52.0030509Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:52.0030968Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:54:52.0031360Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:52.0031767Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:54:52.0032330Z 	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:54:52.0032927Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:52.0033547Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:54:52.0034005Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:52.0034450Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:52.0034879Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:52.0035283Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:52.0035876Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:52.0036324Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:52.0036736Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:52.0037139Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:52.0037518Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:52.0037914Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:52.0038319Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:52.0038696Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:54:52.0039111Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:52.0039581Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:52.0040013Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:54:52.0040394Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:54:52.0040902Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:54:52.0041301Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:54:52.0041684Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:54:52.0042066Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:52.0042499Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:52.0042957Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:52.0043367Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:54:52.0043768Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:54:52.0044168Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:54:52.0044557Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:54:52.0044936Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:54:52.0045329Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:54:52.0046019Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:54:52.0046497Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:52.0046959Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:52.0047390Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:52.0047792Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:52.0048199Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:54:52.0048628Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:52.0049024Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:54:52.0049388Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:54:52.0049711Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:54:52.0050015Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:54:52.0050392Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:52.0050906Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:54:52.0051264Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:54:52.0051640Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:52.0052043Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:52.0052437Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:54:52.0052805Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:54:52.0053161Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:54:52.0053546Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:54:52.0053947Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:52.0054326Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:54:52.0054692Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:52.0055056Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:54:52.0055447Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:52.0056121Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:54:52.0056479Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:54:52.0056858Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:52.0057251Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:52.0057631Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:54:52.0058142Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:52.0058525Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:54:52.0058912Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:52.0059327Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:52.0059764Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:52.0060171Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:54:52.0060526Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:54:52.0060880Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:54:52.0061229Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:54:52.0061660Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:52.0062177Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:52.0062648Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:52.0063129Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:52.0063637Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:52.0064076Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:54:52.0064460Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:52.0064852Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:52.0065243Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:52.0065814Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:52.0066211Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:52.0066601Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:52.0066986Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:54:52.0067513Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:52.0067960Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:52.0068397Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:52.0068777Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:54:52.0069185Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:52.0069612Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:52.0069998Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:54:52.0070353Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:54:52.0070754Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:52.0071215Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:52.0071647Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:54:52.0072064Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:52.0072481Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:54:52.0072812Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:54:52.0073091Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:54:52.0073447Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:54:52.0073938Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:54:52.2455231Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:52.4168142Z Collecting meson
2025-08-20T22:54:52.4515306Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:54:52.4836803Z Collecting ninja
2025-08-20T22:54:52.4865935Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:54:52.4939390Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:54:52.5215306Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 74.0 MB/s  0:00:00
2025-08-20T22:54:52.5243866Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:54:52.6162746Z Installing collected packages: ninja, meson
2025-08-20T22:54:53.3693499Z 
2025-08-20T22:54:53.3723238Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:54:53.6669287Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:53.7759915Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:54:53.8292871Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:54:54.3736738Z 1.8.4
2025-08-20T22:54:54.4137935Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:54:54.4406394Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:54.4407276Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:54:54.4407862Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:54:54.4408376Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:54:54.4409004Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:54:54.4409488Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:54:54.4409968Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:54:54.4410377Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:54:54.4410742Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:54:54.4411115Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:54:54.4411492Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:54.4411897Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:54:54.4412567Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:54.4412996Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:54:54.4413403Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:54:54.4413815Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:54.4414238Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:54:54.4414606Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:54:54.4414999Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:54.4415481Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:54.4416394Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:54.4417062Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:54.4417818Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:54.4418557Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:54:54.4419178Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:54:54.4419864Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:54.4420623Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:54.4421353Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:54.4422091Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:54.4422797Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:54.4423235Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:54.4423665Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:54.4424103Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:54:54.4424527Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:54.4424983Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:54.4425426Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:54.4426135Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:54.4426541Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:54:54.4426954Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:54.4427386Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:54.4427807Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:54.4428216Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:54:54.4428633Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:54.4429102Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:54.4429592Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:54.4430064Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:54.4430558Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:54.4431006Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:54.4431428Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:54.4431856Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:54.4432282Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:54.4432951Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:54.4433352Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:54.4433725Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:54:54.4434091Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:54:54.4434463Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:54:54.4434791Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:54:54.4435140Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:54:54.4435548Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:54.4436244Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:54:54.4436674Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:54.4437124Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:54.4437555Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:54.4437975Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:54.4438408Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:54.4438841Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:54.4439252Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:54.4439659Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:54:54.4440087Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:54:54.4440689Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:54.4441211Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:54.4441702Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:54:54.4442124Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:54.4442515Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:54:54.4442914Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:54.4443321Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:54:54.4443768Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:54.4444268Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:54.4444786Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:54.4445288Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:54.4445965Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:54.4446520Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:54.4446913Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:54.4447321Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:54.4447722Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:54:54.4448111Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:54.4448539Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:54.4448961Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:54:54.4449359Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:54:54.4449748Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:54.4450161Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:54.4450719Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:54.4451102Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:54:54.4451473Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:54:54.4451869Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:54.4452264Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:54:54.4452624Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:54:54.4453016Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:54.4453391Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:54:54.4453765Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:54:54.4454155Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:54:54.4454528Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:54:54.4454891Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:54.4455269Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:54.4455834Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:54.4456250Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:54.4456650Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:54.4457029Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:54.4457407Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:54:54.4457925Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:54.4458339Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:54.4458708Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:54:54.4459056Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:54:54.4459422Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:54:54.4459785Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:54:54.4460149Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:54:54.4460519Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:54:54.4460876Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:54:54.4461263Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:54.4461667Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:54:54.4462120Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:54.4462580Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:54.4462985Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:54:54.4463380Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:54.4463778Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:54.4464180Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:54:54.4464594Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:54.4465010Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:54:54.4474982Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:54:54.4475603Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:54.4476329Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:54.4476813Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:54.4477295Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:54:54.4477988Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:54:54.4478407Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:54:54.4478838Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:54.4479275Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:54:54.4479708Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:54.4480124Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:54.4480538Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:54.4480971Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:54.4481371Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:54:54.4481749Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:54:54.4482078Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:54:54.4482414Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:54.4482824Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:54:54.4483227Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:54.4483635Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:54:54.4484199Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:54:54.4484822Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:54:54.4485459Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:54:54.4486444Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:54:54.4487109Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:54:54.4487575Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:54.4488057Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:54:54.4488473Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:54.4488856Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:54:54.4489256Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:54.4489677Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:54:54.4490108Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:54.4490536Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:54.4490911Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:54:54.4491282Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:54.4491718Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:54.4492163Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:54:54.4492580Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:54:54.4492948Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:54:54.4493303Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:54:54.4493712Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:54:54.4494103Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:54:54.4494541Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:54.4495028Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:54.4495460Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:54:54.4496064Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:54:54.4496602Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:54:54.4496976Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:54:54.4497437Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:54.4497955Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:54.4498416Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:54:54.4498805Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:54:54.4499284Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:54.4499868Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:54.4500384Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:54.4500844Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:54:54.4501222Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:54:54.4501621Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:54.4502044Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:54.4502471Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:54.4502885Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:54.4503271Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:54:54.4503654Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:54.4504203Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:54.4504621Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:54.4505034Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:54.4505443Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:54.4506098Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:54.4506502Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:54.4506943Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:54.4507412Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:54.4507852Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:54:54.4508230Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:54:54.4508619Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:54:54.4509024Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:54:54.4509410Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:54.4509803Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:54:54.4510185Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:54:54.4510585Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:54:54.4511013Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:54.4511492Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:54.4511956Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:54.4512367Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:54.4512766Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:54:54.4513157Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:54:54.4513537Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:54:54.4514120Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:54:54.4514517Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:54.4514909Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:54:54.4515365Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:54.4516136Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:54.4516624Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:54.4517156Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:54.4517689Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:54:54.4518209Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:54.4518725Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:54.4519174Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:54:54.4519545Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:54:54.4519919Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:54:54.4520306Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:54.4520692Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:54:54.4521059Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:54:54.4521441Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:54.4521954Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:54:54.4522346Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:54.4522744Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:54:54.4523133Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:54:54.4523540Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:54.4523931Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:54:54.4524360Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:54.4524808Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:54.4525209Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:54:54.4525601Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:54.4526273Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:54.4526663Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:54:54.4527027Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:54.4527389Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:54:54.4527761Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:54.4528156Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:54:54.4528538Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:54:54.4528938Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:54:54.4529312Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:54:54.4529640Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:54:54.4530117Z 	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:54:54.4530658Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:54:54.4531044Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:54:54.4531600Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:54.4531978Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:54:54.4532396Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:54.4532843Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:54.4533281Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:54.4533725Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:54.4534144Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:54.4534555Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:54:54.4534992Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:54.4535417Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:54.4536098Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:54:54.4536543Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:54.4537046Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:54.4537559Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:54.4538016Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:54.4538433Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:54.4538844Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:54.4539474Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:54.4539982Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:54.4540402Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:54:54.4540854Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:54.4541318Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:54.4541734Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:54:54.4542104Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:54:54.4542476Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:54:54.4542869Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:54:54.4543262Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:54.4543651Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:54:54.4544027Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:54:54.4544424Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:54.4544826Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:54.4545208Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:54:54.4545590Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:54:54.4546452Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:54:54.4547087Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:54.4547725Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:54.4548349Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:54:54.4548967Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:54.4549392Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:54:54.4549778Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:54.4550160Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:54:54.4550699Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:54:54.4551068Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:54:54.4551457Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:54:54.4551819Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:54:54.4552204Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:54.4552654Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:54.4553073Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:54:54.4553458Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:54:54.4553864Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:54.4554303Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:54.4554724Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:54:54.4555104Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:54:54.4555487Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:54:54.4556166Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:54:54.4556480Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:54:54.4556795Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:54:54.4557161Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:54:54.4557526Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:54.4557902Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:54:54.4558401Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:54:54.4558768Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:54:54.4559119Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:54:54.4559520Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:54.4559954Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:54.4560364Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:54.4560773Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:54.4561175Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:54.4561599Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:54.4562118Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:54.4562771Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:54.4563421Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:54.4563990Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:54.4564481Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:54.4564949Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:54.4565485Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:54.4566338Z 	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:54:54.4566921Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:54.4567438Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:54.4567897Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:54:54.4568410Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:54:54.4568793Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:54.4569173Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:54.4569565Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:54.4569963Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:54:54.4570358Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:54.4570755Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:54:54.4571146Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:54.4571543Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:54:54.4571924Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:54:54.4572310Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:54.4572694Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:54:54.4573098Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:54.4573503Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:54:54.4573929Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:54.4574354Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:54.4574726Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:54:54.4575129Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:54.4575876Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:54.4576339Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:54.4576792Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:54.4577231Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:54.4577612Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:54:54.4577995Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:54.4578386Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:54.4578759Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:54:54.4579162Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:54.4579560Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:54:54.4579948Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:54:54.4580344Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:54:54.4580712Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:54:54.4581080Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:54:54.4581644Z 	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:54:54.4582377Z 	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:54:54.4583076Z 	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:54:54.4583754Z 	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:54:54.4584289Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:54.4584687Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:54.4585066Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:54:54.4585593Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:54.4586203Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:54:54.4586574Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:54:54.4586953Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:54.4587344Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:54:54.4587725Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:54:54.4588104Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:54:54.4588489Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:54:54.4588875Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:54:54.4589271Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:54:54.4589692Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:54:54.4590111Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:54:54.4590518Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:54.4590927Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:54:54.4591329Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:54:54.4591720Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:54:54.4592108Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:54:54.4592485Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:54:54.4593025Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:54:54.4593444Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:54:54.4593845Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:54:54.4594256Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:54.4594749Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:54:54.4595144Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:54.4595576Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:54.4596282Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:54.4596695Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:54:54.4597140Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:54.4597617Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:54.4598033Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:54.4598407Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:54:54.4598794Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:54:54.4599197Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:54.4599614Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:54.4600022Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:54:54.4600406Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:54:54.4600799Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:54.4601280Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:54.4601765Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:54.4602169Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:54.4602593Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:54.4603208Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:54.4603663Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:54.4604147Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:54.4604644Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:54.4605101Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:54.4605546Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:54.4606145Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:54:54.4606555Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:54.4606982Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:54.4607383Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:54:54.4607770Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:54.4608180Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:54.4608587Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:54:54.4608997Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:54.4609419Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:54.4609820Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:54.4610200Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:54:54.4610685Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:54:54.4611054Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:54:54.4611447Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:54.4611871Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:54.4612333Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:54.4612792Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:54.4613194Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:54.4613639Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:54.4614070Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:54.4614479Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:54.4614896Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:54.4615261Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:54:54.4615781Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:54:54.4616211Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:54.4616610Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:54.4616986Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:54.4617321Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:54:54.4617646Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:54:54.4618008Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:54:54.4618520Z 	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:54:54.4619050Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:54.4619438Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:54.4619826Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:54.4620356Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:54.4620777Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:54.4621202Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:54.4621606Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:54:54.4622025Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:54.4622439Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:54:54.4622810Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:54:54.4623187Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:54:54.4623555Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:54:54.4623937Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:54.4624371Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:54.4624808Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:54.4625203Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:54:54.4625627Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:54.4626262Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:54.4626662Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:54.4627033Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:54:54.4627504Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:54:54.4627876Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:54.4628251Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:54.4628638Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:54.4629040Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:54.4629457Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:54.4629922Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:54.4630367Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:54:54.4630746Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:54.4631134Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:54:54.4631530Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:54.4631927Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:54:54.4632311Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:54:54.4632693Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:54:54.4633139Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:54.4633637Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:54.4634060Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:54:54.4634440Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:54:54.4634813Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:54.4635218Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:54.4635617Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:54:54.4636207Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:54:54.4636611Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:54.4637127Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:54:54.4637481Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:54:54.4637843Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:54:54.4638246Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:54.4638672Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:54:54.4639059Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:54:54.4639453Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:54:54.4639902Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:54.4640349Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:54:54.4640774Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:54.4641175Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:54:54.4641705Z 	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:54:54.4642229Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:54:54.4642546Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:54:54.4642901Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:54.4643317Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:54:54.4643752Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:54.4644406Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:54.4645012Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:54.4645777Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:54.4646573Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:54.4647235Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:54.4647874Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:54.4648512Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:54.4649107Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:54.4649608Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:54.4650071Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:54.4650513Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:54:54.4650946Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:54.4651422Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:54.4651857Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:54.4652243Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:54:54.4652613Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:54.4652994Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:54.4653381Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:54:54.4653802Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:54.4654224Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:54:54.4654594Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:54:54.4655188Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:54.4655766Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:54:54.4656278Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:54:54.4656772Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:54.4657275Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:54.4657777Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:54.4658284Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:54.4658748Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:54:54.4659178Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:54:54.4659608Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:54.4660038Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:54.4660461Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:54.4660880Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:54:54.4661327Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:54.4661771Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:54.4662174Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:54:54.4662684Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:54.4663076Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:54:54.4663463Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:54.4663918Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:54.4664366Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:54:54.4664772Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:54.4665187Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:54.4665618Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:54.4666167Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:54.4666621Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:54.4667066Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:54.4667474Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:54:54.4667857Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:54.4668258Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:54:54.4668636Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:54:54.4669018Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:54.4669427Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:54.4669831Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:54:54.4670270Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:54.4670752Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:54.4671180Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:54:54.4671594Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:54.4671995Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:54:54.4672430Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:54:54.4672760Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:54:54.4673171Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:54.4673575Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:54.4673971Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:54:54.4674364Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:54.4674800Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:54.4675262Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:54.4675786Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:54:54.4676181Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:54.4676591Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:54:54.4677149Z 	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:54:54.4677741Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:54.4678201Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:54:54.4678649Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:54.4679112Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:54.4679540Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:54.4680074Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:54.4680476Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:54.4680872Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:54.4681278Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:54.4681683Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:54.4682067Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:54.4682462Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:54.4682871Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:54.4683251Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:54:54.4683664Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:54.4684137Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:54.4684563Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:54:54.4684955Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:54:54.4685337Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:54:54.4685826Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:54:54.4686212Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:54:54.4686594Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:54.4687034Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:54.4687493Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:54.4687910Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:54:54.4688315Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:54:54.4688717Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:54:54.4689223Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:54:54.4689603Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:54:54.4689990Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:54:54.4690399Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:54:54.4690853Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:54.4691313Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:54.4691741Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:54.4692144Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:54.4692556Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:54:54.4692986Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:54.4693391Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:54:54.4693761Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:54:54.4694088Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:54:54.4694400Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:54:54.4694778Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:54.4695156Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:54:54.4695518Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:54:54.4695997Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:54.4696523Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:54.4696935Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:54:54.4697302Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:54:54.4697669Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:54:54.4698051Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:54:54.4698456Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:54.4698838Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:54:54.4699205Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:54.4699567Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:54:54.4699969Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:54.4700362Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:54:54.4700726Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:54:54.4701106Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:54.4701500Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:54.4701886Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:54:54.4702265Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:54.4702645Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:54:54.4703040Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:54.4703448Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:54.4703880Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:54.4704290Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:54:54.4704653Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:54:54.4705013Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:54:54.4705365Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:54:54.4706021Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:54.4706532Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:54.4707009Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:54.4707490Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:54.4707992Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:54.4708433Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:54:54.4708820Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:54.4709222Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:54.4709616Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:54.4710013Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:54.4710412Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:54.4710801Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:54.4711179Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:54:54.4711586Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:54.4712034Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:54.4712476Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:54.4712860Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:54:54.4713391Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:54.4713831Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:54.4714239Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:54:54.4714612Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:54:54.4715021Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:54.4715491Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:54.4716030Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:54:54.4716449Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:54.4716869Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:54:54.4717207Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:54:54.4717493Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:54:54.4717858Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:54:54.4718354Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:54:54.5417048Z info: downloading installer
2025-08-20T22:54:54.7014231Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:54:54.7014800Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:54:54.7015340Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:54:54.7016197Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:54:54.7182269Z info: profile set to 'default'
2025-08-20T22:54:54.7182878Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:54:54.7183418Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:54:54.7910226Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:54:54.8227520Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:54:54.8227948Z 
2025-08-20T22:54:54.8332397Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:54.8333311Z 
2025-08-20T22:54:54.8333317Z 
2025-08-20T22:54:54.8333476Z Rust is installed now. Great!
2025-08-20T22:54:54.8333757Z 
2025-08-20T22:54:54.8334097Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:54:54.8334897Z environment variable. This has not been done automatically.
2025-08-20T22:54:54.8335337Z 
2025-08-20T22:54:54.8335553Z To configure your current shell, you need to source
2025-08-20T22:54:54.8336323Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:54:54.8336704Z 
2025-08-20T22:54:54.8337032Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:54:54.8337848Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:54:54.8338447Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:54:54.8338992Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:54:54.8488071Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:54:54.8841673Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:54:54.8842149Z 
2025-08-20T22:54:54.8941055Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:54.8941624Z 
2025-08-20T22:54:54.9461342Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:54:55.5099344Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:54:55.5468594Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:54:55.5469625Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:54:55.5470318Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:54:55.5471007Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:54:55.5471685Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:54:55.5472591Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:54:55.5473307Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:54:55.5473940Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:54:55.5474534Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:54:55.5474907Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:54:55.5475300Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:54:55.5476833Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:54:55.5477272Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:54:55.5477704Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:54:55.5478115Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:54:55.5478531Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:54:55.5478949Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:54:55.5479507Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:54:55.5480160Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:54:55.5480956Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:54:55.5481719Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:54:55.5482383Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:54:55.5483100Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:54:55.5483810Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:54:55.5484231Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:54:55.5484639Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:54:55.5485078Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:54:55.5485499Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:54:55.5486511Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:54:55.5486952Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:54:55.5487378Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:54:55.5487807Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:54:55.5488245Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:54:55.5488667Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:54:55.5489119Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:54:55.5489574Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:54:55.5489978Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:54:55.5490385Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:54:55.5490805Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:54:55.5491235Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:54:55.5491657Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:54:55.5492062Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:54:55.5492461Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:54:55.5492922Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:54:55.5493579Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:54:55.5494555Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:54:55.5495439Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:54:55.5496404Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:54:55.5496849Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:54:55.5497276Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:54:55.5497687Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:54:55.5498108Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:54:55.5498509Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:54:55.5498932Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:54:55.5499295Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:54:55.5499673Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:54:55.5500005Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:54:55.5500352Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:54:55.5500766Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:54:55.5501171Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:54:55.5501598Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:54:55.5502052Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:54:55.5502483Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:54:55.5502912Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:54:55.5503368Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:54:55.5503816Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:54:55.5504230Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:54:55.5504642Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:54:55.5505236Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:54:55.5505919Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:54:55.5506520Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:54:55.5507090Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:54:55.5507587Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:54:55.5508281Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:54:55.5508977Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:54:55.5509729Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:54:55.5510202Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:54:55.5510712Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:54:55.5511223Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:54:55.5511730Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:54:55.5512176Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:54:55.5512619Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:54:55.5522855Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:54:55.5523560Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:54:55.5524477Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:54:55.5525197Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:54:55.5526106Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:54:55.5526882Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:54:55.5527316Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:54:55.5527729Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:54:55.5528157Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:54:55.5528586Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:54:55.5528991Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:54:55.5529385Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:54:55.5529802Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:54:55.5530204Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:54:55.5530570Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:54:55.5530972Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:54:55.5531361Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:54:55.5531738Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:54:55.5532145Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:54:55.5532524Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:54:55.5532900Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:54:55.5533288Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:54:55.5533694Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:54:55.5534109Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:54:55.5534517Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:54:55.5534904Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:54:55.5535507Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:54:55.5536114Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:54:55.5536522Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:54:55.5536875Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:54:55.5537210Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:54:55.5537578Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:54:55.5538097Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:54:55.5538482Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:54:55.5538891Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:54:55.5539520Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:54:55.5540200Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:54:55.5540948Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:54:55.5541621Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:54:55.5542088Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:54:55.5542506Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:54:55.5542914Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:54:55.5543313Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:54:55.5543719Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:54:55.5544293Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:54:55.5544725Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:54:55.5545115Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:54:55.5545518Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:54:55.5546283Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:54:55.5546749Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:54:55.5547193Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:54:55.5547593Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:54:55.5548007Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:54:55.5548432Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:54:55.5548858Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:54:55.5549267Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:54:55.5549669Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:54:55.5550081Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:54:55.5550635Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:54:55.5551307Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:54:55.5551962Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:54:55.5552496Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:54:55.5553088Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:54:55.5553801Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:54:55.5554473Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:54:55.5554886Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:54:55.5555275Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:54:55.5556180Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:54:55.5556590Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:54:55.5556954Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:54:55.5557306Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:54:55.5557739Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:54:55.5558490Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:54:55.5559220Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:54:55.5559879Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:54:55.5560487Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:54:55.5560919Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:54:55.5561350Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:54:55.5561904Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:54:55.5562275Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:54:55.5562651Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:54:55.5563104Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:54:55.5563868Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:54:55.5564600Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:54:55.5565262Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:54:55.5566047Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:54:55.5566508Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:54:55.5566916Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:54:55.5567363Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:54:55.5567847Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:54:55.5568289Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:54:55.5568676Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:54:55.5569031Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:54:55.5569400Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:54:55.5569853Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:54:55.5570390Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:54:55.5570847Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:54:55.5571237Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:54:55.5571716Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:54:55.5572270Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:54:55.5572786Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:54:55.5573240Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:54:55.5573873Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:54:55.5574545Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:54:55.5575015Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:54:55.5575450Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:54:55.5576086Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:54:55.5576475Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:54:55.5577034Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:54:55.5577450Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:54:55.5578077Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:54:55.5578492Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:54:55.5578942Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:54:55.5579661Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:54:55.5580381Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:54:55.5581148Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:54:55.5581744Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:54:55.5582180Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:54:55.5582567Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:54:55.5583070Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:54:55.5583484Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:54:55.5583873Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:54:55.5584318Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:54:55.5584998Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:54:55.5585878Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:54:55.5586820Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:54:55.5587708Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:54:55.5588521Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:54:55.5589265Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:54:55.5589682Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:54:55.5590081Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:54:55.5590475Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:54:55.5590857Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:54:55.5591252Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:54:55.5591638Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:54:55.5592112Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:54:55.5592605Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:54:55.5593073Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:54:55.5593608Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:54:55.5594127Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:54:55.5594626Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:54:55.5595128Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:54:55.5595571Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:54:55.5596216Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:54:55.5596583Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:54:55.5596972Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:54:55.5597357Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:54:55.5597976Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:54:55.5598359Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:54:55.5598745Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:54:55.5599131Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:54:55.5599517Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:54:55.5599903Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:54:55.5600308Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:54:55.5600709Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:54:55.5601132Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:54:55.5601586Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:54:55.5601982Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:54:55.5602368Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:54:55.5602788Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:54:55.5603166Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:54:55.5603522Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:54:55.5603877Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:54:55.5604246Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:54:55.5604638Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:54:55.5605016Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:54:55.5605532Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:54:55.5606158Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:54:55.5606528Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:54:55.5607007Z 	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:54:55.5607538Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:54:55.5607915Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:54:55.5608299Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:54:55.5608680Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:54:55.5609089Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:54:55.5609535Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:54:55.5609979Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:54:55.5610419Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:54:55.5610845Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:54:55.5611256Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:54:55.5611683Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:54:55.5612105Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:54:55.5612509Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:54:55.5612947Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:54:55.5613450Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:54:55.5613956Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:54:55.5614414Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:54:55.5614828Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:54:55.5615456Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:54:55.5616135Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:54:55.5616636Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:54:55.5617048Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:54:55.5617490Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:54:55.5617951Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:54:55.5618366Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:54:55.5618746Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:54:55.5619110Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:54:55.5619501Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:54:55.5619899Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:54:55.5620272Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:54:55.5620644Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:54:55.5621041Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:54:55.5621427Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:54:55.5621797Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:54:55.5622177Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:54:55.5622540Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:54:55.5623052Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:54:55.5623452Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:54:55.5623821Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:54:55.5624188Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:54:55.5624550Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:54:55.5624922Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:54:55.5625301Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:54:55.5625837Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:54:55.5626236Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:54:55.5626617Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:54:55.5626981Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:54:55.5627360Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:54:55.5627802Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:54:55.5628219Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:54:55.5628589Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:54:55.5628978Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:54:55.5629409Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:54:55.5629815Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:54:55.5630189Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:54:55.5630577Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:54:55.5630943Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:54:55.5631276Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:54:55.5631595Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:54:55.5631955Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:54:55.5632451Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:54:55.5632831Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:54:55.5633198Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:54:55.5633559Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:54:55.5633903Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:54:55.5634292Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:54:55.5634715Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:54:55.5635122Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:54:55.5635566Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:54:55.5636144Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:54:55.5636570Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:54:55.5637083Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:54:55.5637731Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:54:55.5638391Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:54:55.5638947Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:54:55.5639432Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:54:55.5639894Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:54:55.5640884Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:54:55.5642006Z 	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:54:55.5643040Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:54:55.5643766Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:54:55.5644239Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:54:55.5644623Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:54:55.5645004Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:54:55.5645392Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:54:55.5646103Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:54:55.5646522Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:54:55.5646915Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:54:55.5647337Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:54:55.5647781Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:54:55.5648167Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:54:55.5648547Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:54:55.5648932Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:54:55.5649307Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:54:55.5649711Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:54:55.5650109Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:54:55.5650535Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:54:55.5650957Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:54:55.5651325Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:54:55.5652119Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:54:55.5652549Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:54:55.5653033Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:54:55.5653482Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:54:55.5653926Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:54:55.5654306Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:54:55.5654684Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:54:55.5655080Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:54:55.5655459Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:54:55.5656064Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:54:55.5656469Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:54:55.5656864Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:54:55.5657258Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:54:55.5657627Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:54:55.5657990Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:54:55.5658554Z 	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:54:55.5659284Z 	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:54:55.5660121Z 	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:54:55.5660802Z 	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:54:55.5661347Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:54:55.5661739Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:54:55.5662118Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:54:55.5662505Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:54:55.5662885Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:54:55.5663252Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:54:55.5663634Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:54:55.5664039Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:54:55.5664423Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:54:55.5664807Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:54:55.5665200Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:54:55.5665579Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:54:55.5666173Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:54:55.5666608Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:54:55.5667012Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:54:55.5667412Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:54:55.5667817Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:54:55.5668218Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:54:55.5668676Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:54:55.5669072Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:54:55.5669667Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:54:55.5670061Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:54:55.5670473Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:54:55.5670889Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:54:55.5671286Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:54:55.5671686Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:54:55.5672083Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:54:55.5672522Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:54:55.5672963Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:54:55.5673372Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:54:55.5673820Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:54:55.5674293Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:54:55.5674711Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:54:55.5675219Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:54:55.5675607Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:54:55.5676248Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:54:55.5676662Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:54:55.5677232Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:54:55.5677619Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:54:55.5678015Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:54:55.5678504Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:54:55.5678987Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:54:55.5679390Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:54:55.5679803Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:54:55.5680265Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:54:55.5680717Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:54:55.5681200Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:54:55.5681709Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:54:55.5682169Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:54:55.5682612Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:54:55.5683015Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:54:55.5683422Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:54:55.5683847Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:54:55.5684238Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:54:55.5684624Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:54:55.5685045Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:54:55.5685461Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:54:55.5686129Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:54:55.5686558Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:54:55.5687105Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:54:55.5687491Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:54:55.5687868Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:54:55.5688230Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:54:55.5688625Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:54:55.5689053Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:54:55.5689515Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:54:55.5689984Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:54:55.5690399Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:54:55.5690845Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:54:55.5691283Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:54:55.5691700Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:54:55.5692278Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:54:55.5692687Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:54:55.5693098Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:54:55.5693507Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:54:55.5693909Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:54:55.5694288Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:54:55.5694762Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:54:55.5695083Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:54:55.5695443Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:54:55.5696157Z 	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:54:55.5696692Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:54:55.5697085Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:54:55.5697471Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:54:55.5697874Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:54:55.5698294Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:54:55.5698711Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:54:55.5699129Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:54:55.5699548Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:54:55.5699964Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:54:55.5700349Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:54:55.5700731Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:54:55.5701103Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:54:55.5701490Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:54:55.5701929Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:54:55.5702367Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:54:55.5702771Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:54:55.5703223Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:54:55.5703687Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:54:55.5704099Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:54:55.5704624Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:54:55.5704993Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:54:55.5705368Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:54:55.5705931Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:54:55.5706333Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:54:55.5706763Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:54:55.5707191Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:54:55.5707669Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:54:55.5708119Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:54:55.5708506Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:54:55.5708905Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:54:55.5709297Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:54:55.5709692Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:54:55.5710077Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:54:55.5710458Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:54:55.5710920Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:54:55.5711430Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:54:55.5711988Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:54:55.5712372Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:54:55.5712757Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:54:55.5713174Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:54:55.5713582Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:54:55.5713971Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:54:55.5714380Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:54:55.5714776Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:54:55.5715140Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:54:55.5715507Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:54:55.5716143Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:54:55.5716583Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:54:55.5716974Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:54:55.5717378Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:54:55.5717832Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:54:55.5718279Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:54:55.5718709Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:54:55.5719115Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:54:55.5719648Z 	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:54:55.5720175Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:54:55.5720496Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:54:55.5720852Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:54:55.5721279Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:54:55.5721850Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:54:55.5722388Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:54:55.5722995Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:54:55.5723624Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:54:55.5724296Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:54:55.5724957Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:54:55.5725603Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:54:55.5726439Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:54:55.5727045Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:54:55.5727540Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:54:55.5727993Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:54:55.5728439Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:54:55.5728876Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:54:55.5729356Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:54:55.5729800Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:54:55.5730313Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:54:55.5730702Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:54:55.5731088Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:54:55.5731479Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:54:55.5731902Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:54:55.5732328Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:54:55.5732698Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:54:55.5733096Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:54:55.5733573Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:54:55.5734076Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:54:55.5734582Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:54:55.5735081Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:54:55.5735618Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:54:55.5736324Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:54:55.5736786Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:54:55.5737211Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:54:55.5737633Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:54:55.5738058Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:54:55.5738481Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:54:55.5738911Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:54:55.5739358Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:54:55.5739796Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:54:55.5740320Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:54:55.5740710Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:54:55.5741095Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:54:55.5741480Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:54:55.5741926Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:54:55.5742376Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:54:55.5742787Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:54:55.5743210Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:54:55.5743646Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:54:55.5744107Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:54:55.5744569Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:54:55.5745013Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:54:55.5745419Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:54:55.5745981Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:54:55.5746382Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:54:55.5746758Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:54:55.5747141Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:54:55.5747706Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:54:55.5748116Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:54:55.5748550Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:54:55.5749035Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:54:55.5749463Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:54:55.5749881Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:54:55.5750284Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:54:55.5750590Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:54:55.5750919Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:54:55.5751302Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:54:55.5751709Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:54:55.5752107Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:54:55.5752507Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:54:55.5752947Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:54:55.5753402Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:54:55.5753832Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:54:55.5754231Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:54:55.5754638Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:54:55.5755196Z 	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:54:55.5755983Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:54:55.5756456Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:54:55.5756909Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:54:55.5757482Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:54:55.5757915Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:54:55.5758329Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:54:55.5758727Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:54:55.5759116Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:54:55.5759522Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:54:55.5759929Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:54:55.5760310Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:54:55.5760703Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:54:55.5761129Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:54:55.5761517Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:54:55.5761937Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:54:55.5762414Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:54:55.5762842Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:54:55.5763227Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:54:55.5763608Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:54:55.5764003Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:54:55.5764385Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:54:55.5764874Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:54:55.5765316Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:54:55.5765970Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:54:55.5766394Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:54:55.5766800Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:54:55.5767202Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:54:55.5767614Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:54:55.5767991Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:54:55.5768379Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:54:55.5768785Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:54:55.5769241Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:54:55.5769705Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:54:55.5770141Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:54:55.5770549Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:54:55.5770970Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:54:55.5771421Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:54:55.5771821Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:54:55.5772183Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:54:55.5772503Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:54:55.5772812Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:54:55.5773193Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:54:55.5773577Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:54:55.5773940Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:54:55.5774447Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:54:55.5774852Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:54:55.5775243Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:54:55.5775607Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:54:55.5776235Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:54:55.5776620Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:54:55.5777018Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:54:55.5777400Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:54:55.5777775Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:54:55.5778143Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:54:55.5778541Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:54:55.5778932Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:54:55.5779289Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:54:55.5779668Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:54:55.5780065Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:54:55.5780452Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:54:55.5780836Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:54:55.5781217Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:54:55.5781736Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:54:55.5782165Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:54:55.5782602Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:54:55.5783018Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:54:55.5783376Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:54:55.5783733Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:54:55.5784085Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:54:55.5784519Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:54:55.5785036Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:54:55.5785518Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:54:55.5786241Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:54:55.5786750Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:54:55.5787204Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:54:55.5787592Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:54:55.5787986Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:54:55.5788380Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:54:55.5788775Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:54:55.5789163Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:54:55.5789552Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:54:55.5789930Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:54:55.5790332Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:54:55.5790782Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:54:55.5791353Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:54:55.5791736Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:54:55.5792146Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:54:55.5792576Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:54:55.5792965Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:54:55.5793325Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:54:55.5793721Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:54:55.5794184Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:54:55.5794624Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:54:55.5795048Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:54:55.5795471Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:54:55.5795923Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:54:55.5796209Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:54:55.5796569Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:54:55.5797062Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:54:55.5797422Z 
2025-08-20T22:54:55.5797427Z 
2025-08-20T22:54:55.5797814Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:54:55 PM)
2025-08-20T22:54:55.5798205Z 
2025-08-20T22:54:55.5798209Z 
2025-08-20T22:54:55.5798212Z 
2025-08-20T22:54:55.5798289Z [+] Continue : YES
2025-08-20T22:54:55.5798409Z 
2025-08-20T22:54:55.5798767Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:54:55.7277565Z 
2025-08-20T22:54:55.7278283Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:54:55 PM) UTC
2025-08-20T22:54:55.7278783Z 
2025-08-20T22:54:55.7296666Z 
2025-08-20T22:54:55.7296909Z [+] Total RECIPES :: 1
2025-08-20T22:54:55.7297159Z 
2025-08-20T22:54:55.7378680Z 
2025-08-20T22:54:55.7379754Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml (1/1)
2025-08-20T22:54:55.7380352Z 
2025-08-20T22:54:55.7752190Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:54:55.7765236Z mode of '/tmp/pkgforge/o7hBJTGua_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7817691Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tlrc/official [Provided]
2025-08-20T22:54:55.7818459Z [+] Setting '.pkg_family' --> tlrc [Provided]
2025-08-20T22:54:55.7831173Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:54:55.7837971Z [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:54:55.7868807Z [00:00:00.003]➜  
2025-08-20T22:54:55.7869610Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:54:55.7870126Z [00:00:00.003]➜  
2025-08-20T22:54:55.7912216Z [00:00:00.008]➜  
2025-08-20T22:54:55.7912972Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:54:55.7913457Z [00:00:00.008]➜  
2025-08-20T22:54:55.7995864Z [00:00:00.016]➜  
2025-08-20T22:54:55.7997183Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml) --> /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:54:55 PM) UTC]
2025-08-20T22:54:55.7998139Z [00:00:00.016]➜  
2025-08-20T22:54:55.7998356Z [00:00:00.016]➜  
2025-08-20T22:54:55.7998565Z [00:00:00.016]➜  
2025-08-20T22:54:55.7999134Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:54:55.8006615Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:54:55.8007924Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:54:55.8009108Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:54:55.8009626Z [00:00:00.017]➜  
2025-08-20T22:54:55.8010068Z [00:00:00.017]➜  pkg: "tlrc"
2025-08-20T22:54:55.8010662Z [00:00:00.017]➜  pkg_id: "github.com.tldr-pages.tlrc"
2025-08-20T22:54:55.8011282Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:54:55.8011784Z [00:00:00.017]➜  category:
2025-08-20T22:54:55.8012653Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:54:55.8013201Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:54:55.8014022Z [00:00:00.017]➜  description: "Official tldr/tldr-pages client written in Rust"
2025-08-20T22:54:55.8014823Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:54:55.8015333Z [00:00:00.017]➜    archlinux:
2025-08-20T22:54:55.8016026Z [00:00:00.017]➜      aur:
2025-08-20T22:54:55.8016615Z [00:00:00.017]➜        - "tlrc"
2025-08-20T22:54:55.8017124Z [00:00:00.017]➜        - "tlrc-bin"
2025-08-20T22:54:55.8017618Z [00:00:00.017]➜        - "tlrc-git"
2025-08-20T22:54:55.8018072Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:54:55.8018582Z [00:00:00.017]➜      - "tlrc"
2025-08-20T22:54:55.8019027Z [00:00:00.017]➜  homepage:
2025-08-20T22:54:55.8019628Z [00:00:00.017]➜    - "https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:55.8020202Z [00:00:00.017]➜  license:
2025-08-20T22:54:55.8020648Z [00:00:00.017]➜    - "MIT"  
2025-08-20T22:54:55.8021135Z [00:00:00.017]➜  maintainer:
2025-08-20T22:54:55.8021703Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:54:55.8022526Z [00:00:00.017]➜  note:
2025-08-20T22:54:55.8023092Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:54:55.8024107Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:55.8024944Z [00:00:00.017]➜  provides:
2025-08-20T22:54:55.8025395Z [00:00:00.017]➜    - "tldr"
2025-08-20T22:54:55.8026035Z [00:00:00.017]➜    - "tlrc"
2025-08-20T22:54:55.8026478Z [00:00:00.017]➜  repology:
2025-08-20T22:54:55.8026939Z [00:00:00.017]➜    - "tlrc"
2025-08-20T22:54:55.8027378Z [00:00:00.017]➜  src_url:
2025-08-20T22:54:55.8027900Z [00:00:00.017]➜    - "https://github.com/tldr-pages/tlrc"
2025-08-20T22:54:55.8028460Z [00:00:00.017]➜  tag:
2025-08-20T22:54:55.8028859Z [00:00:00.017]➜    - "cheatsheet"
2025-08-20T22:54:55.8029301Z [00:00:00.017]➜    - "tldr"
2025-08-20T22:54:55.8029575Z [00:00:00.017]➜    - "tldr-pages"
2025-08-20T22:54:55.8029855Z [00:00:00.017]➜  x_exec:
2025-08-20T22:54:55.8030156Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:54:55.8030443Z [00:00:00.017]➜    host:
2025-08-20T22:54:55.8030700Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:54:55.8030988Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:54:55.8031270Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:54:55.8031528Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:54:55.8031839Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:54:55.8032593Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:54:55.8033515Z [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:54:55.8034199Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:54:55.8034703Z [00:00:00.017]➜    run: |
2025-08-20T22:54:55.8035093Z [00:00:00.017]➜      #Build
2025-08-20T22:54:55.8049569Z [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:54:55.8051387Z [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:54:55.8052531Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:54:55.8053459Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:54:55.8054257Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:54:55.8054925Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:54:55.8055429Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:54:55.8056367Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:54:55.8057264Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:54:55.8058083Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:54:55.8059622Z [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:54:55.8060743Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:54:55.8061404Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:54:55.8061947Z [00:00:00.017]➜           else
2025-08-20T22:54:55.8062459Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:54:55.8062987Z [00:00:00.017]➜           fi
2025-08-20T22:54:55.8063436Z [00:00:00.017]➜         else
2025-08-20T22:54:55.8064137Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:54:55.8064875Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:54:55.8065439Z [00:00:00.017]➜         fi
2025-08-20T22:54:55.8066451Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:54:55.8067122Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:54:55.8067896Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:54:55.8068735Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:54:55.8069509Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:54:55.8070083Z [00:00:00.017]➜         fi
2025-08-20T22:54:55.8070599Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:54:55.8071243Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:54:55.8071863Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:54:55.8072476Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:54:55.8073114Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:54:55.8073758Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:54:55.8074390Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:54:55.8075095Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:54:55.8076054Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:54:55.8076760Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:54:55.8077410Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:54:55.8078106Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:54:55.8078806Z [00:00:00.018]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:54:55.8079361Z [00:00:00.018]➜        #Build
2025-08-20T22:54:55.8080342Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:54:55.8081394Z [00:00:00.018]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:54:55.8082067Z [00:00:00.018]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:54:55.8083284Z [00:00:00.018]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:54:55.8084637Z [00:00:00.018]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:54:55.8085799Z [00:00:00.018]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:54:55.8086882Z [00:00:00.018]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:54:55.8087573Z [00:00:00.018]➜        #Copy
2025-08-20T22:54:55.8089335Z [00:00:00.018]➜         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:54:55.8091634Z [00:00:00.018]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:54:55.8092829Z [00:00:00.018]➜         cp -fv "/build-bins/tldr" "/build-bins/tlrc"
2025-08-20T22:54:55.8093401Z [00:00:00.018]➜        #Strip 
2025-08-20T22:54:55.8094388Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:54:55.8095866Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:54:55.8097173Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:54:55.8098287Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:54:55.8099580Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:54:55.8100398Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T22:54:55.8100876Z [00:00:00.018]➜        '
2025-08-20T22:54:55.8101336Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T22:54:55.8102008Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:54:55.8102937Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:54:55.8104120Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:54:55.8104966Z [00:00:00.018]➜  
2025-08-20T22:54:55.8105186Z [00:00:00.018]➜  
2025-08-20T22:54:55.8105492Z [00:00:00.018]➜  ###################################################################
2025-08-20T22:54:55.8106063Z [00:00:00.018]➜  
2025-08-20T22:54:55.8106276Z [00:00:00.018]➜  
2025-08-20T22:54:55.8106489Z [00:00:00.018]➜  
2025-08-20T22:54:55.8107033Z [00:00:00.019]➜  '/tmp/pkgforge/o7hBJTGua_build.yaml' -> '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:54:57.3374414Z [00:00:01.554]➜  '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.version' -> '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.version'
2025-08-20T22:54:57.3430307Z [00:00:01.559]➜  [+] Version: HEAD-812ff0f-250819T160533 ('.x_exec.pkgver') [/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.version]
2025-08-20T22:54:57.3679914Z [00:00:01.584]➜  [+] Progs: tldr tlrc
2025-08-20T22:54:58.1560109Z [00:00:02.372]➜  
2025-08-20T22:54:58.1560757Z [00:00:02.372]➜  [-] Missing packages. Found: 
2025-08-20T22:54:58.1561365Z [00:00:02.372]➜  [+] Expected: tldr tlrc
2025-08-20T22:54:58.1562014Z [00:00:02.372]➜  [+] Continuing with build...
2025-08-20T22:54:58.1562432Z [00:00:02.372]➜  
2025-08-20T22:54:58.5614017Z [00:00:02.778]➜  
2025-08-20T22:54:58.5614478Z [00:00:02.778]➜  
2025-08-20T22:54:58.5710883Z [00:00:02.787]➜  + mkdir -pv /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:54:58.5736269Z [00:00:02.790]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tlrc -e PKG_ID=github.com.tldr-pages.tlrc -e PKG_TYPE=static -e PKG_VER=HEAD-812ff0f-250819T160533 -e PKGVER=HEAD-812ff0f-250819T160533 -e SBUILD_PKG=tlrc.static -e SBUILD_PKGVER=HEAD-812ff0f-250819T160533 --volume /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:54:58.5738900Z [00:00:02.790]➜    #Setup ENV
2025-08-20T22:54:58.5739383Z [00:00:02.790]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:54:58.5739962Z [00:00:02.790]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:54:58.5740481Z [00:00:02.790]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:54:58.5741232Z [00:00:02.790]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:54:58.5741921Z [00:00:02.790]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:54:58.5742323Z [00:00:02.790]➜         export RUST_TARGET
2025-08-20T22:54:58.5742643Z [00:00:02.790]➜       else
2025-08-20T22:54:58.5742941Z [00:00:02.790]➜         rustc -Vv ; exit 1
2025-08-20T22:54:58.5743267Z [00:00:02.790]➜       fi
2025-08-20T22:54:58.5743537Z [00:00:02.790]➜     else
2025-08-20T22:54:58.5743918Z [00:00:02.790]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:54:58.5744380Z [00:00:02.790]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:54:58.5744721Z [00:00:02.790]➜     fi
2025-08-20T22:54:58.5745226Z [00:00:02.790]➜     RUST_FLAGS=()
2025-08-20T22:54:58.5745870Z [00:00:02.790]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:54:58.5746422Z [00:00:02.790]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:54:58.5746936Z [00:00:02.790]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:54:58.5747419Z [00:00:02.790]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:54:58.5747780Z [00:00:02.790]➜     fi
2025-08-20T22:54:58.5748083Z [00:00:02.790]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:54:58.5748480Z [00:00:02.790]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:54:58.5748832Z [00:00:02.790]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:54:58.5749183Z [00:00:02.790]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:54:58.5749546Z [00:00:02.790]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:54:58.5749906Z [00:00:02.790]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:54:58.5750269Z [00:00:02.790]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:54:58.5750676Z [00:00:02.790]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:54:58.5751092Z [00:00:02.790]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:54:58.5751498Z [00:00:02.790]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:54:58.5751869Z [00:00:02.790]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:54:58.5752274Z [00:00:02.790]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:54:58.5752674Z [00:00:02.790]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:54:58.5753001Z [00:00:02.790]➜    #Build
2025-08-20T22:54:58.5753599Z [00:00:02.790]➜     git clone --filter "blob:none" --quiet "https://github.com/tldr-pages/tlrc" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:54:58.5754164Z [00:00:02.790]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:54:58.5754533Z [00:00:02.790]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:54:58.5755226Z [00:00:02.790]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:54:58.5755988Z [00:00:02.790]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:54:58.5756795Z [00:00:02.790]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:54:58.5757432Z [00:00:02.790]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:54:58.5757835Z [00:00:02.790]➜    #Copy
2025-08-20T22:54:58.5758853Z [00:00:02.790]➜     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:54:58.5760186Z [00:00:02.790]➜     ( 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:54:58.5760870Z [00:00:02.790]➜     cp -fv "/build-bins/tldr" "/build-bins/tlrc"
2025-08-20T22:54:58.5761213Z [00:00:02.790]➜    #Strip 
2025-08-20T22:54:58.5761786Z [00:00:02.790]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:54:58.5762557Z [00:00:02.790]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:54:58.5763282Z [00:00:02.790]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:54:58.5763907Z [00:00:02.790]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:54:58.5764516Z [00:00:02.790]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:54:58.5764973Z [00:00:02.790]➜     popd &>/dev/null
2025-08-20T22:54:58.5765399Z [00:00:02.790]➜    '
2025-08-20T22:54:59.2084540Z [00:00:03.425]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:54:59.3739704Z [00:00:03.590]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:54:59.3740209Z [00:00:03.590]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:54:59.3740583Z [00:00:03.590]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:54:59.3740937Z [00:00:03.590]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:54:59.3741282Z [00:00:03.590]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:54:59.3741631Z [00:00:03.590]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:54:59.3741961Z [00:00:03.590]➜  73d19b2d2e73: Waiting
2025-08-20T22:54:59.3742284Z [00:00:03.590]➜  1eff1cf6af24: Waiting
2025-08-20T22:54:59.3742588Z [00:00:03.590]➜  eb4a15147d73: Waiting
2025-08-20T22:54:59.5880285Z [00:00:03.804]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:54:59.5881007Z [00:00:03.804]➜  bffca73cb30c: Download complete
2025-08-20T22:54:59.6571247Z [00:00:03.873]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:54:59.6571871Z [00:00:03.873]➜  74f0d3ee81d8: Download complete
2025-08-20T22:54:59.7173387Z [00:00:03.934]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:54:59.7174942Z [00:00:03.934]➜  d62bb7eb03b5: Download complete
2025-08-20T22:54:59.8246601Z [00:00:04.041]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:54:59.9612604Z [00:00:04.177]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:54:59.9614188Z [00:00:04.178]➜  1eff1cf6af24: Download complete
2025-08-20T22:55:00.6521255Z [00:00:04.868]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:55:00.7994058Z [00:00:05.016]➜  bffca73cb30c: Pull complete
2025-08-20T22:55:00.9622770Z [00:00:05.179]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:55:00.9623603Z [00:00:05.179]➜  eb4a15147d73: Download complete
2025-08-20T22:56:01.3397158Z [00:01:05.556]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:56:01.3397959Z [00:01:05.556]➜  73d19b2d2e73: Download complete
2025-08-20T22:57:15.1934865Z [00:02:19.410]➜  73d19b2d2e73: Pull complete
2025-08-20T22:57:20.4514404Z [00:02:24.668]➜  eb4a15147d73: Pull complete
2025-08-20T22:57:20.4619100Z [00:02:24.678]➜  1eff1cf6af24: Pull complete
2025-08-20T22:57:20.4661690Z [00:02:24.683]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:57:20.4673430Z [00:02:24.684]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:57:20.6456516Z [00:02:24.862]➜  + mkdir -p /build-bins
2025-08-20T22:57:20.6474236Z [00:02:24.864]➜  ++ mktemp -d
2025-08-20T22:57:20.6490793Z [00:02:24.865]➜  + pushd /tmp/tmp.4cuISgYyB2
2025-08-20T22:57:20.6491525Z [00:02:24.865]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:57:20.6492790Z [00:02:24.866]➜  + source /root/.cargo/env
2025-08-20T22:57:20.6493311Z [00:02:24.866]➜  ++ case ":${PATH}:" in
2025-08-20T22:57:20.6497444Z [00:02:24.866]➜  ++ uname -m
2025-08-20T22:57:20.6500817Z [00:02:24.866]➜  ++ tr -d '[:space:]'
2025-08-20T22:57:20.6517076Z [00:02:24.868]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:57:20.6520459Z [00:02:24.868]➜  ++ uname -m
2025-08-20T22:57:20.6535484Z [00:02:24.870]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:57:20.6536316Z [00:02:24.870]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:57:20.6537039Z [00:02:24.870]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:57:20.8875515Z [00:02:25.104]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:57:20.8906733Z [00:02:25.107]➜  + RUST_FLAGS=()
2025-08-20T22:57:20.8907385Z [00:02:25.107]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:57:20.8908190Z [00:02:25.107]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:57:20.8912000Z [00:02:25.108]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:57:20.8912603Z [00:02:25.108]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:57:20.8922625Z [00:02:25.109]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:57:20.8923414Z [00:02:25.109]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:57:20.8924162Z [00:02:25.109]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:57:20.8924803Z [00:02:25.109]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:57:20.8925379Z [00:02:25.109]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:57:20.8926050Z [00:02:25.109]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:57:20.8926432Z [00:02:25.109]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:57:20.8926776Z [00:02:25.109]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:57:20.8927166Z [00:02:25.109]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:57:20.8930771Z [00:02:25.109]➜  ++ which mold
2025-08-20T22:57:20.8954650Z [00:02:25.112]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:57:20.8956137Z [00:02:25.112]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:57:20.8956813Z [00:02:25.112]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:57:20.8957480Z [00:02:25.112]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:57:20.8960195Z [00:02:25.112]➜  + 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:57:20.8964265Z [00:02:25.112]➜  + 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:57:20.8966083Z [00:02:25.112]➜  + git clone --filter blob:none --quiet https://github.com/tldr-pages/tlrc ./TEMPREPO
2025-08-20T22:57:21.7912300Z [00:02:26.007]➜  + cd ./TEMPREPO/
2025-08-20T22:57:21.7912983Z [00:02:26.008]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:57:21.7913344Z [00:02:26.008]➜  
2025-08-20T22:57:21.7913632Z [00:02:26.008]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:57:21.7915176Z [00:02:26.008]➜  + 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:57:21.7916864Z [00:02:26.008]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:57:21.7918553Z [00:02:26.008]➜  [+] 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:57:21.7919765Z [00:02:26.008]➜  
2025-08-20T22:57:21.7924202Z [00:02:26.009]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:57:21.7925009Z [00:02:26.009]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:57:21.7946854Z [00:02:26.011]➜  ++ nproc
2025-08-20T22:57:21.7964120Z [00:02:26.013]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:57:22.1725877Z [00:02:26.389]➜      Updating crates.io index
2025-08-20T22:57:22.5184042Z [00:02:26.735]➜   Downloading crates ...
2025-08-20T22:57:22.6737980Z [00:02:26.890]➜    Downloaded anstream v0.6.19
2025-08-20T22:57:22.6845214Z [00:02:26.901]➜    Downloaded anstyle v1.0.11
2025-08-20T22:57:22.6964947Z [00:02:26.913]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:57:22.6991510Z [00:02:26.916]➜    Downloaded heck v0.5.0
2025-08-20T22:57:22.7016559Z [00:02:26.918]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:57:22.7046962Z [00:02:26.921]➜    Downloaded libz-rs-sys v0.5.1
2025-08-20T22:57:22.7065278Z [00:02:26.923]➜    Downloaded indexmap v2.10.0
2025-08-20T22:57:22.7138301Z [00:02:26.930]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T22:57:22.7175410Z [00:02:26.934]➜    Downloaded httparse v1.10.1
2025-08-20T22:57:22.7221301Z [00:02:26.939]➜    Downloaded toml_datetime v0.7.0
2025-08-20T22:57:22.7264789Z [00:02:26.943]➜    Downloaded bytes v1.10.1
2025-08-20T22:57:22.7334685Z [00:02:26.950]➜    Downloaded toml_parser v1.0.1
2025-08-20T22:57:22.7382806Z [00:02:26.955]➜    Downloaded zeroize v1.8.1
2025-08-20T22:57:22.7413811Z [00:02:26.958]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:57:22.7458992Z [00:02:26.962]➜    Downloaded yansi v1.0.1
2025-08-20T22:57:22.7497909Z [00:02:26.966]➜    Downloaded memchr v2.7.5
2025-08-20T22:57:22.7572718Z [00:02:26.974]➜    Downloaded flate2 v1.1.2
2025-08-20T22:57:22.7642335Z [00:02:26.981]➜    Downloaded hashbrown v0.15.4
2025-08-20T22:57:22.7713129Z [00:02:26.988]➜    Downloaded zip v4.3.0
2025-08-20T22:57:22.7770579Z [00:02:26.993]➜    Downloaded ureq v3.0.12
2025-08-20T22:57:22.7845596Z [00:02:27.001]➜    Downloaded winnow v0.7.12
2025-08-20T22:57:22.7976339Z [00:02:27.014]➜    Downloaded ureq-proto v0.4.2
2025-08-20T22:57:22.8040538Z [00:02:27.020]➜    Downloaded zlib-rs v0.5.1
2025-08-20T22:57:22.8106991Z [00:02:27.027]➜    Downloaded toml v0.9.4
2025-08-20T22:57:22.8168030Z [00:02:27.033]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:57:22.8204669Z [00:02:27.037]➜    Downloaded unicode-width v0.2.1
2025-08-20T22:57:22.8272163Z [00:02:27.044]➜    Downloaded webpki-roots v1.0.2
2025-08-20T22:57:22.8314759Z [00:02:27.048]➜    Downloaded syn v2.0.104
2025-08-20T22:57:22.8462550Z [00:02:27.063]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T22:57:22.8523107Z [00:02:27.069]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T22:57:22.8588216Z [00:02:27.075]➜    Downloaded rustls v0.23.31
2025-08-20T22:57:22.8746265Z [00:02:27.091]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T22:57:22.8783211Z [00:02:27.095]➜    Downloaded log v0.4.27
2025-08-20T22:57:22.8815905Z [00:02:27.098]➜    Downloaded rustix v1.0.8
2025-08-20T22:57:22.9187166Z [00:02:27.135]➜    Downloaded crc32fast v1.5.0
2025-08-20T22:57:22.9213287Z [00:02:27.138]➜    Downloaded cc v1.2.31
2025-08-20T22:57:22.9262586Z [00:02:27.143]➜    Downloaded subtle v2.6.1
2025-08-20T22:57:22.9280486Z [00:02:27.144]➜    Downloaded shlex v1.3.0
2025-08-20T22:57:22.9299304Z [00:02:27.146]➜    Downloaded rustls-webpki v0.103.4
2025-08-20T22:57:22.9341105Z [00:02:27.150]➜    Downloaded quote v1.0.40
2025-08-20T22:57:22.9379229Z [00:02:27.154]➜    Downloaded getrandom v0.2.16
2025-08-20T22:57:22.9420882Z [00:02:27.158]➜    Downloaded errno v0.3.13
2025-08-20T22:57:22.9443350Z [00:02:27.161]➜    Downloaded dirs-sys v0.5.0
2025-08-20T22:57:22.9459919Z [00:02:27.162]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T22:57:23.0073466Z [00:02:27.224]➜    Downloaded dirs v6.0.0
2025-08-20T22:57:23.0091987Z [00:02:27.226]➜    Downloaded libc v0.2.174
2025-08-20T22:57:23.0431832Z [00:02:27.260]➜    Downloaded clap_lex v0.7.5
2025-08-20T22:57:23.0447443Z [00:02:27.261]➜    Downloaded clap_builder v4.5.42
2025-08-20T22:57:23.0531102Z [00:02:27.269]➜    Downloaded webpki-roots v0.26.11
2025-08-20T22:57:23.0549434Z [00:02:27.271]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:57:23.0563883Z [00:02:27.273]➜    Downloaded utf-8 v0.7.6
2025-08-20T22:57:23.0580614Z [00:02:27.274]➜    Downloaded untrusted v0.9.0
2025-08-20T22:57:23.0603154Z [00:02:27.277]➜    Downloaded toml_writer v1.0.2
2025-08-20T22:57:23.0622888Z [00:02:27.279]➜    Downloaded serde_spanned v1.0.0
2025-08-20T22:57:23.0640491Z [00:02:27.280]➜    Downloaded serde v1.0.219
2025-08-20T22:57:23.0680644Z [00:02:27.284]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T22:57:23.0715593Z [00:02:27.288]➜    Downloaded openssl-probe v0.1.6
2025-08-20T22:57:23.0731322Z [00:02:27.290]➜    Downloaded once_cell v1.21.3
2025-08-20T22:57:23.0766645Z [00:02:27.293]➜    Downloaded fnv v1.0.7
2025-08-20T22:57:23.0779358Z [00:02:27.294]➜    Downloaded colorchoice v1.0.4
2025-08-20T22:57:23.0793881Z [00:02:27.296]➜    Downloaded strsim v0.11.1
2025-08-20T22:57:23.0815112Z [00:02:27.298]➜    Downloaded socks v0.3.4
2025-08-20T22:57:23.0833467Z [00:02:27.300]➜    Downloaded rustls-pemfile v2.2.0
2025-08-20T22:57:23.0868702Z [00:02:27.303]➜    Downloaded option-ext v0.2.0
2025-08-20T22:57:23.0880421Z [00:02:27.304]➜    Downloaded equivalent v1.0.2
2025-08-20T22:57:23.0894818Z [00:02:27.306]➜    Downloaded base64 v0.22.1
2025-08-20T22:57:23.0947045Z [00:02:27.311]➜    Downloaded terminal_size v0.4.2
2025-08-20T22:57:23.0966141Z [00:02:27.313]➜    Downloaded percent-encoding v2.3.1
2025-08-20T22:57:23.0977378Z [00:02:27.314]➜    Downloaded http v1.3.1
2025-08-20T22:57:23.1026361Z [00:02:27.319]➜    Downloaded byteorder v1.5.0
2025-08-20T22:57:23.1048404Z [00:02:27.321]➜    Downloaded anstyle-query v1.1.3
2025-08-20T22:57:23.1067017Z [00:02:27.323]➜    Downloaded itoa v1.0.15
2025-08-20T22:57:23.1088668Z [00:02:27.325]➜    Downloaded clap_derive v4.5.41
2025-08-20T22:57:23.1120514Z [00:02:27.328]➜    Downloaded clap v4.5.42
2025-08-20T22:57:23.1253726Z [00:02:27.342]➜    Downloaded bitflags v2.9.1
2025-08-20T22:57:23.1321040Z [00:02:27.348]➜    Downloaded ring v0.17.14
2025-08-20T22:57:23.2358431Z [00:02:27.452]➜     Compiling proc-macro2 v1.0.95
2025-08-20T22:57:23.2360393Z [00:02:27.452]➜     Compiling libc v0.2.174
2025-08-20T22:57:23.2361017Z [00:02:27.452]➜     Compiling shlex v1.3.0
2025-08-20T22:57:23.2361669Z [00:02:27.452]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:57:23.2362287Z [00:02:27.452]➜     Compiling cfg-if v1.0.1
2025-08-20T22:57:23.2367482Z [00:02:27.452]➜       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.95/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=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.2374747Z [00:02:27.452]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1a5d1c3db99372ed -C extra-filename=-b36db43b0fc69e13 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.2384822Z [00:02:27.453]➜       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.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.2397854Z [00:02:27.453]➜       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.174/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=a215f7296a944c65 -C extra-filename=-36e21ec43fe2a66a --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:23.2441193Z [00:02:27.455]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=ceda98116b875d8a -C extra-filename=-47ad323aa7f376b3 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:23.3916150Z [00:02:27.608]➜     Compiling zeroize v1.8.1
2025-08-20T22:57:23.3948668Z [00:02:27.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zeroize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=53f881475d323856 -C extra-filename=-9d7a6fb98124bc73 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:23.5193625Z [00:02:27.736]➜     Compiling untrusted v0.9.0
2025-08-20T22:57:23.5211715Z [00:02:27.737]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name untrusted --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a1b71bbb8f48428 -C extra-filename=-df20551f16bb03b0 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:23.6521428Z [00:02:27.868]➜     Compiling cc v1.2.31
2025-08-20T22:57:23.6529817Z [00:02:27.869]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.31/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("jobserver", "parallel"))' -C metadata=b6ae1e638b3a2c05 -C extra-filename=-b3694deaaed00eff --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T22:57:23.6752134Z [00:02:27.891]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T22:57:23.6782014Z [00:02:27.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_pki_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=b44daea0bc6b87ee -C extra-filename=-7078020738de7e30 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.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:57:23.7157140Z [00:02:27.932]➜     Compiling serde v1.0.219
2025-08-20T22:57:23.7169847Z [00:02:27.933]➜       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/serde-1.0.219/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="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b4d57878326094bd -C extra-filename=-1108bd03bb6c3137 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:24.0131039Z [00:02:28.229]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build`
2025-08-20T22:57:24.0387526Z [00:02:28.253]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T22:57:24.0556285Z [00:02:28.268]➜       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.174/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 '--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=92609ef2b37bfedf -C extra-filename=-afceb2c5d0833709 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:24.0978197Z [00:02:28.314]➜     Compiling rustix v1.0.8
2025-08-20T22:57:24.1056533Z [00:02:28.321]➜       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="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --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=80ad2a41f4e59e84 -C extra-filename=-875a62018374fb9f --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:24.2171883Z [00:02:28.432]➜       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.95/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=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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:57:24.6636392Z [00:02:28.880]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build-script-build`
2025-08-20T22:57:24.7553376Z [00:02:28.971]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-20T22:57:24.8087605Z [00:02:29.025]➜     Compiling utf8parse v0.2.2
2025-08-20T22:57:24.8103584Z [00:02:29.026]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:24.9536384Z [00:02:29.170]➜     Compiling log v0.4.27
2025-08-20T22:57:24.9551235Z [00:02:29.170]➜       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 --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=f6c02ce54bbd65c6 -C extra-filename=-33c9bc831a759fed --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:25.3699322Z [00:02:29.586]➜     Compiling crc32fast v1.5.0
2025-08-20T22:57:25.3709137Z [00:02:29.587]➜       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/crc32fast-1.5.0/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", "nightly", "std"))' -C metadata=8dab8b0a1c4185eb -C extra-filename=-1f557ea23a20a24d --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:25.4781732Z [00:02:29.694]➜     Compiling quote v1.0.40
2025-08-20T22:57:25.4788220Z [00:02:29.695]➜       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=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T22:57:25.8100742Z [00:02:30.024]➜     Compiling bitflags v2.9.1
2025-08-20T22:57:25.8110072Z [00:02:30.025]➜       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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=a989f421e12eff85 -C extra-filename=-9512240895c4827e --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:26.1255329Z [00:02:30.342]➜     Compiling syn v2.0.104
2025-08-20T22:57:26.1270301Z [00:02:30.342]➜       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.104/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=f8d2245392bf756b -C extra-filename=-13c28a5597645985 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T22:57:26.1629346Z [00:02:30.379]➜     Compiling getrandom v0.2.16
2025-08-20T22:57:26.1643973Z [00:02:30.380]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=9310af13ea59196a -C extra-filename=-f5a919cd2dcb5029 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern libc=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.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:57:26.1965824Z [00:02:30.413]➜     Compiling rustls v0.23.31
2025-08-20T22:57:26.1983312Z [00:02:30.413]➜       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/rustls-0.23.31/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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' -C debug-assertions=off --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=fbe2f4b91bd9f7c8 -C extra-filename=-184e172dfad71baf --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:26.5140038Z [00:02:30.730]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T22:57:26.5150600Z [00:02:30.730]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:26.5191043Z [00:02:30.733]➜     Compiling httparse v1.10.1
2025-08-20T22:57:26.5197376Z [00:02:30.734]➜       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/httparse-1.10.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=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bbe9fae4e5d6b486 -C extra-filename=-d5917157eb0a054b --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:26.5265932Z [00:02:30.743]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build`
2025-08-20T22:57:26.5556128Z [00:02:30.772]➜     Compiling anstyle-parse v0.2.7
2025-08-20T22:57:26.5623598Z [00:02:30.776]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.4cuISgYyB2/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:57:26.8378483Z [00:02:31.054]➜     Compiling bytes v1.10.1
2025-08-20T22:57:26.8391643Z [00:02:31.055]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:27.1352773Z [00:02:31.352]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build-script-build`
2025-08-20T22:57:27.1880551Z [00:02:31.404]➜     Compiling once_cell v1.21.3
2025-08-20T22:57:27.1925916Z [00:02:31.408]➜       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 --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=36fd0492bf29069c -C extra-filename=-aadf2a7a103969b3 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:27.5998640Z [00:02:31.816]➜     Compiling ring v0.17.14
2025-08-20T22:57:27.6010550Z [00:02:31.817]➜       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/ring-0.17.14/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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=2d7a9c2075ee8f47 -C extra-filename=-c0daf9da421d94a5 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5 -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libcc-b3694deaaed00eff.rlib --cap-lints allow`
2025-08-20T22:57:27.6490994Z [00:02:31.865]➜     Compiling itoa v1.0.15
2025-08-20T22:57:27.6504207Z [00:02:31.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=581ced285c318958 -C extra-filename=-b2a72e844afe803f --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:27.9102366Z [00:02:32.126]➜     Compiling openssl-probe v0.1.6
2025-08-20T22:57:27.9118237Z [00:02:32.127]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7399c60feb7f8281 -C extra-filename=-b99093400b0fbf06 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:28.1012206Z [00:02:32.316]➜       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="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --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=652b62974042d0e0 -C extra-filename=-f81c79b249157461 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta --extern linux_raw_sys=/tmp/tmp.4cuISgYyB2/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:57:28.3495892Z [00:02:32.566]➜     Compiling anstyle-query v1.1.3
2025-08-20T22:57:28.3524090Z [00:02:32.566]➜       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.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 --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=c2122b83cb5759df -C extra-filename=-fb2e9ad978fcacd4 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:28.5105150Z [00:02:32.727]➜     Compiling fnv v1.0.7
2025-08-20T22:57:28.5121854Z [00:02:32.728]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/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=b859a1dabafe904a -C extra-filename=-7cc5609647fd48ac --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:28.6281466Z [00:02:32.844]➜     Compiling zlib-rs v0.5.1
2025-08-20T22:57:28.6296858Z [00:02:32.845]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zlib_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=7874a82fcb533431 -C extra-filename=-5c7cc95ca1abf653 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:28.7460723Z [00:02:32.962]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build-script-build`
2025-08-20T22:57:29.0582174Z [00:02:33.274]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:57:29.0635096Z [00:02:33.276]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:29.1499753Z [00:02:33.366]➜     Compiling anstyle v1.0.11
2025-08-20T22:57:29.1547018Z [00:02:33.369]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:29.6041387Z [00:02:33.820]➜     Compiling subtle v2.6.1
2025-08-20T22:57:29.6061085Z [00:02:33.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name subtle --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=e2fa5e497fbe6f98 -C extra-filename=-86ec28a99f44b466 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:29.8206775Z [00:02:34.037]➜     Compiling colorchoice v1.0.4
2025-08-20T22:57:29.8256731Z [00:02:34.038]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:29.9384345Z [00:02:34.155]➜     Compiling anstream v0.6.19
2025-08-20T22:57:29.9422187Z [00:02:34.156]➜       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.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=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=205aae9774750989 -C extra-filename=-63686468d78d1ab7 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta --extern colorchoice=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.4cuISgYyB2/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:57:30.5777427Z [00:02:34.794]➜     Compiling terminal_size v0.4.2
2025-08-20T22:57:30.5829075Z [00:02:34.798]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d75c253faecadf5a -C extra-filename=-458f18db5ed8539a --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-f81c79b249157461.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:57:30.8622250Z [00:02:35.078]➜     Compiling http v1.3.1
2025-08-20T22:57:30.8633722Z [00:02:35.079]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9640224b59a3f920 -C extra-filename=-ef442a24df5b09f2 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern fnv=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta --extern itoa=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.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:57:30.8768980Z [00:02:35.093]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T22:57:30.8787387Z [00:02:35.094]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_native_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1741cb8fb5dfa684 -C extra-filename=-615034de367b59ea --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta --extern pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.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:57:32.0347589Z [00:02:36.250]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name httparse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f11d210d8ddb8793 -C extra-filename=-e33754d2c2572ebf --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:32.6271248Z [00:02:36.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=87a0795a7f6ead24 -C extra-filename=-b7d45937fc9b5e5e --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.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 stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
2025-08-20T22:57:33.0355951Z [00:02:37.252]➜     Compiling webpki-roots v1.0.2
2025-08-20T22:57:33.0369349Z [00:02:37.252]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbb035e909a147a9 -C extra-filename=-0616c2fa580c72ca --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.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:57:33.2280262Z [00:02:37.444]➜     Compiling equivalent v1.0.2
2025-08-20T22:57:33.2292344Z [00:02:37.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d3382364af632f4 -C extra-filename=-00f80dfaddbea53e --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:33.3389586Z [00:02:37.555]➜     Compiling winnow v0.7.12
2025-08-20T22:57:33.3435108Z [00:02:37.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.12/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' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --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::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("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=43637e01c445680b -C extra-filename=-aa5b0dfc4d8124ba --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:34.2523505Z [00:02:38.469]➜     Compiling option-ext v0.2.0
2025-08-20T22:57:34.2538732Z [00:02:38.469]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name option_ext --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9c60099ef7e8244 -C extra-filename=-dd7fd95bf387f8ef --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:34.3223092Z [00:02:38.539]➜     Compiling clap_lex v0.7.5
2025-08-20T22:57:34.3250517Z [00:02:38.539]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:34.7443841Z [00:02:38.961]➜     Compiling libz-rs-sys v0.5.1
2025-08-20T22:57:34.7459256Z [00:02:38.961]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libz_rs_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=7ef6f7a02571f666 -C extra-filename=-4a1d7841f32af640 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern zlib_rs=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.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:57:35.1148958Z [00:02:39.331]➜     Compiling base64 v0.22.1
2025-08-20T22:57:35.1163060Z [00:02:39.332]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=798de08f576463d3 -C extra-filename=-1f9ac025c7e85115 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:35.9461758Z [00:02:40.162]➜     Compiling serde_derive v1.0.219
2025-08-20T22:57:35.9470165Z [00:02:40.163]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=db4e0482b3a0d3a1 -C extra-filename=-ece4a0d9dbdf20ff --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:36.0060760Z [00:02:40.222]➜     Compiling byteorder v1.5.0
2025-08-20T22:57:36.0071421Z [00:02:40.223]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9168f21e057d5151 -C extra-filename=-0786838a65bbe90a --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:36.6339341Z [00:02:40.850]➜     Compiling strsim v0.11.1
2025-08-20T22:57:36.6359164Z [00:02:40.850]➜       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.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:37.6150840Z [00:02:41.831]➜     Compiling hashbrown v0.15.4
2025-08-20T22:57:37.6165323Z [00:02:41.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e91fb8a1a007d164 -C extra-filename=-c67eff8a5893cb48 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:37.8177300Z [00:02:42.034]➜     Compiling heck v0.5.0
2025-08-20T22:57:37.8190273Z [00:02:42.035]➜       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.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:38.1641374Z [00:02:42.380]➜     Compiling clap_derive v4.5.41
2025-08-20T22:57:38.1672840Z [00:02:42.381]➜       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.41/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=18c6b3823859b93a -C extra-filename=-8c298ea42aa593fd --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:38.4189387Z [00:02:42.635]➜     Compiling toml_parser v1.0.1
2025-08-20T22:57:38.4223815Z [00:02:42.636]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --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_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' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=daa1137ff349def4 -C extra-filename=-213ee7ffc89f216f --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.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:57:39.0468943Z [00:02:43.263]➜     Compiling indexmap v2.10.0
2025-08-20T22:57:39.0484152Z [00:02:43.263]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=8c2be5776a46c162 -C extra-filename=-384eaed815089379 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern hashbrown=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-c67eff8a5893cb48.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:57:41.0298942Z [00:02:45.246]➜     Compiling clap_builder v4.5.42
2025-08-20T22:57:41.0350563Z [00:02:45.247]➜       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.42/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"' --cfg 'feature="wrap_help"' --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=7a77d05f83c67b42 -C extra-filename=-a41135cb133b8685 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --extern terminal_size=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.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:57:41.0881877Z [00:02:45.304]➜     Compiling socks v0.3.4
2025-08-20T22:57:41.0919449Z [00:02:45.307]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socks --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socks-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68ee4fc806c444e5 -C extra-filename=-39fbc0bceade26f6 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta --extern libc=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.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:57:41.9444732Z [00:02:46.161]➜     Compiling ureq-proto v0.4.2
2025-08-20T22:57:41.9464797Z [00:02:46.161]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ureq_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-proto-0.4.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="client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "default", "server"))' -C metadata=fb88b07128b273c6 -C extra-filename=-154ce01d7e6555c6 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern http=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ef442a24df5b09f2.rmeta --extern httparse=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-e33754d2c2572ebf.rmeta --extern log=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.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:57:43.4063977Z [00:02:47.623]➜     Compiling flate2 v1.1.2
2025-08-20T22:57:43.4086500Z [00:02:47.624]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.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="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ceab743a67df4a24 -C extra-filename=-d230d64ca0802318 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rmeta --extern libz_rs_sys=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.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:57:44.6690091Z [00:02:48.885]➜     Compiling dirs-sys v0.5.0
2025-08-20T22:57:44.6706628Z [00:02:48.886]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=262ea9ec13817626 -C extra-filename=-f9ccdb5c28b5ded5 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern option_ext=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.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:57:44.8102897Z [00:02:49.025]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=389aa567d9a773cd -C extra-filename=-c2f27d7a1f744e59 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libserde_derive-ece4a0d9dbdf20ff.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(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:57:44.8696045Z [00:02:49.086]➜     Compiling webpki-roots v0.26.11
2025-08-20T22:57:44.8739340Z [00:02:49.089]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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())' -C metadata=af53e0137ab7c31d -C extra-filename=-036819a2ba611514 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern parent=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-0616c2fa580c72ca.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:57:44.9816542Z [00:02:49.198]➜     Compiling rustls-pemfile v2.2.0
2025-08-20T22:57:44.9825564Z [00:02:49.198]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_pemfile --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=06ab7a72cf061e96 -C extra-filename=-2d5c85dd2fff05b8 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.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:57:45.3237803Z [00:02:49.540]➜     Compiling percent-encoding v2.3.1
2025-08-20T22:57:45.3256871Z [00:02:49.541]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f509564a0f47aca0 -C extra-filename=-157948d1c6c1f7ef --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:45.4563224Z [00:02:49.672]➜     Compiling utf-8 v0.7.6
2025-08-20T22:57:45.4574423Z [00:02:49.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.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=d28a2bc1a8547fe3 -C extra-filename=-d406618cdd2b23ca --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:45.7115025Z [00:02:49.928]➜     Compiling memchr v2.7.5
2025-08-20T22:57:45.7150799Z [00:02:49.928]➜       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="default"' --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=bd2962672d610b04 -C extra-filename=-70e93713acfb7392 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:45.7186766Z [00:02:49.935]➜     Compiling toml_writer v1.0.2
2025-08-20T22:57:45.7218370Z [00:02:49.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --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_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' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5c9308b6136e9287 -C extra-filename=-892fe5ab5f5215ca --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:46.1896588Z [00:02:50.406]➜     Compiling tlrc v1.11.1 (/tmp/tmp.4cuISgYyB2/TEMPREPO)
2025-08-20T22:57:46.1905150Z [00:02:50.406]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 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::style' '--warn=clippy::pedantic' '--warn=clippy::all' '--allow=clippy::unnecessary_debug_formatting' '--allow=clippy::struct_excessive_bools' '--allow=clippy::module_name_repetitions' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "socks-proxy"))' -C metadata=fef742d4a5da6075 -C extra-filename=-bacff1d919db44df --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps`
2025-08-20T22:57:46.9047912Z [00:02:51.121]➜     Compiling clap v4.5.42
2025-08-20T22:57:46.9080747Z [00:02:51.121]➜       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.42/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"' --cfg 'feature="wrap_help"' --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=73d079fa4b6a8961 -C extra-filename=-61436fae29c4751a --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-a41135cb133b8685.rmeta --extern clap_derive=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.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:57:46.9714635Z [00:02:51.186]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=621bbd0efb05003d -C extra-filename=-14375e056f7ddf07 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern getrandom=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-f5a919cd2dcb5029.rmeta --extern untrusted=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
2025-08-20T22:57:47.0203205Z [00:02:51.236]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build-script-build`
2025-08-20T22:57:47.0287856Z [00:02:51.245]➜     Compiling zip v4.3.0
2025-08-20T22:57:47.0308278Z [00:02:51.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zip --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.3.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="_deflate-any"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=b8ac4c7107b3076c -C extra-filename=-426650db58d49857 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rmeta --extern flate2=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-d230d64ca0802318.rmeta --extern indexmap=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-384eaed815089379.rmeta --extern memchr=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:57:48.0696711Z [00:02:52.286]➜       Running `/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build-script-build`
2025-08-20T22:57:48.0747196Z [00:02:52.291]➜     Compiling dirs v6.0.0
2025-08-20T22:57:48.0764018Z [00:02:52.292]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=347f89e93f160a5d -C extra-filename=-3943b260c99b6738 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-f9ccdb5c28b5ded5.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:57:48.3248225Z [00:02:52.541]➜     Compiling unicode-width v0.2.1
2025-08-20T22:57:48.3263843Z [00:02:52.542]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=421948942f5fde6c -C extra-filename=-e63203657655c5bb --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:48.8027231Z [00:02:53.019]➜     Compiling yansi v1.0.1
2025-08-20T22:57:48.8077865Z [00:02:53.023]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name yansi --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=a8541d48bfa80b68 -C extra-filename=-f2ed6de9a7db714b --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/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:57:52.2443637Z [00:02:56.461]➜     Compiling rustls-webpki v0.103.4
2025-08-20T22:57:52.2474626Z [00:02:56.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=23805ad745603c5e -C extra-filename=-ac58f09e073a8ea0 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rmeta --extern pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern untrusted=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out`
2025-08-20T22:57:52.3268180Z [00:02:56.543]➜     Compiling toml_datetime v0.7.0
2025-08-20T22:57:52.3313257Z [00:02:56.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --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_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' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=e8c0913af3bf7291 -C extra-filename=-9853cd3e4516e25a --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.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:57:52.8659924Z [00:02:57.082]➜     Compiling serde_spanned v1.0.0
2025-08-20T22:57:52.8698525Z [00:02:57.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --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_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' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=015c784bb9a297b8 -C extra-filename=-9fcb5e44690a84f6 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.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:57:53.0492591Z [00:02:57.265]➜     Compiling toml v0.9.4
2025-08-20T22:57:53.0536784Z [00:02:57.267]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --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_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' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=3254695e47f8c2cd -C extra-filename=-17054e2e26a7f5e8 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rmeta --extern serde_spanned=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9fcb5e44690a84f6.rmeta --extern toml_datetime=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9853cd3e4516e25a.rmeta --extern toml_parser=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta --extern toml_writer=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta --extern winnow=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.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:57:53.8660340Z [00:02:58.081]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31/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 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c22bf5792ef89a89 -C extra-filename=-2934c06b0451d766 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern log=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rmeta --extern once_cell=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rmeta --extern ring=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rmeta --extern pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern webpki=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rmeta --extern subtle=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out`
2025-08-20T22:58:06.9313638Z [00:03:11.148]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T22:58:06.9324048Z [00:03:11.148]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni"))' -C metadata=8764ad7ab7d5765d -C extra-filename=-e8ce5fea6c20e0f3 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern log=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rlib --extern once_cell=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rlib --extern rustls=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rlib --extern rustls_native_certs=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib --extern webpki=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rlib --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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out`
2025-08-20T22:58:07.3508865Z [00:03:11.567]➜     Compiling ureq v3.0.12
2025-08-20T22:58:07.3527431Z [00:03:11.567]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ureq --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-3.0.12/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="_ring"' --cfg 'feature="_rustls"' --cfg 'feature="_tls"' --cfg 'feature="platform-verifier"' --cfg 'feature="rustls"' --cfg 'feature="rustls-no-provider"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_doc", "_ring", "_rustls", "_test", "_tls", "_url", "brotli", "charset", "cookies", "default", "gzip", "json", "native-tls", "platform-verifier", "rustls", "rustls-no-provider", "socks-proxy", "vendored"))' -C metadata=90c582a964c09165 -C extra-filename=-c15af49505c6e4ac --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern log=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rmeta --extern percent_encoding=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta --extern rustls=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rmeta --extern rustls_pemfile=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-2d5c85dd2fff05b8.rmeta --extern rustls_pki_types=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern rustls_platform_verifier=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-e8ce5fea6c20e0f3.rlib --extern socks=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocks-39fbc0bceade26f6.rmeta --extern ureq_proto=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq_proto-154ce01d7e6555c6.rmeta --extern utf8=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8-d406618cdd2b23ca.rmeta --extern webpki_roots=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-036819a2ba611514.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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out`
2025-08-20T22:58:10.7160204Z [00:03:14.931]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tldr --edition=2021 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 '--warn=clippy::style' '--warn=clippy::pedantic' '--warn=clippy::all' '--allow=clippy::unnecessary_debug_formatting' '--allow=clippy::struct_excessive_bools' '--allow=clippy::module_name_repetitions' --cfg 'feature="default"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "socks-proxy"))' -C metadata=c9e4aabed7d3ff09 -C extra-filename=-e8b2e262b5b297c5 --out-dir /tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-61436fae29c4751a.rlib --extern dirs=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-3943b260c99b6738.rlib --extern log=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rlib --extern once_cell=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rlib --extern ring=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rlib --extern serde=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rlib --extern terminal_size=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.rlib --extern toml=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-17054e2e26a7f5e8.rlib --extern unicode_width=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-e63203657655c5bb.rlib --extern ureq=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq-c15af49505c6e4ac.rlib --extern yansi=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyansi-f2ed6de9a7db714b.rlib --extern zip=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-426650db58d49857.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 -L native=/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out`
2025-08-20T22:58:43.0980239Z [00:03:47.314]➜      Finished `release` profile [optimized] target(s) in 1m 21s
2025-08-20T22:58:43.1516701Z [00:03:47.368]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:58:43.1524191Z [00:03:47.369]➜  ./target/x86_64-unknown-linux-musl/release/tldr.d
2025-08-20T22:58:43.1529815Z [00:03:47.369]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:58:43.1531179Z [00:03:47.369]➜  ./target/x86_64-unknown-linux-musl/release/tldr
2025-08-20T22:58:43.1546521Z [00:03:47.371]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:58:43.1547804Z [00:03:47.371]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:58:43.1549509Z [00:03:47.371]➜  + cut -d: -f1
2025-08-20T22:58:43.1551275Z [00:03:47.372]➜  + xargs realpath --no-symlinks
2025-08-20T22:58:43.1552641Z [00:03:47.372]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:58:43.1829245Z [00:03:47.399]➜  sending incremental file list
2025-08-20T22:58:43.1836966Z [00:03:47.400]➜  tldr
2025-08-20T22:58:43.2289421Z [00:03:47.445]➜  
2025-08-20T22:58:43.2289971Z [00:03:47.445]➜  sent 3.07M bytes  received 35 bytes  6.14M bytes/sec
2025-08-20T22:58:43.2290520Z [00:03:47.445]➜  total size is 3.07M  speedup is 1.00
2025-08-20T22:58:43.3640328Z [00:03:47.580]➜  '/tmp/tmp.4cuISgYyB2/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:58:43.3871670Z [00:03:47.603]➜  + cp -fv /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:43.3887555Z [00:03:47.605]➜  '/build-bins/tldr' -> '/build-bins/tlrc'
2025-08-20T22:58:43.3912688Z [00:03:47.608]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:58:43.4138652Z [00:03:47.630]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:58:43.4448848Z [00:03:47.661]➜  copy from `/build-bins/tldr' [elf64-x86-64] to `/build-bins/staaHfFD' [elf64-x86-64]
2025-08-20T22:58:43.5287040Z [00:03:47.745]➜  copy from `/build-bins/tlrc' [elf64-x86-64] to `/build-bins/stcPEHgF' [elf64-x86-64]
2025-08-20T22:58:43.5455444Z [00:03:47.762]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:58:43.5486289Z [00:03:47.765]➜  
2025-08-20T22:58:43.5503444Z [00:03:47.767]➜  /build-bins/tldr
2025-08-20T22:58:43.5517647Z [00:03:47.768]➜  There are 31 section headers, starting at offset 0x2ecb38:
2025-08-20T22:58:43.5518918Z [00:03:47.768]➜  
2025-08-20T22:58:43.5519409Z [00:03:47.768]➜  Section Headers:
2025-08-20T22:58:43.5520070Z [00:03:47.768]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:58:43.5520834Z [00:03:47.768]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:58:43.5521850Z [00:03:47.768]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:58:43.5522580Z [00:03:47.768]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:58:43.5523342Z [00:03:47.768]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:58:43.5523895Z [00:03:47.768]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:58:43.5524362Z [00:03:47.768]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:58:43.5524823Z [00:03:47.768]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:58:43.5525299Z [00:03:47.768]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:58:43.5526045Z [00:03:47.768]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:58:43.5526548Z [00:03:47.768]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:58:43.5526998Z [00:03:47.768]➜         000000000001ed80  0000000000000018   A       2     0     8
2025-08-20T22:58:43.5527458Z [00:03:47.768]➜    [ 5] .eh_frame         PROGBITS         000000000001f030  0001f030
2025-08-20T22:58:43.5527899Z [00:03:47.768]➜         00000000000459a8  0000000000000000   A       0     0     8
2025-08-20T22:58:43.5528337Z [00:03:47.768]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000649d8  000649d8
2025-08-20T22:58:43.5528776Z [00:03:47.768]➜         0000000000009cf4  0000000000000000   A       0     0     4
2025-08-20T22:58:43.5529226Z [00:03:47.768]➜    [ 7] .gcc_except_table PROGBITS         000000000006e6cc  0006e6cc
2025-08-20T22:58:43.5529872Z [00:03:47.768]➜         000000000000f690  0000000000000000   A       0     0     4
2025-08-20T22:58:43.5530351Z [00:03:47.768]➜    [ 8] .rodata           PROGBITS         000000000007e000  0007e000
2025-08-20T22:58:43.5530812Z [00:03:47.768]➜         000000000006a090  0000000000000000   A       0     0     4096
2025-08-20T22:58:43.5531278Z [00:03:47.768]➜    [ 9] .rodata.cst16     PROGBITS         00000000000e8090  000e8090
2025-08-20T22:58:43.5531743Z [00:03:47.768]➜         00000000000009a0  0000000000000010  AM       0     0     16
2025-08-20T22:58:43.5532204Z [00:03:47.768]➜    [10] .rodata.cst32     PROGBITS         00000000000e8a40  000e8a40
2025-08-20T22:58:43.5532655Z [00:03:47.768]➜         0000000000000740  0000000000000020  AM       0     0     32
2025-08-20T22:58:43.5533109Z [00:03:47.768]➜    [11] .rodata.cst4      PROGBITS         00000000000e9180  000e9180
2025-08-20T22:58:43.5533566Z [00:03:47.768]➜         00000000000001f8  0000000000000004  AM       0     0     4
2025-08-20T22:58:43.5534021Z [00:03:47.768]➜    [12] .rodata.cst8      PROGBITS         00000000000e9378  000e9378
2025-08-20T22:58:43.5534466Z [00:03:47.768]➜         0000000000000398  0000000000000008  AM       0     0     8
2025-08-20T22:58:43.5534916Z [00:03:47.768]➜    [13] .rodata.str1.1    PROGBITS         00000000000e9710  000e9710
2025-08-20T22:58:43.5535367Z [00:03:47.768]➜         000000000000797a  0000000000000001 AMS       0     0     1
2025-08-20T22:58:43.5536065Z [00:03:47.768]➜    [14] .rodata.str1.8    PROGBITS         00000000000f1090  000f1090
2025-08-20T22:58:43.5536530Z [00:03:47.768]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T22:58:43.5536973Z [00:03:47.768]➜    [15] .fini             PROGBITS         00000000000f3be8  000f2be8
2025-08-20T22:58:43.5537399Z [00:03:47.768]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:58:43.5537820Z [00:03:47.768]➜    [16] .init             PROGBITS         00000000000f3beb  000f2beb
2025-08-20T22:58:43.5538247Z [00:03:47.768]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:58:43.5538670Z [00:03:47.768]➜    [17] .text             PROGBITS         00000000000f3c00  000f2c00
2025-08-20T22:58:43.5539096Z [00:03:47.768]➜         00000000001e0707  0000000000000000  AX       0     0     64
2025-08-20T22:58:43.5539691Z [00:03:47.768]➜    [18] .tdata            PROGBITS         00000000002d5308  002d3308
2025-08-20T22:58:43.5540124Z [00:03:47.768]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:58:43.5540545Z [00:03:47.768]➜    [19] .tbss             NOBITS           00000000002d5330  002d3330
2025-08-20T22:58:43.5540963Z [00:03:47.768]➜         0000000000000058  0000000000000000 WAT       0     0     8
2025-08-20T22:58:43.5541396Z [00:03:47.768]➜    [20] .data.rel.ro      PROGBITS         00000000002d5330  002d3330
2025-08-20T22:58:43.5541830Z [00:03:47.768]➜         00000000000183e8  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5542268Z [00:03:47.768]➜    [21] .dynamic          DYNAMIC          00000000002ed718  002eb718
2025-08-20T22:58:43.5542815Z [00:03:47.768]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:58:43.5543760Z [00:03:47.768]➜    [22] .fini_array       FINI_ARRAY       00000000002ed898  002eb898
2025-08-20T22:58:43.5544663Z [00:03:47.768]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:43.5545475Z [00:03:47.768]➜    [23] .got.plt          PROGBITS         00000000002ed8a0  002eb8a0
2025-08-20T22:58:43.5546308Z [00:03:47.768]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5546771Z [00:03:47.768]➜    [24] .init_array       INIT_ARRAY       00000000002ed8b8  002eb8b8
2025-08-20T22:58:43.5547215Z [00:03:47.768]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:43.5547639Z [00:03:47.768]➜    [25] .got              PROGBITS         00000000002ed8c0  002eb8c0
2025-08-20T22:58:43.5548231Z [00:03:47.768]➜         0000000000000628  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5548696Z [00:03:47.768]➜    [26] .relro_padding    NOBITS           00000000002edee8  002ebee8
2025-08-20T22:58:43.5549195Z [00:03:47.768]➜         0000000000000118  0000000000000000  WA       0     0     1
2025-08-20T22:58:43.5549628Z [00:03:47.768]➜    [27] .data             PROGBITS         00000000002eef00  002ebf00
2025-08-20T22:58:43.5550061Z [00:03:47.768]➜         0000000000000b00  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5550487Z [00:03:47.768]➜    [28] .bss              NOBITS           00000000002efa00  002eca00
2025-08-20T22:58:43.5550910Z [00:03:47.768]➜         00000000000018e8  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5551347Z [00:03:47.768]➜    [29] .common           NOBITS           00000000002f1300  002eca00
2025-08-20T22:58:43.5551779Z [00:03:47.768]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5552221Z [00:03:47.768]➜    [30] .shstrtab         STRTAB           0000000000000000  002eca00
2025-08-20T22:58:43.5552653Z [00:03:47.768]➜         0000000000000132  0000000000000000           0     0     1
2025-08-20T22:58:43.5553000Z [00:03:47.768]➜  Key to Flags:
2025-08-20T22:58:43.5553384Z [00:03:47.768]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:58:43.5553869Z [00:03:47.769]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:58:43.5554360Z [00:03:47.769]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:58:43.5554798Z [00:03:47.769]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:58:43.5555124Z [00:03:47.771]➜  
2025-08-20T22:58:43.5560624Z [00:03:47.772]➜  /build-bins/LICENSE
2025-08-20T22:58:43.5596688Z [00:03:47.776]➜  
2025-08-20T22:58:43.5612718Z [00:03:47.778]➜  /build-bins/tlrc
2025-08-20T22:58:43.5627606Z [00:03:47.779]➜  There are 31 section headers, starting at offset 0x2ecb38:
2025-08-20T22:58:43.5628335Z [00:03:47.779]➜  
2025-08-20T22:58:43.5628792Z [00:03:47.779]➜  Section Headers:
2025-08-20T22:58:43.5629430Z [00:03:47.779]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:58:43.5630165Z [00:03:47.779]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:58:43.5631221Z [00:03:47.779]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:58:43.5632047Z [00:03:47.779]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:58:43.5632871Z [00:03:47.779]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:58:43.5633658Z [00:03:47.779]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:58:43.5634136Z [00:03:47.779]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:58:43.5634596Z [00:03:47.779]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:58:43.5635051Z [00:03:47.779]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:58:43.5635489Z [00:03:47.779]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:58:43.5636186Z [00:03:47.779]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:58:43.5636636Z [00:03:47.779]➜         000000000001ed80  0000000000000018   A       2     0     8
2025-08-20T22:58:43.5637081Z [00:03:47.779]➜    [ 5] .eh_frame         PROGBITS         000000000001f030  0001f030
2025-08-20T22:58:43.5637519Z [00:03:47.779]➜         00000000000459a8  0000000000000000   A       0     0     8
2025-08-20T22:58:43.5637960Z [00:03:47.779]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000649d8  000649d8
2025-08-20T22:58:43.5638394Z [00:03:47.779]➜         0000000000009cf4  0000000000000000   A       0     0     4
2025-08-20T22:58:43.5638848Z [00:03:47.779]➜    [ 7] .gcc_except_table PROGBITS         000000000006e6cc  0006e6cc
2025-08-20T22:58:43.5639480Z [00:03:47.779]➜         000000000000f690  0000000000000000   A       0     0     4
2025-08-20T22:58:43.5639969Z [00:03:47.779]➜    [ 8] .rodata           PROGBITS         000000000007e000  0007e000
2025-08-20T22:58:43.5640425Z [00:03:47.779]➜         000000000006a090  0000000000000000   A       0     0     4096
2025-08-20T22:58:43.5640901Z [00:03:47.779]➜    [ 9] .rodata.cst16     PROGBITS         00000000000e8090  000e8090
2025-08-20T22:58:43.5641362Z [00:03:47.779]➜         00000000000009a0  0000000000000010  AM       0     0     16
2025-08-20T22:58:43.5641818Z [00:03:47.779]➜    [10] .rodata.cst32     PROGBITS         00000000000e8a40  000e8a40
2025-08-20T22:58:43.5642271Z [00:03:47.779]➜         0000000000000740  0000000000000020  AM       0     0     32
2025-08-20T22:58:43.5642718Z [00:03:47.779]➜    [11] .rodata.cst4      PROGBITS         00000000000e9180  000e9180
2025-08-20T22:58:43.5643163Z [00:03:47.779]➜         00000000000001f8  0000000000000004  AM       0     0     4
2025-08-20T22:58:43.5643622Z [00:03:47.779]➜    [12] .rodata.cst8      PROGBITS         00000000000e9378  000e9378
2025-08-20T22:58:43.5644063Z [00:03:47.779]➜         0000000000000398  0000000000000008  AM       0     0     8
2025-08-20T22:58:43.5644511Z [00:03:47.779]➜    [13] .rodata.str1.1    PROGBITS         00000000000e9710  000e9710
2025-08-20T22:58:43.5644961Z [00:03:47.779]➜         000000000000797a  0000000000000001 AMS       0     0     1
2025-08-20T22:58:43.5645403Z [00:03:47.779]➜    [14] .rodata.str1.8    PROGBITS         00000000000f1090  000f1090
2025-08-20T22:58:43.5646513Z [00:03:47.779]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T22:58:43.5646974Z [00:03:47.779]➜    [15] .fini             PROGBITS         00000000000f3be8  000f2be8
2025-08-20T22:58:43.5647411Z [00:03:47.779]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:58:43.5647847Z [00:03:47.779]➜    [16] .init             PROGBITS         00000000000f3beb  000f2beb
2025-08-20T22:58:43.5648286Z [00:03:47.779]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:58:43.5648715Z [00:03:47.779]➜    [17] .text             PROGBITS         00000000000f3c00  000f2c00
2025-08-20T22:58:43.5649157Z [00:03:47.779]➜         00000000001e0707  0000000000000000  AX       0     0     64
2025-08-20T22:58:43.5649773Z [00:03:47.779]➜    [18] .tdata            PROGBITS         00000000002d5308  002d3308
2025-08-20T22:58:43.5650220Z [00:03:47.779]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:58:43.5650658Z [00:03:47.779]➜    [19] .tbss             NOBITS           00000000002d5330  002d3330
2025-08-20T22:58:43.5651083Z [00:03:47.779]➜         0000000000000058  0000000000000000 WAT       0     0     8
2025-08-20T22:58:43.5651526Z [00:03:47.779]➜    [20] .data.rel.ro      PROGBITS         00000000002d5330  002d3330
2025-08-20T22:58:43.5651986Z [00:03:47.779]➜         00000000000183e8  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5652437Z [00:03:47.779]➜    [21] .dynamic          DYNAMIC          00000000002ed718  002eb718
2025-08-20T22:58:43.5652874Z [00:03:47.779]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:58:43.5653315Z [00:03:47.779]➜    [22] .fini_array       FINI_ARRAY       00000000002ed898  002eb898
2025-08-20T22:58:43.5653769Z [00:03:47.779]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:43.5654208Z [00:03:47.779]➜    [23] .got.plt          PROGBITS         00000000002ed8a0  002eb8a0
2025-08-20T22:58:43.5654641Z [00:03:47.779]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5655084Z [00:03:47.779]➜    [24] .init_array       INIT_ARRAY       00000000002ed8b8  002eb8b8
2025-08-20T22:58:43.5655526Z [00:03:47.779]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:58:43.5656164Z [00:03:47.779]➜    [25] .got              PROGBITS         00000000002ed8c0  002eb8c0
2025-08-20T22:58:43.5656716Z [00:03:47.779]➜         0000000000000628  0000000000000000  WA       0     0     8
2025-08-20T22:58:43.5657189Z [00:03:47.779]➜    [26] .relro_padding    NOBITS           00000000002edee8  002ebee8
2025-08-20T22:58:43.5657643Z [00:03:47.779]➜         0000000000000118  0000000000000000  WA       0     0     1
2025-08-20T22:58:43.5658081Z [00:03:47.779]➜    [27] .data             PROGBITS         00000000002eef00  002ebf00
2025-08-20T22:58:43.5658517Z [00:03:47.779]➜         0000000000000b00  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5658945Z [00:03:47.779]➜    [28] .bss              NOBITS           00000000002efa00  002eca00
2025-08-20T22:58:43.5659374Z [00:03:47.779]➜         00000000000018e8  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5659804Z [00:03:47.779]➜    [29] .common           NOBITS           00000000002f1300  002eca00
2025-08-20T22:58:43.5660238Z [00:03:47.779]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T22:58:43.5660680Z [00:03:47.779]➜    [30] .shstrtab         STRTAB           0000000000000000  002eca00
2025-08-20T22:58:43.5661116Z [00:03:47.779]➜         0000000000000132  0000000000000000           0     0     1
2025-08-20T22:58:43.5661463Z [00:03:47.779]➜  Key to Flags:
2025-08-20T22:58:43.5661846Z [00:03:47.779]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:58:43.5662333Z [00:03:47.779]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:58:43.5662808Z [00:03:47.779]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:58:43.5663233Z [00:03:47.779]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:58:43.5663686Z [00:03:47.780]➜  + file /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:43.5838894Z [00:03:47.800]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:58:43.5886529Z [00:03:47.805]➜  /build-bins/tldr:    ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:58:43.5887929Z [00:03:47.805]➜  /build-bins/tlrc:    ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:58:43.5897142Z [00:03:47.806]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc
2025-08-20T22:58:43.5917182Z [00:03:47.808]➜  /build-bins/LICENSE:         1071 Bytes
2025-08-20T22:58:43.5918127Z [00:03:47.808]➜  /build-bins/tldr:         3068664 Bytes
2025-08-20T22:58:43.5918789Z [00:03:47.808]➜  /build-bins/tlrc:         3068664 Bytes
2025-08-20T22:58:43.5921296Z [00:03:47.808]➜  + du /build-bins/LICENSE /build-bins/tldr /build-bins/tlrc --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:58:43.5936019Z [00:03:47.810]➜  1.1K	2025-08-20 22:58:43.363262030 +0000	/build-bins/LICENSE
2025-08-20T22:58:43.5936790Z [00:03:47.810]➜  3.0M	2025-08-20 22:58:43.451261874 +0000	/build-bins/tldr
2025-08-20T22:58:43.5937572Z [00:03:47.810]➜  3.0M	2025-08-20 22:58:43.535261724 +0000	/build-bins/tlrc
2025-08-20T22:58:43.5939972Z [00:03:47.810]➜  + popd
2025-08-20T22:58:43.6357367Z [00:03:47.852]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:58:43.6651856Z [00:03:47.881]➜  + '[' -s /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:58:43.6653628Z [00:03:47.882]➜  + cp -fv /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:58:43.6689568Z [00:03:47.885]➜  '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:58:43.6694814Z [00:03:47.886]➜  + find /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:58:43.6698129Z [00:03:47.886]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:58:43.6702217Z [00:03:47.887]➜  + cut -d: -f1
2025-08-20T22:58:43.6703003Z [00:03:47.887]➜  + xargs realpath --no-symlinks
2025-08-20T22:58:43.6713709Z [00:03:47.888]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:58:43.8503504Z [00:03:48.067]➜  sending incremental file list
2025-08-20T22:58:43.8512863Z [00:03:48.068]➜  tldr
2025-08-20T22:58:43.8963622Z [00:03:48.113]➜  
2025-08-20T22:58:43.8964200Z [00:03:48.113]➜  sent 3.07M bytes  received 35 bytes  6.14M bytes/sec
2025-08-20T22:58:43.8964672Z [00:03:48.113]➜  total size is 3.07M  speedup is 1.00
2025-08-20T22:58:43.8988381Z [00:03:48.115]➜  sending incremental file list
2025-08-20T22:58:43.8997960Z [00:03:48.116]➜  tlrc
2025-08-20T22:58:43.9448637Z [00:03:48.161]➜  
2025-08-20T22:58:43.9449260Z [00:03:48.161]➜  sent 3.07M bytes  received 35 bytes  6.14M bytes/sec
2025-08-20T22:58:43.9449749Z [00:03:48.161]➜  total size is 3.07M  speedup is 1.00
2025-08-20T22:58:43.9462219Z [00:03:48.163]➜  
2025-08-20T22:58:44.4839219Z [00:03:48.700]➜  
2025-08-20T22:58:44.4951804Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:58:44.4954445Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:58:44.4956945Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:58:44.4959224Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:58:44.4961470Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T22:58:44.4963772Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/tldr.bash' from root:root to runner:runner
2025-08-20T22:58:44.4966339Z [00:03:48.711]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/_tldr' from root:root to runner:runner
2025-08-20T22:58:44.4968738Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/tldr.fish' from root:root to runner:runner
2025-08-20T22:58:44.4971090Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions' from root:root to runner:runner
2025-08-20T22:58:44.4973634Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/tests.rs' from root:root to runner:runner
2025-08-20T22:58:44.4976297Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping.toml' from root:root to runner:runner
2025-08-20T22:58:44.4978876Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page-compact-render' from root:root to runner:runner
2025-08-20T22:58:44.4981355Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page-render' from root:root to runner:runner
2025-08-20T22:58:44.4983851Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/option-placeholder.md' from root:root to runner:runner
2025-08-20T22:58:44.4986556Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page.md' from root:root to runner:runner
2025-08-20T22:58:44.4989214Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping-render' from root:root to runner:runner
2025-08-20T22:58:44.4991762Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping.md' from root:root to runner:runner
2025-08-20T22:58:44.4994129Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data' from root:root to runner:runner
2025-08-20T22:58:44.4996632Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:58:44.4998832Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:58:44.5001703Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T22:58:44.5003971Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/error.rs' from root:root to runner:runner
2025-08-20T22:58:44.5006436Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/args.rs' from root:root to runner:runner
2025-08-20T22:58:44.5008729Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/util.rs' from root:root to runner:runner
2025-08-20T22:58:44.5011141Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T22:58:44.5013548Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/cache.rs' from root:root to runner:runner
2025-08-20T22:58:44.5016074Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:58:44.5018318Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:58:44.5020955Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T22:58:44.5023401Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T22:58:44.5025803Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tldr.1' from root:root to runner:runner
2025-08-20T22:58:44.5028027Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:58:44.5030264Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:58:44.5032651Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:58:44.5035120Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/gh-pages.yml' from root:root to runner:runner
2025-08-20T22:58:44.5037873Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/build-release.yml' from root:root to runner:runner
2025-08-20T22:58:44.5040361Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:58:44.5042733Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:58:44.5044984Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:58:44.5047775Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:58:44.5050287Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:58:44.5052821Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:58:44.5055315Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:58:44.5057952Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:58:44.5060519Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:58:44.5063071Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:58:44.5065936Z [00:03:48.712]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:58:44.5068534Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:58:44.5071034Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:58:44.5073480Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:58:44.5076152Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:58:44.5078767Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:58:44.5081339Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:58:44.5083750Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:58:44.5086258Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:58:44.5088652Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:58:44.5091128Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:58:44.5093853Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:58:44.5096440Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:58:44.5098807Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:58:44.5101077Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:58:44.5103457Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:58:44.5105895Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:58:44.5108265Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:58:44.5110728Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:58:44.5113376Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:58:44.5115984Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:58:44.5118295Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:58:44.5120552Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:58:44.5122767Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:58:44.5125034Z [00:03:48.713]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:58:44.5127542Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:58:44.5129784Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:58:44.5132529Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.promisor' from root:root to runner:runner
2025-08-20T22:58:44.5136001Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.rev' from root:root to runner:runner
2025-08-20T22:58:44.5139127Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.pack' from root:root to runner:runner
2025-08-20T22:58:44.5142534Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.idx' from root:root to runner:runner
2025-08-20T22:58:44.5145843Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.idx' from root:root to runner:runner
2025-08-20T22:58:44.5149025Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.promisor' from root:root to runner:runner
2025-08-20T22:58:44.5152189Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.rev' from root:root to runner:runner
2025-08-20T22:58:44.5155315Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.pack' from root:root to runner:runner
2025-08-20T22:58:44.5158168Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:58:44.5160689Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:58:44.5162971Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:58:44.5165266Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:58:44.5167690Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:58:44.5169891Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:58:44.5172081Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:58:44.5174372Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:58:44.5177064Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:58:44.5179544Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:58:44.5182012Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:58:44.5184831Z [00:03:48.714]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5188463Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T22:58:44.5191769Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T22:58:44.5194858Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T22:58:44.5197962Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5200995Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as runner:runner
2025-08-20T22:58:44.5204138Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' from root:root to runner:runner
2025-08-20T22:58:44.5207506Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T22:58:44.5210532Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5213703Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as runner:runner
2025-08-20T22:58:44.5217123Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' from root:root to runner:runner
2025-08-20T22:58:44.5220242Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T22:58:44.5223215Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5226622Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build_script_build-d5917157eb0a054b.d' from root:root to runner:runner
2025-08-20T22:58:44.5229848Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build_script_build-d5917157eb0a054b' retained as runner:runner
2025-08-20T22:58:44.5232814Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b' from root:root to runner:runner
2025-08-20T22:58:44.5235912Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5239316Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build_script_build-bacff1d919db44df.d' from root:root to runner:runner
2025-08-20T22:58:44.5242484Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build_script_build-bacff1d919db44df' retained as runner:runner
2025-08-20T22:58:44.5245396Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df' from root:root to runner:runner
2025-08-20T22:58:44.5248487Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5250694Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build_script_build-184e172dfad71baf' retained as runner:runner
2025-08-20T22:58:44.5252504Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build_script_build-184e172dfad71baf.d' from root:root to runner:runner
2025-08-20T22:58:44.5254328Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf' from root:root to runner:runner
2025-08-20T22:58:44.5256293Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build_script_build-c0daf9da421d94a5' from root:root to runner:runner
2025-08-20T22:58:44.5257977Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build-script-build' retained as runner:runner
2025-08-20T22:58:44.5259905Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build_script_build-c0daf9da421d94a5.d' from root:root to runner:runner
2025-08-20T22:58:44.5262681Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5' from root:root to runner:runner
2025-08-20T22:58:44.5265136Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T22:58:44.5266985Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T22:58:44.5268636Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5270329Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5272204Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5273804Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T22:58:44.5275423Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5277407Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-20T22:58:44.5279158Z [00:03:48.715]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-20T22:58:44.5280733Z [00:03:48.715]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T22:58:44.5282328Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5284204Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build_script_build-875a62018374fb9f.d' from root:root to runner:runner
2025-08-20T22:58:44.5286154Z [00:03:48.716]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build_script_build-875a62018374fb9f' retained as runner:runner
2025-08-20T22:58:44.5287765Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f' from root:root to runner:runner
2025-08-20T22:58:44.5289171Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:58:44.5290620Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5292184Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T22:58:44.5293713Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T22:58:44.5295247Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5297100Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5298848Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T22:58:44.5300349Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T22:58:44.5301867Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T22:58:44.5303382Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/cc-b3694deaaed00eff.d' from root:root to runner:runner
2025-08-20T22:58:44.5304941Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5306722Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libcc-b3694deaaed00eff.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5308238Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' from root:root to runner:runner
2025-08-20T22:58:44.5309975Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5311597Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5313151Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/serde_derive-ece4a0d9dbdf20ff.d' from root:root to runner:runner
2025-08-20T22:58:44.5314746Z [00:03:48.716]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5316644Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5318237Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5319839Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5321421Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' from root:root to runner:runner
2025-08-20T22:58:44.5323005Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' from root:root to runner:runner
2025-08-20T22:58:44.5324560Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5326512Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5328115Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libserde_derive-ece4a0d9dbdf20ff.so' from root:root to runner:runner
2025-08-20T22:58:44.5329920Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libcc-b3694deaaed00eff.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5331362Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:58:44.5332990Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5335037Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5337370Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5339236Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5340986Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T22:58:44.5342701Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5344533Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5346465Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5348252Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5350133Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T22:58:44.5352037Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5354069Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5356063Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5357902Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5359633Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T22:58:44.5361353Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5363216Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5365151Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5367230Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5369001Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b' from root:root to runner:runner
2025-08-20T22:58:44.5370711Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5372561Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5374336Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5376371Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5378105Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df' from root:root to runner:runner
2025-08-20T22:58:44.5379773Z [00:03:48.717]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5381878Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:58:44.5383682Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:58:44.5385471Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:58:44.5387461Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T22:58:44.5389211Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5391060Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5392985Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5394820Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5396771Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf' from root:root to runner:runner
2025-08-20T22:58:44.5398448Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5400180Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:58:44.5401917Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:58:44.5403660Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:58:44.5405590Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd' from root:root to runner:runner
2025-08-20T22:58:44.5407392Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5409217Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:58:44.5411133Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T22:58:44.5412775Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T22:58:44.5414355Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T22:58:44.5416262Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:58:44.5418048Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5419952Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:58:44.5421739Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:58:44.5423758Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff' from root:root to runner:runner
2025-08-20T22:58:44.5425921Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5428107Z [00:03:48.718]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5429902Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5431699Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5433413Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5' from root:root to runner:runner
2025-08-20T22:58:44.5435088Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:58:44.5437159Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:58:44.5438909Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5440676Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:58:44.5442371Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T22:58:44.5444172Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5446220Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5448099Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T22:58:44.5449725Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:58:44.5451329Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/lib-cc' from root:root to runner:runner
2025-08-20T22:58:44.5452970Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5454634Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/lib-cc.json' from root:root to runner:runner
2025-08-20T22:58:44.5456450Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff' from root:root to runner:runner
2025-08-20T22:58:44.5458175Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5460035Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5461815Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5463600Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5465432Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T22:58:44.5467156Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:58:44.5468823Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5470453Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' from root:root to runner:runner
2025-08-20T22:58:44.5472077Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' from root:root to runner:runner
2025-08-20T22:58:44.5473655Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985' from root:root to runner:runner
2025-08-20T22:58:44.5475373Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T22:58:44.5477390Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T22:58:44.5479144Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5480811Z [00:03:48.719]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T22:58:44.5482634Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T22:58:44.5484344Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5486332Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.5488134Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5489927Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.5491809Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f' from root:root to runner:runner
2025-08-20T22:58:44.5493441Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T22:58:44.5495773Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5497948Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T22:58:44.5499647Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:58:44.5501244Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T22:58:44.5502698Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:58:44.5504152Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:58:44.5506160Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:58:44.5507737Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:58:44.5509261Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/tldr.d' from root:root to runner:runner
2025-08-20T22:58:44.5510833Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:58:44.5512362Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/tldr' from root:root to runner:runner
2025-08-20T22:58:44.5513979Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-20T22:58:44.5515938Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-20T22:58:44.5517729Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5519719Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5521503Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5523220Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T22:58:44.5524939Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/out' from root:root to runner:runner
2025-08-20T22:58:44.5526870Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/output' from root:root to runner:runner
2025-08-20T22:58:44.5528640Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5530632Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5532437Z [00:03:48.720]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5534154Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3' from root:root to runner:runner
2025-08-20T22:58:44.5536094Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/out' from root:root to runner:runner
2025-08-20T22:58:44.5537891Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' from root:root to runner:runner
2025-08-20T22:58:44.5539691Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5541534Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5543365Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5545112Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T22:58:44.5547334Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/out' from root:root to runner:runner
2025-08-20T22:58:44.5549107Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' from root:root to runner:runner
2025-08-20T22:58:44.5550879Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5552868Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5554661Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5556643Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T22:58:44.5558525Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/out' from root:root to runner:runner
2025-08-20T22:58:44.5560301Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/output' from root:root to runner:runner
2025-08-20T22:58:44.5562077Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5563876Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5566371Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5568440Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e' from root:root to runner:runner
2025-08-20T22:58:44.5570172Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/out' from root:root to runner:runner
2025-08-20T22:58:44.5571941Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/output' from root:root to runner:runner
2025-08-20T22:58:44.5573748Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5575955Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5577790Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5579539Z [00:03:48.721]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0' from root:root to runner:runner
2025-08-20T22:58:44.5581437Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5583443Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T22:58:44.5585531Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-cpu_intel.o' from root:root to runner:runner
2025-08-20T22:58:44.5587780Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T22:58:44.5589711Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T22:58:44.5591622Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/libring_core_0_17_14_.a' from root:root to runner:runner
2025-08-20T22:58:44.5593605Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5595592Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-crypto.o' from root:root to runner:runner
2025-08-20T22:58:44.5597777Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-x86_64-mont-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5599780Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/25ac62e5b3c53843-curve25519_64_adx.o' from root:root to runner:runner
2025-08-20T22:58:44.5601802Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5603936Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T22:58:44.5606034Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/e165cd818145c705-fiat_curve25519_adx_mul.o' from root:root to runner:runner
2025-08-20T22:58:44.5608063Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-sha512-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5610064Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-vpaes-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5612075Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T22:58:44.5614151Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T22:58:44.5616344Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/libring_core_0_17_14__test.a' from root:root to runner:runner
2025-08-20T22:58:44.5618549Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T22:58:44.5620570Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T22:58:44.5622790Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/e165cd818145c705-fiat_curve25519_adx_square.o' from root:root to runner:runner
2025-08-20T22:58:44.5624916Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5627197Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aesni-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5629171Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T22:58:44.5631256Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T22:58:44.5633219Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-sha256-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5635997Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-ghash-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5638320Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T22:58:44.5640294Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-x86_64-mont5-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5642438Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-chacha-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:58:44.5644484Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T22:58:44.5646697Z [00:03:48.722]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T22:58:44.5648534Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out' from root:root to runner:runner
2025-08-20T22:58:44.5650260Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/output' from root:root to runner:runner
2025-08-20T22:58:44.5652015Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5653812Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5655582Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5657396Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7' from root:root to runner:runner
2025-08-20T22:58:44.5659242Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/out' from root:root to runner:runner
2025-08-20T22:58:44.5660976Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/output' from root:root to runner:runner
2025-08-20T22:58:44.5662746Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/root-output' from root:root to runner:runner
2025-08-20T22:58:44.5664568Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.5666661Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/stderr' from root:root to runner:runner
2025-08-20T22:58:44.5668415Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc' from root:root to runner:runner
2025-08-20T22:58:44.5670141Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:58:44.5671829Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq_proto-154ce01d7e6555c6.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5673610Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8-d406618cdd2b23ca.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5675425Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5677354Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8-d406618cdd2b23ca.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5679101Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-f9ccdb5c28b5ded5.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5680869Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5682649Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5684391Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-384eaed815089379.d' from root:root to runner:runner
2025-08-20T22:58:44.5686637Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T22:58:44.5688465Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9fcb5e44690a84f6.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5690246Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9d7a6fb98124bc73.d' from root:root to runner:runner
2025-08-20T22:58:44.5692141Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T22:58:44.5693896Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5695899Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5697873Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5699675Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-3943b260c99b6738.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5701475Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5703287Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocks-39fbc0bceade26f6.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5706053Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5707886Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyansi-f2ed6de9a7db714b.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5709669Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-384eaed815089379.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5711472Z [00:03:48.723]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-3943b260c99b6738.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5713221Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5715114Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-c67eff8a5893cb48.d' from root:root to runner:runner
2025-08-20T22:58:44.5717042Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' from root:root to runner:runner
2025-08-20T22:58:44.5718732Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-3943b260c99b6738.d' from root:root to runner:runner
2025-08-20T22:58:44.5720459Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5722221Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-f5a919cd2dcb5029.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5723980Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5726051Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyansi-f2ed6de9a7db714b.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5727852Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-f5a919cd2dcb5029.d' from root:root to runner:runner
2025-08-20T22:58:44.5729598Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5731359Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5733068Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8-d406618cdd2b23ca.d' from root:root to runner:runner
2025-08-20T22:58:44.5734770Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/untrusted-df20551f16bb03b0.d' from root:root to runner:runner
2025-08-20T22:58:44.5736602Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-2934c06b0451d766.d' from root:root to runner:runner
2025-08-20T22:58:44.5738356Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5740115Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-426650db58d49857.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5742034Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-f81c79b249157461.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5743768Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socks-39fbc0bceade26f6.d' from root:root to runner:runner
2025-08-20T22:58:44.5745490Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5747352Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-17054e2e26a7f5e8.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5749061Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/subtle-86ec28a99f44b466.d' from root:root to runner:runner
2025-08-20T22:58:44.5750795Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5752657Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_rs_sys-4a1d7841f32af640.d' from root:root to runner:runner
2025-08-20T22:58:44.5754484Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' from root:root to runner:runner
2025-08-20T22:58:44.5756558Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5758284Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zip-426650db58d49857.d' from root:root to runner:runner
2025-08-20T22:58:44.5759955Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-afceb2c5d0833709.d' from root:root to runner:runner
2025-08-20T22:58:44.5761858Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-47ad323aa7f376b3.d' from root:root to runner:runner
2025-08-20T22:58:44.5763558Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T22:58:44.5765345Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5767356Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-e33754d2c2572ebf.d' from root:root to runner:runner
2025-08-20T22:58:44.5769282Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5771078Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9853cd3e4516e25a.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5772884Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9853cd3e4516e25a.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5775572Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5777603Z [00:03:48.724]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-61436fae29c4751a.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5779524Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5781324Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5783112Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5784854Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-17054e2e26a7f5e8.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5786737Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5788499Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-f81c79b249157461.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5790276Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5792064Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-036819a2ba611514.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5793855Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-e33754d2c2572ebf.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5812656Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5815940Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_native_certs-615034de367b59ea.d' from root:root to runner:runner
2025-08-20T22:58:44.5818812Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-14375e056f7ddf07.d' from root:root to runner:runner
2025-08-20T22:58:44.5821634Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-7078020738de7e30.d' from root:root to runner:runner
2025-08-20T22:58:44.5824655Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5827808Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5834481Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5838178Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-e8ce5fea6c20e0f3.d' from root:root to runner:runner
2025-08-20T22:58:44.5841048Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5842914Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5845476Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-a41135cb133b8685.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5847543Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5849301Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-458f18db5ed8539a.d' from root:root to runner:runner
2025-08-20T22:58:44.5851097Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' from root:root to runner:runner
2025-08-20T22:58:44.5852826Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-b7d45937fc9b5e5e.d' from root:root to runner:runner
2025-08-20T22:58:44.5854801Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5856875Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-036819a2ba611514.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5858661Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-9853cd3e4516e25a.d' from root:root to runner:runner
2025-08-20T22:58:44.5860424Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5862179Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5863964Z [00:03:48.725]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5866224Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-a41135cb133b8685.d' from root:root to runner:runner
2025-08-20T22:58:44.5868059Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-0616c2fa580c72ca.d' from root:root to runner:runner
2025-08-20T22:58:44.5869822Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5871585Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-61436fae29c4751a.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5873365Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-f5a919cd2dcb5029.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5875145Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ef442a24df5b09f2.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5877164Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5878944Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-c67eff8a5893cb48.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5880752Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5882729Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-f9ccdb5c28b5ded5.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5884505Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5886601Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-ac58f09e073a8ea0.d' from root:root to runner:runner
2025-08-20T22:58:44.5888324Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-ef442a24df5b09f2.d' from root:root to runner:runner
2025-08-20T22:58:44.5890045Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5891751Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-61436fae29c4751a.d' from root:root to runner:runner
2025-08-20T22:58:44.5893603Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5895325Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ureq-c15af49505c6e4ac.d' from root:root to runner:runner
2025-08-20T22:58:44.5897158Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ureq_proto-154ce01d7e6555c6.d' from root:root to runner:runner
2025-08-20T22:58:44.5898909Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocks-39fbc0bceade26f6.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5900689Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5902448Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T22:58:44.5904195Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5906035Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-f9ccdb5c28b5ded5.d' from root:root to runner:runner
2025-08-20T22:58:44.5907759Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5909633Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-b99093400b0fbf06.d' from root:root to runner:runner
2025-08-20T22:58:44.5911454Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-a41135cb133b8685.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5913275Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5915925Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-2d5c85dd2fff05b8.d' from root:root to runner:runner
2025-08-20T22:58:44.5917732Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-e63203657655c5bb.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5919688Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5921446Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-20T22:58:44.5923138Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-17054e2e26a7f5e8.d' from root:root to runner:runner
2025-08-20T22:58:44.5924875Z [00:03:48.726]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5926963Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-33c9bc831a759fed.d' from root:root to runner:runner
2025-08-20T22:58:44.5928703Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-384eaed815089379.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5930454Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' from root:root to runner:runner
2025-08-20T22:58:44.5932159Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T22:58:44.5933914Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5936091Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5937904Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5939661Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5941394Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq-c15af49505c6e4ac.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5943051Z [00:03:48.727]➜  ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tldr-e8b2e262b5b297c5' retained as runner:runner
2025-08-20T22:58:44.5944685Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yansi-f2ed6de9a7db714b.d' from root:root to runner:runner
2025-08-20T22:58:44.5946670Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5948465Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-d230d64ca0802318.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5950193Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-c2f27d7a1f744e59.d' from root:root to runner:runner
2025-08-20T22:58:44.5951946Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9fcb5e44690a84f6.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5953723Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' from root:root to runner:runner
2025-08-20T22:58:44.5955454Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T22:58:44.5957327Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5959075Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-e63203657655c5bb.d' from root:root to runner:runner
2025-08-20T22:58:44.5960858Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5962782Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5964554Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5966591Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-213ee7ffc89f216f.d' from root:root to runner:runner
2025-08-20T22:58:44.5968367Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5970172Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5971966Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5973870Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5975607Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-aadf2a7a103969b3.d' from root:root to runner:runner
2025-08-20T22:58:44.5977613Z [00:03:48.727]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-e63203657655c5bb.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5979384Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-d230d64ca0802318.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5981140Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-9fcb5e44690a84f6.d' from root:root to runner:runner
2025-08-20T22:58:44.5983784Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.5985617Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5987753Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5989516Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-d230d64ca0802318.d' from root:root to runner:runner
2025-08-20T22:58:44.5991275Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5993083Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-e33754d2c2572ebf.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5995124Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ef442a24df5b09f2.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5997019Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-426650db58d49857.rlib' from root:root to runner:runner
2025-08-20T22:58:44.5998808Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-2d5c85dd2fff05b8.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6000588Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T22:58:44.6002350Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6004080Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zlib_rs-5c7cc95ca1abf653.d' from root:root to runner:runner
2025-08-20T22:58:44.6006174Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6008037Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-2d5c85dd2fff05b8.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6009782Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' from root:root to runner:runner
2025-08-20T22:58:44.6011766Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6013564Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-c67eff8a5893cb48.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6015340Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6017394Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' from root:root to runner:runner
2025-08-20T22:58:44.6019106Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tldr-e8b2e262b5b297c5.d' from root:root to runner:runner
2025-08-20T22:58:44.6020822Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6022754Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6024545Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-0616c2fa580c72ca.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6026521Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-036819a2ba611514.d' from root:root to runner:runner
2025-08-20T22:58:44.6028259Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq-c15af49505c6e4ac.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6030021Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6031770Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' from root:root to runner:runner
2025-08-20T22:58:44.6033498Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6035278Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T22:58:44.6037158Z [00:03:48.728]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' from root:root to runner:runner
2025-08-20T22:58:44.6039044Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6040758Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' from root:root to runner:runner
2025-08-20T22:58:44.6042502Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6044338Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-e8ce5fea6c20e0f3.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6046411Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-f81c79b249157461.d' from root:root to runner:runner
2025-08-20T22:58:44.6048142Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6050022Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq_proto-154ce01d7e6555c6.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6051801Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6053518Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-20T22:58:44.6056175Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' from root:root to runner:runner
2025-08-20T22:58:44.6057957Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-0616c2fa580c72ca.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6059758Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6061521Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6063331Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6065153Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' from root:root to runner:runner
2025-08-20T22:58:44.6067286Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' from root:root to runner:runner
2025-08-20T22:58:44.6069037Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rlib' from root:root to runner:runner
2025-08-20T22:58:44.6070683Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:58:44.6072455Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:58:44.6074443Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:58:44.6076781Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:58:44.6078770Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6080649Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb' from root:root to runner:runner
2025-08-20T22:58:44.6082474Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/dep-lib-ureq' from root:root to runner:runner
2025-08-20T22:58:44.6084315Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/lib-ureq.json' from root:root to runner:runner
2025-08-20T22:58:44.6086314Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6088154Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/lib-ureq' from root:root to runner:runner
2025-08-20T22:58:44.6089916Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac' from root:root to runner:runner
2025-08-20T22:58:44.6091751Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:58:44.6093809Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6095946Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/lib-getrandom' from root:root to runner:runner
2025-08-20T22:58:44.6097893Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:58:44.6099754Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029' from root:root to runner:runner
2025-08-20T22:58:44.6101633Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6103711Z [00:03:48.729]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:58:44.6105807Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:58:44.6107798Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:58:44.6109663Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a' from root:root to runner:runner
2025-08-20T22:58:44.6111525Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/dep-lib-dirs' from root:root to runner:runner
2025-08-20T22:58:44.6113347Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/lib-dirs' from root:root to runner:runner
2025-08-20T22:58:44.6115182Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6117341Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/lib-dirs.json' from root:root to runner:runner
2025-08-20T22:58:44.6119137Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738' from root:root to runner:runner
2025-08-20T22:58:44.6121213Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6123282Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6125817Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T22:58:44.6127970Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:58:44.6129884Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:58:44.6131947Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6133938Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:58:44.6136034Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T22:58:44.6137852Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-20T22:58:44.6139707Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6141572Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:58:44.6143424Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:58:44.6145213Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-20T22:58:44.6147153Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6149168Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize' from root:root to runner:runner
2025-08-20T22:58:44.6151033Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T22:58:44.6152918Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize.json' from root:root to runner:runner
2025-08-20T22:58:44.6154730Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73' from root:root to runner:runner
2025-08-20T22:58:44.6156616Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/lib-log' from root:root to runner:runner
2025-08-20T22:58:44.6158413Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/dep-lib-log' from root:root to runner:runner
2025-08-20T22:58:44.6160375Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6162226Z [00:03:48.730]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/lib-log.json' from root:root to runner:runner
2025-08-20T22:58:44.6163996Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed' from root:root to runner:runner
2025-08-20T22:58:44.6166165Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/lib-httparse.json' from root:root to runner:runner
2025-08-20T22:58:44.6168080Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/lib-httparse' from root:root to runner:runner
2025-08-20T22:58:44.6169975Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/dep-lib-httparse' from root:root to runner:runner
2025-08-20T22:58:44.6171869Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6173712Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf' from root:root to runner:runner
2025-08-20T22:58:44.6175964Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:58:44.6177861Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/lib-serde.json' from root:root to runner:runner
2025-08-20T22:58:44.6179736Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6181581Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/lib-serde' from root:root to runner:runner
2025-08-20T22:58:44.6183355Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59' from root:root to runner:runner
2025-08-20T22:58:44.6185161Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6187524Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc' from root:root to runner:runner
2025-08-20T22:58:44.6189358Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:58:44.6191186Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc.json' from root:root to runner:runner
2025-08-20T22:58:44.6192960Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709' from root:root to runner:runner
2025-08-20T22:58:44.6194791Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:58:44.6197645Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' from root:root to runner:runner
2025-08-20T22:58:44.6199628Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6201578Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:58:44.6203596Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e' from root:root to runner:runner
2025-08-20T22:58:44.6205437Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:58:44.6207582Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6209454Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T22:58:44.6211356Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:58:44.6213162Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T22:58:44.6215167Z [00:03:48.731]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:58:44.6217310Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' from root:root to runner:runner
2025-08-20T22:58:44.6219221Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6221127Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:58:44.6222949Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7' from root:root to runner:runner
2025-08-20T22:58:44.6224887Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-0900bbb3064d52c3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6227164Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-0900bbb3064d52c3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6229066Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-0900bbb3064d52c3' from root:root to runner:runner
2025-08-20T22:58:44.6231016Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6232886Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:58:44.6234726Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/lib-rustix' from root:root to runner:runner
2025-08-20T22:58:44.6236833Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:58:44.6238643Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461' from root:root to runner:runner
2025-08-20T22:58:44.6240532Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T22:58:44.6242694Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:58:44.6244745Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6247070Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:58:44.6249006Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef' from root:root to runner:runner
2025-08-20T22:58:44.6250999Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6253101Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6255009Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T22:58:44.6257075Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6259089Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/lib-yansi.json' from root:root to runner:runner
2025-08-20T22:58:44.6260917Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/lib-yansi' from root:root to runner:runner
2025-08-20T22:58:44.6262757Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/dep-lib-yansi' from root:root to runner:runner
2025-08-20T22:58:44.6264547Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b' from root:root to runner:runner
2025-08-20T22:58:44.6266644Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:58:44.6269299Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6271479Z [00:03:48.732]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:58:44.6273433Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:58:44.6275292Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T22:58:44.6277430Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6279292Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/dep-lib-utf8' from root:root to runner:runner
2025-08-20T22:58:44.6281105Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/lib-utf8' from root:root to runner:runner
2025-08-20T22:58:44.6282923Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/lib-utf8.json' from root:root to runner:runner
2025-08-20T22:58:44.6284696Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca' from root:root to runner:runner
2025-08-20T22:58:44.6286826Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:44.6288774Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6290716Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:44.6292650Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:58:44.6294524Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514' from root:root to runner:runner
2025-08-20T22:58:44.6296595Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:58:44.6298591Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6300456Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/lib-clap.json' from root:root to runner:runner
2025-08-20T22:58:44.6302270Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/lib-clap' from root:root to runner:runner
2025-08-20T22:58:44.6304036Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a' from root:root to runner:runner
2025-08-20T22:58:44.6306078Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6308141Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6309996Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T22:58:44.6311854Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:58:44.6313890Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:58:44.6316103Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:58:44.6318049Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6319891Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48' from root:root to runner:runner
2025-08-20T22:58:44.6321717Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:58:44.6323578Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:58:44.6325595Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6327597Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' from root:root to runner:runner
2025-08-20T22:58:44.6329381Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392' from root:root to runner:runner
2025-08-20T22:58:44.6331189Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/dep-lib-rustls' from root:root to runner:runner
2025-08-20T22:58:44.6333027Z [00:03:48.733]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/lib-rustls' from root:root to runner:runner
2025-08-20T22:58:44.6334881Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6336971Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/lib-rustls.json' from root:root to runner:runner
2025-08-20T22:58:44.6338769Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766' from root:root to runner:runner
2025-08-20T22:58:44.6340741Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:58:44.6342654Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:58:44.6345344Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6347394Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:58:44.6349230Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a' from root:root to runner:runner
2025-08-20T22:58:44.6351036Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/lib-socks.json' from root:root to runner:runner
2025-08-20T22:58:44.6353030Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/lib-socks' from root:root to runner:runner
2025-08-20T22:58:44.6354913Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6357098Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/dep-lib-socks' from root:root to runner:runner
2025-08-20T22:58:44.6358890Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6' from root:root to runner:runner
2025-08-20T22:58:44.6360675Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/dep-lib-toml' from root:root to runner:runner
2025-08-20T22:58:44.6362482Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/lib-toml' from root:root to runner:runner
2025-08-20T22:58:44.6364315Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6366304Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/lib-toml.json' from root:root to runner:runner
2025-08-20T22:58:44.6368080Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8' from root:root to runner:runner
2025-08-20T22:58:44.6370086Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:58:44.6372032Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6374006Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:58:44.6376222Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:58:44.6378122Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4' from root:root to runner:runner
2025-08-20T22:58:44.6380107Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6382008Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:58:44.6383882Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' from root:root to runner:runner
2025-08-20T22:58:44.6385863Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:58:44.6387687Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e' from root:root to runner:runner
2025-08-20T22:58:44.6389472Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/dep-lib-zip' from root:root to runner:runner
2025-08-20T22:58:44.6391293Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6393125Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/lib-zip.json' from root:root to runner:runner
2025-08-20T22:58:44.6394915Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/lib-zip' from root:root to runner:runner
2025-08-20T22:58:44.6397105Z [00:03:48.734]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857' from root:root to runner:runner
2025-08-20T22:58:44.6398936Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6400838Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:58:44.6402715Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/lib-once_cell' from root:root to runner:runner
2025-08-20T22:58:44.6404591Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:58:44.6406661Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3' from root:root to runner:runner
2025-08-20T22:58:44.6408490Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/dep-lib-flate2' from root:root to runner:runner
2025-08-20T22:58:44.6410405Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/lib-flate2.json' from root:root to runner:runner
2025-08-20T22:58:44.6412270Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6414130Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/lib-flate2' from root:root to runner:runner
2025-08-20T22:58:44.6416703Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318' from root:root to runner:runner
2025-08-20T22:58:44.6418804Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/dep-lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:58:44.6420745Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6422663Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:58:44.6424802Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys.json' from root:root to runner:runner
2025-08-20T22:58:44.6426932Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640' from root:root to runner:runner
2025-08-20T22:58:44.6428796Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6430631Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/lib-http' from root:root to runner:runner
2025-08-20T22:58:44.6432439Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/dep-lib-http' from root:root to runner:runner
2025-08-20T22:58:44.6434398Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/lib-http.json' from root:root to runner:runner
2025-08-20T22:58:44.6436307Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2' from root:root to runner:runner
2025-08-20T22:58:44.6438100Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/bin-tldr.json' from root:root to runner:runner
2025-08-20T22:58:44.6439917Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/dep-bin-tldr' from root:root to runner:runner
2025-08-20T22:58:44.6441756Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6443587Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/bin-tldr' from root:root to runner:runner
2025-08-20T22:58:44.6445337Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5' from root:root to runner:runner
2025-08-20T22:58:44.6447252Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6449177Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted.json' from root:root to runner:runner
2025-08-20T22:58:44.6451218Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T22:58:44.6453099Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted' from root:root to runner:runner
2025-08-20T22:58:44.6454920Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0' from root:root to runner:runner
2025-08-20T22:58:44.6456970Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' from root:root to runner:runner
2025-08-20T22:58:44.6458853Z [00:03:48.735]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' from root:root to runner:runner
2025-08-20T22:58:44.6460723Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6462705Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' from root:root to runner:runner
2025-08-20T22:58:44.6464513Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115' from root:root to runner:runner
2025-08-20T22:58:44.6466583Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/dep-lib-ring' from root:root to runner:runner
2025-08-20T22:58:44.6468434Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/lib-ring.json' from root:root to runner:runner
2025-08-20T22:58:44.6470280Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6472108Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/lib-ring' from root:root to runner:runner
2025-08-20T22:58:44.6473853Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07' from root:root to runner:runner
2025-08-20T22:58:44.6475783Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:58:44.6478716Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6480698Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/lib-ureq_proto.json' from root:root to runner:runner
2025-08-20T22:58:44.6482651Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/dep-lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:58:44.6484508Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6' from root:root to runner:runner
2025-08-20T22:58:44.6486430Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' from root:root to runner:runner
2025-08-20T22:58:44.6488262Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6490930Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:58:44.6492782Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:58:44.6494550Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac' from root:root to runner:runner
2025-08-20T22:58:44.6496642Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle.json' from root:root to runner:runner
2025-08-20T22:58:44.6498557Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6500447Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/dep-lib-subtle' from root:root to runner:runner
2025-08-20T22:58:44.6502292Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle' from root:root to runner:runner
2025-08-20T22:58:44.6504083Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466' from root:root to runner:runner
2025-08-20T22:58:44.6506323Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T22:58:44.6508270Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' from root:root to runner:runner
2025-08-20T22:58:44.6510202Z [00:03:48.736]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6512174Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T22:58:44.6514036Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca' from root:root to runner:runner
2025-08-20T22:58:44.6515971Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:58:44.6517987Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6519909Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T22:58:44.6521756Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:58:44.6523556Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T22:58:44.6525375Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:58:44.6527396Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6529294Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T22:58:44.6531169Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:58:44.6533137Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5' from root:root to runner:runner
2025-08-20T22:58:44.6534964Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/lib-crc32fast' from root:root to runner:runner
2025-08-20T22:58:44.6537156Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6539074Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T22:58:44.6540988Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T22:58:44.6542822Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e' from root:root to runner:runner
2025-08-20T22:58:44.6544821Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:58:44.6547047Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:58:44.6549021Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6551002Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T22:58:44.6552890Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06' from root:root to runner:runner
2025-08-20T22:58:44.6554748Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/dep-lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:58:44.6556729Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs.json' from root:root to runner:runner
2025-08-20T22:58:44.6558616Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6560945Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:58:44.6563138Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653' from root:root to runner:runner
2025-08-20T22:58:44.6565084Z [00:03:48.737]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-d8a5ca955678af1e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6567251Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-d8a5ca955678af1e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6569118Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-d8a5ca955678af1e' from root:root to runner:runner
2025-08-20T22:58:44.6571046Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-a0bebb05f56a9fa0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6573286Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-a0bebb05f56a9fa0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6575199Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-a0bebb05f56a9fa0' from root:root to runner:runner
2025-08-20T22:58:44.6577430Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-a6a636bf4e9ebab7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6579486Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-a6a636bf4e9ebab7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6581367Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-a6a636bf4e9ebab7' from root:root to runner:runner
2025-08-20T22:58:44.6583183Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6585031Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:58:44.6587121Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:58:44.6589092Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-20T22:58:44.6590843Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-20T22:58:44.6592699Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T22:58:44.6594661Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6596742Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:58:44.6598685Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:58:44.6600653Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6' from root:root to runner:runner
2025-08-20T22:58:44.6602542Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:44.6604491Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6606535Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:58:44.6608483Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:58:44.6610393Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca' from root:root to runner:runner
2025-08-20T22:58:44.6612261Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/lib-terminal_size' from root:root to runner:runner
2025-08-20T22:58:44.6614197Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6616569Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T22:58:44.6618557Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T22:58:44.6620428Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a' from root:root to runner:runner
2025-08-20T22:58:44.6622236Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' from root:root to runner:runner
2025-08-20T22:58:44.6624096Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6626320Z [00:03:48.738]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:58:44.6628230Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:58:44.6630396Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba' from root:root to runner:runner
2025-08-20T22:58:44.6632639Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6634604Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6636689Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6638657Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6640539Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T22:58:44.6642414Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' from root:root to runner:runner
2025-08-20T22:58:44.6644551Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6646565Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' from root:root to runner:runner
2025-08-20T22:58:44.6648481Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T22:58:44.6650328Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef' from root:root to runner:runner
2025-08-20T22:58:44.6652233Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6654385Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6656783Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6658883Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6660819Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T22:58:44.6662725Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6664699Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6666956Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6668952Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:58:44.6670840Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T22:58:44.6672941Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:58:44.6675024Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T22:58:44.6677211Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6679279Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:58:44.6681240Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea' from root:root to runner:runner
2025-08-20T22:58:44.6683281Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6685259Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/lib-webpki' from root:root to runner:runner
2025-08-20T22:58:44.6687285Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/dep-lib-webpki' from root:root to runner:runner
2025-08-20T22:58:44.6689218Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/lib-webpki.json' from root:root to runner:runner
2025-08-20T22:58:44.6691079Z [00:03:48.739]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0' from root:root to runner:runner
2025-08-20T22:58:44.6693082Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T22:58:44.6695269Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:58:44.6697672Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6699972Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:58:44.6701985Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3' from root:root to runner:runner
2025-08-20T22:58:44.6704613Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6706830Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T22:58:44.6708759Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T22:58:44.6710845Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser' from root:root to runner:runner
2025-08-20T22:58:44.6712686Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f' from root:root to runner:runner
2025-08-20T22:58:44.6714525Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6716517Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6718413Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:44.6720280Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:58:44.6722073Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T22:58:44.6723969Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:58:44.6726065Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6728197Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T22:58:44.6730202Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:58:44.6732102Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30' from root:root to runner:runner
2025-08-20T22:58:44.6733977Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:58:44.6736186Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6738305Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:58:44.6740287Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:58:44.6742139Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685' from root:root to runner:runner
2025-08-20T22:58:44.6744045Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:58:44.6746255Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:58:44.6748227Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6750205Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T22:58:44.6752109Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8' from root:root to runner:runner
2025-08-20T22:58:44.6754097Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6756067Z [00:03:48.740]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:58:44.6757915Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:58:44.6759767Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:58:44.6761561Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3' from root:root to runner:runner
2025-08-20T22:58:44.6763480Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-fff839f37c3d23dc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:58:44.6765786Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-fff839f37c3d23dc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:58:44.6767743Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-fff839f37c3d23dc' from root:root to runner:runner
2025-08-20T22:58:44.6769586Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:58:44.6771512Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:58:44.6773424Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:58:44.6775328Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/lib-indexmap' from root:root to runner:runner
2025-08-20T22:58:44.6777445Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379' from root:root to runner:runner
2025-08-20T22:58:44.6779856Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:58:44.6781390Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:58:44.6783016Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:58:44.6784448Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:58:44.6786050Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:58:44.6787312Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:58:44.6788477Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO' from root:root to runner:runner
2025-08-20T22:58:44.6789576Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2' from root:root to runner:runner
2025-08-20T22:58:44.6790602Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:58:44.6791587Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tldr' from runner:docker to runner:runner
2025-08-20T22:58:44.6792715Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:58:44.6793744Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tlrc' from runner:docker to runner:runner
2025-08-20T22:58:44.6794782Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:58:44.6795900Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:58:44.6796837Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:58:44.6797749Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tldr' from runner:docker to runner:runner
2025-08-20T22:58:44.6798651Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:58:44.6799555Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc' from runner:docker to runner:runner
2025-08-20T22:58:44.6800510Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.version' from runner:docker to runner:runner
2025-08-20T22:58:44.6801490Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.version' from runner:docker to runner:runner
2025-08-20T22:58:44.6802393Z [00:03:48.741]➜  changed ownership of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:58:44.6803465Z [00:03:48.751]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6804748Z [00:03:48.759]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6806237Z [00:03:48.766]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6807485Z [00:03:48.773]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6808703Z [00:03:48.780]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6810012Z [00:03:48.787]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/tldr.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6811361Z [00:03:48.794]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/_tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6812682Z [00:03:48.801]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/completions/tldr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6813979Z [00:03:48.808]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6815443Z [00:03:48.815]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6817185Z [00:03:48.822]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page-compact-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6818578Z [00:03:48.829]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6819972Z [00:03:48.836]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/option-placeholder.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6821334Z [00:03:48.843]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/page.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6822701Z [00:03:48.851]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping-render' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6824095Z [00:03:48.858]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tests/data/line-wrapping.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6825408Z [00:03:48.865]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6826917Z [00:03:48.873]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6828177Z [00:03:48.879]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6829431Z [00:03:48.887]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6830813Z [00:03:48.894]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6852108Z [00:03:48.902]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6923221Z [00:03:48.909]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.6996672Z [00:03:48.916]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7071341Z [00:03:48.923]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7148074Z [00:03:48.931]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/tldr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7223159Z [00:03:48.939]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7300490Z [00:03:48.946]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7372497Z [00:03:48.954]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7443103Z [00:03:48.961]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/gh-pages.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7513017Z [00:03:48.968]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/build-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7583093Z [00:03:48.975]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7653867Z [00:03:48.982]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7723204Z [00:03:48.989]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7793365Z [00:03:48.996]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7863694Z [00:03:49.003]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.7934559Z [00:03:49.010]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8004942Z [00:03:49.017]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8074135Z [00:03:49.024]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8144608Z [00:03:49.031]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8218442Z [00:03:49.038]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8287843Z [00:03:49.045]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8356809Z [00:03:49.052]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8430053Z [00:03:49.059]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8500514Z [00:03:49.066]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8570564Z [00:03:49.073]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8639967Z [00:03:49.080]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8710305Z [00:03:49.087]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8779481Z [00:03:49.094]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8848807Z [00:03:49.101]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8917403Z [00:03:49.108]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.8986352Z [00:03:49.115]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9060935Z [00:03:49.122]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9135187Z [00:03:49.130]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9215223Z [00:03:49.138]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9287749Z [00:03:49.145]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9361807Z [00:03:49.152]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9432738Z [00:03:49.160]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9503142Z [00:03:49.167]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9574070Z [00:03:49.174]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9644103Z [00:03:49.181]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9713624Z [00:03:49.188]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-87cfc6ef571acf03eca4224a7fee1a35b9bb1ceb.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9784338Z [00:03:49.195]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/objects/pack/pack-d5321c9857646f874b1eb8049d3426e85eda7b9b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9853310Z [00:03:49.202]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9922491Z [00:03:49.209]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:44.9992096Z [00:03:49.215]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0062536Z [00:03:49.223]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0133016Z [00:03:49.230]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0202584Z [00:03:49.237]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0272233Z [00:03:49.243]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0344076Z [00:03:49.251]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0418723Z [00:03:49.258]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0490955Z [00:03:49.265]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0561196Z [00:03:49.272]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0632086Z [00:03:49.279]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0703038Z [00:03:49.287]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0772971Z [00:03:49.294]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0842145Z [00:03:49.300]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build_script_build-d5917157eb0a054b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0911062Z [00:03:49.307]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/httparse-d5917157eb0a054b/build_script_build-d5917157eb0a054b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.0981752Z [00:03:49.314]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1050066Z [00:03:49.321]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build_script_build-bacff1d919db44df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1119560Z [00:03:49.328]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/tlrc-bacff1d919db44df/build_script_build-bacff1d919db44df' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1194851Z [00:03:49.336]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1269769Z [00:03:49.343]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build_script_build-184e172dfad71baf' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1356374Z [00:03:49.352]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustls-184e172dfad71baf/build_script_build-184e172dfad71baf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1433587Z [00:03:49.360]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build_script_build-c0daf9da421d94a5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1506396Z [00:03:49.367]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1576473Z [00:03:49.374]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/ring-c0daf9da421d94a5/build_script_build-c0daf9da421d94a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1646951Z [00:03:49.381]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1718178Z [00:03:49.388]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1788376Z [00:03:49.395]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1859691Z [00:03:49.402]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.1934289Z [00:03:49.410]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2006407Z [00:03:49.417]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2080415Z [00:03:49.424]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2154973Z [00:03:49.432]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2231754Z [00:03:49.439]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build_script_build-875a62018374fb9f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2304586Z [00:03:49.447]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/build/rustix-875a62018374fb9f/build_script_build-875a62018374fb9f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2379432Z [00:03:49.454]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2449786Z [00:03:49.461]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2520304Z [00:03:49.468]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2590799Z [00:03:49.475]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2660328Z [00:03:49.482]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2730759Z [00:03:49.489]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2798820Z [00:03:49.496]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2867354Z [00:03:49.503]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.2935179Z [00:03:49.510]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/cc-b3694deaaed00eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3008004Z [00:03:49.517]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3079140Z [00:03:49.524]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libcc-b3694deaaed00eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3149621Z [00:03:49.531]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3220511Z [00:03:49.538]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3293645Z [00:03:49.546]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3362787Z [00:03:49.553]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/serde_derive-ece4a0d9dbdf20ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3434969Z [00:03:49.560]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3503796Z [00:03:49.567]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3572551Z [00:03:49.574]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3640889Z [00:03:49.580]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3709330Z [00:03:49.587]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3777992Z [00:03:49.594]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3846075Z [00:03:49.601]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3915079Z [00:03:49.608]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.3983727Z [00:03:49.615]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libserde_derive-ece4a0d9dbdf20ff.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4054221Z [00:03:49.622]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/deps/libcc-b3694deaaed00eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4136061Z [00:03:49.630]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4214172Z [00:03:49.638]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4290708Z [00:03:49.645]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4367579Z [00:03:49.653]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4442468Z [00:03:49.660]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4513926Z [00:03:49.668]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4583954Z [00:03:49.675]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4654856Z [00:03:49.682]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4724558Z [00:03:49.689]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4793519Z [00:03:49.696]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4865346Z [00:03:49.703]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.4934535Z [00:03:49.710]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5003372Z [00:03:49.717]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5075934Z [00:03:49.724]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5151005Z [00:03:49.731]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5226583Z [00:03:49.739]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/httparse-d5917157eb0a054b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5299140Z [00:03:49.746]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5370502Z [00:03:49.753]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5442297Z [00:03:49.760]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5512870Z [00:03:49.768]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/tlrc-bacff1d919db44df/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5582646Z [00:03:49.774]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5652354Z [00:03:49.781]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:45.5723629Z [00:03:49.789]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:45.5793519Z [00:03:49.796]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5862808Z [00:03:49.803]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.5932558Z [00:03:49.809]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6003342Z [00:03:49.817]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6075259Z [00:03:49.824]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustls-184e172dfad71baf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6146984Z [00:03:49.831]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6223272Z [00:03:49.838]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6299264Z [00:03:49.846]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6370734Z [00:03:49.853]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6441305Z [00:03:49.860]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6511902Z [00:03:49.867]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6582552Z [00:03:49.875]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6652356Z [00:03:49.882]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6721918Z [00:03:49.888]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6790980Z [00:03:49.895]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6861171Z [00:03:49.902]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6929718Z [00:03:49.909]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde_derive-ece4a0d9dbdf20ff/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.6998889Z [00:03:49.916]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7071167Z [00:03:49.923]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7145008Z [00:03:49.931]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7218896Z [00:03:49.938]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/ring-c0daf9da421d94a5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7296298Z [00:03:49.946]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7370798Z [00:03:49.953]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7445450Z [00:03:49.961]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7517280Z [00:03:49.968]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7589294Z [00:03:49.975]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7659415Z [00:03:49.982]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7729764Z [00:03:49.989]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7800903Z [00:03:49.996]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7871404Z [00:03:50.003]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.7942171Z [00:03:50.010]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/cc-b3694deaaed00eff/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8014631Z [00:03:50.018]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8093068Z [00:03:50.025]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8164709Z [00:03:50.033]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8236852Z [00:03:50.040]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8309149Z [00:03:50.047]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8380823Z [00:03:50.054]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8452140Z [00:03:50.061]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8522439Z [00:03:50.069]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8592951Z [00:03:50.076]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8663305Z [00:03:50.083]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8734776Z [00:03:50.090]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8803510Z [00:03:50.097]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8873219Z [00:03:50.104]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.8942781Z [00:03:50.111]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9013140Z [00:03:50.118]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9082836Z [00:03:50.125]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/rustix-875a62018374fb9f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9154290Z [00:03:50.132]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9223716Z [00:03:50.139]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9298378Z [00:03:50.146]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9371403Z [00:03:50.153]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9441969Z [00:03:50.160]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/tldr.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9512772Z [00:03:50.168]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9581879Z [00:03:50.175]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9652690Z [00:03:50.182]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9721911Z [00:03:50.188]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9792371Z [00:03:50.196]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9863869Z [00:03:50.203]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:45.9933596Z [00:03:50.210]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0003216Z [00:03:50.217]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0072235Z [00:03:50.223]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0146455Z [00:03:50.231]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-0900bbb3064d52c3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0220642Z [00:03:50.238]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0298083Z [00:03:50.246]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0371740Z [00:03:50.253]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0443201Z [00:03:50.261]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0514576Z [00:03:50.268]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0585463Z [00:03:50.275]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0657106Z [00:03:50.282]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0728237Z [00:03:50.289]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0798711Z [00:03:50.296]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0868708Z [00:03:50.303]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.0938185Z [00:03:50.310]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1007533Z [00:03:50.317]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tlrc-d8a5ca955678af1e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1081396Z [00:03:50.324]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1156491Z [00:03:50.332]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1232610Z [00:03:50.339]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1305989Z [00:03:50.347]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-a0bebb05f56a9fa0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1377652Z [00:03:50.354]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1448301Z [00:03:50.361]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1519242Z [00:03:50.368]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-cpu_intel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1588514Z [00:03:50.375]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1658605Z [00:03:50.382]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1726933Z [00:03:50.389]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/libring_core_0_17_14_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1796132Z [00:03:50.396]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1864905Z [00:03:50.403]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-crypto.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.1934512Z [00:03:50.410]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-x86_64-mont-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2004306Z [00:03:50.417]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/25ac62e5b3c53843-curve25519_64_adx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2074263Z [00:03:50.424]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2145296Z [00:03:50.431]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2215922Z [00:03:50.438]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/e165cd818145c705-fiat_curve25519_adx_mul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2285521Z [00:03:50.445]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-sha512-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2356387Z [00:03:50.452]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-vpaes-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2428979Z [00:03:50.459]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2500831Z [00:03:50.466]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2571768Z [00:03:50.473]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/libring_core_0_17_14__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2642196Z [00:03:50.480]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2711899Z [00:03:50.487]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2783238Z [00:03:50.495]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/e165cd818145c705-fiat_curve25519_adx_square.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2853971Z [00:03:50.502]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2922915Z [00:03:50.509]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-aesni-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.2991704Z [00:03:50.515]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3064399Z [00:03:50.523]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3137705Z [00:03:50.530]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-sha256-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3210861Z [00:03:50.537]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-ghash-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3283092Z [00:03:50.545]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3356515Z [00:03:50.552]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-x86_64-mont5-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3426962Z [00:03:50.559]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/c322a0bcc369f531-chacha-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3496069Z [00:03:50.566]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3566803Z [00:03:50.573]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3635430Z [00:03:50.580]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3703532Z [00:03:50.587]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3772140Z [00:03:50.593]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3840798Z [00:03:50.600]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-a6a636bf4e9ebab7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3909077Z [00:03:50.607]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.3978049Z [00:03:50.614]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4046859Z [00:03:50.621]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4117346Z [00:03:50.628]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-fff839f37c3d23dc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4189664Z [00:03:50.635]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq_proto-154ce01d7e6555c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4266399Z [00:03:50.643]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8-d406618cdd2b23ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4344646Z [00:03:50.651]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.4417192Z [00:03:50.658]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8-d406618cdd2b23ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4486739Z [00:03:50.665]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-f9ccdb5c28b5ded5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4556916Z [00:03:50.672]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4626715Z [00:03:50.679]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4695900Z [00:03:50.686]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-384eaed815089379.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4765994Z [00:03:50.693]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.4833812Z [00:03:50.700]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9fcb5e44690a84f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4902831Z [00:03:50.707]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9d7a6fb98124bc73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.4971036Z [00:03:50.713]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.5039241Z [00:03:50.720]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5107344Z [00:03:50.727]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5178009Z [00:03:50.734]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5252387Z [00:03:50.741]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-3943b260c99b6738.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5327788Z [00:03:50.749]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.5402185Z [00:03:50.756]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocks-39fbc0bceade26f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5473700Z [00:03:50.764]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.5545118Z [00:03:50.771]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyansi-f2ed6de9a7db714b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5617064Z [00:03:50.778]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-384eaed815089379.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5687487Z [00:03:50.785]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-3943b260c99b6738.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5757386Z [00:03:50.792]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5827819Z [00:03:50.799]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-c67eff8a5893cb48.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5898157Z [00:03:50.806]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.5967175Z [00:03:50.813]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-3943b260c99b6738.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6037656Z [00:03:50.820]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6113466Z [00:03:50.828]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-f5a919cd2dcb5029.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6185547Z [00:03:50.835]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6256948Z [00:03:50.842]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyansi-f2ed6de9a7db714b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6331074Z [00:03:50.849]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-f5a919cd2dcb5029.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6401968Z [00:03:50.856]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6473045Z [00:03:50.864]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6542228Z [00:03:50.871]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8-d406618cdd2b23ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6612111Z [00:03:50.877]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/untrusted-df20551f16bb03b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6681607Z [00:03:50.884]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-2934c06b0451d766.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6751952Z [00:03:50.891]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.6821321Z [00:03:50.898]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-426650db58d49857.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6890443Z [00:03:50.905]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-f81c79b249157461.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.6960075Z [00:03:50.912]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socks-39fbc0bceade26f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7029318Z [00:03:50.919]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7099301Z [00:03:50.926]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-17054e2e26a7f5e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7170157Z [00:03:50.933]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/subtle-86ec28a99f44b466.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7242169Z [00:03:50.940]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7313680Z [00:03:50.948]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_rs_sys-4a1d7841f32af640.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7384618Z [00:03:50.955]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7456359Z [00:03:50.962]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.7525958Z [00:03:50.969]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zip-426650db58d49857.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7594156Z [00:03:50.976]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-afceb2c5d0833709.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7662680Z [00:03:50.983]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-47ad323aa7f376b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7732427Z [00:03:50.990]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.7801079Z [00:03:50.996]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7869397Z [00:03:51.003]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-e33754d2c2572ebf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.7937672Z [00:03:51.010]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8006430Z [00:03:51.017]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9853cd3e4516e25a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8079237Z [00:03:51.024]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9853cd3e4516e25a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8149873Z [00:03:51.031]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-14375e056f7ddf07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8219236Z [00:03:51.038]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-61436fae29c4751a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8292230Z [00:03:51.045]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.8364567Z [00:03:51.053]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8434656Z [00:03:51.060]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:46.8504279Z [00:03:51.067]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-17054e2e26a7f5e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8573680Z [00:03:51.074]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8643293Z [00:03:51.081]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-f81c79b249157461.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8713440Z [00:03:51.088]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8784071Z [00:03:51.095]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-036819a2ba611514.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8853175Z [00:03:51.102]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-e33754d2c2572ebf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.8927566Z [00:03:51.109]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9003917Z [00:03:51.117]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_native_certs-615034de367b59ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9077140Z [00:03:51.124]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-14375e056f7ddf07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9153629Z [00:03:51.132]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-7078020738de7e30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9228028Z [00:03:51.139]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9303750Z [00:03:51.147]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9376999Z [00:03:51.154]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9449164Z [00:03:51.161]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-e8ce5fea6c20e0f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9519300Z [00:03:51.168]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9588788Z [00:03:51.175]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9661507Z [00:03:51.182]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-a41135cb133b8685.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9730542Z [00:03:51.189]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9800445Z [00:03:51.196]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-458f18db5ed8539a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9869402Z [00:03:51.203]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:46.9939302Z [00:03:51.210]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-b7d45937fc9b5e5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0008343Z [00:03:51.217]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-458f18db5ed8539a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0082565Z [00:03:51.224]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-036819a2ba611514.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0154489Z [00:03:51.232]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-9853cd3e4516e25a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0225586Z [00:03:51.239]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0297132Z [00:03:51.246]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0370842Z [00:03:51.253]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0441783Z [00:03:51.260]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-a41135cb133b8685.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0512467Z [00:03:51.267]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-0616c2fa580c72ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0583074Z [00:03:51.275]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0653855Z [00:03:51.282]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-61436fae29c4751a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0723308Z [00:03:51.289]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-f5a919cd2dcb5029.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0793285Z [00:03:51.296]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ef442a24df5b09f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.0862443Z [00:03:51.303]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.0931569Z [00:03:51.309]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-c67eff8a5893cb48.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1001719Z [00:03:51.316]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.1071703Z [00:03:51.323]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-f9ccdb5c28b5ded5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1140988Z [00:03:51.330]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1215546Z [00:03:51.338]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-ac58f09e073a8ea0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1289013Z [00:03:51.345]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-ef442a24df5b09f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1363722Z [00:03:51.353]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1438093Z [00:03:51.360]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-61436fae29c4751a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1510402Z [00:03:51.367]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1580394Z [00:03:51.374]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ureq-c15af49505c6e4ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1650292Z [00:03:51.381]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ureq_proto-154ce01d7e6555c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1719686Z [00:03:51.388]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocks-39fbc0bceade26f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1790253Z [00:03:51.395]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1859877Z [00:03:51.402]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.1929404Z [00:03:51.409]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-aadf2a7a103969b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.1998543Z [00:03:51.416]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-f9ccdb5c28b5ded5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2067939Z [00:03:51.423]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2140364Z [00:03:51.430]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-b99093400b0fbf06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2210364Z [00:03:51.437]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-a41135cb133b8685.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2279590Z [00:03:51.444]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2349876Z [00:03:51.451]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-2d5c85dd2fff05b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2419284Z [00:03:51.458]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-e63203657655c5bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2487826Z [00:03:51.465]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2557161Z [00:03:51.472]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2626702Z [00:03:51.479]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-17054e2e26a7f5e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2693789Z [00:03:51.486]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-b7d45937fc9b5e5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2762112Z [00:03:51.493]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-33c9bc831a759fed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2831621Z [00:03:51.499]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-384eaed815089379.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2900425Z [00:03:51.506]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.2969689Z [00:03:51.513]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.3042398Z [00:03:51.521]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3112608Z [00:03:51.528]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.3186586Z [00:03:51.535]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3262505Z [00:03:51.542]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-33c9bc831a759fed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3338225Z [00:03:51.550]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq-c15af49505c6e4ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3413117Z [00:03:51.558]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tldr-e8b2e262b5b297c5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3486516Z [00:03:51.565]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yansi-f2ed6de9a7db714b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3558584Z [00:03:51.572]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.3629524Z [00:03:51.579]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-d230d64ca0802318.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3700762Z [00:03:51.586]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-c2f27d7a1f744e59.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3771821Z [00:03:51.593]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9fcb5e44690a84f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3842293Z [00:03:51.600]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.3912541Z [00:03:51.608]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.3989823Z [00:03:51.615]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.4068280Z [00:03:51.623]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-e63203657655c5bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4143057Z [00:03:51.631]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4219793Z [00:03:51.638]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4294741Z [00:03:51.646]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4368832Z [00:03:51.653]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-213ee7ffc89f216f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4440737Z [00:03:51.660]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-ac58f09e073a8ea0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4511721Z [00:03:51.667]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4581898Z [00:03:51.674]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4652892Z [00:03:51.682]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.4722120Z [00:03:51.688]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-aadf2a7a103969b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4793414Z [00:03:51.696]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-e63203657655c5bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4862838Z [00:03:51.703]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-d230d64ca0802318.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.4932917Z [00:03:51.710]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-9fcb5e44690a84f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5003073Z [00:03:51.717]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5078214Z [00:03:51.724]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-c2f27d7a1f744e59.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5158833Z [00:03:51.732]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5234385Z [00:03:51.740]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-d230d64ca0802318.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5309185Z [00:03:51.747]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.5383960Z [00:03:51.755]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-e33754d2c2572ebf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5455601Z [00:03:51.762]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ef442a24df5b09f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5526125Z [00:03:51.769]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-426650db58d49857.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5597994Z [00:03:51.776]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-2d5c85dd2fff05b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5670411Z [00:03:51.783]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.5741552Z [00:03:51.790]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5812827Z [00:03:51.798]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zlib_rs-5c7cc95ca1abf653.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.5884746Z [00:03:51.805]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.5954730Z [00:03:51.812]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-2d5c85dd2fff05b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6025451Z [00:03:51.819]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6098823Z [00:03:51.826]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.6173651Z [00:03:51.834]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-c67eff8a5893cb48.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6248507Z [00:03:51.841]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.6322619Z [00:03:51.848]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6394590Z [00:03:51.856]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tldr-e8b2e262b5b297c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6464806Z [00:03:51.863]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6535223Z [00:03:51.870]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.6604594Z [00:03:51.877]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-0616c2fa580c72ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6672832Z [00:03:51.884]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-036819a2ba611514.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6742303Z [00:03:51.890]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq-c15af49505c6e4ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6811453Z [00:03:51.897]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6879990Z [00:03:51.904]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.6948191Z [00:03:51.911]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7017233Z [00:03:51.918]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.7085319Z [00:03:51.925]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7154885Z [00:03:51.932]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7223565Z [00:03:51.939]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7291797Z [00:03:51.945]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7359852Z [00:03:51.952]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-e8ce5fea6c20e0f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7427786Z [00:03:51.959]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-f81c79b249157461.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7496507Z [00:03:51.966]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7563546Z [00:03:51.973]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libureq_proto-154ce01d7e6555c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7632458Z [00:03:51.980]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7701628Z [00:03:51.986]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.7769961Z [00:03:51.993]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7837832Z [00:03:52.000]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-0616c2fa580c72ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7905454Z [00:03:52.007]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-2934c06b0451d766.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.7974091Z [00:03:52.014]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8041732Z [00:03:52.020]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8110195Z [00:03:52.027]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8178914Z [00:03:52.034]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8246469Z [00:03:52.041]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8316399Z [00:03:52.048]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8385017Z [00:03:52.055]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8453343Z [00:03:52.062]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8521268Z [00:03:52.068]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-e63203657655c5bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8590131Z [00:03:52.075]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/dep-lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8658716Z [00:03:52.082]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/lib-ureq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8726786Z [00:03:52.089]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8795864Z [00:03:52.096]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-c15af49505c6e4ac/lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8863935Z [00:03:52.103]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.8932775Z [00:03:52.110]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9001003Z [00:03:52.116]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9070408Z [00:03:52.123]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-f5a919cd2dcb5029/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9140136Z [00:03:52.130]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9209458Z [00:03:52.137]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9280415Z [00:03:52.144]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9350520Z [00:03:52.151]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9853cd3e4516e25a/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9419310Z [00:03:52.158]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9488168Z [00:03:52.165]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9557695Z [00:03:52.172]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9624876Z [00:03:52.179]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-3943b260c99b6738/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9693520Z [00:03:52.186]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9762316Z [00:03:52.192]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:47.9830958Z [00:03:52.199]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.9899102Z [00:03:52.206]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:47.9967480Z [00:03:52.213]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0035072Z [00:03:52.220]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0103422Z [00:03:52.227]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0171655Z [00:03:52.233]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0239379Z [00:03:52.240]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0307625Z [00:03:52.247]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.0375347Z [00:03:52.254]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0444503Z [00:03:52.261]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0513491Z [00:03:52.268]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0583725Z [00:03:52.275]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0652189Z [00:03:52.281]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0720872Z [00:03:52.288]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0789892Z [00:03:52.295]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0860205Z [00:03:52.302]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-33c9bc831a759fed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0930220Z [00:03:52.309]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.0998137Z [00:03:52.316]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1066280Z [00:03:52.323]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1134944Z [00:03:52.330]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-e33754d2c2572ebf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1204198Z [00:03:52.337]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1274089Z [00:03:52.344]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1343051Z [00:03:52.351]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1413703Z [00:03:52.358]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c2f27d7a1f744e59/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1482458Z [00:03:52.364]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1551502Z [00:03:52.371]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1621087Z [00:03:52.378]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1690646Z [00:03:52.385]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1759926Z [00:03:52.392]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1828421Z [00:03:52.399]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1897579Z [00:03:52.406]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.1965924Z [00:03:52.413]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2035162Z [00:03:52.420]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.2103404Z [00:03:52.427]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.2172421Z [00:03:52.433]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.2241156Z [00:03:52.440]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.2310948Z [00:03:52.447]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2379729Z [00:03:52.454]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2448645Z [00:03:52.461]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2517980Z [00:03:52.468]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2586853Z [00:03:52.475]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-0900bbb3064d52c3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2654793Z [00:03:52.482]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-0900bbb3064d52c3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2724623Z [00:03:52.489]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2793055Z [00:03:52.496]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2861110Z [00:03:52.502]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2929824Z [00:03:52.509]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-f81c79b249157461/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.2999537Z [00:03:52.516]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3070640Z [00:03:52.523]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3140583Z [00:03:52.530]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3208323Z [00:03:52.537]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3278123Z [00:03:52.544]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3346172Z [00:03:52.551]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3415605Z [00:03:52.558]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3485102Z [00:03:52.565]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/lib-yansi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3559635Z [00:03:52.572]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/lib-yansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3630014Z [00:03:52.579]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yansi-f2ed6de9a7db714b/dep-lib-yansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.3700670Z [00:03:52.586]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.3770518Z [00:03:52.593]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.3839759Z [00:03:52.600]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.3908954Z [00:03:52.607]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:48.3978769Z [00:03:52.614]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4048050Z [00:03:52.621]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/dep-lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4119857Z [00:03:52.628]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4197973Z [00:03:52.636]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf-8-d406618cdd2b23ca/lib-utf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4270550Z [00:03:52.643]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4341504Z [00:03:52.650]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4413050Z [00:03:52.658]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4484786Z [00:03:52.665]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-036819a2ba611514/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4558168Z [00:03:52.672]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4627715Z [00:03:52.679]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4697814Z [00:03:52.686]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4767380Z [00:03:52.693]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-61436fae29c4751a/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4839503Z [00:03:52.700]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4913093Z [00:03:52.708]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.4984226Z [00:03:52.715]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5055417Z [00:03:52.722]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5125836Z [00:03:52.729]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5196230Z [00:03:52.736]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-c67eff8a5893cb48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5267114Z [00:03:52.743]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5336633Z [00:03:52.750]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5410638Z [00:03:52.757]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5479821Z [00:03:52.764]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5549596Z [00:03:52.771]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5617956Z [00:03:52.778]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5687543Z [00:03:52.785]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5755626Z [00:03:52.792]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-2934c06b0451d766/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5824667Z [00:03:52.799]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5892402Z [00:03:52.805]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.5962034Z [00:03:52.812]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6030312Z [00:03:52.819]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6099942Z [00:03:52.826]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/lib-socks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6168191Z [00:03:52.833]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6237216Z [00:03:52.840]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6305562Z [00:03:52.847]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socks-39fbc0bceade26f6/dep-lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6374494Z [00:03:52.854]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6442448Z [00:03:52.860]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6512114Z [00:03:52.867]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6580768Z [00:03:52.874]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-17054e2e26a7f5e8/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6651232Z [00:03:52.881]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6720764Z [00:03:52.888]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6791192Z [00:03:52.895]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6862708Z [00:03:52.902]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.6934794Z [00:03:52.910]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7006140Z [00:03:52.917]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7076939Z [00:03:52.924]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7147824Z [00:03:52.931]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7218510Z [00:03:52.938]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/dep-lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7290158Z [00:03:52.945]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7361395Z [00:03:52.952]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/lib-zip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7430791Z [00:03:52.959]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-426650db58d49857/lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7500063Z [00:03:52.966]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7569212Z [00:03:52.973]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7641000Z [00:03:52.980]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7711691Z [00:03:52.987]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-aadf2a7a103969b3/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7782142Z [00:03:52.994]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7853708Z [00:03:53.002]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7923961Z [00:03:53.009]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.7994923Z [00:03:53.016]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-d230d64ca0802318/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8065393Z [00:03:53.023]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/dep-lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8135279Z [00:03:53.030]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8204049Z [00:03:53.037]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8274053Z [00:03:53.044]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8344352Z [00:03:53.051]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8414449Z [00:03:53.058]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8489720Z [00:03:53.065]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8561211Z [00:03:53.072]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ef442a24df5b09f2/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8632254Z [00:03:53.080]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/bin-tldr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8702023Z [00:03:53.086]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/dep-bin-tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8771176Z [00:03:53.093]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8839869Z [00:03:53.100]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-e8b2e262b5b297c5/bin-tldr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8909521Z [00:03:53.107]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.8978954Z [00:03:53.114]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9048272Z [00:03:53.121]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/dep-lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9116457Z [00:03:53.128]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9186532Z [00:03:53.135]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9254828Z [00:03:53.142]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9325269Z [00:03:53.149]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9394484Z [00:03:53.156]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9463786Z [00:03:53.163]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9531068Z [00:03:53.169]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9601667Z [00:03:53.176]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9673738Z [00:03:53.184]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-14375e056f7ddf07/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9743729Z [00:03:53.191]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9813566Z [00:03:53.198]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9884915Z [00:03:53.205]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/lib-ureq_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:48.9954906Z [00:03:53.212]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ureq-proto-154ce01d7e6555c6/dep-lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0023585Z [00:03:53.219]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0095205Z [00:03:53.226]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0167181Z [00:03:53.233]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0237808Z [00:03:53.240]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0306784Z [00:03:53.247]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0377037Z [00:03:53.254]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0447340Z [00:03:53.261]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/dep-lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0518041Z [00:03:53.268]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0593695Z [00:03:53.276]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0667651Z [00:03:53.283]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0738759Z [00:03:53.290]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0809493Z [00:03:53.297]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.0880490Z [00:03:53.304]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.0951411Z [00:03:53.311]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.1020450Z [00:03:53.318]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.1091074Z [00:03:53.325]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.1162306Z [00:03:53.332]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1233361Z [00:03:53.340]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1302667Z [00:03:53.347]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1371838Z [00:03:53.353]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-f9ccdb5c28b5ded5/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1441365Z [00:03:53.360]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1510009Z [00:03:53.367]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1577671Z [00:03:53.374]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1645879Z [00:03:53.381]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-b7d45937fc9b5e5e/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1714860Z [00:03:53.388]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1783228Z [00:03:53.395]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1852128Z [00:03:53.401]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1919771Z [00:03:53.408]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.1988929Z [00:03:53.415]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/dep-lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2057662Z [00:03:53.422]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2127137Z [00:03:53.429]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2195990Z [00:03:53.436]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2265834Z [00:03:53.443]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-d8a5ca955678af1e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2333620Z [00:03:53.450]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tlrc-d8a5ca955678af1e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2403001Z [00:03:53.457]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-a0bebb05f56a9fa0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2471698Z [00:03:53.463]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-a0bebb05f56a9fa0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2541316Z [00:03:53.470]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-a6a636bf4e9ebab7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2610077Z [00:03:53.477]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-a6a636bf4e9ebab7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2679906Z [00:03:53.484]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2747901Z [00:03:53.491]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2815101Z [00:03:53.498]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2883209Z [00:03:53.505]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.2951464Z [00:03:53.511]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3020424Z [00:03:53.518]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3089767Z [00:03:53.525]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3159539Z [00:03:53.532]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9fcb5e44690a84f6/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3228205Z [00:03:53.539]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3297515Z [00:03:53.546]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3367313Z [00:03:53.553]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3434589Z [00:03:53.560]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-0616c2fa580c72ca/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3508348Z [00:03:53.567]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3587024Z [00:03:53.574]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3647764Z [00:03:53.581]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3717827Z [00:03:53.588]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-458f18db5ed8539a/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3786433Z [00:03:53.595]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3855608Z [00:03:53.602]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3924535Z [00:03:53.609]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.3992941Z [00:03:53.616]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.4062151Z [00:03:53.622]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4130523Z [00:03:53.629]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4201675Z [00:03:53.636]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4271328Z [00:03:53.643]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4340204Z [00:03:53.650]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.4407948Z [00:03:53.657]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.4476591Z [00:03:53.664]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.4546587Z [00:03:53.671]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.4615485Z [00:03:53.678]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4683878Z [00:03:53.685]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4752291Z [00:03:53.691]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4821517Z [00:03:53.698]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4891965Z [00:03:53.705]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.4960436Z [00:03:53.712]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.5028570Z [00:03:53.719]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.5097180Z [00:03:53.726]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.5166227Z [00:03:53.733]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5233950Z [00:03:53.740]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5301840Z [00:03:53.746]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5372797Z [00:03:53.754]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5441275Z [00:03:53.760]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5508866Z [00:03:53.767]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5578069Z [00:03:53.774]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5647712Z [00:03:53.781]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-ac58f09e073a8ea0/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5715993Z [00:03:53.788]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5783532Z [00:03:53.795]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5853086Z [00:03:53.802]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5921543Z [00:03:53.808]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-e8ce5fea6c20e0f3/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.5991253Z [00:03:53.815]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6060603Z [00:03:53.822]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6128717Z [00:03:53.829]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6197682Z [00:03:53.836]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6266521Z [00:03:53.843]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.6335461Z [00:03:53.850]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.6403911Z [00:03:53.857]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.6471857Z [00:03:53.863]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/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:58:49.6539905Z [00:03:53.870]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6608408Z [00:03:53.877]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6676739Z [00:03:53.884]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6745149Z [00:03:53.891]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6812813Z [00:03:53.898]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6881590Z [00:03:53.904]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.6949774Z [00:03:53.911]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7019698Z [00:03:53.918]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-a41135cb133b8685/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7087241Z [00:03:53.925]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7156206Z [00:03:53.932]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7224521Z [00:03:53.939]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7292642Z [00:03:53.946]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-2d5c85dd2fff05b8/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7362414Z [00:03:53.953]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7430195Z [00:03:53.959]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7498576Z [00:03:53.966]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7566028Z [00:03:53.973]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7634149Z [00:03:53.980]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-fff839f37c3d23dc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7703338Z [00:03:53.987]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-fff839f37c3d23dc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7771821Z [00:03:53.993]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7840353Z [00:03:54.000]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7908183Z [00:03:54.007]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.7976800Z [00:03:54.014]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-384eaed815089379/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8046421Z [00:03:54.021]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8114694Z [00:03:54.028]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.4cuISgYyB2/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8182664Z [00:03:54.035]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8250800Z [00:03:54.041]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8318870Z [00:03:54.048]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tlrc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8388152Z [00:03:54.055]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8455443Z [00:03:54.062]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8524053Z [00:03:54.069]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tldr' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8591564Z [00:03:54.075]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8660112Z [00:03:54.082]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8729326Z [00:03:54.089]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.8798692Z [00:03:54.096]➜  mode of '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:58:49.9372838Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:58:49.9373915Z [00:03:54.154]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:59:05.8299404Z 
2025-08-20T22:59:05.8300370Z [+] Sanitizing /tmp/pkgforge/9HCoQT3Cs_SBUILD/BUILD.log ==> /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.log
2025-08-20T22:59:08.1997444Z '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.log' -> '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.log'
2025-08-20T22:59:08.2010546Z '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tlrc.static.log' -> '/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/tldr.log'
2025-08-20T22:59:08.2050510Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tlrc.log
2025-08-20T22:59:08.2051425Z 
2025-08-20T22:59:08.2052226Z [+] Parsing/Uploading tlrc/tlrc --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftlrc%2Ftlrc [x86_64-Linux]
2025-08-20T22:59:08.2065344Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tldr.log
2025-08-20T22:59:08.2066771Z 
2025-08-20T22:59:08.2067809Z [+] Parsing/Uploading tlrc/tldr --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftlrc%2Ftldr [x86_64-Linux]
2025-08-20T22:59:08.2098646Z {
2025-08-20T22:59:08.2099164Z   "_disabled": "false",
2025-08-20T22:59:08.2101249Z   "host": "x86_64-Linux",
2025-08-20T22:59:08.2101619Z   "rank": "",
2025-08-20T22:59:08.2101938Z   "pkg": "tlrc.static",
2025-08-20T22:59:08.2102304Z   "pkg_family": "tlrc",
2025-08-20T22:59:08.2102690Z   "pkg_id": "github.com.tldr-pages.tlrc",
2025-08-20T22:59:08.2103135Z   "pkg_name": "tlrc",
2025-08-20T22:59:08.2103466Z   "pkg_type": "static",
2025-08-20T22:59:08.2104091Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tlrc",
2025-08-20T22:59:08.2104784Z   "app_id": "",
2025-08-20T22:59:08.2105106Z   "appstream": "",
2025-08-20T22:59:08.2105428Z   "category": [
2025-08-20T22:59:08.2105916Z     "ConsoleOnly",
2025-08-20T22:59:08.2106251Z     "Utility"
2025-08-20T22:59:08.2106541Z   ],
2025-08-20T22:59:08.2106980Z   "description": "Official tldr/tldr-pages client written in Rust",
2025-08-20T22:59:08.2107543Z   "desktop": "",
2025-08-20T22:59:08.2107857Z   "homepage": [
2025-08-20T22:59:08.2108213Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2108624Z   ],
2025-08-20T22:59:08.2109502Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tlrc.png",
2025-08-20T22:59:08.2110509Z   "license": [
2025-08-20T22:59:08.2110813Z     "MIT"
2025-08-20T22:59:08.2111092Z   ],
2025-08-20T22:59:08.2111370Z   "maintainer": [
2025-08-20T22:59:08.2111783Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:59:08.2112236Z   ],
2025-08-20T22:59:08.2112756Z   "provides": [
2025-08-20T22:59:08.2113074Z     "tldr",
2025-08-20T22:59:08.2113361Z     "tlrc"
2025-08-20T22:59:08.2113651Z   ],
2025-08-20T22:59:08.2113925Z   "note": [
2025-08-20T22:59:08.2114495Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2115158Z   ],
2025-08-20T22:59:08.2115422Z   "repology": [
2025-08-20T22:59:08.2115880Z     "tlrc"
2025-08-20T22:59:08.2116173Z   ],
2025-08-20T22:59:08.2116463Z   "screenshots": [],
2025-08-20T22:59:08.2116800Z   "src_url": [
2025-08-20T22:59:08.2117151Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2117595Z   ],
2025-08-20T22:59:08.2117881Z   "tag": [
2025-08-20T22:59:08.2118178Z     "cheatsheet",
2025-08-20T22:59:08.2118500Z     "tldr",
2025-08-20T22:59:08.2118793Z     "tldr-pages"
2025-08-20T22:59:08.2119101Z   ],
2025-08-20T22:59:08.2119405Z   "version": "HEAD-812ff0f-250819T160533",
2025-08-20T22:59:08.2119860Z   "version_upstream": "",
2025-08-20T22:59:08.2120459Z   "bsum": "70003cc75aa084a26a48f1b54b5a11fff6fce101872b3cd0eb009e36ca5c61da",
2025-08-20T22:59:08.2121106Z   "build_date": "2025-08-20T22:58:59Z",
2025-08-20T22:59:08.2121730Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110049351",
2025-08-20T22:59:08.2122357Z   "build_id": "17110049351",
2025-08-20T22:59:08.2123315Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tlrc.log",
2025-08-20T22:59:08.2124799Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml",
2025-08-20T22:59:08.2126473Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tlrc",
2025-08-20T22:59:08.2127887Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-x86_64-linux",
2025-08-20T22:59:08.2128828Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc",
2025-08-20T22:59:08.2129991Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&manifest",
2025-08-20T22:59:08.2131497Z   "shasum": "28797ba2eb0e126672c8ec736f1127e4c6b7b54d0deb2e60525c1afba39580e3",
2025-08-20T22:59:08.2132121Z   "size": "3.0 MB",
2025-08-20T22:59:08.2132431Z   "size_raw": "3068664",
2025-08-20T22:59:08.2132784Z   "snapshots": [
2025-08-20T22:59:08.2133149Z     "HEAD-1ddcf6a-250111T040738-x86_64-linux",
2025-08-20T22:59:08.2133635Z     "HEAD-e6a305a-250202T134228-x86_64-linux",
2025-08-20T22:59:08.2134100Z     "HEAD-7464802-250206T213619-x86_64-linux",
2025-08-20T22:59:08.2134553Z     "HEAD-260f3b6-250208T140501-x86_64-linux",
2025-08-20T22:59:08.2135022Z     "HEAD-6e8ee38-250214T202935-x86_64-linux",
2025-08-20T22:59:08.2135482Z     "HEAD-97b9dfe-250218T154712-x86_64-linux",
2025-08-20T22:59:08.2136118Z     "HEAD-b6b3608-250301T220531-x86_64-linux",
2025-08-20T22:59:08.2136588Z     "HEAD-b6545a5-250307T173852-x86_64-linux",
2025-08-20T22:59:08.2137050Z     "HEAD-1c5efbe-250601T225621-x86_64-linux",
2025-08-20T22:59:08.2137504Z     "HEAD-77af9a7-250613T184653-x86_64-linux",
2025-08-20T22:59:08.2137947Z     "HEAD-98445e4-250702T143837-x86_64-linux",
2025-08-20T22:59:08.2138406Z     "HEAD-abac069-250703T032027-x86_64-linux",
2025-08-20T22:59:08.2138868Z     "HEAD-853bcaf-250803T210619-x86_64-linux"
2025-08-20T22:59:08.2139283Z   ]
2025-08-20T22:59:08.2139539Z }
2025-08-20T22:59:08.2139703Z 
2025-08-20T22:59:08.2139708Z 
2025-08-20T22:59:08.2139855Z {
2025-08-20T22:59:08.2140134Z   "_disabled": "false",
2025-08-20T22:59:08.2140486Z   "host": "x86_64-Linux",
2025-08-20T22:59:08.2140830Z   "rank": "",
2025-08-20T22:59:08.2141143Z   "pkg": "tlrc.static",
2025-08-20T22:59:08.2141485Z   "pkg_family": "tlrc",
2025-08-20T22:59:08.2141869Z   "pkg_id": "github.com.tldr-pages.tlrc",
2025-08-20T22:59:08.2142317Z   "pkg_name": "tldr",
2025-08-20T22:59:08.2142651Z   "pkg_type": "static",
2025-08-20T22:59:08.2143488Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr",
2025-08-20T22:59:08.2144200Z   "app_id": "",
2025-08-20T22:59:08.2144521Z   "appstream": "",
2025-08-20T22:59:08.2144855Z   "category": [
2025-08-20T22:59:08.2145171Z     "ConsoleOnly",
2025-08-20T22:59:08.2145488Z     "Utility"
2025-08-20T22:59:08.2178862Z   ],
2025-08-20T22:59:08.2179364Z   "description": "Official tldr/tldr-pages client written in Rust",
2025-08-20T22:59:08.2179963Z   "desktop": "",
2025-08-20T22:59:08.2180272Z   "homepage": [
2025-08-20T22:59:08.2180636Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2181043Z   ],
2025-08-20T22:59:08.2181944Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tldr.png",
2025-08-20T22:59:08.2182973Z   "license": [
2025-08-20T22:59:08.2183286Z     "MIT"
2025-08-20T22:59:08.2183579Z   ],
2025-08-20T22:59:08.2183890Z   "maintainer": [
2025-08-20T22:59:08.2184339Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:59:08.2184819Z   ],
2025-08-20T22:59:08.2185106Z   "provides": [
2025-08-20T22:59:08.2185432Z     "tldr",
2025-08-20T22:59:08.2185929Z     "tlrc"
2025-08-20T22:59:08.2186240Z   ],
2025-08-20T22:59:08.2186511Z   "note": [
2025-08-20T22:59:08.2187054Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2187722Z   ],
2025-08-20T22:59:08.2188012Z   "repology": [
2025-08-20T22:59:08.2188319Z     "tlrc"
2025-08-20T22:59:08.2188600Z   ],
2025-08-20T22:59:08.2188874Z   "screenshots": [],
2025-08-20T22:59:08.2189285Z   "src_url": [
2025-08-20T22:59:08.2189659Z     "https://github.com/tldr-pages/tlrc"
2025-08-20T22:59:08.2190113Z   ],
2025-08-20T22:59:08.2190399Z   "tag": [
2025-08-20T22:59:08.2190694Z     "cheatsheet",
2025-08-20T22:59:08.2191011Z     "tldr",
2025-08-20T22:59:08.2191310Z     "tldr-pages"
2025-08-20T22:59:08.2191613Z   ],
2025-08-20T22:59:08.2191928Z   "version": "HEAD-812ff0f-250819T160533",
2025-08-20T22:59:08.2192394Z   "version_upstream": "1.11.1",
2025-08-20T22:59:08.2192991Z   "bsum": "70003cc75aa084a26a48f1b54b5a11fff6fce101872b3cd0eb009e36ca5c61da",
2025-08-20T22:59:08.2193622Z   "build_date": "2025-08-20T22:58:50Z",
2025-08-20T22:59:08.2194553Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110049351",
2025-08-20T22:59:08.2195179Z   "build_id": "17110049351",
2025-08-20T22:59:08.2196547Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tldr.log",
2025-08-20T22:59:08.2198018Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tlrc/static.official.source.yaml",
2025-08-20T22:59:08.2199415Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&download=tldr",
2025-08-20T22:59:08.2200816Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux",
2025-08-20T22:59:08.2201765Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tlrc/official/tldr",
2025-08-20T22:59:08.2202906Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&manifest",
2025-08-20T22:59:08.2204153Z   "shasum": "28797ba2eb0e126672c8ec736f1127e4c6b7b54d0deb2e60525c1afba39580e3",
2025-08-20T22:59:08.2204789Z   "size": "3.0 MB",
2025-08-20T22:59:08.2205147Z   "size_raw": "3068664",
2025-08-20T22:59:08.2205558Z   "snapshots": [
2025-08-20T22:59:08.2206145Z     "HEAD-1ddcf6a-250111T040738-x86_64-linux[1.9.3]",
2025-08-20T22:59:08.2206669Z     "HEAD-e6a305a-250202T134228-x86_64-linux",
2025-08-20T22:59:08.2207129Z     "HEAD-7464802-250206T213619-x86_64-linux",
2025-08-20T22:59:08.2207575Z     "HEAD-260f3b6-250208T140501-x86_64-linux",
2025-08-20T22:59:08.2208045Z     "HEAD-6e8ee38-250214T202935-x86_64-linux",
2025-08-20T22:59:08.2208521Z     "HEAD-97b9dfe-250218T154712-x86_64-linux",
2025-08-20T22:59:08.2209279Z     "HEAD-b6b3608-250301T220531-x86_64-linux[NA-2025-03-01]",
2025-08-20T22:59:08.2209923Z     "HEAD-b6545a5-250307T173852-x86_64-linux[NA-2025-03-07]",
2025-08-20T22:59:08.2210504Z     "HEAD-1c5efbe-250601T225621-x86_64-linux[1.11.1]",
2025-08-20T22:59:08.2211037Z     "HEAD-77af9a7-250613T184653-x86_64-linux[1.11.1]",
2025-08-20T22:59:08.2211530Z     "HEAD-98445e4-250702T143837-x86_64-linux[1.11.1]",
2025-08-20T22:59:08.2212046Z     "HEAD-abac069-250703T032027-x86_64-linux[1.11.1]",
2025-08-20T22:59:08.2212589Z     "HEAD-853bcaf-250803T210619-x86_64-linux[1.11.1]"
2025-08-20T22:59:08.2213035Z   ]
2025-08-20T22:59:08.2213298Z }
2025-08-20T22:59:08.2213457Z 
2025-08-20T22:59:08.2213462Z 
2025-08-20T22:59:08.5717164Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux": ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux: not found
2025-08-20T22:59:08.5759215Z Uploading empty artifact
2025-08-20T22:59:08.5764139Z time=2025-08-20T22:59:08Z level=debug msg=Request #0
2025-08-20T22:59:08.5765466Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:08.5767018Z > Request method: "HEAD"
2025-08-20T22:59:08.5767359Z > Request headers:
2025-08-20T22:59:08.5769075Z    "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:59:08.5770936Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.6243497Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-x86_64-linux": ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-x86_64-linux: not found
2025-08-20T22:59:08.6293994Z Uploading empty artifact
2025-08-20T22:59:08.6298738Z time=2025-08-20T22:59:08Z level=debug msg=Request #0
2025-08-20T22:59:08.6300021Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:08.6301483Z > Request method: "HEAD"
2025-08-20T22:59:08.6301818Z > Request headers:
2025-08-20T22:59:08.6303421Z    "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:59:08.6305123Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.7187906Z time=2025-08-20T22:59:08Z level=debug msg=Response #0
2025-08-20T22:59:08.7188579Z < Response Status: "401 Unauthorized"
2025-08-20T22:59:08.7189058Z < Response headers:
2025-08-20T22:59:08.7189431Z    "Content-Type": "application/json"
2025-08-20T22:59:08.7191256Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tlrc/official/tldr:pull\""
2025-08-20T22:59:08.7192242Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:08.7192716Z    "Content-Length": "73"
2025-08-20T22:59:08.7193202Z    "X-Github-Request-Id": "1C02:22E2F0:FCB3B:101376:68A6533C"
2025-08-20T22:59:08.7193827Z time=2025-08-20T22:59:08Z level=debug msg=Request #1
2025-08-20T22:59:08.7194863Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftlrc%2Fofficial%2Ftldr%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:59:08.7195845Z > Request method: "GET"
2025-08-20T22:59:08.7196128Z > Request headers:
2025-08-20T22:59:08.7196420Z    "Authorization": "*****"
2025-08-20T22:59:08.7196713Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.7763290Z time=2025-08-20T22:59:08Z level=debug msg=Response #0
2025-08-20T22:59:08.7763994Z < Response Status: "401 Unauthorized"
2025-08-20T22:59:08.7764381Z < Response headers:
2025-08-20T22:59:08.7765196Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:08.7765589Z    "Content-Length": "73"
2025-08-20T22:59:08.7766151Z    "X-Github-Request-Id": "1C03:34F161:110505:114D39:68A6533C"
2025-08-20T22:59:08.7766551Z    "Content-Type": "application/json"
2025-08-20T22:59:08.7767368Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tlrc/official/tlrc:pull\""
2025-08-20T22:59:08.7768056Z time=2025-08-20T22:59:08Z level=debug msg=Request #1
2025-08-20T22:59:08.7768752Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftlrc%2Fofficial%2Ftlrc%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:59:08.7769403Z > Request method: "GET"
2025-08-20T22:59:08.7769649Z > Request headers:
2025-08-20T22:59:08.7769883Z    "Authorization": "*****"
2025-08-20T22:59:08.7770143Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.8614657Z time=2025-08-20T22:59:08Z level=debug msg=Response #1
2025-08-20T22:59:08.8615550Z < Response Status: "200 OK"
2025-08-20T22:59:08.8616332Z < Response headers:
2025-08-20T22:59:08.8616983Z    "X-Github-Request-Id": "1C02:22E2F0:FCB4B:10137E:68A6533C"
2025-08-20T22:59:08.8617715Z    "Content-Type": "application/json"
2025-08-20T22:59:08.8618340Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:08.8619200Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:08.8620004Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:08.8620523Z    "Content-Length": "69"
2025-08-20T22:59:08.8621037Z time=2025-08-20T22:59:08Z level=debug msg=Request #2
2025-08-20T22:59:08.8622562Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:08.8624002Z > Request method: "HEAD"
2025-08-20T22:59:08.8624377Z > Request headers:
2025-08-20T22:59:08.8624633Z    "Authorization": "*****"
2025-08-20T22:59:08.8624922Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.8627043Z    "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:59:08.9261342Z time=2025-08-20T22:59:08Z level=debug msg=Response #1
2025-08-20T22:59:08.9262108Z < Response Status: "200 OK"
2025-08-20T22:59:08.9262617Z < Response headers:
2025-08-20T22:59:08.9263274Z    "X-Github-Request-Id": "1C03:34F161:11051C:114D4E:68A6533C"
2025-08-20T22:59:08.9263951Z    "Content-Type": "application/json"
2025-08-20T22:59:08.9264447Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:08.9265001Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:08.9265491Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:08.9265995Z    "Content-Length": "69"
2025-08-20T22:59:08.9266324Z time=2025-08-20T22:59:08Z level=debug msg=Request #2
2025-08-20T22:59:08.9267266Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:08.9268147Z > Request method: "HEAD"
2025-08-20T22:59:08.9268431Z > Request headers:
2025-08-20T22:59:08.9269669Z    "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:59:08.9270916Z    "Authorization": "*****"
2025-08-20T22:59:08.9271182Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:08.9861743Z time=2025-08-20T22:59:08Z level=debug msg=Response #2
2025-08-20T22:59:08.9862488Z < Response Status: "404 Not Found"
2025-08-20T22:59:08.9863046Z < Response headers:
2025-08-20T22:59:08.9863531Z    "Content-Type": "application/json"
2025-08-20T22:59:08.9864508Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:08.9865207Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:08.9866086Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:08.9866506Z    "Content-Length": "70"
2025-08-20T22:59:08.9866948Z    "X-Github-Request-Id": "1C02:22E2F0:FCB60:101397:68A6533C"
2025-08-20T22:59:08.9867509Z time=2025-08-20T22:59:08Z level=debug msg=Request #3
2025-08-20T22:59:08.9868679Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:59:08.9869748Z > Request method: "HEAD"
2025-08-20T22:59:08.9870068Z > Request headers:
2025-08-20T22:59:08.9870319Z    "Authorization": "*****"
2025-08-20T22:59:08.9870605Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:09.0253811Z time=2025-08-20T22:59:09Z level=debug msg=Response #2
2025-08-20T22:59:09.0254427Z < Response Status: "404 Not Found"
2025-08-20T22:59:09.0254919Z < Response headers:
2025-08-20T22:59:09.0255955Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:09.0256709Z    "Date": "Wed, 20 Aug 2025 22:59:08 GMT"
2025-08-20T22:59:09.0257081Z    "Content-Length": "70"
2025-08-20T22:59:09.0257447Z    "X-Github-Request-Id": "1C03:34F161:11053D:114D6E:68A6533C"
2025-08-20T22:59:09.0257872Z    "Content-Type": "application/json"
2025-08-20T22:59:09.0258271Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:09.0258725Z time=2025-08-20T22:59:09Z level=debug msg=Request #3
2025-08-20T22:59:09.0259664Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:59:09.0260628Z > Request method: "HEAD"
2025-08-20T22:59:09.0260886Z > Request headers:
2025-08-20T22:59:09.0261120Z    "Authorization": "*****"
2025-08-20T22:59:09.0261385Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:09.0836638Z time=2025-08-20T22:59:09Z level=debug msg=Response #3
2025-08-20T22:59:09.0837395Z < Response Status: "200 OK"
2025-08-20T22:59:09.0837938Z < Response headers:
2025-08-20T22:59:09.0838359Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:09.0839446Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:59:09.0840298Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:09.0840918Z    "Date": "Wed, 20 Aug 2025 22:59:09 GMT"
2025-08-20T22:59:09.0841415Z    "X-Github-Request-Id": "1C02:22E2F0:FCB7B:1013B2:68A6533C"
2025-08-20T22:59:09.0841819Z    "Content-Length": "0"
2025-08-20T22:59:09.0842090Z    "Content-Type": ""
2025-08-20T22:59:09.0842618Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:59:09.0843252Z time=2025-08-20T22:59:09Z level=debug msg=Request #4
2025-08-20T22:59:09.0844020Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tldr/manifests/HEAD-812ff0f-250819T160533-x86_64-linux"
2025-08-20T22:59:09.0844724Z > Request method: "PUT"
2025-08-20T22:59:09.0844983Z > Request headers:
2025-08-20T22:59:09.0845332Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:59:09.0845944Z    "Authorization": "*****"
2025-08-20T22:59:09.0846232Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:09.1280198Z time=2025-08-20T22:59:09Z level=debug msg=Response #3
2025-08-20T22:59:09.1280952Z < Response Status: "200 OK"
2025-08-20T22:59:09.1281443Z < Response headers:
2025-08-20T22:59:09.1281816Z    "Date": "Wed, 20 Aug 2025 22:59:09 GMT"
2025-08-20T22:59:09.1282322Z    "X-Github-Request-Id": "1C03:34F161:110554:114D87:68A6533D"
2025-08-20T22:59:09.1282747Z    "Content-Length": "0"
2025-08-20T22:59:09.1283003Z    "Content-Type": ""
2025-08-20T22:59:09.1283496Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:59:09.1284108Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:09.1285043Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:59:09.1285931Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:09.1286452Z time=2025-08-20T22:59:09Z level=debug msg=Request #4
2025-08-20T22:59:09.1287167Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/HEAD-812ff0f-250819T160533-x86_64-linux"
2025-08-20T22:59:09.1287824Z > Request method: "PUT"
2025-08-20T22:59:09.1288067Z > Request headers:
2025-08-20T22:59:09.1288302Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:59:09.1288664Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:59:09.1289052Z    "Authorization": "*****"
2025-08-20T22:59:09.4075603Z time=2025-08-20T22:59:09Z level=debug msg=Response #4
2025-08-20T22:59:09.4077247Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:09.4078488Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:59:09.4079355Z Digest: sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867
2025-08-20T22:59:09.4080473Z < Response Status: "201 Created"
2025-08-20T22:59:09.4080895Z < Response headers:
2025-08-20T22:59:09.4081885Z    "Location": "/v2/pkgforge/bincache/tlrc/official/tldr/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:09.4083198Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:09.4083877Z    "Date": "Wed, 20 Aug 2025 22:59:09 GMT"
2025-08-20T22:59:09.4084309Z    "Content-Length": "0"
2025-08-20T22:59:09.4084776Z    "X-Github-Request-Id": "1C02:22E2F0:FCB89:1013C1:68A6533D"
2025-08-20T22:59:09.4085332Z    "Content-Type": "application/json"
2025-08-20T22:59:09.4086349Z    "Docker-Content-Digest": "sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:09.4087337Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:09.4088170Z time=2025-08-20T22:59:09Z level=debug msg=Response #4
2025-08-20T22:59:09.4088792Z < Response Status: "201 Created"
2025-08-20T22:59:09.4089139Z < Response headers:
2025-08-20T22:59:09.4089968Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:59:09.4090366Z    "Date": "Wed, 20 Aug 2025 22:59:09 GMT"
2025-08-20T22:59:09.4090622Z    "Content-Length": "0"
2025-08-20T22:59:09.4090902Z    "X-Github-Request-Id": "1C03:34F161:110567:114D98:68A6533D"
2025-08-20T22:59:09.4091224Z    "Content-Type": "application/json"
2025-08-20T22:59:09.4091682Z    "Docker-Content-Digest": "sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:09.4092202Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:59:09.4092866Z    "Location": "/v2/pkgforge/bincache/tlrc/official/tlrc/manifests/sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867"
2025-08-20T22:59:09.4093699Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:09.4094287Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:59:09.4094962Z Digest: sha256:87069c9cd6de33eecbb671f269c6213812b10d6bfc42fe2e88c329486860c867
2025-08-20T22:59:11.8799419Z Uploading 28797ba2eb0e tlrc
2025-08-20T22:59:11.8823992Z Uploading 62ba331dcf7f tlrc.sig
2025-08-20T22:59:11.8835416Z Uploading 49e7db7908f5 CHECKSUM.sig
2025-08-20T22:59:11.8887623Z Uploading 8cb572284b87 CHECKSUM
2025-08-20T22:59:11.9083070Z Uploading 28797ba2eb0e tldr
2025-08-20T22:59:11.9128643Z Uploading 8cb572284b87 CHECKSUM
2025-08-20T22:59:11.9296790Z Uploading 49e7db7908f5 CHECKSUM.sig
2025-08-20T22:59:11.9303381Z Uploading 0b74ab217c63 tldr.sig
2025-08-20T22:59:11.9938068Z Exists    1f38a89265c2 LICENSE
2025-08-20T22:59:11.9996089Z Exists    1f38a89265c2 LICENSE
2025-08-20T22:59:12.0977030Z Uploading ee255ce127a6 LICENSE.sig
2025-08-20T22:59:12.1059459Z Uploading ee255ce127a6 LICENSE.sig
2025-08-20T22:59:12.4901508Z Uploaded  8cb572284b87 CHECKSUM
2025-08-20T22:59:12.4919067Z Error response from registry: unknown: unknown error
2025-08-20T22:59:12.9300778Z Uploaded  8cb572284b87 CHECKSUM
2025-08-20T22:59:12.9941302Z Uploaded  49e7db7908f5 CHECKSUM.sig
2025-08-20T22:59:13.0056782Z Uploaded  62ba331dcf7f tlrc.sig
2025-08-20T22:59:13.0155582Z Exists    14397e9f87d8 SBUILD
2025-08-20T22:59:13.0432265Z Uploaded  28797ba2eb0e tlrc
2025-08-20T22:59:13.1121929Z Exists    11cf0313013e tlrc.png
2025-08-20T22:59:13.1151725Z Uploading cd904b1fee00 SBUILD.sig
2025-08-20T22:59:13.1344673Z Uploading e62e93ac920a tlrc.json
2025-08-20T22:59:13.1458804Z Uploading a64b262cddbd tlrc.json.sig
2025-08-20T22:59:13.1464144Z Uploaded  ee255ce127a6 LICENSE.sig
2025-08-20T22:59:13.2076874Z Uploading c7ff2bc40459 tlrc.log
2025-08-20T22:59:13.2391072Z Uploading bdcd7a9fb6d2 tlrc.log.sig
2025-08-20T22:59:14.1763404Z Uploaded  e62e93ac920a tlrc.json
2025-08-20T22:59:14.1843738Z Uploaded  a64b262cddbd tlrc.json.sig
2025-08-20T22:59:14.2620180Z Exists    8267e2d3e5f5 tlrc.version
2025-08-20T22:59:14.2733975Z Uploaded  cd904b1fee00 SBUILD.sig
2025-08-20T22:59:14.3914359Z Uploading 50f493e9512e tlrc.version.sig
2025-08-20T22:59:14.5298945Z Uploaded  c7ff2bc40459 tlrc.log
2025-08-20T22:59:14.5846426Z Uploaded  bdcd7a9fb6d2 tlrc.log.sig
2025-08-20T22:59:15.4604270Z Uploaded  50f493e9512e tlrc.version.sig
2025-08-20T22:59:15.4604889Z Uploading 53667d3b7ba4 tlrc
2025-08-20T22:59:15.8319333Z Skipped   11cf0313013e tldr.png
2025-08-20T22:59:15.8320187Z Uploaded  53667d3b7ba4 tlrc
2025-08-20T22:59:15.8321088Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc:HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:15.8323192Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:59:15.8324004Z Digest: sha256:53667d3b7ba4a86dbda124456134964c56d759db4b964ef746ac14bb750ed6e1
2025-08-20T22:59:17.8740058Z 
2025-08-20T22:59:17.8741227Z [-] Failed to Push Artifact to ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux (Retrying 1/10)
2025-08-20T22:59:17.8741908Z 
2025-08-20T22:59:19.1747683Z Exists    0b74ab217c63 tldr.sig
2025-08-20T22:59:19.2051997Z Exists    8cb572284b87 CHECKSUM
2025-08-20T22:59:19.2500662Z Uploading 49e7db7908f5 CHECKSUM.sig
2025-08-20T22:59:19.2594208Z Uploading 28797ba2eb0e tldr
2025-08-20T22:59:19.2733502Z Exists    1f38a89265c2 LICENSE
2025-08-20T22:59:19.2830864Z Exists    ee255ce127a6 LICENSE.sig
2025-08-20T22:59:19.3091505Z Exists    14397e9f87d8 SBUILD
2025-08-20T22:59:19.3782595Z Exists    11cf0313013e tlrc.png
2025-08-20T22:59:19.4073481Z Uploading cd904b1fee00 SBUILD.sig
2025-08-20T22:59:19.4074011Z Uploading a3ff9c641d7b tldr.json
2025-08-20T22:59:19.5281273Z Uploading 6fcdd70948a1 tldr.json.sig
2025-08-20T22:59:19.8342794Z Uploaded  49e7db7908f5 CHECKSUM.sig
2025-08-20T22:59:19.9273413Z Uploading c7ff2bc40459 tldr.log
2025-08-20T22:59:19.9717693Z Uploaded  cd904b1fee00 SBUILD.sig
2025-08-20T22:59:20.0772031Z Uploading 97748f77df23 tldr.log.sig
2025-08-20T22:59:20.3340050Z Uploaded  28797ba2eb0e tldr
2025-08-20T22:59:20.4245512Z Exists    8267e2d3e5f5 tldr.version
2025-08-20T22:59:20.5214524Z Uploading 15d9fa95d137 tldr.version.sig
2025-08-20T22:59:20.5878934Z Uploaded  a3ff9c641d7b tldr.json
2025-08-20T22:59:20.6682699Z Uploaded  6fcdd70948a1 tldr.json.sig
2025-08-20T22:59:20.7943131Z Uploaded  c7ff2bc40459 tldr.log
2025-08-20T22:59:21.1794993Z Uploaded  97748f77df23 tldr.log.sig
2025-08-20T22:59:21.2513888Z 
2025-08-20T22:59:21.2514627Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc
2025-08-20T22:59:21.2515983Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tlrc?tag=HEAD-812ff0f-250819T160533-x86_64-linux&manifest 
2025-08-20T22:59:21.2516868Z 
2025-08-20T22:59:21.6286152Z Uploaded  15d9fa95d137 tldr.version.sig
2025-08-20T22:59:21.6286873Z Uploading bc246a97b17c tldr
2025-08-20T22:59:22.0147126Z Skipped   11cf0313013e tldr.png
2025-08-20T22:59:22.0147863Z Uploaded  bc246a97b17c tldr
2025-08-20T22:59:22.0149036Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:22.0150115Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:59:22.0150668Z Digest: sha256:bc246a97b17cf75bf8465ef30362ccb9dd0a76f96258ec099b456083b4b86b7b
2025-08-20T22:59:27.3896111Z 
2025-08-20T22:59:27.3896816Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:27.3897662Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tlrc/official/tldr?tag=HEAD-812ff0f-250819T160533-x86_64-linux&manifest 
2025-08-20T22:59:27.3898194Z 
2025-08-20T22:59:29.4588683Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:59:30.1433583Z ./BUILD_ARTIFACTS.tar : 33.79%   (   154 MiB =>   51.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:59:30.1796894Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:59:30.1841206Z 
2025-08-20T22:59:30.1842575Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml :: 00(Hr):04(Min):35(Sec)
2025-08-20T22:59:30.1843422Z 
2025-08-20T22:59:30.1858942Z 
2025-08-20T22:59:30.1859295Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:59:30 PM) UTC
2025-08-20T22:59:30.1859637Z 
2025-08-20T22:59:30.4552349Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:59:30.4602989Z ##[group]Run ##Presets
2025-08-20T22:59:30.4603426Z [36;1m##Presets[0m
2025-08-20T22:59:30.4603639Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:30.4603859Z [36;1m#-------------#[0m
2025-08-20T22:59:30.4604070Z [36;1m##Debug?[0m
2025-08-20T22:59:30.4604321Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:30.4604635Z [36;1m  set -x[0m
2025-08-20T22:59:30.4604830Z [36;1mfi[0m
2025-08-20T22:59:30.4605018Z [36;1m#-------------#[0m
2025-08-20T22:59:30.4605220Z [36;1m##Set ENV[0m
2025-08-20T22:59:30.4605461Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:59:30.4606399Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-812ff0f-250819T160533-x86_64-linux"[0m
2025-08-20T22:59:30.4607085Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-812ff0f-250819T160533-x86_64-linux"[0m
2025-08-20T22:59:30.4607952Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351"[0m
2025-08-20T22:59:30.4608485Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:59:30.4608909Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:30.4609372Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:30.4609712Z [36;1m fi[0m
2025-08-20T22:59:30.4609898Z [36;1m##Push[0m
2025-08-20T22:59:30.4610130Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:59:30.4610421Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:59:30.4610814Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:59:30.4611307Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:59:30.4611768Z [36;1m     ls -sh "/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:59:30.4612133Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:59:30.4612356Z [36;1m       {[0m
2025-08-20T22:59:30.4612553Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:59:30.4612904Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:59:30.4613372Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:59:30.4613829Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:59:30.4614395Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-812ff0f-250819T160533-x86_64-linux")[0m
2025-08-20T22:59:30.4615137Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17110049351")[0m
2025-08-20T22:59:30.4616072Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17110049351")[0m
2025-08-20T22:59:30.4616781Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tlrc/official/tldr:HEAD-812ff0f-250819T160533-x86_64-linux")[0m
2025-08-20T22:59:30.4617502Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:58:50Z")[0m
2025-08-20T22:59:30.4618029Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:59:30.4618566Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:58:50Z")[0m
2025-08-20T22:59:30.4619257Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tlrc/official/tldr")[0m
2025-08-20T22:59:30.4619918Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:59:30.4620472Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:59:30.4621381Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:59:30.4622141Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr")[0m
2025-08-20T22:59:30.4622839Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tlrc")[0m
2025-08-20T22:59:30.4623408Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/tldr-pages/tlrc")[0m
2025-08-20T22:59:30.4623962Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:59:30.4624498Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-812ff0f-250819T160533")[0m
2025-08-20T22:59:30.4625006Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:59:30.4625526Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:59:30.4626494Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:59:30.4626763Z [36;1m         #Check[0m
2025-08-20T22:59:30.4627377Z [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:58:50Z" ]]; then[0m
2025-08-20T22:59:30.4628133Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:59:30.4628502Z [36;1m            break[0m
2025-08-20T22:59:30.4628716Z [36;1m          else[0m
2025-08-20T22:59:30.4629129Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:59:30.4629575Z [36;1m          fi[0m
2025-08-20T22:59:30.4629803Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:59:30.4630066Z [36;1m        done[0m
2025-08-20T22:59:30.4630260Z [36;1m       }[0m
2025-08-20T22:59:30.4630467Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:59:30.4630719Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:59:30.4631350Z [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:58:50Z" ]]; then[0m
2025-08-20T22:59:30.4632166Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:59:30.4632597Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:59:30.4632867Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:59:30.4633504Z [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:58:50Z" ]]; then[0m
2025-08-20T22:59:30.4634274Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:59:30.4634818Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:59:30.4635257Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:59:30.4635507Z [36;1m           fi[0m
2025-08-20T22:59:30.4635934Z [36;1m       fi[0m
2025-08-20T22:59:30.4636135Z [36;1m   fi[0m
2025-08-20T22:59:30.4636318Z [36;1m fi[0m
2025-08-20T22:59:30.4636515Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:59:30.4901295Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:30.4901576Z env:
2025-08-20T22:59:30.4901782Z   CROSS_COMPILING: NO
2025-08-20T22:59:30.4902008Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:30.4902255Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:30.4902494Z   ON_QEMU: NO
2025-08-20T22:59:30.4913248Z   DEBUG: 0
2025-08-20T22:59:30.4913560Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:30.4913944Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:30.4914348Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:30.4914673Z   KEEP_LOGS: YES
2025-08-20T22:59:30.4915193Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:30.4915431Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:30.4915847Z   SBUILD_REBUILD: false
2025-08-20T22:59:30.4916519Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:30.4917110Z   BUILD_SYS: docker://rust
2025-08-20T22:59:30.4917344Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:30.4917546Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:30.4917744Z   SYSTMP: /tmp
2025-08-20T22:59:30.4917924Z   GHA_MODE: MATRIX
2025-08-20T22:59:30.4918390Z   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:59:30.4918943Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:30.4919277Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:30.4919890Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:30.4920404Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:30.4920810Z   PKG_TYPE: static
2025-08-20T22:59:30.4921021Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:30.4921271Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:30.4921675Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:30.4922056Z   BUILD_ID: 17110049351
2025-08-20T22:59:30.4922257Z   PKG_NAME: tlrc
2025-08-20T22:59:30.4922456Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:30.4922708Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:30.4922970Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:30.4923277Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:30.4923643Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:30.4924083Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:30.4924549Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:30.4924832Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:30.4925344Z   GHCR_TOKEN: ***
2025-08-20T22:59:30.4925802Z   GITHUB_TOKEN: ***
2025-08-20T22:59:30.4926115Z   GITLAB_TOKEN: ***
2025-08-20T22:59:30.4927259Z   MINISIGN_KEY: ***
2025-08-20T22:59:30.4927459Z ##[endgroup]
2025-08-20T22:59:30.5034579Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:59:30.5046743Z 52M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:59:30.5062045Z total 7.9M
2025-08-20T22:59:30.5062401Z 4.0K CHECKSUM
2025-08-20T22:59:30.5062718Z 4.0K CHECKSUM.sig
2025-08-20T22:59:30.5063039Z 4.0K LICENSE
2025-08-20T22:59:30.5063316Z 4.0K LICENSE.sig
2025-08-20T22:59:30.5063513Z 8.0K SBUILD
2025-08-20T22:59:30.5063692Z 4.0K SBUILD.sig
2025-08-20T22:59:30.5063891Z 4.0K SBUILD_TEMP
2025-08-20T22:59:30.5064072Z 3.0M tldr
2025-08-20T22:59:30.5064235Z 4.0K tldr.json
2025-08-20T22:59:30.5064415Z 4.0K tldr.json.sig
2025-08-20T22:59:30.5064627Z 612K tldr.log
2025-08-20T22:59:30.5064804Z 4.0K tldr.log.sig
2025-08-20T22:59:30.5064985Z  40K tldr.png
2025-08-20T22:59:30.5065173Z 4.0K tldr.sig
2025-08-20T22:59:30.5065342Z 4.0K tldr.version
2025-08-20T22:59:30.5065526Z 4.0K tldr.version.sig
2025-08-20T22:59:30.5065955Z 3.0M tlrc
2025-08-20T22:59:30.5066132Z 4.0K tlrc.json
2025-08-20T22:59:30.5066309Z 4.0K tlrc.json.sig
2025-08-20T22:59:30.5066488Z 612K tlrc.log
2025-08-20T22:59:30.5066657Z 4.0K tlrc.log.sig
2025-08-20T22:59:30.5066831Z  40K tlrc.png
2025-08-20T22:59:30.5066998Z 4.0K tlrc.sig
2025-08-20T22:59:30.5067170Z 612K tlrc.static.log
2025-08-20T22:59:30.5067375Z 4.0K tlrc.static.version
2025-08-20T22:59:30.5067597Z 4.0K tlrc.static.version.sig
2025-08-20T22:59:30.5067820Z 4.0K tlrc.version
2025-08-20T22:59:30.5068001Z 4.0K tlrc.version.sig
2025-08-20T22:59:31.0337665Z Uploading b9c69f1cd3e1 BUILD_ARTIFACTS.zstd
2025-08-20T22:59:33.3502293Z Uploaded  b9c69f1cd3e1 BUILD_ARTIFACTS.zstd
2025-08-20T22:59:33.3502946Z Uploading 626d4e4a5428 SRCBUILD-tlrc
2025-08-20T22:59:33.6850623Z Uploaded  626d4e4a5428 SRCBUILD-tlrc
2025-08-20T22:59:33.6852302Z Pushed [registry] ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351:HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:33.6853410Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:59:33.6854183Z Digest: sha256:626d4e4a54285a7aa754e75dd25f08e65475d2df8b9e062a3b1b661d92bf2bff
2025-08-20T22:59:39.1097279Z 
2025-08-20T22:59:39.1098183Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:39.1098859Z 
2025-08-20T22:59:39.7147971Z ##[group]Run ##Presets
2025-08-20T22:59:39.7148241Z [36;1m##Presets[0m
2025-08-20T22:59:39.7148440Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:39.7148654Z [36;1m#-------------#[0m
2025-08-20T22:59:39.7148858Z [36;1m##Debug?[0m
2025-08-20T22:59:39.7149105Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:39.7149405Z [36;1m  set -x[0m
2025-08-20T22:59:39.7149782Z [36;1mfi[0m
2025-08-20T22:59:39.7149960Z [36;1m#-------------#[0m
2025-08-20T22:59:39.7150222Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:59:39.7150573Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:39.7200269Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:39.7200507Z env:
2025-08-20T22:59:39.7200699Z   CROSS_COMPILING: NO
2025-08-20T22:59:39.7200917Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:39.7201150Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:39.7201373Z   ON_QEMU: NO
2025-08-20T22:59:39.7201579Z   DEBUG: 0
2025-08-20T22:59:39.7201762Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:39.7201989Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:39.7202270Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:39.7202561Z   KEEP_LOGS: YES
2025-08-20T22:59:39.7202752Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:39.7202962Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:39.7203165Z   SBUILD_REBUILD: false
2025-08-20T22:59:39.7203715Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:39.7204289Z   BUILD_SYS: docker://rust
2025-08-20T22:59:39.7204505Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:39.7204706Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:39.7204897Z   SYSTMP: /tmp
2025-08-20T22:59:39.7205078Z   GHA_MODE: MATRIX
2025-08-20T22:59:39.7205516Z   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:59:39.7206184Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:39.7206510Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:39.7206900Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:39.7207395Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:39.7207780Z   PKG_TYPE: static
2025-08-20T22:59:39.7207978Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:39.7208203Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:39.7208589Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:39.7208954Z   BUILD_ID: 17110049351
2025-08-20T22:59:39.7209147Z   PKG_NAME: tlrc
2025-08-20T22:59:39.7209340Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:39.7209587Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:39.7209847Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:39.7210147Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:39.7210501Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:39.7210928Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:39.7211360Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:39.7211640Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:39.7211917Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:39.7212392Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:39.7212792Z ##[endgroup]
2025-08-20T22:59:39.7365391Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:59:39.7365965Z with:
2025-08-20T22:59:39.7366176Z   name: Bincache_tlrc_x86_64-Linux
2025-08-20T22:59:39.7366487Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:59:39.7366787Z   compression-level: 0
2025-08-20T22:59:39.7367001Z   retention-days: 30
2025-08-20T22:59:39.7367203Z   overwrite: true
2025-08-20T22:59:39.7367399Z   if-no-files-found: warn
2025-08-20T22:59:39.7367621Z   include-hidden-files: false
2025-08-20T22:59:39.7367844Z env:
2025-08-20T22:59:39.7368013Z   CROSS_COMPILING: NO
2025-08-20T22:59:39.7368221Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:39.7368446Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:39.7368657Z   ON_QEMU: NO
2025-08-20T22:59:39.7368829Z   DEBUG: 0
2025-08-20T22:59:39.7369006Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:39.7369443Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:39.7369720Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:39.7370060Z   KEEP_LOGS: YES
2025-08-20T22:59:39.7370251Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:39.7370454Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:39.7370656Z   SBUILD_REBUILD: false
2025-08-20T22:59:39.7371199Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:39.7371793Z   BUILD_SYS: docker://rust
2025-08-20T22:59:39.7372012Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:39.7372207Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:39.7372396Z   SYSTMP: /tmp
2025-08-20T22:59:39.7372575Z   GHA_MODE: MATRIX
2025-08-20T22:59:39.7373014Z   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:59:39.7373535Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:39.7373864Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:39.7374268Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:39.7374761Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:39.7375154Z   PKG_TYPE: static
2025-08-20T22:59:39.7375352Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:39.7375586Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:39.7376109Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:39.7376485Z   BUILD_ID: 17110049351
2025-08-20T22:59:39.7376672Z   PKG_NAME: tlrc
2025-08-20T22:59:39.7376864Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:39.7377108Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:39.7377366Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:39.7377665Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:39.7378021Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:39.7378457Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:39.7378906Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:39.7379184Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:39.7379460Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:39.7379935Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:39.7380345Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:39.7380570Z ##[endgroup]
2025-08-20T22:59:39.9624256Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:59:39.9627303Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:59:39.9628046Z With the provided path, there will be 2 files uploaded
2025-08-20T22:59:40.2642362Z Artifact name is valid!
2025-08-20T22:59:40.2644120Z Root directory input is valid!
2025-08-20T22:59:40.3832542Z Beginning upload of artifact content to blob storage
2025-08-20T22:59:41.6092351Z Uploaded bytes 8388608
2025-08-20T22:59:41.6767912Z Uploaded bytes 16777216
2025-08-20T22:59:41.7349097Z Uploaded bytes 25165824
2025-08-20T22:59:41.7677176Z Uploaded bytes 33554432
2025-08-20T22:59:41.9346697Z Uploaded bytes 41943040
2025-08-20T22:59:41.9788515Z Uploaded bytes 50331648
2025-08-20T22:59:42.2354308Z Uploaded bytes 55449466
2025-08-20T22:59:42.3225933Z Finished uploading artifact content to blob storage!
2025-08-20T22:59:42.3229128Z SHA256 digest of uploaded artifact zip is 589718cd63c715d9564a7e990a5eca242d6929dde7dc43f216501559bad9f0e1
2025-08-20T22:59:42.3229991Z Finalizing artifact upload
2025-08-20T22:59:42.4798658Z Artifact Bincache_tlrc_x86_64-Linux.zip successfully finalized. Artifact ID 3813969258
2025-08-20T22:59:42.4800026Z Artifact Bincache_tlrc_x86_64-Linux has been successfully uploaded! Final size is 55449466 bytes. Artifact ID is 3813969258
2025-08-20T22:59:42.4807242Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110049351/artifacts/3813969258
2025-08-20T22:59:42.4981591Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:59:42.4981926Z with:
2025-08-20T22:59:42.4982228Z   subject-name: tlrc-17110049351-HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:42.4983114Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:42.4983882Z   show-summary: true
2025-08-20T22:59:42.4984105Z   push-to-registry: false
2025-08-20T22:59:42.4984463Z   github-token: ***
2025-08-20T22:59:42.4984667Z env:
2025-08-20T22:59:42.4984848Z   CROSS_COMPILING: NO
2025-08-20T22:59:42.4985065Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:42.4985300Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:42.4985522Z   ON_QEMU: NO
2025-08-20T22:59:42.4985969Z   DEBUG: 0
2025-08-20T22:59:42.4986173Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:42.4986431Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:42.4986746Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:42.4987056Z   KEEP_LOGS: YES
2025-08-20T22:59:42.4987260Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:42.4987476Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:42.4987688Z   SBUILD_REBUILD: false
2025-08-20T22:59:42.4988240Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:42.4988827Z   BUILD_SYS: docker://rust
2025-08-20T22:59:42.4989053Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:42.4989257Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:42.4989458Z   SYSTMP: /tmp
2025-08-20T22:59:42.4989647Z   GHA_MODE: MATRIX
2025-08-20T22:59:42.4990098Z   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:59:42.4990627Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:42.4990958Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:42.4991378Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:42.4991881Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:42.4992285Z   PKG_TYPE: static
2025-08-20T22:59:42.4992486Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:42.4992723Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:42.4993117Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:42.4993496Z   BUILD_ID: 17110049351
2025-08-20T22:59:42.4993696Z   PKG_NAME: tlrc
2025-08-20T22:59:42.4993894Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:42.4994147Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:42.4994417Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:42.4994719Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:42.4995080Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:42.4995523Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:42.4996185Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:42.4996472Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:42.4996751Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:42.4997231Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:42.4997650Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:42.4997896Z ##[endgroup]
2025-08-20T22:59:42.5081581Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:59:42.5082035Z env:
2025-08-20T22:59:42.5082219Z   CROSS_COMPILING: NO
2025-08-20T22:59:42.5082441Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:42.5082682Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:42.5082918Z   ON_QEMU: NO
2025-08-20T22:59:42.5083101Z   DEBUG: 0
2025-08-20T22:59:42.5083286Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:42.5083721Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:42.5084165Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:42.5084478Z   KEEP_LOGS: YES
2025-08-20T22:59:42.5084677Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:42.5084892Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:42.5085102Z   SBUILD_REBUILD: false
2025-08-20T22:59:42.5085854Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:42.5086485Z   BUILD_SYS: docker://rust
2025-08-20T22:59:42.5086715Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:42.5086928Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:42.5087129Z   SYSTMP: /tmp
2025-08-20T22:59:42.5087317Z   GHA_MODE: MATRIX
2025-08-20T22:59:42.5087774Z   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:59:42.5088324Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:42.5088682Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:42.5089085Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:42.5089598Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:42.5090003Z   PKG_TYPE: static
2025-08-20T22:59:42.5090201Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:42.5090441Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:42.5090836Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:42.5091225Z   BUILD_ID: 17110049351
2025-08-20T22:59:42.5091429Z   PKG_NAME: tlrc
2025-08-20T22:59:42.5091633Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:42.5091892Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:42.5092166Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:42.5092478Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:42.5092842Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:42.5093292Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:42.5093747Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:42.5094037Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:42.5094319Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:42.5094818Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:42.5095254Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:42.5095495Z ##[endgroup]
2025-08-20T22:59:43.4588527Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:59:43.4588878Z with:
2025-08-20T22:59:43.4589582Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:43.4590454Z   subject-name: tlrc-17110049351-HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:43.4590885Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:59:43.4593649Z   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/17110049351/attempts/1"}}}
2025-08-20T22:59:43.4596605Z   push-to-registry: false
2025-08-20T22:59:43.4596846Z   show-summary: true
2025-08-20T22:59:43.4597425Z   github-token: ***
2025-08-20T22:59:43.4597771Z env:
2025-08-20T22:59:43.4597960Z   CROSS_COMPILING: NO
2025-08-20T22:59:43.4598187Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:43.4598434Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:43.4598666Z   ON_QEMU: NO
2025-08-20T22:59:43.4598850Z   DEBUG: 0
2025-08-20T22:59:43.4599041Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:43.4599281Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:43.4599573Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:43.4599882Z   KEEP_LOGS: YES
2025-08-20T22:59:43.4600083Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:43.4600307Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:43.4600531Z   SBUILD_REBUILD: false
2025-08-20T22:59:43.4601077Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:43.4601658Z   BUILD_SYS: docker://rust
2025-08-20T22:59:43.4601892Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:43.4602107Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:43.4602318Z   SYSTMP: /tmp
2025-08-20T22:59:43.4602518Z   GHA_MODE: MATRIX
2025-08-20T22:59:43.4602973Z   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:59:43.4603508Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:43.4603850Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:43.4604259Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:43.4604768Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:43.4605176Z   PKG_TYPE: static
2025-08-20T22:59:43.4605378Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:43.4605621Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:43.4606217Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:43.4606606Z   BUILD_ID: 17110049351
2025-08-20T22:59:43.4606822Z   PKG_NAME: tlrc
2025-08-20T22:59:43.4607031Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:43.4607288Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:43.4607571Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:43.4607874Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:43.4608243Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:43.4608687Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:43.4609139Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:43.4609425Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:43.4609717Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:43.4610204Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:43.4610632Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:43.4610874Z ##[endgroup]
2025-08-20T22:59:45.3089215Z Attestation created for 22 subjects
2025-08-20T22:59:45.3093682Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:59:45.3094473Z -----BEGIN CERTIFICATE-----
2025-08-20T22:59:45.3095156Z MIIG8TCCBnagAwIBAgIUF36KXUgqRL83pp6fGEMnvHZHocAwCgYIKoZIzj0EAwMw
2025-08-20T22:59:45.3096319Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:59:45.3097275Z cm1lZGlhdGUwHhcNMjUwODIwMjI1OTQ0WhcNMjUwODIwMjMwOTQ0WjAAMFkwEwYH
2025-08-20T22:59:45.3098225Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEOaV7zrEoAs7POr3QVNMmDgKIU5im2ft1ciVv
2025-08-20T22:59:45.3099156Z 6PB/5Z/n6ZOXE/Qo0Sy+sdfX9DglAjCPz2TDG0VDH5lUUEfsHaOCBZUwggWRMA4G
2025-08-20T22:59:45.3100075Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUzXl6
2025-08-20T22:59:45.3101010Z /abU7FNVBZLTdco2ne5+dEMwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:59:45.3101925Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:59:45.3102824Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:59:45.3104415Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:59:45.3105358Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:59:45.3106443Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:59:45.3107344Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:59:45.3108309Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:59:45.3109263Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:59:45.3110206Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:59:45.3110933Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:59:45.3111449Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:59:45.3111951Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:59:45.3112428Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:59:45.3112927Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:59:45.3113419Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:59:45.3113904Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:59:45.3114395Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:59:45.3114880Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:59:45.3115360Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:59:45.3116132Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:59:45.3116622Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:59:45.3117108Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:59:45.3117600Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:59:45.3118076Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMDQ5MzUxL2F0
2025-08-20T22:59:45.3118570Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:59:45.3119061Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJtbBk
2025-08-20T22:59:45.3119528Z AAAEAwBIMEYCIQDLO4LBRsLh/zkNITR+/y17y7FpBpAL9pYJFyugZGPkgwIhAKd2
2025-08-20T22:59:45.3119976Z x4lX2HmH+J+AyBd8R4Iz1w3Bg1hmoX/5bGCIowvMMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T22:59:45.3120428Z MQDYiF7QldkSiuX4TFA4U/L+LVhxZKCZw3evc28E6hYTecVovwcJPJ4zEvKoSobV
2025-08-20T22:59:45.3120878Z E14CMQDI98EfM883wbfafmaRRS/SBgQWfrn9k14VRDE5r/Vs24dIorlefsppL8Oy
2025-08-20T22:59:45.3121214Z cWbVOoU=
2025-08-20T22:59:45.3121406Z -----END CERTIFICATE-----
2025-08-20T22:59:45.3121566Z 
2025-08-20T22:59:45.3122015Z ##[endgroup]
2025-08-20T22:59:45.3122456Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:59:45.3122876Z https://search.sigstore.dev?logIndex=414595924
2025-08-20T22:59:45.3123239Z [36mAttestation uploaded to repository[39m
2025-08-20T22:59:45.3123590Z https://github.com/pkgforge/bincache/attestations/9876417
2025-08-20T22:59:45.3899726Z ##[group]Run ##Presets
2025-08-20T22:59:45.3900004Z [36;1m##Presets[0m
2025-08-20T22:59:45.3900217Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:45.3900438Z [36;1m#-------------#[0m
2025-08-20T22:59:45.3900650Z [36;1m##Debug?[0m
2025-08-20T22:59:45.3900901Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:45.3901214Z [36;1m  set -x[0m
2025-08-20T22:59:45.3901412Z [36;1mfi[0m
2025-08-20T22:59:45.3901603Z [36;1m#-------------#[0m
2025-08-20T22:59:45.3901931Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:45.3902489Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tlrc/official"[0m
2025-08-20T22:59:45.3902905Z [36;1m exit 1[0m
2025-08-20T22:59:45.3903097Z [36;1mfi[0m
2025-08-20T22:59:45.3951330Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:45.3951585Z env:
2025-08-20T22:59:45.3951951Z   CROSS_COMPILING: NO
2025-08-20T22:59:45.3952225Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:45.3952467Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:45.3952692Z   ON_QEMU: NO
2025-08-20T22:59:45.3952878Z   DEBUG: 0
2025-08-20T22:59:45.3953068Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:45.3953303Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:45.3953600Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:45.3953906Z   KEEP_LOGS: YES
2025-08-20T22:59:45.3954108Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:45.3954328Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:45.3954542Z   SBUILD_REBUILD: false
2025-08-20T22:59:45.3955097Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:45.3955964Z   BUILD_SYS: docker://rust
2025-08-20T22:59:45.3956214Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:45.3956434Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:45.3956639Z   SYSTMP: /tmp
2025-08-20T22:59:45.3956835Z   GHA_MODE: MATRIX
2025-08-20T22:59:45.3957294Z   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:59:45.3957846Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:45.3958187Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:45.3958610Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:45.3959124Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:45.3959526Z   PKG_TYPE: static
2025-08-20T22:59:45.3959735Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:45.3959980Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.3960381Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:45.3960762Z   BUILD_ID: 17110049351
2025-08-20T22:59:45.3960976Z   PKG_NAME: tlrc
2025-08-20T22:59:45.3961181Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:45.3961448Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.3961719Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:45.3962031Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:45.3962396Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.3962834Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:45.3963287Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:45.3963577Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:45.3963858Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.3964343Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:45.3964769Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:45.3965007Z ##[endgroup]
2025-08-20T22:59:45.4056929Z ##[group]Run ##Presets
2025-08-20T22:59:45.4057187Z [36;1m##Presets[0m
2025-08-20T22:59:45.4057400Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:45.4057638Z [36;1m#-------------#[0m
2025-08-20T22:59:45.4057856Z [36;1m##Debug?[0m
2025-08-20T22:59:45.4058114Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:45.4058427Z [36;1m  set -x[0m
2025-08-20T22:59:45.4058626Z [36;1mfi[0m
2025-08-20T22:59:45.4058811Z [36;1m#-------------#[0m
2025-08-20T22:59:45.4059073Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:45.4059548Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tlrc/official"[0m
2025-08-20T22:59:45.4059977Z [36;1m exit 1[0m
2025-08-20T22:59:45.4060173Z [36;1mfi[0m
2025-08-20T22:59:45.4106829Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:45.4107076Z env:
2025-08-20T22:59:45.4107267Z   CROSS_COMPILING: NO
2025-08-20T22:59:45.4107494Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:45.4107772Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:45.4107999Z   ON_QEMU: NO
2025-08-20T22:59:45.4108183Z   DEBUG: 0
2025-08-20T22:59:45.4108541Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:45.4108776Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:45.4109060Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:45.4109374Z   KEEP_LOGS: YES
2025-08-20T22:59:45.4109576Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:45.4109792Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:45.4110015Z   SBUILD_REBUILD: false
2025-08-20T22:59:45.4110568Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:45.4111153Z   BUILD_SYS: docker://rust
2025-08-20T22:59:45.4111382Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:45.4111590Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:45.4111795Z   SYSTMP: /tmp
2025-08-20T22:59:45.4111985Z   GHA_MODE: MATRIX
2025-08-20T22:59:45.4112447Z   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:59:45.4112997Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:45.4113342Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:45.4113752Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:45.4114281Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:45.4114696Z   PKG_TYPE: static
2025-08-20T22:59:45.4114911Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:45.4115157Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.4115564Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:45.4116179Z   BUILD_ID: 17110049351
2025-08-20T22:59:45.4116387Z   PKG_NAME: tlrc
2025-08-20T22:59:45.4116592Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:45.4116846Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.4117126Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:45.4117433Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:45.4117799Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.4118240Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:45.4118689Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:45.4118978Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:45.4119261Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.4119756Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:45.4120183Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:45.4120422Z ##[endgroup]
2025-08-20T22:59:45.4210421Z ##[group]Run ##Presets
2025-08-20T22:59:45.4210681Z [36;1m##Presets[0m
2025-08-20T22:59:45.4210894Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:45.4211116Z [36;1m#-------------#[0m
2025-08-20T22:59:45.4211328Z [36;1m##Debug?[0m
2025-08-20T22:59:45.4211587Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:45.4211889Z [36;1m  set -x[0m
2025-08-20T22:59:45.4212094Z [36;1mfi[0m
2025-08-20T22:59:45.4212281Z [36;1m#-------------#[0m
2025-08-20T22:59:45.4212647Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:45.4213067Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:59:45.4213378Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:45.4213654Z [36;1mfi[0m
2025-08-20T22:59:45.4257560Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:45.4257802Z env:
2025-08-20T22:59:45.4257992Z   CROSS_COMPILING: NO
2025-08-20T22:59:45.4258263Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:59:45.4258510Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:59:45.4258738Z   ON_QEMU: NO
2025-08-20T22:59:45.4258921Z   DEBUG: 0
2025-08-20T22:59:45.4259106Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:59:45.4259339Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:59:45.4259644Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tlrc/official
2025-08-20T22:59:45.4260120Z   KEEP_LOGS: YES
2025-08-20T22:59:45.4260323Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:45.4260545Z   PKG_FAMILY_LOCAL: tlrc
2025-08-20T22:59:45.4260759Z   SBUILD_REBUILD: false
2025-08-20T22:59:45.4261310Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tlrc/static.official.source.yaml
2025-08-20T22:59:45.4261912Z   BUILD_SYS: docker://rust
2025-08-20T22:59:45.4262146Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:45.4262358Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:45.4262564Z   SYSTMP: /tmp
2025-08-20T22:59:45.4262797Z   GHA_MODE: MATRIX
2025-08-20T22:59:45.4263259Z   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:59:45.4263798Z   INPUT_SBUILD: /tmp/pkgforge/o7hBJTGua_build.yaml
2025-08-20T22:59:45.4264134Z   BUILD_DIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml
2025-08-20T22:59:45.4264549Z   SBUILD_OUTDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:45.4265056Z   SBUILD_TMPDIR: /tmp/pkgforge/aOPnbwG_o7hBJTGua_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:45.4265456Z   PKG_TYPE: static
2025-08-20T22:59:45.4265802Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:45.4266053Z   SBUILD_PKGVER: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.4266451Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110049351
2025-08-20T22:59:45.4266831Z   BUILD_ID: 17110049351
2025-08-20T22:59:45.4267037Z   PKG_NAME: tlrc
2025-08-20T22:59:45.4267238Z   PKG_DATE: 2025-08-20T22:58:50Z
2025-08-20T22:59:45.4267488Z   PKG_VERSION: HEAD-812ff0f-250819T160533
2025-08-20T22:59:45.4267763Z   PKG_VERSION_UPSTREAM: 1.11.1
2025-08-20T22:59:45.4268073Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tlrc/official/tldr
2025-08-20T22:59:45.4268434Z   GHCRPKG_TAG: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.4268868Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tlrc/official/tldr
2025-08-20T22:59:45.4269318Z   PKG_SRCURL: https://github.com/tldr-pages/tlrc
2025-08-20T22:59:45.4269612Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:59:45.4269893Z   GHCRPKG_TAG_SRCBUILD: HEAD-812ff0f-250819T160533-x86_64-linux
2025-08-20T22:59:45.4270378Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tlrc/official/tlrc-srcbuild-17110049351
2025-08-20T22:59:45.4270801Z   UTC_TIME: 2025_08_20T10_59_39_PM
2025-08-20T22:59:45.4271044Z ##[endgroup]
2025-08-20T22:59:45.4343097Z EXITED
2025-08-20T22:59:45.4385198Z Cleaning up orphan processes
